summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
* Increase dnsmasq cache size to 5000. It defaults to 150.Scott Ullrich2008-02-141-1/+1
|
* Make sure we sync before mounting ro.Scott Ullrich2008-02-142-0/+11
|
* Latest LDAP round from Mark BatchelorScott Ullrich2008-02-111-23/+31
| | | | VS: ----------------------------------------------------------------------
* Latest version of auth.inc from Mark Batchelor fixing a few miscScott Ullrich2008-02-101-28/+48
| | | | LDAP auth issues + local auth issues.
* If antilockout is enabled, and there is only one interface, apply the ↵Chris Buechler2008-02-091-3/+15
| | | | antilockout rules to the WAN rather than LAN.
* s/WAN/wan/Scott Ullrich2008-02-091-1/+1
|
* Define the WAN interface name.Scott Ullrich2008-02-091-0/+1
|
* * Minor cleanupsScott Ullrich2008-02-091-0/+4
| | | | * Make sure $interface is being defined
* Convert string to lower case.Scott Ullrich2008-02-091-1/+1
|
* LAN is optional now.Scott Ullrich2008-02-091-1/+6
|
* LAN is optional.Scott Ullrich2008-02-091-10/+40
|
* LAN interface is now optional.Scott Ullrich2008-02-091-100/+162
|
* * If LAN interface is unassigned do not worry about interface mismatchesScott Ullrich2008-02-091-0/+2
|
* * Unset the LAN interface if 1 network interface is allowed and user optsScott Ullrich2008-02-091-1/+3
| | | | to not set a LAN interface during interface assignment.
* * Move minimum nic requirement information to globals.incScott Ullrich2008-02-092-23/+32
| | | | * Move minimum ram requirement information to globals.inc
* Make sure item is an array before comparing using array functions.Scott Ullrich2008-02-081-5/+7
|
* With the current Racoon we need to inform that we are reloading our SPDSeth Mos2008-02-051-0/+4
| | | | entries with a SIGHUP
* Only check disabled/enabled status on OPTX interfaces. WAN and LAN areScott Ullrich2008-02-041-2/+3
| | | | assumed to always be enabled.
* When a CARP parent interface is down or disabled, ignore the CARP IPScott Ullrich2008-02-041-0/+3
| | | | address as this will introduce a panic situation in FreeBSD.
* Correctly handle enabling/disabling parameters of HFSC scheduler.Ermal Luçi2008-02-041-21/+30
|
* Do not load CARP IP address if we cannot find a matching subnet onScott Ullrich2008-02-031-0/+15
| | | | a real interface.
* Latest LDAP changes from Mark BatchelorScott Ullrich2008-02-032-85/+155
|
* * Remove trailing blank lineScott Ullrich2008-02-031-5/+7
| | | | * Make sure $info has data before operating on it
* * Remove trailing blank lineScott Ullrich2008-02-032-7/+7
| | | | * Make sure $search has data before operating on it
* Revert to retain compatibility with the GUI.Ermal Luçi2008-02-011-5/+0
|
* Correctly escape special characters.Ermal Luçi2008-02-011-1/+1
|
* Add defualt pass rule on lan interface and remove it from config.Ermal Luçi2008-02-011-0/+5
| | | | It is a default policy so lets keep it with defaults and let the user override it when pleases.
* Update to racoon-0.7-cvs with Timo Teras patches.Seth Mos2008-02-011-14/+4
| | | | Use setkey -f because spd loading works normally now.
* Latest eDir / Active Directory tweaks from Mark Batchelor.Scott Ullrich2008-01-312-1272/+1333
| | | | Thanks again for him helping us with this project!
* Fix a bug with regex matching.Ermal Luçi2008-01-291-2/+2
|
* Changes to allow Novell eDir to authenticate via LDAP.Scott Ullrich2008-01-281-11/+16
| | | | Thanks to Mark Batchelor for all of his help with these changes.
* reply-to logic needed some touchups to handle the new gateway code alsoBill Marquette2008-01-271-2/+9
|
* fix route-to rule generation with new gateways codeBill Marquette2008-01-271-1/+7
|
* Change regex to match valid bandwidth to allow bandwidth with decimal point ↵Ermal Luçi2008-01-271-2/+2
| | | | to be specified.
* Fix some bugs and typos.Ermal Luçi2008-01-271-23/+19
|
* Add input validation for bandwidths and HFSC scheduler.Ermal Luçi2008-01-221-240/+253
|
* Revert dhclient timeout to the default of 60 seconds (originally didn't ↵Chris Buechler2008-01-221-2/+2
| | | | realize it was in there two more times).
* Add support for the "Remove Shaper " button on the backend.Ermal Luçi2008-01-211-11/+22
|
* Remove a duplicated entry slipped in accidentally.Ermal Luçi2008-01-211-9/+0
| | | | Remove uneeded check on default policy.
* Revert dhclient timeout to the default of 60 seconds.Chris Buechler2008-01-211-1/+1
|
* More changes in the attempt to change the logic on filter.incErmal Luçi2008-01-201-10/+10
|
* Please don't force commit!Bill Marquette2008-01-191-2/+2
| | | | Re-apply fix from commit [20700] that got reverted in [20706]
* Unbreak filter_rules_generate broked by previous wrong commit which was ↵Ermal Luçi2008-01-181-396/+485
| | | | | | against HEAD. Second attempt at reorganizing the logic of pfSense rules.
* First attempt at changing the logic of the default rules of pfSense.Ermal Luçi2008-01-181-462/+384
| | | | This allows for the default rules to be overriden in the GUI.
* Forgotten filter.inc support for Floating tab on the Rules section.Ermal Luçi2008-01-171-8/+18
|
* Remove both Bill and myself from the (C). Looks like Ermal hasScott Ullrich2008-01-171-2/+0
| | | | done a rewrite.
* Add back Bill to the (C) header, he did far more work on the shaperScott Ullrich2008-01-171-1/+2
| | | | previously than I did.
* Move $rule portion out of the ng0 check that accidently slipped in. ThisScott Ullrich2008-01-171-1/+1
| | | | | | | combined with my earlier change unbreaks traffic from the firewall itself and also unbreaks nat redirect traffic. Found-by: Billm
* Unbreak traffic from the firewall itself.Scott Ullrich2008-01-171-1/+1
|
* * Fix many bugs itroduced with the new shaper code import.Ermal Luçi2008-01-162-1118/+1420
| | | | | | | * Introduce a new tab to the Firewall - Rules section called "floating rules" where you can create rules with direction/tag/tagged/quick keywords of PF. * Improve input validation on the shaper code and the wizard. * Change the logic in filter.inc by allowing the rules without the quick keyword to work propperly. * ALso begin changing the logic of filter.inc default rulesto not use the quick keyword so they can be overriden in the GUI.
OpenPOWER on IntegriCloud