Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
1716682b 02/04/2012 09:30 AM Erik Fonnesbeck

Add static route subnets if their gateway is within the source subnet for the nat rule. Ticket #2163

bf443dfe 02/04/2012 08:07 AM Erik Fonnesbeck

Use the specific IP for NAT IP in filter_generate_reflection_nat to prevent a condition with multiple subnets on the same interface where replies get sent to the wrong IP.

459bb026 02/04/2012 05:53 AM Chris Buechler

correct branches in gitsync

a748b372 02/03/2012 08:28 PM Warren Baker

Rename function and use variable

5a7e41e6 02/03/2012 08:24 PM Warren Baker

Add builder binary

8ff4e4d4 02/03/2012 08:23 PM Warren Baker

Support for configuring the configuring Unbound service

317b7e43 02/03/2012 12:03 AM Scott Ullrich

Revert "Combine RTT and Loss so that IPV6 addresses do not cause spillage into other widgets." - until I find the code that does ajax as well.

This reverts commit 1d09d6dbcd80546aec7bc3a91d3c862b00662662.

1d09d6db 02/02/2012 11:58 PM Scott Ullrich

Combine RTT and Loss so that IPV6 addresses do not cause spillage into other widgets.

6fbe0168 02/02/2012 04:20 PM Jim Pingle

If the sticky option is changed, restart relayd. Fixes #2157

eb7454c4 02/02/2012 03:12 PM Jim Pingle

Don't use $pconfig in widgets, it has unintended side effects.

f33030aa 02/01/2012 09:53 PM Jim Pingle

PPTP upgrade needs to declare $config a global.

6bc32273 02/01/2012 08:33 PM Jim Pingle

Merge pull request #45 from namezero111111/patch-11

