summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
Commit message (Collapse)AuthorAgeFilesLines
* Implement gettext() calls on services_captiveportal.phpCarlos Eduardo Ramos2010-07-141-151/+152
|
* Use proper name for index.Ermal2010-06-171-1/+1
|
* Show even VIP's in the list. This is copied from nat code and probably ↵Ermal2010-06-171-0/+15
| | | | should be generalized.
* Do not assume WAN as the default interface to get the ip from for the ↵Ermal2010-06-171-0/+23
| | | | calling station id. Instead add a select box(list) to choose the interface(ip) to send to radius.
* Remove auth logs tab, since it is handled by the log link above.jim-p2010-06-021-1/+0
|
* Add status/log links to Captive Portal pagesjim-p2010-06-021-0/+3
|
* Revert "add a status tab to the CP screens as well", this is just a tad too longChris Buechler2010-05-281-1/+0
| | | | This reverts commit 881eb09217613337da4dd5376a038446a0e18b1c.
* add a status tab to the CP screens as wellChris Buechler2010-05-281-0/+1
|
* add auth logs tab to CP screensChris Buechler2010-05-281-0/+1
|
* Make the logout page configurable like the other pages. The only difference ↵Ermal2010-05-281-0/+20
| | | | is that this page/code will be treated as a .php page so it may contain internal php CP variables referenced.
* Add the username to the auto added mac passthrough entry. Add an option to ↵Ermal2010-05-281-1/+9
| | | | services->captiveportal page to activate/deactivate the auto-saving of username with the auto added mac passthrough.
* We accept PHP pages now, note thisScott Ullrich2010-05-211-2/+2
|
* fix up textChris Buechler2010-05-011-8/+8
|
* Add a new option which allows the admin user to configure CP so that it ↵Ermal2010-04-201-1/+12
| | | | 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.
* Add intermmediate certificate support to CP config page.Ermal Luçi2010-03-011-0/+11
|
* Add radius mac formatting GUI bits. The backend bits where already present. ↵sullrich2009-11-281-0/+26
| | | | Resolves #178
* Use long php notation openersullrich2009-11-271-1/+1
|
* Expand services -> captiveportal infterface box to match the number of ↵sullrich2009-11-271-1/+1
| | | | interfaces present Resolves #160
* 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
* Import latest radius.inc from m0n0.(Mainly import Chillisport radius vendor ↵Ermal Luçi2009-10-051-6/+3
| | | | | | attributes for bandwidth and fix radius-session-timeout attribute. Do some whitespace cleanup while here.
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* Port voucher login ability on CaptivePortal from M0n0Wall.Charlie2009-06-131-1/+3
| | | | Various locking fixes are done with the import and this means that as of now pfSense has a better performin/behaving CP than m0n0wall.
* Fix bridge checking missed in previous convert to multi interface capble CP. ↵Ermal Luçi2009-05-221-2/+3
| | | | This is arguably needed since with new bridge the interface might be in full routing mode and be bridged just for SNAP port. Anyway people can run CP on top of the bridge interface itself anyway.
* Make CP multi-interface capable.Ermal Luçi2009-05-211-4/+6
|
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-3/+0
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* Modify captive portal to use centralized user management. The user manager hasmgrooms2009-03-151-4/+3
| | | | been modified to include an account expiration option to support this service.
* Reactivate the peruser bandwidth limit on captive portal. This brings it ala ↵Ermal Luçi2009-01-041-8/+4
| | | | par with features with the same version in m0n0.
* * Rename link_int_to_bridge_interface to link_interface_to_bridgeErmal Luçi2008-11-071-1/+1
| | | | * Create two new function link_interface_to_{gif,gre}
* Fix detection if an interface is part of bridge.Ermal Luçi2008-08-311-8/+2
|
* Output product names correctlyScott Ullrich2008-08-091-2/+2
|
* 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
* display product name properlyChris Buechler2008-06-291-1/+1
|
* Continue interface improvementsErmal Luçi2008-06-211-11/+5
|
* s/lcase/strtolower/Scott Ullrich2008-05-221-1/+1
| | | | Bad VBSCript, bad.
* Ticket #1713 fixesScott Ullrich2008-05-171-1/+1
|
* Do not show the LAN interface when it does not exist.Scott Ullrich2008-02-091-1/+5
|
* touchup textChris Buechler2007-12-251-1/+1
|
* Add product_copyright re-branding supportScott Ullrich2007-12-161-3/+3
| | | | | | | | Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
* Clarify that the httpsname should resolve to the correct interface ip on the ↵Scott Ullrich2007-12-071-1/+1
| | | | captive portal interface.
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Fixing css layoutSeth Mos2007-09-011-18/+20
|
* correct the html structure, and show errors properlyScott Dale2007-04-261-0/+4
| | | | MFC: asap
* Comment out the per user bw option until the kernel panics are tamedScott Ullrich2007-03-251-3/+7
|
* Add back per user bandwidth now that dummynet works correctlyScott Ullrich2007-03-251-1/+27
|
* Reload captive portal settings regardless. We do not need to enforce reboots.Scott Ullrich2007-02-261-5/+5
|
* Add back maxprocperid javascript since we can now control this.Scott Ullrich2006-10-101-1/+1
|
* Add back maxprocperid since we can now control this.Scott Ullrich2006-10-091-0/+12
|
* Hide RADIUS session timeout, it is indeed even a new option to m0n0wall.Scott Ullrich2006-10-071-3/+8
|
* Unbreak radius authScott Ullrich2006-10-021-8/+45
|
OpenPOWER on IntegriCloud