Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not include filter.inc twice | Scott Ullrich | 2010-04-19 | 1 | -1/+0 |
| | |||||
* | Add a new option which allows the admin user to configure CP so that it ↵ | Ermal | 2010-04-20 | 7 | -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 Ullrich | 2010-04-19 | 1 | -0/+5 |
| | |||||
* | Perform IP/Host and Port number validation for Authentication servers in the ↵ | jim-p | 2010-04-19 | 1 | -1/+14 |
| | | | | OpenVPN Wizard. | ||||
* | Restrict country code entry in the OpenVPN wizard to two letters. | jim-p | 2010-04-19 | 1 | -0/+6 |
| | |||||
* | Fix default port choices for LDAP/RADIUS server in OpenVPN wizard. | jim-p | 2010-04-19 | 1 | -3/+3 |
| | |||||
* | Fix OpenVPN port default choice in Wizard. Also fix protocol specification. ↵ | jim-p | 2010-04-19 | 2 | -6/+5 |
| | | | | (Should be Uppercase) | ||||
* | Revert "Fix finding next OpenVPN port. Protocol should be lowercase." - This ↵ | jim-p | 2010-04-19 | 1 | -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-p | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | fix text | Chris Buechler | 2010-04-19 | 2 | -2/+2 |
| | |||||
* | remove commented out bit that causes annoying pop ups in IE. Ticket #299 | Chris Buechler | 2010-04-18 | 1 | -12/+0 |
| | |||||
* | show port and proto | Chris Buechler | 2010-04-18 | 1 | -3/+3 |
| | |||||
* | Fix growl issues. | Scott Ullrich | 2010-04-17 | 2 | -3/+37 |
| | | | | | | | Ticket #518 Ticket #519 Submibtted-by: Blake Skinner | ||||
* | Use FQDN for HELLO SMTP command. Ticket #443 | pierrepomes | 2010-04-17 | 1 | -0/+1 |
| | |||||
* | use 6969 for tftp-proxy | Chris Buechler | 2010-04-17 | 1 | -3/+3 |
| | |||||
* | Ticket #511. Actually return the rules from all the packages not just the ↵ | Ermal | 2010-04-16 | 1 | -2/+1 |
| | | | | first one. | ||||
* | Ticket #508. Make TFTP proxy configurable by System Advanced->Firewall/NAT ↵ | Ermal | 2010-04-16 | 2 | -2/+28 |
| | | | | for several interfaces. | ||||
* | Do not use the presence of lan as an indicator of having only one interface. ↵ | Ermal | 2010-04-16 | 1 | -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. ↵ | Ermal | 2010-04-16 | 1 | -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-p | 2010-04-16 | 1 | -8/+9 |
| | |||||
* | Beef up the version comparison code. This should let us compare several ↵ | jim-p | 2010-04-16 | 2 | -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-p | 2010-04-15 | 1 | -7/+7 |
| | | | | if it is not a build time/datestamp. | ||||
* | Fix whitespace | jim-p | 2010-04-15 | 1 | -16/+16 |
| | |||||
* | Fix CA cert dupe detection when no certs yet exist. | jim-p | 2010-04-15 | 1 | -4/+6 |
| | |||||
* | Add titles to wizard steps, change some wording to be more consistent. | jim-p | 2010-04-15 | 1 | -10/+26 |
| | |||||
* | radius.inc already has this includes so do not include them explicitly. This ↵ | Ermal | 2010-04-14 | 1 | -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 ↵ | Ermal | 2010-04-14 | 1 | -0/+4 |
| | | | | arp vips to the naat out edit. | ||||
* | Ticket #483. Load the bcmath extension dynamically through PEAR for Radius ↵ | Ermal | 2010-04-14 | 1 | -0/+2 |
| | | | | accounting. | ||||
* | Ticket #486. Convert even the gateways that specify the interface itself. | Ermal | 2010-04-14 | 1 | -2/+5 |
| | |||||
* | Ticket #499. Create custom options propperly for each interface. This ↵ | Ermal | 2010-04-14 | 1 | -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 ↵ | Ermal | 2010-04-13 | 1 | -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 ↵ | Ermal | 2010-04-13 | 1 | -36/+5 |
| | | | | up with its API changes. | ||||
* | Fix regex on matching ip when behind nat. | Ermal | 2010-04-13 | 1 | -3/+3 |
| | |||||
* | Move checking if dyndns is enabled to the proper place. | Ermal | 2010-04-13 | 1 | -3/+3 |
| | |||||
* | Improve startup time by delaying dyndns synching. | Ermal | 2010-04-13 | 2 | -4/+4 |
| | |||||
* | Remove associated rule-id from default config they confuse rule edit page. | Ermal | 2010-04-13 | 1 | -2/+0 |
| | |||||
* | On Virtual IPs, the ip is stored on subnet xml tag, use it to compare with ↵ | Renato Botelho | 2010-04-13 | 1 | -1/+1 |
| | | | | external-address. | ||||
* | source address is been checked 2 times and destination address no one, fix this | Renato Botelho | 2010-04-13 | 1 | -1/+1 |
| | |||||
* | Remove bandwidth tags from default config they are not used. | Ermal | 2010-04-12 | 1 | -4/+0 |
| | |||||
* | Actually disable flowtables support by default. | Ermal | 2010-04-12 | 1 | -1/+1 |
| | |||||
* | Perform more strict validation on CA and Cert names before proceeding in the ↵ | jim-p | 2010-04-12 | 2 | -4/+16 |
| | | | | wizard. | ||||
* | Prevent duplication of CA names and Cert names in the OpenVPN wizard. Ticket ↵ | jim-p | 2010-04-12 | 1 | -0/+16 |
| | | | | #500. | ||||
* | OpenVPN Wizard: Fix CA Cert selection for Local auth. Fix descriptions and ↵ | jim-p | 2010-04-12 | 2 | -7/+14 |
| | | | | some backend bits for RADIUS. Ticket #500. | ||||
* | Fixup OpenVPN wizard LDAP settings. Ticket #500. | jim-p | 2010-04-12 | 2 | -14/+48 |
| | |||||
* | Fix wizard handling of password fields. Ticket #500. | jim-p | 2010-04-12 | 1 | -2/+6 |
| | |||||
* | Add/fix wording of descriptions in OpenVPN wizard. | jim-p | 2010-04-12 | 2 | -416/+455 |
| | | | | While I'm here, convert leading spaces to tabs. | ||||
* | Merge branch 'master' of rcs.pfsense.org:pfsense/mainline | gnhb | 2010-04-12 | 4 | -14/+15 |
|\ | |||||
| * | Simplify logic implemented on commit 673d29c0 | Renato Botelho | 2010-04-12 | 1 | -10/+11 |
| | | |||||
| * | Simplify "isset($rule['l7container']) and ..." as its already evaluated | thompsa | 2010-04-12 | 1 | -1/+1 |
| | | | | | | | | above and sets $l7present. | ||||
| * | Initialise the correct array if empty. | thompsa | 2010-04-12 | 1 | -1/+1 |
| | |