summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-04-1528-59/+194
|\ | | | | | | | | Conflicts: etc/inc/gwlb.inc
| * Properly set/unset voucher enable/disable bit.jim-p2011-04-151-3/+6
| |
| * Move the link to add a gateway up next to the drop-down box so it is more ↵jim-p2011-04-151-2/+2
| | | | | | | | obvious.
| * Save a little space on the interface list for console assignment.jim-p2011-04-141-2/+2
| |
| * Test if a variable is set before trying to unset it. If a user has no rules ↵jim-p2011-04-141-1/+1
| | | | | | | | in their config, then $config['filter'] would not be undefined, so unsettings $config['filter']['bypassstaticroutes'] would result in an error. http://forum.pfsense.org/index.php/topic,35702.0.html
| * Add missing fields for l2tp to define dns and wins serverssmos2011-04-132-2/+46
| |
| * Do not send growl notices twiceScott Ullrich2011-04-121-0/+13
| |
| * Remove blank trailing c/r.Scott Ullrich2011-04-121-1/+1
| |
| * Notify via smtp as well as growlScott Ullrich2011-04-122-1/+3
| |
| * Drop the ntpdate sync in favor of using ntpd -s, which should have the same ↵jim-p2011-04-123-7/+1
| | | | | | | | net effect without needing the shell script that has been prone to hanging.
| * Also exclude grep from running processes when grepping for a running packet ↵jim-p2011-04-121-2/+2
| | | | | | | | capture. Also, fix other test to match the recent changes made.
| * Add a toggle under System > Advanced on the misc tab to enable/disable debug ↵jim-p2011-04-113-2/+33
| | | | | | | | mode for racoon.
| * Revert changes to dhclient-script. Appears to have broken DNS servers from ↵jim-p2011-04-091-4/+3
| | | | | | | | DHCP. Ticket #1428
| * Fix copy/paste errorjim-p2011-04-081-1/+1
| |
| * Make sure a theme directory actually exists before blindly using it.jim-p2011-04-081-1/+1
| |
| * Rework ntpdate_sync_once.sh, so it makes sure ntp/ntpdate/itself are not ↵jim-p2011-04-081-1/+8
| | | | | | | | running before trying to sync time, and then launch ntpd at the end for time sync (last commit was premature)
| * Don't unconditionally start ntpd after doing ntpdate, it might be disabled.jim-p2011-04-081-5/+0
| |
| * Send ntpdate output to syslogjim-p2011-04-081-1/+1
| |
| * Add an IPsec xauth permission. Try to use the nologin shell first (just ↵jim-p2011-04-082-0/+8
| | | | | | | | unlock the account). Ticket #1202
| * Putting client-config-dir in the config is valid also for p2p_tls servers. ↵jim-p2011-04-081-1/+1
| | | | | | | | Fixes #1417.
| * use same egrep statement for both checksScott Ullrich2011-04-071-1/+1
| |
| * Use full path to egrepScott Ullrich2011-04-071-1/+1
| |
| * Use full path to egrepScott Ullrich2011-04-071-1/+1
| |
| * Use some Seth egrep foo to protect from compromised DHCP servers. ↵Scott Ullrich2011-04-071-3/+4
| | | | | | | | CVE-2011-0997
| * Remove extra variable setScott Ullrich2011-04-071-2/+0
| |
| * Remove copy pasteScott Ullrich2011-04-071-1/+1
| |
| * Unbreak check if capture is runningScott Ullrich2011-04-071-3/+5
| |
| * When using ' variables are not expanded. Use double quotes so that the ↵Scott Ullrich2011-04-071-1/+1
| | | | | | | | variable is exanded
| * Don't test for a user cert here either, see previous commit.jim-p2011-04-071-2/+0
| |
| * Don't test if a cert is in use here, you could in theory use a cert for a ↵jim-p2011-04-071-2/+0
| | | | | | | | user and a server.
| * Fix link; use same message for missing certs.jim-p2011-04-061-2/+2
| |
| * Make the default openvpn cert authority message a bit relaxed and let user ↵Scott Ullrich2011-04-061-1/+1
| | | | | | | | know about the wizard option as well
| * Correct text to include PPTP as well.Ermal2011-04-061-1/+1
| |
| * Resolves #1391. Bring back VPN auto rule disable advanced setting.Ermal2011-04-062-1/+19
| |
| * CRL is read in as an array now, so even in the imported config it will ↵jim-p2011-04-061-2/+2
| | | | | | | | appear to be an array even though it can only have one value. Fixes #1358
| * Fixup text.jim-p2011-04-061-2/+2
| |
| * Actually re-parse the config if a valid config was not written. (Should help ↵jim-p2011-04-061-2/+9
| | | | | | | | stop installs from blowing up on failed config upgrades). Save the bad config for inspection, and print a message to the console about what was done.
| * Correct error message for gateways to report down when the gateway is down ↵Ermal2011-04-061-1/+1
| | | | | | | | and not high latency.
| * Another sweep at keeping the default route always present when the default ↵Ermal2011-04-061-10/+20
| | | | | | | | setup route is marked as down. This now adds checks for configuration where a defaultgw is not specified by the user but deduced automatically.
| * Resolves #1418. Correct test to actully do what's intended.Ermal2011-04-061-1/+1
| |
| * If the supplied gateway is all ones(255.255.255.255) do not report it as a ↵Ermal2011-04-061-1/+4
| | | | | | | | gateway since its useless.
| * Unbreak inetd.conf generation to avoid entries containing Array entries. ↵Ermal2011-04-051-1/+1
| | | | | | | | This gixes nat reflection and a spamming of the system with nc processes with wrong parameters.
| * Fix variable namejim-p2011-04-051-2/+2
| |
| * Make sure all themes have the right colors defined.jim-p2011-04-042-0/+4
| |
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-04-049-33/+67
|\ \ | |/ | | | | | | Conflicts: etc/inc/shaper.inc
| * <script/> tags are put in the function build_javascript no need to put them ↵Ermal2011-04-041-4/+1
| | | | | | | | here. Prevents errors reported at:http://forum.pfsense.org/index.php/topic,34139.0.html
| * Try to always keep pfSense with a default gateway to avoid errors for ↵Ermal2011-04-041-1/+25
| | | | | | | | service running from pfSense itself. Previously PBR should be configured for such services. While PBR is a better fix this at least keeps users from complaining in simple setups. Reported by many.
| * On interface ip change reload even igmpproxy. Reported-by: ↵Ermal2011-04-042-2/+5
| | | | | | | | http://forum.pfsense.org/index.php/topic,34372.0.html
| * Add -a to include all updaterrd.sh scripts running and also remove top ↵Ermal2011-04-041-2/+1
| | | | | | | | killing since its not used anymore in stat gathering.
| * Fix indent.Ermal2011-04-011-11/+11
| |
OpenPOWER on IntegriCloud