summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
Commit message (Collapse)AuthorAgeFilesLines
* Make page look more consistent by adding a listtopic CSS entry for SystemScott Ullrich2008-08-301-0/+3
|
* Cleanup authentication code. The basic auth method, the passwd, htpasswdMatthew Grooms2008-08-031-10/+0
| | | | | | | | | | | | | 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.
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 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
* correctly output product nameBill Marquette2008-01-271-2/+2
|
* show dns values correctlyScott Dale2007-12-301-1/+2
|
* Make DNS $pconfig variables more consistentScott Ullrich2007-12-171-1/+1
|
* Save all 4 DNS servers correctlyScott Ullrich2007-12-171-1/+18
|
* Add product_copyright re-branding supportScott Ullrich2007-12-161-2/+2
| | | | | | | | Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
* Correctly show and save DNS entriesScott Dale2007-12-121-1/+1
|
* Convert the dns server code into a for loop and add 2 more dns servers on. ↵Scott Ullrich2007-12-091-27/+10
| | | | Now we can easily control how many dns servers we want to allow entry for. Also get rid of code duplication.
* Move route delete items to system.inc so they are performed on every changeScott Ullrich2007-12-091-4/+0
|
* Show interfaces. Cleanup presentation.Scott Ullrich2007-12-081-15/+35
|
* Populate $ints with the interface list correctlyScott Ullrich2007-12-081-1/+3
|
* When multiple gateways are present (muliwan) show a dropdown box next to ↵Scott Ullrich2007-12-081-3/+55
| | | | each dns server allowing the operator to select which gateway the dns server should use to resolve addresses.
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427Bill Marquette2007-10-171-4/+4
|
* Ticket #1456 - drop one level of verbosity in tcpdump. Some protocolsBill Marquette2007-10-051-1/+1
| | | | | | | will still decode to multi-line message - not an easy fix. Doesn't appear to break non-raw log display Add VRRP as a protocol type in the decode
* We Do not validate username field anymore on this page. Has been removed for ↵Scott Dale2007-09-061-9/+2
| | | | user manage.
* Fixing css layoutSeth Mos2007-09-011-24/+8
|
* Restart filter logging process after timezone change so that the entries ↵Scott Ullrich2007-07-061-0/+11
| | | | reflect the correct time and date.
* Remove flush code, we do this by default now.Scott Ullrich2007-02-141-3/+0
|
* Switch to OpenNTPD.Scott Ullrich2006-10-021-5/+7
|
* Move theme selector to general screenScott Ullrich2006-04-021-1/+32
| | | | Ticket #895
* Go back to 10 seconds now that check_reload_status is healthy again.Scott Ullrich2006-03-111-2/+2
|
* Increase wait time to 20 seconds to give slower platforms a chance to catch upScott Ullrich2006-03-111-2/+2
|
* Use check_reload_status to reload webGUIScott Ullrich2006-01-051-2/+4
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Save new password correctlyScott Ullrich2005-10-091-4/+4
|
* * Sync root and admin passwordsScott Ullrich2005-10-041-8/+0
| | | | * Move sync logic into pfsense-utils:sync_webgui_passwords()
* Move sync passwords earlier upScott Ullrich2005-09-211-2/+0
|
* Sync accounts.Scott Ullrich2005-09-211-0/+1
|
* Note that we are redirecting in 10 secondsScott Ullrich2005-09-201-1/+1
|
* Call ob_flush() tooScott Ullrich2005-09-201-0/+1
|
* * flush() output bufferScott Ullrich2005-09-201-1/+2
| | | | * sleep for 2 seconds before web server change
* (#457) Fix redirect on port/proto changesBill Marquette2005-09-041-5/+8
|
* Relocate sync_webgui_passwords();Scott Ullrich2005-08-211-1/+2
|
* Remove reboot dependencyScott Ullrich2005-08-211-15/+15
|
* Call sync_webgui_passwords() after password changeScott Ullrich2005-08-211-0/+1
|
* Note password change occured in webguiScott Ullrich2005-08-211-1/+1
|
* Ticket #338: better fix, this works even when the user access pfsenseBill Marquette2005-08-131-11/+13
| | | | via a name or IP other than pfsense thinks it is
* SERVER_NAME -> SERVER_ADDRScott Ullrich2005-08-131-2/+2
|
* Echo out meta refresh inside <html> tagsScott Ullrich2005-08-131-1/+3
|
* Echo out meta refresh inside <html> tagsScott Ullrich2005-08-131-3/+5
|
* Echo out information before calling system_webgui_start()Scott Ullrich2005-08-131-1/+1
|
* Switch operating mode cleaner and meta redirect at end of pageScott Ullrich2005-08-131-10/+15
| | | | Ticket #338
* remove extra pgtitleBill Marquette2005-07-031-1/+0
|
* Use $pgtitleBill Marquette2005-07-031-0/+1
| | | | small code cleanups
* * Curve bottom of grey areas if neededScott Ullrich2005-07-021-2/+1
| | | | | * Curve tabs * Cleanup
* include head.inc and round corners on tabsScott Ullrich2005-07-021-8/+6
|
* $changecount++ so that the savings on the form can be saved. DOH!Scott Ullrich2005-04-261-0/+2
| | | | This should address Ticket #16
OpenPOWER on IntegriCloud