summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Do not use the presence of lan as an indicator of having only one interface. ↵Ermal2010-04-161-1/+1
| | | | Actually deduce that from the count of interfaces. It is perfectly legal on 2.0 to not have a lan interface and only opt/wan ones.
* Do not use the presence of lan as an indicator of having only one interface. ↵Ermal2010-04-161-5/+4
| | | | Actually deduce that from the count of interfaces. It is perfectly legal on 2.0 to not have a lan interface and only opt/wan ones.
* Update system information widget to use new version checking mechanism.jim-p2010-04-161-8/+9
|
* Beef up the version comparison code. This should let us compare several ↵jim-p2010-04-162-20/+106
| | | | combinations of local and remote versions and properly determine if the current version is older or the same as the remote version.
* Fail over update check to report the supplied version from the remote server ↵jim-p2010-04-151-7/+7
| | | | if it is not a build time/datestamp.
* Fix whitespacejim-p2010-04-151-16/+16
|
* Fix CA cert dupe detection when no certs yet exist.jim-p2010-04-151-4/+6
|
* Add titles to wizard steps, change some wording to be more consistent.jim-p2010-04-151-10/+26
|
* radius.inc already has this includes so do not include them explicitly. This ↵Ermal2010-04-141-2/+0
| | | | unbreaks the loading of bcmath module since PEAR.inc is not yet included!
* Ticket #386. Add even the network address to the list of addresses on proxy ↵Ermal2010-04-141-0/+4
| | | | arp vips to the naat out edit.
* Ticket #483. Load the bcmath extension dynamically through PEAR for Radius ↵Ermal2010-04-141-0/+2
| | | | accounting.
* Ticket #486. Convert even the gateways that specify the interface itself.Ermal2010-04-141-2/+5
|
* Ticket #499. Create custom options propperly for each interface. This ↵Ermal2010-04-141-8/+4
| | | | solution binds the option name to the interface name so it is even easier to distinguish.
* Add code to allow applications on pfSense itself that bind to a socket or ↵Ermal2010-04-131-0/+8
| | | | want to source route traffic to work. This fixes DynDns on multi-wan as the simplest of it.
* Add a timeout for curl_exec. Combine all dyndns.org methods to one catching ↵Ermal2010-04-131-36/+5
| | | | up with its API changes.
* Fix regex on matching ip when behind nat.Ermal2010-04-131-3/+3
|
* Move checking if dyndns is enabled to the proper place.Ermal2010-04-131-3/+3
|
* Improve startup time by delaying dyndns synching.Ermal2010-04-132-4/+4
|
* Remove associated rule-id from default config they confuse rule edit page.Ermal2010-04-131-2/+0
|
* On Virtual IPs, the ip is stored on subnet xml tag, use it to compare with ↵Renato Botelho2010-04-131-1/+1
| | | | external-address.
* source address is been checked 2 times and destination address no one, fix thisRenato Botelho2010-04-131-1/+1
|
* Remove bandwidth tags from default config they are not used.Ermal2010-04-121-4/+0
|
* Actually disable flowtables support by default.Ermal2010-04-121-1/+1
|
* Perform more strict validation on CA and Cert names before proceeding in the ↵jim-p2010-04-122-4/+16
| | | | wizard.
* Prevent duplication of CA names and Cert names in the OpenVPN wizard. Ticket ↵jim-p2010-04-121-0/+16
| | | | #500.
OpenPOWER on IntegriCloud