summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove radius accounting and reauth options as they do not work correectly.Scott Ullrich2006-08-251-87/+50
|
* Check for bridged interface correctlyScott Ullrich2006-07-011-1/+1
| | | | Ticket #1027
* Add some code to allow images to be seen when viewing current pageScott Ullrich2006-06-061-1/+9
|
* Note that images are broken from view current page. In order to see the ↵Scott Ullrich2006-06-051-1/+1
| | | | images you really need to test with a captive portal client.
* We do not allow captive portal to be run on bridges. Much confusion will ↵Scott Ullrich2006-06-051-2/+2
| | | | and silly bug reports are not welcome any longer.
* Remove bridging checks. Slipped back in after latest m0n0wall sync.Scott Ullrich2006-01-211-3/+3
|
* We do not have a maxproc function. Cleanup javascript error.Scott Ullrich2006-01-161-2/+2
|
* m0n0wall -> pfSenseScott Ullrich2006-01-071-2/+2
|
* Remove per user ip settings, it will not be available until 1.4.9 of lightyScott Ullrich2006-01-051-4/+0
|
* Remove per user ip settings, it will not be available until 1.4.9 of lightyScott Ullrich2006-01-051-11/+0
|
* We're not on the file manager tabScott Ullrich2006-01-041-1/+1
|
* Sync w/ m0n0wall 1.21Scott Ullrich2006-01-041-89/+239
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Do not require a reboot for captive portal configuration to take place.Scott Ullrich2005-11-271-5/+5
| | | | This snuck back in after syncing with m0n0wall 1.2
* m0n0wall -> pfsenseScott Ullrich2005-11-091-1/+1
|
OpenPOWER on IntegriCloud