summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Make sure vlan interface exist when it's being configured, it fixes #3270Renato Botelho2013-10-181-0/+12
|
* Split SSL/TLS into separate checkboxes so that plaintext connections can be ↵Warren Baker2013-10-172-49/+67
| | | | made secured by using STARTTLS. Support for SMTPS connections should probably be done away with in future. Fixes #3180
* Fix #3268 - avoid pf table names conflict:Renato Botelho2013-10-161-0/+12
| | | | | | . Create a list of reserved table names for the hardcoded ones . Use this list to validate aliases and load balance pool names . Check if alias names don't conflict with LB pool names and vice-versa
* Add Captive Portal Zones privileges definition. Fix #3216Renato Botelho2013-10-141-0/+6
|
* Allow special chars to be used on IPSec mobile login banner. Fixes #3247Renato Botelho2013-10-111-0/+2
|
* Set default value to radius_protocol during upgrade, it should fix #3226Renato Botelho2013-10-111-0/+2
|
* Fix 'Packet loss rate' and 'Bucket Size' range checkingRenato Botelho2013-10-111-4/+4
|
* Needs parensjim-p2013-10-101-1/+1
|
* Remove newsyslog cron job on upgrade, if present.jim-p2013-10-102-1/+6
|
* Add upgrade code to change the DHCP next-server value to nextserver since it ↵jim-p2013-10-102-1/+11
| | | | was renamed sometime in 2.1 but upgrade code didn't follow.
* Perform a much more accurate comparison between two certificates to ↵jim-p2013-10-091-2/+28
| | | | determine if they are identical when checking their revocation status. Fixes #3237
* Remove this check, the value can be 0 here if the target is the first item ↵jim-p2013-10-091-1/+1
| | | | in the array.
* use (self) instead of any for web lockoutChris Buechler2013-10-041-1/+1
|
* use (self) rather than any as the destination for the lockout rulesChris Buechler2013-10-041-2/+2
|
* Fix codel not being applied on non-priq queue typesRichard Connon2013-09-281-0/+9
|
* Fixed typo in CoDel wiki linkRichard Connon2013-09-281-1/+1
|
* If rc.newwanip is run on an interface that should not have an IP address, do ↵jim-p2013-09-271-0/+4
| | | | not take any action.
* Make sure no extra spaces end up in the parsed IP, it can lead to issues in ↵jim-p2013-09-251-1/+1
| | | | other places (Easy Rule, etc)
* OpenSSL does not like country codes longer than two letters, so remove these ↵jim-p2013-09-241-9/+1
| | | | entries that are not actually country codes.
* Add patch from Ermal to fix ifconfig error on gif in certain cases.jim-p2013-09-231-1/+1
|
* Fix CP stats generation for concurrent users. Fixes #3225jim-p2013-09-231-2/+2
|
* Alix 2D6 crashes upgrade process withou out of diskspaceXon2013-09-191-1/+3
| | | | | | Updating the the RRD graphs causes two copies of each RRD's XML file to be stored in /tmp. On Nanobsd, the default /tmp size is 40mb. It doesn't require very many RRD XML dumps before this is exhausted.
* Switch to rw mode before file operations on RFC2136 cache. Fixes #3201jim-p2013-09-171-0/+3
|
* s/BSDP/ESF/RELENG_2_1_0Chris Buechler2013-09-111-2/+2
|
* This broke correct detection of primary/secondary -- the person in that ↵jim-p2013-09-101-3/+4
| | | | | | thread may have had some other config issue, but this broke working/valid configurations. Revert "Correct check to match the right vip based on configured ip. Reported-by: http://forum.pfsense.org/index.php/topic,66234.0.html" This reverts commit 25f9f3322863eae12f705137d8d414643d7b853f.
* Fix didn't help -- backing this out and the change that made it necessary. ↵jim-p2013-09-101-13/+7
| | | | | | Revert "Correctly check the secondary/primary parameter setting on dhcp failover configuration" This reverts commit 24670866827b4e2d7a4a05baaf6d09ee377ce7cb.
* Fix update URL so the -RELEASE version looks at the stable updates URL by ↵jim-p2013-09-101-4/+6
| | | | default rather than the snapshots server.
* Update an existing cron entry for pppoe periodic resetsPhil Davis2013-09-101-2/+2
| | | | The array variable name was incorrect in the test, so the existing cron entry was not being matched. Fixes #3192
* Require IPv6.inc header so that if ipv6 functions are called no surprises ariseErmal2013-09-101-0/+1
|
* Leave a trace that rtsold did fire the dhcp6c client so troubleshooting is ↵Ermal2013-09-101-0/+1
| | | | easier
* Do not include disabled OpenVPN in vpn_networks and negate_networksPhil Davis2013-09-101-4/+6
|
* Correctly check the secondary/primary parameter setting on dhcp failover ↵Ermal2013-09-101-7/+13
| | | | configuration
* Correct typo that prevents dhcp rules from properly being generated.Ermal2013-09-101-1/+1
|
* the time has come - bump to 2.1-RELEASEChris Buechler2013-09-091-1/+1
|
* Fix errant display of "0 table deleted" during filter reload on console.jim-p2013-09-091-1/+1
|
* Remove unecessary capitalized WARNING from disabled APC messageRenato Botelho2013-09-091-2/+2
|
* Do not sync DHPCv6, it must operate independetly. Ticket #3184jim-p2013-09-061-2/+0
|
* Remove failover peer IP settings from DHCPv6, DHCPv6 doesn't support ↵jim-p2013-09-061-3/+0
| | | | failover the way that DHPv4 did. Fixes #3184
* Disable kill_states by default on upgrade, it fixes #3183Renato Botelho2013-09-062-1/+7
|
* Allow for easier override on $g values if needed.jim-p2013-09-051-0/+5
|
* Correct check to match the right vip based on configured ip. Reported-by: ↵Ermal2013-09-051-4/+3
| | | | http://forum.pfsense.org/index.php/topic,66234.0.html
* Ticket #3181 do the state flushing only on down gateway detection rather ↵Ermal2013-09-051-11/+5
| | | | than any time.
* Revert "Revert back the behaviour to cleanup all states for 2.1 Fixes #3181 ↵Ermal2013-09-051-1/+27
| | | | | | | | and related to Ticket #1629. This commit is only for 2.1 since on master development will continue for better alternatives" A bit too excessive need to get right. This reverts commit c59dd719e0a6d9ee8deecaa7bff0d6ee8c76e4ca.
* Ba-bump-bump.jim-p2013-09-041-1/+1
|
* When the v4 wan is dynamic and v6 is type dhcp and v6 information is ↵Ermal2013-09-041-0/+4
| | | | retrieved through v4 link than trigger dhcp6c reconfiguration.
* Actually the / here is not needed.Ermal2013-09-041-1/+1
|
* Add safety belts to code in rc.openvpn to avoid php errors to leave stale ↵Ermal2013-09-041-10/+13
| | | | locks around
* Make the operation of saving old rule nearby the writing operation to be ↵Ermal2013-09-041-4/+4
| | | | logical to spot
* Sprinkle some unsets to reduce footprint and correct some whitespacesErmal2013-09-041-19/+17
|
* filter_generate_port error log function namePhil Davis2013-09-041-1/+1
| | | | Absolutely minor adjustment to make the error log message refer to the new function name.
OpenPOWER on IntegriCloud