summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ticket #389. Correctly make the ldap object picker work and handle various ↵Ermal2010-04-273-38/+56
| | | | errors.
* Ticket #378. Correct text to reflect the allowed 0 value.Ermal2010-04-271-1/+1
|
* Ticket #378. Correctly handle a timeout of 0 to mean never timeout.Ermal2010-04-272-3/+7
|
* Ticket #474. Properly check for disabled openvpn configs.Ermal2010-04-271-3/+3
|
* Silence and correct command that tries to kill a previous running ↵Ermal2010-04-271-2/+1
| | | | ipfw-classifyd command.
* Missed curly.Ermal2010-04-271-1/+1
|
* Do not error out when trying to delete an unexisting package. Just display ↵Ermal2010-04-271-5/+7
| | | | an error message.
* Add binding support for row helper drop downsScott Ullrich2010-04-273-1/+27
|
* Allow mapping a select drop down to any area of config.xmlScott Ullrich2010-04-271-0/+34
|
* Fix test to not penalized variable value of 0.Ermal2010-04-261-1/+1
|
* Mark this just informative textarea as readonlyRenato Botelho2010-04-261-1/+1
|
* correctly go to interface for edit bogons/rfc1918Chris Buechler2010-04-251-2/+2
|
* temporary work around for ticket #536Chris Buechler2010-04-251-2/+2
|
* add note about 1:1s and interface IPsChris Buechler2010-04-241-1/+3
|
* remove unnecessary input validation checksChris Buechler2010-04-242-23/+0
|
* remove this check, the WAN IP can be used in binat now with no problemsChris Buechler2010-04-241-6/+0
|
* remove bunk input validationChris Buechler2010-04-241-10/+0
|
* Fix permsjim-p2010-04-232-0/+0
|
* Improve NanoBSD slice updating/changing a bit, add some error checking. ↵jim-p2010-04-233-32/+72
| | | | Resolves #534.
* Relocate some NanoBSD functions to a central place. Change NanoBSD ↵jim-p2010-04-233-100/+140
| | | | diagnostics and system info widget to use the new code. Ticket #533 and some prerequisite parts of Ticket #534.
* Well there was a reason for this being returned out. Ticket #539.Ermal2010-04-231-1/+1
|
* Remove all code for directions it is not needed any more on passthrough ip's.Ermal2010-04-222-27/+3
|
* Add missing ;Ermal2010-04-221-2/+2
|
* Unbreak limiter rule creation.Ermal2010-04-221-1/+1
|
* Ticket #528. Do not route-to for local connected subnets.Ermal2010-04-221-2/+2
|
* Add a new alias type, urltable, which downloads a file of IP/CIDR addresses ↵jim-p2010-04-219-9/+185
| | | | and loads them into a pf persist table instead of importing the addresses directly into a traditional alias. This allows for using huge tables of addresses that would otherwise break the GUI and/or fail to load into pf. Part of ticket #512
* Validate imported URL data. Resolves #530.jim-p2010-04-211-1/+2
|
* Fix creation of pipe/queue aka limiters.Ermal2010-04-201-2/+2
|
* Warn the user when we cannot get the MAC address on pass through auto add ↵Ermal2010-04-201-1/+3
| | | | case. Also when a user does a logout through clicking the logout form exit after showing sending info on logout successful.
* Allow a passthrough mac to be deleted by a POST. Take the neccessary actions ↵Ermal2010-04-201-0/+22
| | | | to disconnect and remove the mac from CP.
* Allow users to send in the same POST authentication info and post fields. ↵Ermal2010-04-201-1/+4
| | | | This will be allowed by authentication code if the special post var 'postafterlogin' isset.
* Make pasthrough GUI code catch-up with the latest changes.Ermal2010-04-202-10/+4
|
* Use tables of ipfw for passthrough mac entries. This makes it scale way ↵Ermal2010-04-205-99/+55
| | | | better than previously. Fix multiple entries on adding mac through entries automatically after login for the same user. The changes allow even pass through mac to be controlled from the Status->Captiveportal. Use serialize/unserialize on some files that keep temporary information to speed up calculations. Really allow mac passthrough to follow radius rules or time out rules when present.
* Do not include filter.inc twiceScott Ullrich2010-04-191-1/+0
|
* Add a new option which allows the admin user to configure CP so that it ↵Ermal2010-04-207-152/+312
| | | | automatically enters an MAC passthru entry. The MAC is taken from login details and has to be removed manually. Also do improvements on rules handling and pipes. Add some optmizations. Teach the GUI/backend on ip/mac passthrough to configure a bw limit for this entries.
* Show p2 items correctly (add missing td's)Scott Ullrich2010-04-191-0/+5
|
* Perform IP/Host and Port number validation for Authentication servers in the ↵jim-p2010-04-191-1/+14
| | | | OpenVPN Wizard.
* Restrict country code entry in the OpenVPN wizard to two letters.jim-p2010-04-191-0/+6
|
* Fix default port choices for LDAP/RADIUS server in OpenVPN wizard.jim-p2010-04-191-3/+3
|
* Fix OpenVPN port default choice in Wizard. Also fix protocol specification. ↵jim-p2010-04-192-6/+5
| | | | (Should be Uppercase)
* Revert "Fix finding next OpenVPN port. Protocol should be lowercase." - This ↵jim-p2010-04-191-1/+1
| | | | | | was wrong in the wizard, apparently, and not the main page. This reverts commit a48613a65d8d04dfec2aeefdb37440bdd399cdab.
* Fix finding next OpenVPN port. Protocol should be lowercase.jim-p2010-04-191-1/+1
|
* fix textChris Buechler2010-04-192-2/+2
|
* remove commented out bit that causes annoying pop ups in IE. Ticket #299Chris Buechler2010-04-181-12/+0
|
* show port and protoChris Buechler2010-04-181-3/+3
|
* Fix growl issues.Scott Ullrich2010-04-172-3/+37
| | | | | | | Ticket #518 Ticket #519 Submibtted-by: Blake Skinner
* Use FQDN for HELLO SMTP command. Ticket #443pierrepomes2010-04-171-0/+1
|
* use 6969 for tftp-proxyChris Buechler2010-04-171-3/+3
|
* Ticket #511. Actually return the rules from all the packages not just the ↵Ermal2010-04-161-2/+1
| | | | first one.
* Ticket #508. Make TFTP proxy configurable by System Advanced->Firewall/NAT ↵Ermal2010-04-162-2/+28
| | | | for several interfaces.
OpenPOWER on IntegriCloud