summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove bogus commands that adds a route to the new address pointing to dhcp.Ermal Luçi2008-08-121-1/+1
| | | | | | It seems uncertain either to be a typo of $new_ip_address and $old_ip_address my test show that either cases it does more harm than good. For now remove it altogether since it causes strange issues and makes ipsec tunnels not work on the interface with the new address.
* Return after redirecting.Scott Ullrich2008-08-121-0/+1
|
* Ensure we unlock captive portal before redirecting.Scott Ullrich2008-08-121-0/+1
|
* Remove duplicate function portal_mac_fixed()Scott Ullrich2008-08-122-39/+18
|
* Ensure /var/etc/ssl existsScott Ullrich2008-08-121-0/+1
|
* Simplify mod_expire statementScott Ullrich2008-08-121-6/+1
|
* Forced commit to ensure this file stays out of the attic due to a missingMatthew Grooms2008-08-110-0/+0
| | | | version in head.
* Add a certificate list to the user object that can be managed using the caMatthew Grooms2008-08-112-7/+342
| | | | and user manager screens.
* Disable extended TCP debugging.Scott Ullrich2008-08-112-0/+10
|
* Remove debugging craft.Ermal Luçi2008-08-114-12/+4
|
* Do a better job of re-assigning admin privileges when the password resetMatthew Grooms2008-08-111-2/+3
| | | | menu option is used. Reported by Scott and Chris.
* style(9)++.Ermal Luçi2008-08-101-22/+23
|
* Remove debugging code.Ermal Luçi2008-08-101-1/+0
|
* Bring to functionality the editing of aliases.Ermal Luçi2008-08-102-121/+44
| | | | | | | | | * Cleanup uneccesary eval() use in php code * Invrease on javascript the limits to 299 to really allow 299 entries * Remove limitiation of not being able to delete the first entry * Make all the rows dynamic. Now a new alias will not show any rows unless the plus sign is clicked. * Fix bug where OpenVPN aliases where being selected in case of Port aliases * Cleanup and style(9) here and there
* `cat /var/folders/X7/X7bVv+-6HAyNkkcSCwAA5k+++TI/-Tmp-//cvsCjq0EX`Scott Ullrich2008-08-091-10/+4
|
* Use outputCSSPrintFileInline() functionScott Ullrich2008-08-091-1/+1
|
* * Check if file existsScott Ullrich2008-08-091-3/+8
| | | | | * Correct Javascript -> CSS incorrect assignment * Restore inline functions
* fix typoChris Buechler2008-08-091-1/+1
|
* Do not inline niftycssCode.cssScott Ullrich2008-08-091-2/+2
|
* Output product names correctlyScott Ullrich2008-08-091-2/+2
|
* Unbreak 1.3 CP.Scott Ullrich2008-08-091-1/+1
|
* Implement a certificate authority and certificate webui that can be usedMatthew Grooms2008-08-099-5/+1455
| | | | | | | | | | | | | | | | | | | | | to centrally manage this data. There are no consumers at this time. This interface allow for the following ... Certificate Authority Manager: - List certificates authorities - Import existing certificate authority - Create internal certificate authority Certificate Manager: - List certificates - Import existing certificate - Create internal certificate using an internal CA - Generate certificate signing request for external CAs - Process certificate signing response from external CAs Certificate revocation is not currently implemented. The user system will also be extended to allow for user specific certificate management in a follow-up commit.
* fix typo: http://forum.pfsense.org/index.php/topic,10847.0.htmlMartin Fuchs2008-08-081-1/+1
|
* add MSN to well-known-portsMartin Fuchs2008-08-081-0/+1
|
* Add a right arrow icon supplied by hoba. This compliments the existingMatthew Grooms2008-08-067-4/+4
| | | | | | left arrow icon. Use the left and right arrow icons instead of the plus and x icons for moving users and groups between selection lists in the user and group manager screens.
* Now that we have given the mhash extension a bit of time to settle intoMatthew Grooms2008-08-061-6/+5
| | | | the tree, enable nthash password generation.
* Adding php5-opensslScott Ullrich2008-08-063-0/+3
|
* If anybody needs plip(4) notify me!Ermal Luçi2008-08-051-1/+2
|
* This check is needed to prevent php oddities with arrays and strange ↵Ermal Luçi2008-08-051-0/+2
| | | | behaviour of count and empty! As commit fixes errors with not configured openvpn.
* Do not show assigned interfaces on lagg config.Ermal Luçi2008-08-051-2/+8
|
* Try to do better sanity checks.Ermal Luçi2008-08-051-5/+7
|
* Rename the bridge knob to bridged so that the upgrade code works correctly ↵Ermal Luçi2008-08-055-11/+11
| | | | and we play by the rules of the parser.
* Silence warnings generated by pw during configuration update. Requested byMatthew Grooms2008-08-052-10/+15
| | | | Scott.
* Update latest config!Ermal Luçi2008-08-051-1/+1
|
* Try to overcome php smartiness with floating point numbers.Ermal Luçi2008-08-051-4/+4
|
* Ooops, remove leftover debug codeBill Marquette2008-08-051-1/+0
|
* oh how I hate thee php arrayBill Marquette2008-08-051-1/+1
|
* Record that we are on a new config format.Ermal Luçi2008-08-051-0/+1
|
* Try to convert old bridges config to the new format.Ermal Luçi2008-08-051-3/+22
|
* Remove code for creating old way bridges. Anything has to be done through ↵Ermal Luçi2008-08-054-223/+2
| | | | the new bridging code. Sorry not upgradable!
* Fix error: Warning: Invalid argument supplied for foreach() in ↵Scott Ullrich2008-08-051-3/+3
| | | | /usr/local/www/pkg_mgr_install.php on line 155
* Remove old way bridge knobs too on the config. Anything has to be done ↵Ermal Luçi2008-08-051-0/+6
| | | | through the new bridging code.
* Sync to new config version number.Ermal Luçi2008-08-051-1/+1
|
* Upgrade older configs to the new way of bridging.Ermal Luçi2008-08-051-0/+15
|
* Epose if_bridge(4) sysctl members.Ermal Luçi2008-08-052-0/+20
|
* No need for the 'filtering bridge' option with if_bridge(4).Ermal Luçi2008-08-053-36/+0
|
* Remove linking bridges with aliases this is dangerous and gives incorrect ↵Ermal Luçi2008-08-051-2/+0
| | | | | | behaviour on filter rules. Spotted-by: cmb@
* Bring in new server load balancing code, this introduces:Bill Marquette2008-08-0511-220/+979
| | | | | | * The ability to create your own monitors (tcp, http, https, send/expect) * A new way of displaying 'standard tables' - MainTable class * monitor_type array type
* Add an interface to manage external authentication servers. The two typesMatthew Grooms2008-08-056-12/+725
| | | | supported currently are LDAP and Radius.
* fix traffic_shaper_wizard.xml error in line 57Martin Fuchs2008-08-041-6/+6
|
OpenPOWER on IntegriCloud