Wireless client config should allow blank SSID (resubmit, fixed blank li...

cb3c3fe4 02/01/2012 08:29 PM Andy I.

Wireless client config should allow blank SSID (resubmit, fixed blank lines)

de5aec97 02/01/2012 06:28 PM Jim Pingle

If the old bindlan option is there, assume the lan interface for binding.

c82b2c3f 02/01/2012 06:28 PM Jim Pingle

Change SNMP binding option to work on any eligible interface/VIP. Fixes #2158

d835ffc8 02/01/2012 05:58 PM Warren Baker

Also write out the rules that caused the problem to ease troubleshooting.

dd576193 02/01/2012 12:36 PM Seth Mos

Add code that expresses the default gateway calculated from the broker address.
The stf adapter was correctly setup from the WAN IPv4 address apparently
Adds to ticket #2117

f87ccbed 02/01/2012 11:36 AM Seth Mos

Add more backend code to calculate the 6RD broker IPv6 address from the IPv4 broker address.
Adds to ticket #2117

a11df336 01/31/2012 07:04 PM Jim Pingle

Only do foreach on the p2's if it's actually an array.

a000752b 01/30/2012 09:27 PM Jim Pingle

Fix exec bit

92ac3b3d 01/30/2012 09:24 PM Jim Pingle

Add a small script to disable APM on ATA drives if they claim to support it. Leaving this on will kill drives long-term, especially laptop drives, by generating excessive Load Cycles.
The APM bit set will persist until the drive is power cycled, so it's necessary to run on each boot to be sure.

e8fc69ff 01/26/2012 05:18 PM Jim Pingle

Be smarter about how to split a Namecheap hostname into host/domain. Fixes #2144

6f0dc800 01/26/2012 06:38 AM Seth Mos

Merge pull request #42 from Joecowboy/master

.

83e7491d 01/26/2012 04:46 AM Daniel Rasmussen

Update usr/local/www/widgets/javascript/cpu_graphs.js

6763033d 01/25/2012 08:39 PM Jim Pingle

Include admin user in bootup account sync

a843870d 01/25/2012 05:40 PM Jim Pingle

Fix LZO setting for Upgraded OpenVPN (was turning compression on even if old config had it disabled.)

1f78ab3a 01/25/2012 05:17 PM Seth Mos

Make sure we stop the configure if the device does not have a public address
Ticket #2117

668e8961 01/25/2012 05:17 PM Seth Mos

Add backend 6RD support. We don't have the required patch yet for our stf driver.
Needs hooks into our gateway code to handle the default gateway since the stf interface does use router solicitations
Adds to ticket #2117

48e24ada 01/25/2012 05:11 PM Jim Pingle

Fix upgrade code for 1.2.3 with assigned OpenVPN interface.

c3ae41e6 01/25/2012 04:34 PM Jim Pingle

Don't ignore when multiple OpenVPN DNS, NTP, WINS, etc servers were specified in 1.2.3 when upgrading. 1.2.3 separated by ;, 2.x uses separate vars.

a15a7738 01/25/2012 03:59 PM Jim Pingle

Safer for 1.2.3 upgrades to assume OpenVPN interface == any, since 1.2.3 didn't have a way to bind to an interface. Otherwise people accepting connections on opt interfaces on 1.2.3 will break on upgrade until the proper interface is selected in the GUI

32dc8109 01/25/2012 02:45 PM Seth Mos

Clarify the UI text with example IPv6 prefix.
Ticket #2117

0eb78676 01/25/2012 02:45 PM Seth Mos

Disable debug statement
Ticket #2117

7d567088 01/25/2012 01:33 PM Seth Mos

Add gui knobs for 6RD support ticket #2217

b5a97555 01/25/2012 10:17 AM Seth Mos

Remove rtsol debugging output

aa291f19 01/24/2012 09:14 PM Jim Pingle

Comment out debug print for cert verification

d224df18 01/24/2012 08:04 PM Ermal LUÇI

Check to see if the pid file exists before trying to kill anyprocess

9fd14591 01/23/2012 07:15 PM Jim Pingle

Be more careful when creating and removing a user, to only alter a user if it really matches the passwd entry. Fixes #2066
pw usershow likes to ignore what you want even with -n and if the user is numeric and doesn't exist, it fetches by uid. Can cause major problems if you try to remove a numeric user.

51e9533f 01/21/2012 09:24 PM Vinícius Coque

Removing unnecessary inclusions of prototype.js, guiconfig.inc already includes this file

86cf3681 01/21/2012 08:08 PM Vinícius Coque

making small fixes on jQuery code

30a8ef77 01/21/2012 07:39 PM Vinícius Coque

Converting javascript code to jQuery on installer webgui

fa984be9 01/21/2012 03:30 AM Erik Fonnesbeck

Only add these lines if there is both an IP address and CIDR. Fixes #1882

b0c76f18 01/20/2012 06:03 PM Ermal LUÇI

Ticket #2114. Remove define_syslog_variables since its deprecated and probably not needed

199c320b 01/20/2012 04:05 PM Jim Pingle

Bump upload size to 128mb, the firmware updates (at least for now while testing) are a bit too large for the old value.

48387425 01/20/2012 12:57 PM Erik Fonnesbeck

Should be preg_split instead of explode

212ab80f 01/20/2012 12:23 PM Ermal LUÇI

Correct the Called-Station-Id attribute setting to be the consistent on authentication packets

cff5204a 01/20/2012 12:21 PM Ermal LUÇI

Correct the Called-Station-Id attribute setting to be the same on STOP/START packets

2ce660ad 01/20/2012 11:18 AM Seth Mos

Unbreak a number of explode() replacements which required preg_split()

26275879 01/19/2012 11:20 PM Scott Ullrich

Empty the file

873c6cef 01/19/2012 11:19 PM Scott Ullrich

Add dummy file that was removed in FBSD 9 that keeps the installer from borking. This is much easier than rengerating the patch that is against the installer.

6ac18f9d 01/19/2012 07:50 PM Jim Pingle

mhash -> hash change from Ermal

d9867431 01/19/2012 07:48 PM Jim Pingle

Change from mhash to hash module, mhash is depreciated.

cfbfd941 01/19/2012 07:33 PM Seth Mos

The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone.
Replacing it surpresses all the warnings

80c88a68 01/19/2012 07:03 PM Seth Mos

Fix the config patch to the dhcp6 relayx

77b86ada 01/19/2012 07:01 PM Ermal LUÇI

Mute error: Undefined variable: g in /etc/inc/shaper.inc on line 4062

54213e81 01/19/2012 06:58 PM Ermal LUÇI

Add class PEAR5 code rather than a new file

0d6fee24 01/19/2012 06:50 PM Ermal LUÇI

Update PEAR.inc code to latest version

3b49bc25 01/18/2012 08:11 PM Scott Ullrich

Ensure timezone is set

943994ff 01/18/2012 08:05 PM Scott Ullrich

Ensure timezone is set

3133cc3b 01/18/2012 04:12 PM Scott Ullrich

Do not set EXTENSIONSDIR twice

d6abdf03 01/18/2012 04:11 PM Scott Ullrich

Nuke extra C/R

79454450 01/18/2012 04:10 PM Scott Ullrich

Test for newer 20090626 PHP_EXT_DIR

1f4f9c7c 01/17/2012 08:51 AM Seth Mos

Merge pull request #41 from lotheac/master

.profile and .shrc cleanup

a7401ce7 01/17/2012 08:38 AM Lauri Tirkkonen

Clean up .profile and .shrc

9feaf772 01/17/2012 01:43 AM Vinícius Coque

replacing prototype with jQuery on load balancer pages

d6159f76 01/15/2012 02:53 PM Vinícius Coque

Scriptaculous / prototype replaced by jQuery

ea0d4171 01/15/2012 02:51 PM Vinícius Coque

Converting headjs javascript code from prototype to jQuery

a59c7fa6 01/15/2012 01:44 PM Seth Mos

Duplicate logic from gif tunnels for gre tunnels these are very similar
Fix for ticket #2077

2d107ad5 01/15/2012 01:38 PM Seth Mos

Remove 32 bit subnetmask limitation for IPv6

58418355 01/15/2012 12:07 PM Seth Mos

Show the interface Link Local addresses on the status_interfaces.php

35af7141 01/15/2012 11:40 AM Seth Mos

Fix for ticket 2071, this allows link local addresses for gateways.
Backend already added the interface scope for link local addresses, hurrah.

0c305760 01/13/2012 07:27 PM Jim Pingle

Allow using subnets and special nets in the CLI version of easyrule

633136b8 01/13/2012 06:31 PM Jim Pingle

Fix help text

60879d14 01/13/2012 04:26 PM Jim Pingle

Fix ssh key note to refer to DSA not just RSA since both work.

fd8774c0 01/11/2012 09:41 PM Jim Pingle

Add some protocol filtering capability to the packet capture page

b397879f 01/11/2012 09:08 PM Jim Pingle

Add a button to re-view the packet capture file if one exists in /root/

d495dc51 01/11/2012 07:58 PM Jim Pingle

Fix tab name to be consistent.

b70151ae 01/11/2012 04:59 PM Jim Pingle

Fix botched tag, add some line breaks

4892d709 01/11/2012 04:51 PM Jim Pingle

Remove a second, redundant temperature block (there is already one higher up that appears to be functional, this one is not.)

3a94345c 01/11/2012 04:48 PM Jim Pingle

Change system info widget fields from <input> to <span> so they don't appear editable, and we aren't bound by their width constraints. (One long one was messing up table width).

c6678f31 01/11/2012 04:17 PM Jim Pingle

Merge pull request #37 from Joecowboy/master

Dashboard widget fixes and mods

12c7b577 01/10/2012 02:04 PM Jim Pingle

Respect the value of the per-rule "disable reply-to" checkbox.

932052bd 01/09/2012 03:03 AM Chris Buechler

it's 2012

a16a5b91 01/06/2012 07:06 PM Ermal LUÇI

Merge pull request #38 from Joecowboy/patch-1

Increased the Uptime input field size from 30 to 50 because it was trunc...

baa29749 01/06/2012 06:31 PM Jim Pingle

Check userid better here, 0 is also valid

ff9eda9d 01/06/2012 06:30 PM Jim Pingle

Fix permission and certificate display for the admin user

8ec0a8bc 01/06/2012 06:02 PM Jim Pingle

Fix multiple keys in a file for RFC2136 dyndns updates. Fixes #2068

1f3a3ed2 01/06/2012 05:51 PM Jim Pingle

Cleanup html, make tables sortable, implements #2040

d9c059ba 01/06/2012 05:25 PM Daniel Rasmussen

Increased the Uptime input field size from 30 to 50 because it was truncating the uptime tweak output text I made.

e9ca9b9a 01/06/2012 04:34 PM Daniel Rasmussen

I did a block comment out the fist time because I wanted to leave that code in for later use when start adding more OID checks for different hardware drivers. So made comment change per request.

b10268ca 01/06/2012 03:30 AM Daniel Rasmussen

Fixed the get_time() out put fixed. Tweaked my changes made a tighter code.

135a0956 01/06/2012 01:13 AM Daniel Rasmussen

Update usr/local/www/widgets/widgets/system_information.widget.php

b901ea57 01/06/2012 12:55 AM Chris Buechler

add a shortcut to disable referer check

cbac040d 01/06/2012 12:21 AM Daniel Rasmussen

Disabled the line jQuery('#' + graph['spans'][count - 1]).fadeIn(500); causing javascript error exception to be thrown while displaying span

24d51534 01/06/2012 12:16 AM Daniel Rasmussen

Added Temperature back in

e7d6136d 01/06/2012 12:12 AM Daniel Rasmussen

Tweaked the bar graph width.

e54d3461 01/06/2012 12:04 AM Daniel Rasmussen

Fixed Javascript error in function updateInterfaces(x)
Removed the return that revented the updates to widgets in function stats(x)
Tweaked Javascript code in function updateTemp(x) for temperature output

54f818b1 01/05/2012 11:56 PM Daniel Rasmussen

Changed the output of function get_uptime() to display: 00 Hours 00 Minutes 00 Seconds
Added code function get_temp() to get the OID values for temperature.

9a296f50 01/05/2012 06:08 PM Ermal LUÇI

Merge pull request #24 from nunnione/master

Added support for MSCHAPv2, MSCHAPv1 and CHAP_MD5 to captive portal

f6f9f815 01/03/2012 08:05 PM Jim Pingle

rm the right file when working with v6 bogons.
Reported-by: http://forum.pfsense.org/index.php?topic=43334.new;topicseen#new