summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Expand)AuthorAgeFilesLines
* Ensure the pkg staging area exists on nanobsd before trying to use it.jim-p2011-02-261-2/+5
* missing $Scott Ullrich2011-02-251-1/+1
* missing $Scott Ullrich2011-02-251-1/+1
* misc whitespace cleanupsScott Ullrich2011-02-251-3/+1
* Fix admins group permission setting when upgrading from 1.2.3.jim-p2011-02-251-1/+1
* Correct IPsec carp interface upgrade code, off by onesmos2011-02-251-1/+1
* Use full path to pwjim-p2011-02-241-2/+2
* Add missing _relayd group, and when upgrading from 1.2.3, add _relayd group a...jim-p2011-02-241-0/+2
* Move this code up a bit and also use /root/tmp to fetch packages instead of /...jim-p2011-02-241-5/+10
* If we're on nanobsd, pass -t to pkg_add to specify a different "staging area"...jim-p2011-02-241-2/+4
* Correct the vlan upgrade code to continue when we fixed up the interfacesmos2011-02-241-2/+4
* Set PKG_TMPDIR here too, to help nanobsd pkg installs.jim-p2011-02-231-1/+3
* Allow queues on top of bridge. Though more investigation is needed on its cor...Ermal2011-02-231-1/+1
* Merge branch 'master' of rcs.pfsense.org:pfsense/mainlinegnhb2011-02-241-4/+10
|\
| * Correct the config path to the vip arraysmos2011-02-231-1/+1
| * Attempted fix that should convert the old carp[$i] naming to vip[$vhid]smos2011-02-231-0/+5
| * Make sure we iterate by the vlan number lest we end up with a empty variable?...smos2011-02-231-3/+4
| * Correct the gateway group member name to the correct GW_". strtoupper($if) up...smos2011-02-231-1/+1
* | Try again, a little cleaner: Prevent GUI from giving error for freeDNS servic...gnhb2011-02-241-1/+1
|/
* Update "Last Tested" date for freeDNS in commentsgnhb2011-02-231-1/+1
* Don't consider a cert as in use by the GUI if it's in HTTP mode. Fixes #1171jim-p2011-02-221-1/+2
* Move all functions from index.php for captiveportal.inclgcosta2011-02-221-1/+412
* Add Global reply-to disable checkbox, resolves the issue #1137lgcosta2011-02-221-1/+1
* reversal of accidentally deleted fileslgcosta2011-02-221-4/+17
* Add Global reply-to disable checkbox, resolves the issue #1137Luiz Gustavo S. Costa2011-02-211-17/+4
* Don't forget to include $g, otherwise the check will fail and still perform a...smos2011-02-211-0/+1
* Hold off on resolve_retry during boot. The rest of the IPsec config is alread...smos2011-02-211-3/+4
* Add more safeguards and IP address checkssmos2011-02-211-4/+4
* Do not resolve the hostname during boot, also make really sure we have a IP a...smos2011-02-211-2/+3
* Resolves #1288. Add alc(4) to altq(4) supported list.Ermal2011-02-211-1/+1
* Prevent a empty remote gateway IP from ending up in the configsmos2011-02-211-0/+2
* Make sure to initialize the remote gateway IP variable so that it does not en...smos2011-02-211-0/+1
* log when CP is restarted. ticket #1278Chris Buechler2011-02-201-1/+3
* fix log textChris Buechler2011-02-181-1/+1
* Comment out the "config write on bootup" error. This is normal now with the p...jim-p2011-02-161-0/+4
* Do not rely on php new foreach by reference and use the old method of chaning...Ermal2011-02-161-8/+6
* Add automatic rules to pass DHCP failover traffic if a failover peer is defin...jim-p2011-02-161-0/+9
* Add snort2c table back in for now.jim-p2011-02-151-0/+3
* Adding support for snortsam from Robert ZScott Ullrich2011-02-141-5/+6
* Suppress curl errors (if we get a 404 it tosses its own error if there is no ...jim-p2011-02-131-1/+1
* Add alias support for source and destination ports on outbound NAT.Erik Fonnesbeck2011-02-131-4/+12
* Make update check a little more robust. Timeout after a few seconds, and if w...jim-p2011-02-131-3/+3
* In update_alias_names_upon_change function add capability to access more deep...Erik Fonnesbeck2011-02-131-14/+24
* Allow action match to be passed down to pf.Ermal2011-02-111-1/+1
* Do not resolve the dyndns hostnames during boot. With many tunnels that have ...smos2011-02-111-2/+6
* There is no need to call the script to reconfigure CP here. Even more when it...Ermal2011-02-101-4/+4
* Also fix easyrule and auto->manual nat switch code. Ticket #1243jim-p2011-02-101-1/+1
* Generalize pppoe server enabled check and use it elsewhere in the GUI that ne...jim-p2011-02-101-0/+16
* Allow autocomplete on login form (Fixes saving password on Firefox and Chrome)jim-p2011-02-101-1/+1
* Fix a date compare bug, resolves #1273jim-p2011-02-101-3/+3
OpenPOWER on IntegriCloud