summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Add a script to assist in removing all packages and or the packageScott Ullrich2008-08-151-0/+64
| | | | configuration file from the command line.
* Fix nat entry.Scott Ullrich2008-08-141-1/+1
| | | | Pointed-out-by: Wallabybob via forum
* * Move the interface detection of which interface is configured to the top ↵Ermal Luçi2008-08-142-20/+22
| | | | | | so the pppoe reset function work correctly. * Check is the array isset before referenceing it.
* 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-121-21/+0
|
* Ensure /var/etc/ssl existsScott Ullrich2008-08-121-0/+1
|
* Add a certificate list to the user object that can be managed using the caMatthew Grooms2008-08-112-7/+342
| | | | and user manager screens.
* Remove debugging craft.Ermal Luçi2008-08-114-12/+4
|
* 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-096-0/+1219
| | | | | | | | | | | | | | | | | | | | | 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.
* 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.
* Adding php5-opensslScott Ullrich2008-08-062-0/+2
|
* Do not show assigned interfaces on lagg config.Ermal Luçi2008-08-051-2/+8
|
* Rename the bridge knob to bridged so that the upgrade code works correctly ↵Ermal Luçi2008-08-052-6/+6
| | | | and we play by the rules of the parser.
* Remove code for creating old way bridges. Anything has to be done through ↵Ermal Luçi2008-08-053-60/+1
| | | | 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
* No need for the 'filtering bridge' option with if_bridge(4).Ermal Luçi2008-08-051-20/+0
|
* Bring in new server load balancing code, this introduces:Bill Marquette2008-08-059-212/+858
| | | | | | * 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-055-11/+724
| | | | supported currently are LDAP and Radius.
* fix traffic_shaper_wizard.xml error in line 57Martin Fuchs2008-08-041-6/+6
|
* We know OpenDNS too now, add to the list.Ermal Luçi2008-08-042-4/+4
|
* Cleanup authentication code. The basic auth method, the passwd, htpasswdMatthew Grooms2008-08-038-41/+18
| | | | | | | | | | | | | and pam backing functions have been removed. The basic auth method was legacy code and the backing functions were redundant with no added value that I could see. A simplified replacement backing function named local_backed has been added that authenticates to the local configuration info which should be identical to system pwdb credentials. Since the htpassword file is no longer required, sync_webgui_passwords and its wrapper function system_password_configure have been removed. The local account management functions were renamed for consistency. A few minor bugs related to setting local passwords have also been corrected.
* readd HBCI & ArchLord to the shaperMartin Fuchs2008-08-038-90/+194
|
* Add protocol definitions needed by ipfw-classifyd. Basically they are copied ↵Ermal Luçi2008-08-02109-0/+2235
| | | | from the ipfw-classifyd pfPort which inherits them from l7-filter project on sf.net.
* update scriptaculous to version 1.8.1Bill Marquette2008-08-029-1993/+5036
|
* Fixup FloatingRules creation. Not sure why it broke in the first place!Ermal Luçi2008-08-011-1/+1
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-01166-660/+2173
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Fix tab name displaying that can be obfuscated by stale <brdige/> knobs in ↵Ermal Luçi2008-07-302-9/+2
| | | | the config.
* increase textarea cols to 80Scott Ullrich2008-07-301-1/+1
|
* Not sure what a type of none is, it breaks our dropdown ordering.Scott Ullrich2008-07-282-2/+2
|
* source OS is not required.Chris Buechler2008-07-271-1/+1
|
* Post to correct pageScott Ullrich2008-07-271-1/+1
|
* Include firebug lite if enablefirebug lite GET parm is setScott Ullrich2008-07-271-1/+5
|
* Adding firebug liteScott Ullrich2008-07-272-0/+1682
|
* Forgotten commit, inline javascript code.Scott Ullrich2008-07-271-3/+3
|
* Add inline print style css output code and switch nifty to it.Scott Ullrich2008-07-272-9/+21
|
* REALLY unbreak niftycornersScott Ullrich2008-07-271-2/+1
|
* Unbreak nifty cornersScott Ullrich2008-07-271-6/+13
|
* Add carriage returnsScott Ullrich2008-07-271-5/+4
|
OpenPOWER on IntegriCloud