summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * If the LAN interface exists, do not allow DHCP server on WAN.Scott Ullrich2008-02-091-1/+9
| | | | * If the LAN interface does not exist, do not allow DHCP server on LAN.
* 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.
* * Allow HTTPS/HTTP revert and anti-lockout rule on WANScott Ullrich2008-02-091-20/+16
|
* Allow any interface to be configured from the console menu.Scott Ullrich2008-02-091-59/+114
|
* * 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
|
* touch up textChris Buechler2008-02-071-2/+2
| | | | Ticket #1627
* Correctly deterimine if /boot/loader.conf exists.Scott Ullrich2008-02-051-1/+1
|
* 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.
* Fix 'slingbox' setting so the xml parser does not bail at it.Ermal Luçi2008-02-041-2/+2
|
* Correctly handle enabling/disabling parameters of HFSC scheduler.Ermal Luçi2008-02-041-21/+30
|
* correct bogons file locationChris Buechler2008-02-031-2/+2
|
* Add Slingbox to the raise/lower protocols screen.(requested by Scott)Ermal Luçi2008-02-031-1/+21
|
* * Add Slingbox to the raise/lower protocols screen.(requested by Scott)Ermal Luçi2008-02-031-3/+8
| | | | | * Fix a bug with the creation of rules for this section of the wizard. * Also set the qACK where it makes sense.
* Sync w/ 1.2's filter diag logs.Scott Ullrich2008-02-031-15/+31
|
* Do not load CARP IP address if we cannot find a matching subnet onScott Ullrich2008-02-031-0/+15
| | | | a real interface.
* Turn Pages Accessible field foreground to white.Scott Ullrich2008-02-031-0/+1
|
* shorten description field to prevent creating rulesets that won't load.Chris Buechler2008-02-031-1/+1
| | | | Ticket #1619
* Only assign &$ if item is an array.Scott Ullrich2008-02-031-1/+2
|
* Allow reserved IP addresses to fall within the DHCP Server range. DHCPDScott Ullrich2008-02-031-5/+0
| | | | does not barf with these changes, so why not?
* Allow reserved IP addresses to fall within the DHCP Server range. DHCPDScott Ullrich2008-02-031-8/+1
| | | | does not barf with these changes, so why not?
* Add   after each field so that empty spans do not break the cssScott Ullrich2008-02-031-4/+4
| | | | look and field. Minor nitpick.
* 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
* Really disable CTRL+ALT+DELETE.Scott Ullrich2008-02-022-2/+2
|
* Disable CTRL+ALT+DELETE reboot sequence on keyboard.Scott Ullrich2008-02-022-0/+10
| | | | | Admnins commonly have to press this sequence to login to winderz boxen and if you have a shared KVM you might accidently reboot your firewall.
* Fix rule creation for prioritizing hosts/aliases specified during the wizardErmal Luçi2008-02-021-6/+6
|
* Revert to retain compatibility with the GUI.Ermal Luçi2008-02-011-5/+0
|
* Revert previous patch to retain compatibility in the GUI.Ermal Luçi2008-02-011-0/+11
|
* 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-11/+0
| | | | | | | It is a default policy so lets keep it with defaults and let the user override it when pleases. Remove it from here since it is part of the default policy and allow that on a new installation, after shaper wizard run packets don't go to the default queue.
* 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.
* Make the wizard more userfriendly.Ermal Luçi2008-01-312-168/+290
|
* Latest eDir / Active Directory tweaks from Mark Batchelor.Scott Ullrich2008-01-313-1516/+1610
| | | | Thanks again for him helping us with this project!
* Lower threshold to 86. Noticed a scenario where slbd was chewing upScott Ullrich2008-01-311-1/+1
| | | | roughtly 91% of the cpu.
* Fix bandwidth assignment on LAN qOthersLow queue.Ermal Luçi2008-01-291-1/+1
|
* Fix a bug with regex matching.Ermal Luçi2008-01-291-2/+2
|
* Only iterate groups if it is an array.Scott Ullrich2008-01-291-4/+6
|
* Validate better some input. This avoids some empty javascript errors.Ermal Luçi2008-01-291-11/+34
|
* Use ip_in_subnet() to correctly determineif we have a matching real ipScott Ullrich2008-01-281-5/+3
| | | | address defined somewhere before allowing the CARP address to be added.
* 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.
* minor cosmetic nitpick - move "selected" icons one column to the rightBill Marquette2008-01-281-3/+4
| | | | after the queues column got introduced
* 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
|
OpenPOWER on IntegriCloud