summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_mac_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Bring more consistent style to CP edit mac and ip passthrough pages.Ermal2011-05-261-0/+3
|
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Don't wipe out stored username on pass-through MAC entries when manually ↵Chris Buechler2010-08-061-0/+6
| | | | saving them.
* Merge remote branch 'mainline/master' into 4_load_balancer_and_servicesRenato Botelho2010-08-031-6/+0
|\ | | | | | | | | | | | | | | | | Conflicts: usr/local/www/services_captiveportal_ip_edit.php usr/local/www/services_captiveportal_mac_edit.php usr/local/www/services_dhcp_edit.php usr/local/www/services_rfc2136.php usr/local/www/services_snmp.php
| * correctly add new pass-through MAC entriesChris Buechler2010-07-171-4/+5
| |
* | Corrections gettext calls on services_captiveportal_mac_edit.phpRafael Lucas2010-07-231-0/+7
| |
* | Implement gettext() calls on services_captiveportal_mac_edit.phpCarlos Eduardo Ramos2010-07-131-18/+19
|/
* Add status/log links to Captive Portal pagesjim-p2010-06-021-0/+3
|
* Actually use the previous configured mac/ip, if present, for finding rules ↵Ermal2010-05-241-3/+6
| | | | to be deleted.
* When editing a mac/ip passthru entry readd the rules again since values ↵Ermal2010-05-241-0/+11
| | | | might have changed.
* Ticket #565. Correct deleting passthru mac entries. revert back to always ↵Ermal2010-05-031-2/+0
| | | | allow a passthru mac as with allowed ips. Remove the check during login for passthru mac entries they will never make it to the login page.
* fix textChris Buechler2010-05-011-2/+2
|
* Use tables of ipfw for passthrough mac entries. This makes it scale way ↵Ermal2010-04-201-1/+1
| | | | better than previously. Fix multiple entries on adding mac through entries automatically after login for the same user. The changes allow even pass through mac to be controlled from the Status->Captiveportal. Use serialize/unserialize on some files that keep temporary information to speed up calculations. Really allow mac passthrough to follow radius rules or time out rules when present.
* Add a new option which allows the admin user to configure CP so that it ↵Ermal2010-04-201-2/+25
| | | | 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.
* Fix sorting issues that were introduced in an old commit, resulting in the ↵Erik Fonnesbeck2010-03-101-2/+1
| | | | incorrect item sometimes being shown when clicking edit buttons.
* Include commonly used .inc files such as filter.inc, shaper.inc, etcScott Ullrich2009-11-241-1/+4
|
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-0/+1
| | | | Simplify get_memory(). Tested on mips/i386
* 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
* Remove all nested functions decalaration seems php does not like them! Make ↵Ermal Luçi2009-07-141-5/+5
| | | | all the nested functions real functions.
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-0/+10
| | | | | | pages where they are needed. Remove some sort functions not used.
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-1/+1
| | | | | | - 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
* 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
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Fixing css layoutSeth Mos2007-09-011-2/+2
|
* correct the html structure, and show errors properlyScott Dale2007-04-261-1/+4
| | | | MFC: asap
* Sync w/ m0n0wall 1.21Scott Ullrich2006-01-041-7/+3
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* <p * before error output and info outputs.Scott Ullrich2005-09-211-1/+1
|
* Remove double <br/> ... It was not the correct fix. The correct fix was ↵Scott Ullrich2005-09-161-3/+1
| | | | the Title
* Output page titleScott Ullrich2005-09-161-0/+1
| | | | Ticket #511
* <br/> twice before tables. no funny pun, sorry.Scott Ullrich2005-09-151-0/+2
|
* Add back pfSense header.Scott Ullrich2005-09-131-0/+5
|
* Sync with m0n0wall 1.2b10:Scott Ullrich2005-09-131-28/+19
| | | | | | | | TODO: * Add back sexy curved tabs, etc * Change image locations to themes * Add back pfSense header information and set page titles
* More screens inherit rounded tabletopsBill Marquette2005-07-031-0/+1
|
* Use $pgtitleBill Marquette2005-07-031-10/+5
| | | | small code cleanups
* normalize MAC addressesBill Marquette2005-04-141-1/+2
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* Use form post methodScott Ullrich2005-03-221-1/+1
|
* * Restore pfSense custom portal pageScott Ullrich2005-03-141-17/+28
| | | | * Add back pre 1.2b6 headers in each file
* Restore 1.2b6's captive portal.Scott Ullrich2005-03-141-28/+17
|
* Add back header after Pascals syncScott Ullrich2005-03-141-17/+28
|
* Sync with Pascal's latest versinScott Ullrich2005-03-131-13/+4
|
* Initial revisionScott Ullrich2004-11-071-0/+134
OpenPOWER on IntegriCloud