summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Exclude loader.conf from being update during kernel updateScott Ullrich2011-01-281-4/+4
|
* Added Captive Portal RRD graphs, there are two graphs one for the number of ↵Warren Baker2011-01-285-1/+247
| | | | logged in users since last rrd poll, and concurrent number of users logged in.
* When setting the ip from the console also enable the interface otherwise the ↵Ermal2011-01-281-1/+2
| | | | HTTP_REFERER checks will not let you use the GUI.
* Make this actually work as it should. The warnings about default queue ↵Ermal2011-01-281-8/+8
| | | | should be ok now.
* Don't pass these by reference. Might be related to ticket #1231jim-p2011-01-271-3/+3
|
* At least bring the interface up. Sometimes even though the linkup is ↵Ermal2011-01-261-0/+1
| | | | reported interfaces like em(4) do not come up.
* Ups actually single quotes are needed when / is the first char of a command. ↵Ermal2011-01-261-4/+4
| | | | Requirment enforced by the parser.
* Remove last references to dnswatch.Ermal2011-01-262-3/+3
|
* Use filterdns instead of dnswatch which will be retired.Ermal2011-01-261-13/+14
|
* Switch to filterdns new and shiny for taking care of dns in CP.Ermal2011-01-261-9/+13
|
* These are pf type aliases.Ermal2011-01-261-1/+1
|
* Fix exec bit for savecorejim-p2011-01-261-0/+0
|
* Run dumpon earlier, split dumpon/ddb from savecore and run savecore later.jim-p2011-01-263-23/+29
|
* Silence warnings.Ermal2011-01-261-2/+2
|
* Fix case for disabling RRD graphing for spamd package.Erik Fonnesbeck2011-01-251-1/+1
|
* Setup textdumps too while we're at it. Handy.jim-p2011-01-251-0/+9
|
* Fix exec bits on rc.dumponjim-p2011-01-251-0/+0
|
* Redirect to correct pageScott Ullrich2011-01-251-2/+2
|
* Add support for dumpon/savecore to run on full installs.jim-p2011-01-252-0/+49
|
* Whitespace fixjim-p2011-01-251-2/+2
|
* Redirect to correct pageScott Ullrich2011-01-251-1/+1
|
* Restart lighty captive portal after syncScott Ullrich2011-01-251-0/+2
|
* Transform PORTAL_REDIRURL variableScott Ullrich2011-01-251-0/+8
|
* Fix url. Do not include mod_accesslog twiceScott Ullrich2011-01-252-2/+2
|
* remove single quotesScott Ullrich2011-01-251-1/+1
|
* Brute force dnswatch kill if neededScott Ullrich2011-01-251-0/+2
|
* move pre-auth url before after auth url for consistency.Scott Ullrich2011-01-251-7/+7
|
* Set form field type, make URL boxes same sizeScott Ullrich2011-01-251-1/+1
|
* move option near the otherScott Ullrich2011-01-251-7/+7
|
* Increase textbox size. Clarify the original Redirection URL purpouseScott Ullrich2011-01-251-2/+2
|
* Handle PORTAL_REDIRURL variableScott Ullrich2011-01-251-0/+6
|
* Adding CP pre-authentication redirect URL boxScott Ullrich2011-01-251-1/+9
|
* Launch dnswatch correctly.Scott Ullrich2011-01-251-2/+2
|
* Allowed hostname is now working. Make bw up and down checks a bit more ↵Scott Ullrich2011-01-251-1/+5
| | | | strict using intval() and comparing >0. Fix bw and upload checks allowing either to be set.
* Allowed hostname is now working. Make bw up and down checks a bit more ↵Scott Ullrich2011-01-251-13/+19
| | | | strict using intval() and comparing >0. Fix bw and upload checks allowing either to be set.
* Misc fixupsScott Ullrich2011-01-258-32/+32
|
* Make allowedhostname an array.Scott Ullrich2011-01-251-3/+3
|
* Prevent drop down menu creationScott Ullrich2011-01-256-6/+6
|
* Adding switch to prevent dropdown menu creation.Scott Ullrich2011-01-251-7/+4
|
* Adding tab for allowed hostnamesScott Ullrich2011-01-255-0/+5
|
* Adding preliminary version of allowed hostnames. Allowed hostnames function ↵Scott Ullrich2011-01-253-11/+424
| | | | similar to allowed IP addresses and permit the captive portal to pass traffic out. An example usage of this is to allow access to a hotel web page freely and then require authentcation hotlinking from this point.
* Fix formatting. Die, VIM, DIE!Scott Ullrich2011-01-252-62/+100
|
* Reformat file. VIM needs to die a flaming death.Scott Ullrich2011-01-251-373/+370
|
* don't show version on this page either, to match the other pagesChris Buechler2011-01-251-2/+2
|
* Comment out this code since it currently segfaults and get_real_interface ↵Erik Fonnesbeck2011-01-251-0/+4
| | | | could cause major slowdown here for some configurations.
* Remove extra call to get_real_interface.Erik Fonnesbeck2011-01-251-6/+4
|
* Use the first element of the array instead of the array itself for the ↵Erik Fonnesbeck2011-01-251-1/+1
| | | | comparison.
* Revert "I think this is supposed to be get_real_interface too, not ↵Erik Fonnesbeck2011-01-251-1/+1
| | | | | | get_parent." - This function should not call get_real_interface here to avoid slowdown from recursion. This reverts commit 54ac5d9080c2ea6669af07aa49a5ce660f2ede76.
* Make get_parent_interface return an array to handle MLPPP and make it find ↵gnhb2011-01-251-28/+69
| | | | | | vlan parents too. Also, update interface_netgraph_needed to handle MLPPP on vlans.
* Add NULL check to wireless functions.gnhb2011-01-251-3/+3
| | | | | | The old interface_translate_type_to_real function used previously would return OPTX if it was passed "OPTX" and OPTX existed but was unassigned, whereas get_real_interface returns NULL, so now we check for NULL.
OpenPOWER on IntegriCloud