Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | comment out unfinished OpenVPN Users alias option, can finish for a post-2.0 ↵ | Chris Buechler | 2011-01-04 | 1 | -1/+1 |
| | | | | release | ||||
* | Forgot to up the array count. | Warren Baker | 2011-01-04 | 1 | -3/+3 |
| | |||||
* | Add kern.ipc.maxsockbuf to upgrade config and remove extra whitespace. | Warren Baker | 2011-01-04 | 1 | -1/+5 |
| | |||||
* | Unbreak dns server colletion. Pointyhat: myself | Ermal | 2011-01-04 | 1 | -6/+16 |
| | |||||
* | Add sysctl for maximum socket buffer sizing. Set to 42621444. This is ↵ | Scott Ullrich | 2011-01-04 | 2 | -3/+9 |
| | | | | needed for some heavily loaded servers running unbound, squid, etc | ||||
* | don't use hard coded theme | Chris Buechler | 2011-01-03 | 1 | -4/+4 |
| | |||||
* | fix CP dashboard widget | Chris Buechler | 2011-01-03 | 1 | -0/+1 |
| | |||||
* | Ticket #943. Sleep 1 second to give dns time to reload. | Ermal | 2011-01-03 | 2 | -5/+3 |
| | |||||
* | Ticket #1141. Add missing sasl.inc | Pierre POMES | 2011-01-03 | 1 | -0/+422 |
| | |||||
* | Oops remove forgotten line and correct variable name error that seems to ↵ | Ermal | 2011-01-03 | 1 | -2/+1 |
| | | | | have existed from long time. Even though the file read is not used in pfSense this days! | ||||
* | Simplify package version checking code and use the existing ↵ | jim-p | 2011-01-03 | 1 | -23/+13 |
| | | | | pfs_version_compare function that does much (and more) of what the old code was trying to do on its own. | ||||
* | Use glob instead of forking cat with glob patterns. Also use file() instead ↵ | Ermal | 2011-01-03 | 1 | -10/+12 |
| | | | | of forking cat just for reading a file. This might help with the issue reported on Ticket #943 which seems like a timing issue even though the dns events happen before newip events. | ||||
* | Ticket #1152. Call rc.newwanip even on openvpn linkup event to do the ↵ | Ermal | 2011-01-03 | 2 | -2/+3 |
| | | | | correct reloading of gateways and services. Add a safe belt to avoid a recursion in openvpn itself from rc.newwanip. | ||||
* | When the parent interface of a pppoe is assigned do not remove the interface ↵ | Ermal | 2011-01-03 | 1 | -12/+24 |
| | | | | from ng_ether since this will break ppp clients of netgraph with this interface as parent. This solves http://forum.pfsense.org/index.php/topic,31247.75.html | ||||
* | Add $nocsrf = true; | Scott Ullrich | 2011-01-03 | 17 | -1/+38 |
| | |||||
* | Turn zlib compression back on. Tested by and reminded by Pierre Pomes. ↵ | Scott Ullrich | 2011-01-03 | 1 | -1/+1 |
| | | | | Ticket #198 ... Apparently lighttpd was not compressing the php pages so this should be turned back on according to Pierre Pomes (and tested by him). | ||||
* | Attempt to make it more clear to users that "Dial on Demand" should not be ↵ | gnhb | 2011-01-03 | 1 | -1/+1 |
| | | | | | | enabled if the link should be always up/on. | ||||
* | Remove uncessesary function call. | gnhb | 2011-01-03 | 1 | -1/+0 |
| | | | | | | | | | This function call is extraneous. mpd will automatically shut down existing mpd processes gracefully because we call it with the "-k" command line switch. In addition, this call causes mpd to be started twice in rapid succession when users have "dial on demand" enabled. This can lead to problems with orphaned netgraph nodes which can only be cleaned up via reboot. | ||||
* | Reshuffle code a bit. Prevent potential race condition between one mpd instance | gnhb | 2011-01-03 | 1 | -3/+5 |
| | | | | | | | shutting down and the second one starting. There's no need to kill mpd before restarting it since we always start it with the "-k" flag which means "wait for existing mpd process to exit gracefully before starting." | ||||
* | Ticket #1141. Typo error, use ->user to enable auth | Pierre POMES | 2011-01-02 | 1 | -1/+1 |
| | |||||
* | Ticket #1141. Add necessary stuff for smtp auth using sasl | Pierre POMES | 2011-01-02 | 7 | -1/+613 |
| | |||||
* | Ticket #1083. Remove alias capabilities from external and src fields | Pierre POMES | 2011-01-01 | 1 | -9/+10 |
| | |||||
* | Add new default option that makes RRD graphs with the old type of behavior ↵ | Erik Fonnesbeck | 2010-12-31 | 2 | -76/+114 |
| | | | | for time periods, configurable on settings tab. | ||||
* | Use correct variable for this condition. | Erik Fonnesbeck | 2010-12-31 | 1 | -1/+1 |
| | |||||
* | since packages aren't version-specific anymore, clarify to Available Packages | Chris Buechler | 2010-12-31 | 2 | -3/+5 |
| | |||||
* | remove <strong> to make consistent with all other text | Chris Buechler | 2010-12-31 | 1 | -1/+1 |
| | |||||
* | Improve parse_config to not be recursive for no reason. This fixes some ↵ | Ermal | 2010-12-30 | 1 | -54/+52 |
| | | | | strange cases of config lock being left held and blocking GUI. | ||||
* | Only unlink /conf/needs_package_sync if no packages are installed, otherwise ↵ | Erik Fonnesbeck | 2010-12-30 | 1 | -4/+5 |
| | | | | leave it to the package manager to take care of it. | ||||
* | Move unlink back to the correct line. | Erik Fonnesbeck | 2010-12-30 | 1 | -1/+1 |
| | |||||
* | Fix PHP warning related to recent update of apc extension. | Erik Fonnesbeck | 2010-12-30 | 1 | -8/+8 |
| | |||||
* | make rebrand friendly | Chris Buechler | 2010-12-29 | 1 | -1/+1 |
| | |||||
* | Turn off csrf checks | Scott Ullrich | 2010-12-29 | 2 | -0/+4 |
| | |||||
* | Allow entering an arbitrary subnet for outbound NAT translations. | jim-p | 2010-12-29 | 3 | -4/+41 |
| | |||||
* | Add 10 to row count on textarea | Scott Ullrich | 2010-12-29 | 1 | -1/+1 |
| | |||||
* | Nuke newline | Scott Ullrich | 2010-12-29 | 1 | -1/+1 |
| | |||||
* | Unbreak installedinfo option | Scott Ullrich | 2010-12-29 | 1 | -1/+1 |
| | |||||
* | Add address pool support to outbound NAT. Allow specifying a subnet for ↵ | jim-p | 2010-12-29 | 2 | -17/+80 |
| | | | | outbound NAT rules (via a subnet of proxy arp VIPs) or a host-type alias for outbound NAT rules, and give the user a choice of pool options for address selection from within the pool. | ||||
* | Ticket #802. During a config restore detect if the vlan interfaces need ↵ | Ermal | 2010-12-28 | 3 | -1/+27 |
| | | | | reassignment too. This might be problematic for other type of interfaces on 2.0! | ||||
* | Add radius port and radius accounting port to config if supplied. | Ermal | 2010-12-28 | 1 | -1/+7 |
| | |||||
* | Ticket #1116: anonymous sainfo may be used only for single phase2 ipsec VPN's | Pierre POMES | 2010-12-28 | 2 | -3/+21 |
| | |||||
* | Fix case statements, may fix rrd graph generation for certain periods. | jim-p | 2010-12-28 | 1 | -2/+2 |
| | |||||
* | Run filter configure after doing a save on CP. | Ermal | 2010-12-28 | 1 | -0/+2 |
| | |||||
* | clarify CSRF failure message | Chris Buechler | 2010-12-28 | 1 | -1/+1 |
| | |||||
* | fix text | Chris Buechler | 2010-12-28 | 1 | -2/+2 |
| | |||||
* | Undo last commit. Need to add an additional check for opackage count == 0 | Scott Ullrich | 2010-12-27 | 1 | -0/+1 |
| | |||||
* | Don't include rfc1918 in bogons | jim-p | 2010-12-27 | 1 | -3/+0 |
| | |||||
* | Allow any port to go out for CP. This should unbreak traffic of CP rdr! | Ermal | 2010-12-28 | 1 | -2/+2 |
| | |||||
* | Use convert_friendly_interface_to_friendly_descr in the wol widget, just ↵ | jim-p | 2010-12-27 | 1 | -5/+1 |
| | | | | like on the main page. Ticket #1103 | ||||
* | Use strtoupper here | jim-p | 2010-12-27 | 1 | -1/+1 |
| | |||||
* | Unlink needs_package_sync after one pkg has installed OK which means that ↵ | Scott Ullrich | 2010-12-27 | 2 | -2/+2 |
| | | | | our internet connection is up. |