summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ignore dreamweaver temp filesyakatz2011-04-211-0/+1
|
* checking moduli of ssl csr request and responseyakatz2011-04-212-14/+42
|
* override option for certificate subject mismatchyakatz2011-04-181-2/+14
|
* Block instead of allowing proto carp/pfsync during bootup since this may ↵Ermal2011-04-181-2/+2
| | | | cause issues. Ticket #1432
* Add an option under advanced->misc to specify a proxy for retreiving pfsense ↵Ermal2011-04-182-3/+85
| | | | package info or downloading packages.
* Only start log update ajax timer if the updateDelay is defined. ↵jim-p2011-04-181-1/+3
| | | | http://forum.pfsense.org/index.php/topic,35771.0.html
* Don't include RFC1918 in bogons.jim-p2011-04-171-4/+1
|
* sync bogonsChris Buechler2011-04-161-7/+3
|
* 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
|
OpenPOWER on IntegriCloud