summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Forgot to up the array count.Warren Baker2011-01-041-3/+3
|
* Add kern.ipc.maxsockbuf to upgrade config and remove extra whitespace.Warren Baker2011-01-041-1/+5
|
* Unbreak dns server colletion. Pointyhat: myselfErmal2011-01-041-6/+16
|
* Add sysctl for maximum socket buffer sizing. Set to 42621444. This is ↵Scott Ullrich2011-01-041-3/+4
| | | | needed for some heavily loaded servers running unbound, squid, etc
* Ticket #943. Sleep 1 second to give dns time to reload.Ermal2011-01-031-5/+2
|
* Ticket #1141. Add missing sasl.incPierre POMES2011-01-031-0/+422
|
* Oops remove forgotten line and correct variable name error that seems to ↵Ermal2011-01-031-2/+1
| | | | have existed from long time. Even though the file read is not used in pfSense this days!
* Use glob instead of forking cat with glob patterns. Also use file() instead ↵Ermal2011-01-031-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 ↵Ermal2011-01-031-1/+2
| | | | 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 ↵Ermal2011-01-031-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
* Turn zlib compression back on. Tested by and reminded by Pierre Pomes. ↵Scott Ullrich2011-01-031-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).
* Remove uncessesary function call.gnhb2011-01-031-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 instancegnhb2011-01-031-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 authPierre POMES2011-01-021-1/+1
|
* Ticket #1141. Add necessary stuff for smtp auth using saslPierre POMES2011-01-027-1/+613
|
* Improve parse_config to not be recursive for no reason. This fixes some ↵Ermal2010-12-301-54/+52
| | | | strange cases of config lock being left held and blocking GUI.
* Fix PHP warning related to recent update of apc extension.Erik Fonnesbeck2010-12-301-8/+8
|
* Allow entering an arbitrary subnet for outbound NAT translations.jim-p2010-12-291-2/+3
|
* Nuke newlineScott Ullrich2010-12-291-1/+1
|
* Add address pool support to outbound NAT. Allow specifying a subnet for ↵jim-p2010-12-291-10/+17
| | | | 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 ↵Ermal2010-12-281-1/+14
| | | | 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.Ermal2010-12-281-1/+7
|
* Ticket #1116: anonymous sainfo may be used only for single phase2 ipsec VPN'sPierre POMES2010-12-282-3/+21
|
* fix textChris Buechler2010-12-281-2/+2
|
* Don't include rfc1918 in bogonsjim-p2010-12-271-3/+0
|
* Allow any port to go out for CP. This should unbreak traffic of CP rdr!Ermal2010-12-281-2/+2
|
* Unlink needs_package_sync after one pkg has installed OK which means that ↵Scott Ullrich2010-12-271-1/+2
| | | | our internet connection is up.
* update bogonsChris Buechler2010-12-251-16/+8
|
* More misc pkg install txt fixupsScott Ullrich2010-12-251-31/+31
|
* More misc pkg install txt fixupsScott Ullrich2010-12-251-3/+2
|
* Add newline after restoring libsScott Ullrich2010-12-251-0/+1
|
* backup and restore libs in correct locationScott Ullrich2010-12-251-13/+13
|
* misc text formatting fixes (tabs)Scott Ullrich2010-12-251-5/+5
|
* Only backup libraries at the beginning of the deinstall cycle.Scott Ullrich2010-12-251-4/+6
|
* Add tabScott Ullrich2010-12-251-1/+1
|
* Add newline after installation abortedScott Ullrich2010-12-251-1/+1
|
* s/Trying to download/DownloadingScott Ullrich2010-12-251-1/+1
|
* Version bump to 2.0-BETA5. Merry christmas!Scott Ullrich2010-12-251-1/+1
|
* Backup system libraries and restore during pkg deinstall.Scott Ullrich2010-12-251-0/+12
|
* Instead of replacing the whole array just add the new vlanif member to the ↵Ermal2010-12-231-3/+2
| | | | config. Should fix issues reported in http://forum.pfsense.org/index.php/topic,28202.15.html
* Add some more safe belts and remove code that is commented from long time ↵Ermal2010-12-231-1/+4
| | | | now. Reported on http://forum.pfsense.org/index.php/topic,28202.15.html
* Add some more safe belts and remove code that is commented from long time ↵Ermal2010-12-231-10/+10
| | | | now. Reported on http://forum.pfsense.org/index.php/topic,28202.15.html
* Ticket #1128. Ooops pass the right parameter to unlock.Ermal2010-12-231-3/+3
|
* Hanlde the case when advbase is not present especially on previous 2.0 setups.Ermal2010-12-231-1/+4
|
* Prevent other types of interface for being added to ng_ether(4). It might be ↵Ermal2010-12-221-2/+4
| | | | the cause of panics reported here http://forum.pfsense.org/index.php/topic,31404.0.html
* Ticket #757. Use correct pidfile.Ermal2010-12-221-3/+3
|
* Include captiveportal.inc if captiveportal_syslog() is not defined.Scott Ullrich2010-12-221-0/+2
|
* Use captiveportal_syslog()Scott Ullrich2010-12-221-4/+4
|
* Fix whitespace.Scott Ullrich2010-12-221-37/+36
|
* Typecast second param for array_merge to silent a warning that is breaking ↵Renato Botelho2010-12-221-2/+2
| | | | build since we check output of test_php.php looking for a string 'FCGI-PASSED PASSED'
OpenPOWER on IntegriCloud