summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_ip_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Add range validation to CP IP passthrough. Ticket #5655Chris Buechler2015-12-171-3/+10
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Correct even other areas of CP using pfSense_ipfw_getTablestats function.Ermal LUÇI2014-12-241-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Tidy up "services_captiveportal_ip.php" XHTMLColin Fleming2014-04-031-10/+10
| | | | | | | | | Swap BODY with php statement Add SUMMARY to tables Close IMG and add ALT Deprecate ampersand Move NOWARP to class Close INPUT
* xhtml Complianceayvis2014-03-141-4/+4
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-2/+3
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Properly create zones for the CP with the new command arguments and properly ↵Ermal2013-11-211-2/+3
| | | | invoke ipfw for applying rules and other configuration options.
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* s/require/require_once/g for filter.inc to avoid redeclaration errors in ↵jim-p2013-08-281-1/+1
| | | | some rare cases.
* unset var so the test works correctlyErmal2013-02-131-1/+2
|
* Fix problems with overlapping 'allowed IP subnets' in CPbcyrill2013-02-021-18/+19
|
* Fix ipfw config generation for allowed IPsbcyrill2013-01-271-10/+10
|
* Convert all captiveportal code to not use ipfw_set_context since its not ↵Ermal2013-01-231-4/+2
| | | | needed anymore. Also add code to validate cpzone on webgui pages before being used
* Use more secure file name for the operations to avoid issuesErmal2013-01-211-1/+1
|
* Use more secure file name for the operations to avoid issuesErmal2013-01-211-3/+4
|
* Various fixes to removal of pipesErmal2012-12-191-3/+10
|
* Cleanup the pipes as well when removing or operating on tables for ↵Ermal2012-12-171-4/+9
| | | | hostnames/ips/mac
* Separate ipfw rule no db from limiter ones. Since ipfw has per instance ↵Ermal2012-12-171-19/+0
| | | | feature while dummynet/limiters is a single instance.
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-3/+1
|
* Add the multi instance CP to master branch. This allows to define CP with ↵Ermal2011-09-071-10/+24
| | | | different properties on different interfaces.
* Bring more consistent style to CP edit mac and ip passthrough pages.Ermal2011-05-261-0/+3
|
* Fix formatting. Die, VIM, DIE!Scott Ullrich2011-01-251-62/+69
|
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Merge remote branch 'mainline/master' into 4_load_balancer_and_servicesRenato Botelho2010-08-031-1/+12
|\ | | | | | | | | | | | | | | | | 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
| * fix several cosmetic issues. add an icon type for the "both" direction, fix ↵Chris Buechler2010-07-281-2/+2
| | | | | | | | icons for other directions
| * Add a subnet option to allowed ip addresses on CP.Ermal2010-07-221-0/+11
| |
* | Implement gettext() calls on services_captiveportal_ip_edit.phpCarlos Eduardo Ramos2010-07-131-20/+21
|/
* 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-4/+7
| | | | might have changed.
* Ticket #566. Reimplement the allowed ips keeping previous funcitonality and ↵Ermal2010-05-031-16/+23
| | | | improving by adding a both direction. The problem with previous commit is that it always assumes that allowed ip address would have a pipe configured and entires without one would just get dropped.
* fix textChris Buechler2010-05-011-2/+2
|
* Remove all code for directions it is not needed any more on passthrough ip's.Ermal2010-04-221-21/+3
|
* Add missing ;Ermal2010-04-221-2/+2
|
* Use tables of ipfw for passthrough mac entries. This makes it scale way ↵Ermal2010-04-201-1/+15
| | | | 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-10/+28
| | | | 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/+4
| | | | include 2009 on files that I have asserted (C) on
* Catch up with allowed ip using ipfw tables. This makes allowed ips be ↵Ermal Luçi2009-08-141-1/+6
| | | | configured without reloading the whole other ones.
* Remove all nested functions decalaration seems php does not like them! Make ↵Ermal Luçi2009-07-141-4/+4
| | | | 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-3/+3
|
* correct the html structure, and show errors properlyScott Dale2007-04-261-1/+4
| | | | MFC: asap
OpenPOWER on IntegriCloud