summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* <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
|
* Switch back to dev_mode so existing configs aren't broken by the other changes.jim-p2011-04-013-15/+15
|
* standardize the device_mode variablelgcosta2011-04-011-4/+4
|
* Correct the conditional testing.Ermal2011-03-311-1/+1
|
* Do not show the default queue selection for a queue that has child queuesErmal2011-03-311-8/+10
|
* Prevent non-numeric chars from being inputed on bandwidth field.Ermal2011-03-311-2/+10
|
* Try again to fix the calculation for out bits 95th percentile. (Works for me)jim-p2011-03-311-1/+2
|
* clarify textChris Buechler2011-03-311-1/+1
|
* Apparently rrdtool VDEF functions can't take a multiplier, only CDEF. Fixes ↵jim-p2011-03-301-1/+1
| | | | traffic graphs.
* Use a different loop counter variable to avoid a name collisionjim-p2011-03-301-3/+3
|
* Test for value present before using.Ermal2011-03-301-2/+2
|
* Test for value present before using.Ermal2011-03-301-1/+1
|
* Unset xmlrpcauth and not the first member of the array.Ermal2011-03-301-2/+2
|
* Check for function existence before calling it.Ermal2011-03-301-1/+2
|
* By default assume admin user and do not blindly copy the first user from the ↵Ermal2011-03-301-3/+6
| | | | config.xml
* Allow editing of CAs, so that imported CAs can have their private keys added ↵jim-p2011-03-302-21/+64
| | | | later (mainly affected users upgrading from 1.2.3 and wanting to use the cert manager). Also, allow editing the CA's serial, since this shouldn't really be 0 for imported CAs, but the serial of the last cert that was made from this CA.
* Do not rely on first user being admin as this breaks in certain cases the ↵Ermal2011-03-301-18/+20
| | | | XMLRPC authentication. TODO: pass username as argument too. This now can use the local system authentication settings as well.
* clarify logChris Buechler2011-03-301-1/+1
|
* Allow importing a CRL for an external CA.jim-p2011-03-301-5/+13
|
* Add missing color, add multiplier to calculus for inverting linesmos2011-03-302-1/+2
|
* Check for "aes 256" as IPsec encryption type, not just rijndael.jim-p2011-03-291-0/+4
|
* Fix spamd rrd graph command.jim-p2011-03-291-36/+36
|
* Add some upgrade code for IPsec mobile clients. Passes php -l but needs more ↵jim-p2011-03-291-0/+134
| | | | testing.
* Trim spaces out to avoid problems from explode.Ermal2011-03-291-1/+1
|
* Add back gre allowing rules since they are needed.Ermal2011-03-291-0/+2
|
* Allow TCP and UDP for DHCP failover traffic.jim-p2011-03-281-2/+2
|
* In IPsec, s/mobileclients/client/, this was changed long ago in the config ↵jim-p2011-03-288-9/+9
| | | | but not everywhere followed.
* Correct PPTP Clients alias address. The PPTP server address was been utlized ↵Warren Baker2011-03-281-1/+1
| | | | instead, which resulted in an incorrect firewall rule when 'PPTP Clients' was configured.
* Test the existence of route_vpn_gateway variable and if set use it as a ↵Ermal2011-03-281-1/+5
| | | | gateway. Recommended-by: http://forum.pfsense.org/index.php/topic,24436.msg158589.html#msg158589
* Only run conf_mount_rw here if there isn't another process going.jim-p2011-03-261-1/+4
|
* Actually if /etc/sshd is already running, doing a conf_mount_ro() would be a ↵jim-p2011-03-261-1/+0
| | | | bad thing, as the other process still expects rw.
* Backing this out to see if it unbreaks NanoBSD upgrades with packages ↵jim-p2011-03-263-13/+10
| | | | | | involved. Revert "Workaround for conf_mount_rw/ro during boot to only allow it to change at the start and end. Fixes #1279" This reverts commit 548be1fd6697ab115cbb29d61bc5507744488094.
* Make sure that there is a value before using it as a redirection.Ermal2011-03-251-1/+1
|
* Make the return values on error consistent with the normal return value.Ermal2011-03-251-2/+2
|
* Actually correctly report the timeleft in log messages. This is mostly cosmetic.Ermal2011-03-251-9/+9
|
* Make the two default page codes similar in regarding to redirurl in hope ↵Ermal2011-03-251-1/+1
| | | | that when one voucher login succeeds it redirects to the url submmitted.
OpenPOWER on IntegriCloud