summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Show friendly names of interface for root queues of ALTQ.Ermal2011-03-021-2/+8
|
* Add GUI option to CARP settings for syncing certs. It was in the backend ↵jim-p2011-03-021-1/+7
| | | | code but not the GUI. Fixes #1316
* Attempt to mitigate fork bombs of rc.newipsecdns. Alternatively we should ↵smos2011-03-021-0/+4
| | | | | | probably bail out with a exit(0); instead.
* Always write out the filterdns-ipsec.hosts file, otherwise deleted tunnels ↵smos2011-03-021-15/+15
| | | | | | will never get removed from the filterdns-ipsec.hosts
* Add the toggle to disable successful login messages, show actual help text ↵smos2011-03-021-1/+18
| | | | for redirect item
* Make it possible to turn off successful login messages, this should quiet ↵smos2011-03-021-1/+3
| | | | the console, system logs
* Add a check that should prevent configuration of racoon with duplicate phase ↵smos2011-03-021-1/+4
| | | | 1 IP entries.
* Fix page title text. Replace "Firewall" with "Interfaces" in title.gnhb2011-03-026-6/+6
|
* Remove custom code for checking ip_addr and use the pfsense provided one.Ermal2011-03-021-5/+3
|
* Do not be so drastic on normal failure.Ermal2011-03-021-1/+1
|
* Since its only called during bootup there is no need to do conditionals ↵Ermal2011-03-021-10/+5
| | | | here. Always sync config and start the miniupnpd process.
* More fixes to comments and code for upnpd. Also bring up to speed the ↵Ermal2011-03-021-18/+11
| | | | stop/start logic.
* Improve logging and some tests during miniupnpd config generation.Ermal2011-03-021-16/+11
|
* This is not true anymore as piece of code.Ermal2011-03-011-9/+0
|
* Correctly get only the interface mac address rather than any other found mac ↵Ermal2011-03-011-1/+1
| | | | on this interface.
* Pass the -a parameters to pgrep to be certain we search ancestors as well. ↵Ermal2011-03-015-7/+7
| | | | The side effects might be inoquos from the pfSense context.
* Use the call to basename to remove the extension rather than trim, since ↵Erik Fonnesbeck2011-03-011-1/+1
| | | | trim takes a list of characters, not the exact string to remove. Suggested by http://forum.pfsense.org/index.php/topic,32967.0.html
* This is not NAT, so put it under the Firewall Advanced heading instead.Erik Fonnesbeck2011-03-011-11/+11
|
* Fix page title.jim-p2011-02-281-1/+1
|
* Only make gateway changes if we have been given a new gateway IP.jim-p2011-02-281-18/+20
|
* Setup gateway monitoring since we just altered a gateway.jim-p2011-02-281-0/+1
|
* Fix gateway handling in setup wizard.jim-p2011-02-281-2/+29
|
* Only display gitsync settings on supported platforms.Erik Fonnesbeck2011-02-281-1/+1
|
* Only show the you can monitor the filter reload process for filter related ↵Scott Ullrich2011-02-271-2/+9
| | | | changes
* Flush the bufferScott Ullrich2011-02-271-0/+2
|
* Do a more strict check on the return value of the download function. Fixes #1309jim-p2011-02-262-2/+2
|
* Declare $g a global here.jim-p2011-02-261-0/+1
|
* Ensure the pkg staging area exists on nanobsd before trying to use it.jim-p2011-02-262-3/+9
|
* missing $Scott Ullrich2011-02-251-1/+1
|
* missing $Scott Ullrich2011-02-251-1/+1
|
* misc whitespace cleanupsScott Ullrich2011-02-251-3/+1
|
* Give this another shotScott Ullrich2011-02-251-1/+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 ↵jim-p2011-02-242-0/+3
| | | | and user.
* Correct the test which displays an error if someone chose to save+test but ↵jim-p2011-02-241-4/+5
| | | | doesn't have an ldap backend. Also, fix a typo.
* Fix find again... apparently -xdev is depreciated and tosses errors, ↵jim-p2011-02-241-1/+1
| | | | replaced by -x
* Move this code up a bit and also use /root/tmp to fetch packages instead of ↵jim-p2011-02-241-5/+10
| | | | /tmp so it won't fill up.
* If we're on nanobsd, pass -t to pkg_add to specify a different "staging ↵jim-p2011-02-242-4/+8
| | | | area" path.
* Correct the vlan upgrade code to continue when we fixed up the interfacesmos2011-02-241-2/+4
|
* Correct the find command, pipe into xargssmos2011-02-241-1/+1
|
* Make sure to resolve the gateway name before passing it off to the IPsec ↵smos2011-02-241-1/+2
| | | | reload function
* Correct variable name. This could never have deleted the static route for ↵smos2011-02-241-1/+1
| | | | IPsec vpns on multi wan
* And one more place for PKG_TMPDIR... just in case.jim-p2011-02-231-1/+3
|
* 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 ↵Ermal2011-02-231-1/+1
| | | | correct meaning.
* Set PKG_TMPDIR for embedded/nano because it will fill up /var trying to ↵jim-p2011-02-231-0/+2
| | | | download packages otherwise. (From sullrich)
* Don't forget to clear username field so it doesn't show up on next edit.gnhb2011-02-241-2/+5
| | | | And if for some reason user enters a username, store it for them.
* Merge branch 'master' of rcs.pfsense.org:pfsense/mainlinegnhb2011-02-242-5/+11
|\
OpenPOWER on IntegriCloud