summaryrefslogtreecommitdiffstats
path: root/usr/local/www/guiconfig.inc
Commit message (Collapse)AuthorAgeFilesLines
* Add more descriptive mode names to the error messages.Erik Fonnesbeck2010-03-021-0/+3
|
* Allow the GUI auth API to be used for doing authentication against ↵Ermal Luçi2010-03-021-2/+2
| | | | authentication servers specified. Teach Openvpn to use this API. Allow openvpn to authenticate against multiple servers that can be selected on the server configuration page.
* Ticket #338. Remove aliases_sort function and keep the list always sorted in ↵Ermal Luçi2010-02-091-11/+0
| | | | config.xml. This reverts to previous behaviour.
* Ticket #341. Fix setting of default gw. Generate config after saving the ↵Ermal Luçi2010-02-081-1/+1
| | | | changes as done on other places on pfsense code.
* Make the "Currently viewing" drop down work in all browsers, not just Firefox.Chris Buechler2010-01-071-2/+7
| | | | Ticket #109
* Add ignorefirmwarelock variable that can be used by some ajax callersScott Ullrich2010-01-021-6/+9
|
* Add forgotten curly.Ermal Luçi2009-12-221-1/+1
|
* * Fix alias handling around the repo.Ermal Luçi2009-12-221-9/+5
| | | | | | * Add new function filter_expand_alias to allow expanding single alias. * Fix reflection rules generation(missing the target variable) * Propperly identify duplicate lines in inetd.conf generated.
* add teredo-protocol to port definitionsMartin2009-12-081-0/+1
|
* _REQUEST has data, too. Don't just check _POST only.sullrich2009-12-051-1/+1
|
* Fix ' in alias description. Confirmed working fix for ticket #143jim-p2009-11-291-1/+2
|
* Seperate diffserv box into a <select> dropdown. Hide item behind advanced ↵sullrich2009-11-281-0/+16
| | | | button. Move down one section near other advanced items. Resolves #60
* Fix hostname in page title. thanks to sullrich@ for pointerChris Buechler2009-11-171-3/+3
|
* Put the FQDN back into the page title. Many people have numerous firewalls ↵Chris Buechler2009-11-161-4/+4
| | | | up across tabs, and it's impossible to differentiate without this, which we've had for many years.
* fix typoChris Buechler2009-11-081-1/+1
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
* * In config_install validate the file that will be installed not the already ↵Ermal Luçi2009-08-241-2/+2
| | | | | | | | present config! * Convert most hardcoded /tmp to the global variable * Do not reboot the firewall under the hood without confirmation from the user after restoring. Just ask the user to do it. * Fix various things in restore/backup code.
* Move functions to pfsense-utils.inc since they can be called from either ↵Scott Ullrich2009-08-231-44/+0
| | | | console or gui side
* Move download_file_with_progress bar back to shared are where it belongs. ↵Scott Ullrich2009-08-231-64/+1
| | | | These functions can be called from both console and the webConfigurator. Unbreaks pkg operations on bootup such as resinstall broken packages
* Remove debugging echosErmal Luçi2009-07-071-5/+2
|
* Fix some typos.Ermal Luçi2009-07-071-2/+5
|
* Fix interface list usageErmal Luçi2009-07-071-4/+5
| | | | WARN: Please ask before introducing old code on what have changed!
* Nuke trailing newlineScott Ullrich2009-07-031-1/+1
|
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-310/+0
| | | | | | pages where they are needed. Remove some sort functions not used.
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-31/+2
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* Add support for the NanoBSD platformScott Ullrich2009-06-271-2/+2
|
* Revert "Rename cvssync to gitsync"Scott Ullrich2009-06-181-1/+0
| | | | This reverts commit 62b035ce5f41c8342f0eea0b78e5878ff467e525.
* Rename cvssync to gitsyncScott Ullrich2009-06-181-0/+1
|
* * Move functions that output html to guiconfig.incErmal Luci2009-06-181-16/+309
| | | | | | | | | * Remove some recursive dependency on some includes * Remove ^M or \r from files * Remove some entries from functions.inc to avoid including them twice * Remove some unneccessary includes from some files NOTE: There is some more work to be done for pkg-utils.inc to be removed from backend as a dependency.
* Fix typo: s/tempalte/template/Renato Botelho2009-06-051-2/+2
|
* fix orderChris Buechler2009-04-051-2/+2
|
* Since they're listed by name, order alphabetically.Chris Buechler2009-04-051-31/+31
|
* Fix dump_clog to handle fifolog and clog timestamps and entries.jim-p2009-04-011-17/+23
|
* * Add clear_log_file() function and reduce code reuseScott Ullrich2009-03-311-0/+15
| | | | * Use clear_log_file() instead of duplicated logic
* Switch back to CLOG by default. Leave support for fifolog as a config.xml item.Scott Ullrich2009-03-311-6/+15
|
* Use more human readable formatScott Ullrich2009-03-181-2/+2
|
* Convert epoch time to human readableScott Ullrich2009-03-181-1/+2
|
* Add missing )Scott Ullrich2009-03-181-1/+1
|
* Ensure file exists.Scott Ullrich2009-03-181-1/+1
|
* Make 0 byte sized log files happyScott Ullrich2009-03-171-5/+9
|
* * Remove non-needed grep (we use fifolog now)Scott Ullrich2009-03-161-2/+2
| | | | * Change "No data" to "Gathering data"
* Jettison clog and replace with fifolog which is included in FreeBSD 7.1Scott Ullrich2009-03-151-8/+2
|
* MFH (CVS) L2TP server implementation.Ermal Luçi2009-02-011-1/+50
| | | | Also add checks on most *_sort functions to handle error cases.
* Pass $if if defined along after ApplyScott Ullrich2008-12-011-3/+7
|
* Move portion to top to aide with 401Scott Ullrich2008-11-221-4/+4
|
* Detect iphone / ipodScott Ullrich2008-11-171-3/+3
|
* Use pfsense theme for ipod / iphone'sScott Ullrich2008-11-171-0/+9
|
* Add css for save buttonScott Ullrich2008-11-101-1/+1
|
* Add themes/$themename/infobox.php which allows:Scott Ullrich2008-11-091-0/+5
| | | | | | $nifty_redbox = "#990000"; $nifty_blackbox = "#000000"; ... To be overridden.
* Make style match 100%Scott Ullrich2008-10-301-1/+1
|
OpenPOWER on IntegriCloud