summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-301-2/+4
| | | | 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
|
* Check for "aes 256" as IPsec encryption type, not just rijndael.jim-p2011-03-291-0/+4
|
* 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-282-3/+3
| | | | 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.
* 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.
* Correctly synchronize the db of vouchers from master. Also correctly write ↵Ermal2011-03-251-5/+8
| | | | it to the files since before it is only allowed during bootup and not from xmlrpc.
* Display the correct error page if vouchers are active or if normal CP is ↵Ermal2011-03-251-76/+2
| | | | active when default provided forms are used.
* Correct log messages to not display port twice.Ermal2011-03-252-3/+3
|
* Correctly handle aliases for the target on inetd rules. Otherwise bad ↵Ermal2011-03-251-1/+6
| | | | parameters are passed to netcat(nc) and we DoS the host.
* Make sure to uses 'tables' in array.Warren Baker2011-03-251-5/+5
|
* Remove legacy Bogons Privileges page and add Tables to Privileges.Warren Baker2011-03-251-6/+6
|
* Do not write ont rules anymore max-packets. This apparently was done by me ↵Ermal2011-03-241-2/+2
| | | | in a previous commit, it helps with Ticket #636.
* Try to not stomp rule to each other. Reported-by: ↵Ermal2011-03-241-1/+1
| | | | http://forum.pfsense.org/index.php/topic,34787.msg180186.html#msg180186
* Correct wrong comment.Ermal2011-03-241-1/+1
|
* Fix voucher disconnect sync issueScott Ullrich2011-03-232-0/+59
|
* Do not error out for pptp/l2tp localip setting not set since its legitimate.Ermal2011-03-231-3/+2
|
* Merge 8b7d91267376d8b1e5e8d5748371430e2a601e23 ↵Scott Ullrich2011-03-221-1/+1
| | | | https://rcs.pfsense.org/projects/pfsense/repos/mterron-clone/commits/8b7d91267376d8b1e5e8d5748371430e2a601e23 which fixes rc.shutdown issue
* Actually remove the pid file before starting a new miniupnpd since it seems ↵Ermal2011-03-221-2/+5
| | | | to not like it. Log provided on:http://forum.pfsense.org/index.php/topic,33371.msg180084.html#msg180084
* Unbreak adding subqueues to queues also. This has happened after allowing ↵Ermal2011-03-221-1/+3
| | | | renaming, oops.
* Unbreak adding subqueues to limiters. Correct some text in the way.Ermal2011-03-221-6/+6
|
* Workaround for conf_mount_rw/ro during boot to only allow it to change at ↵Erik Fonnesbeck2011-03-223-10/+13
| | | | the start and end. Fixes #1279
* Ticket #1374. Actually test the right field name.Ermal2011-03-211-2/+4
|
* Added option to select the type of device for use in the tunnel openvpnlgcosta2011-03-211-4/+5
|
* Generate the config file in a variable then write it as a whole to a file.Ermal2011-03-182-21/+15
|
* Read data into variables before passing to rrdtool, so it's easier to extend ↵jim-p2011-03-181-19/+19
| | | | this to store data elsewhere in addition to (or instead of) rrdtool. Also, switch to using cpustats for CPU statistics instead of top.
* Up the number of packets that gets sent to divert consumers since this count ↵Ermal2011-03-171-1/+1
| | | | includes for tcp even the 2way handshake count which might hurt the matching. This should possibly fix layer 7 Ticket #636.
* Log the configuration is not the same error message only when this is true. ↵Ermal2011-03-171-19/+18
| | | | This message would have been shown even when a communication error would occur.
* Add Total number of CP users graphWarren Baker2011-03-171-3/+40
|
* Ticket #1356 use locking here rather than ps to serialize execution.Ermal2011-03-161-4/+3
|
* Fix ticket #1126smos2011-03-161-6/+6
|
* Change wordingsmos2011-03-161-2/+2
|
* Fix the IPsec ping hosts file generation. This only worked for the lastsmos2011-03-161-1/+1
| | | | tunnel
* Keep a table of gateways we added for static routes to prevent us from ↵smos2011-03-161-1/+8
| | | | making multiple entries to the same IP address
* Add code to allow custom upgrade code to run after the pfSense upgrade code ↵Ermal2011-03-151-1/+6
| | | | for the same version switching(Just the custom upgrade functions should have _custom at the end of their name.
* Make sure we have an ip to kill sessions from.Ermal2011-03-151-10/+11
|
* Do more strict checking if an ppp type interface is assigned before starting ↵Ermal2011-03-151-10/+14
| | | | the mpd process behind it. Trigered-by: http://forum.pfsense.org/index.php/topic,34377.0.html
* Remove comment since the service is not started anymore after installation ↵Ermal2011-03-141-1/+0
| | | | in 2.0
OpenPOWER on IntegriCloud