summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #1207. Allow renaming a limiter. Also prevent a limiter to be deleted ↵Ermal2011-02-091-4/+20
| | | | if it is referenced in filter rules.
* Resolves #1265. Show the interfaces in the same order requested during ↵Ermal2011-02-081-1/+1
| | | | assignment on console.
* Adding crashreporterurl for rebrandsScott Ullrich2011-02-071-0/+1
|
* Add a global g option named disablecrashreporter which defaults to false for ↵Scott Ullrich2011-02-071-0/+1
| | | | rebrands
* minicron is now used on a number of items in the gui. tell the cp prune ↵Scott Ullrich2011-02-071-5/+5
| | | | process to use the pid name cp-prunedb.pid
* Do not launch multiple copies of the captive portal database pruner.Scott Ullrich2011-02-071-0/+4
|
* fix NTP server IPs in openvpn configChris Buechler2011-02-061-2/+2
|
* Add backend support for aliases on source and destination address of ↵Erik Fonnesbeck2011-02-041-4/+7
| | | | outbound NAT rules.
* Note reinit will disconnect folksScott Ullrich2011-02-021-0/+1
|
* Correctly grab the hostname from config for filterdns.Ermal2011-02-021-4/+4
|
* Do not use references here when building a ca_chain_array. Really fixes ↵jim-p2011-02-011-2/+2
| | | | #1231 - CAs are no longer lost when a config write happens at bootup.
* Fix typo (swapped parameters)jim-p2011-01-311-1/+1
|
* Fix typojim-p2011-01-311-1/+1
|
* Correct configuration file name.Ermal2011-01-291-1/+1
|
* Added Captive Portal RRD graphs, there are two graphs one for the number of ↵Warren Baker2011-01-281-0/+77
| | | | logged in users since last rrd poll, and concurrent number of users logged in.
* 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
|
* 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-261-2/+2
|
* 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
|
* Silence warnings.Ermal2011-01-261-2/+2
|
* Fix case for disabling RRD graphing for spamd package.Erik Fonnesbeck2011-01-251-1/+1
|
* Transform PORTAL_REDIRURL variableScott Ullrich2011-01-251-0/+8
|
* Fix url. Do not include mod_accesslog twiceScott Ullrich2011-01-251-1/+1
|
* remove single quotesScott Ullrich2011-01-251-1/+1
|
* Brute force dnswatch kill if neededScott Ullrich2011-01-251-0/+2
|
* 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.
* Make allowedhostname an array.Scott Ullrich2011-01-251-3/+3
|
* Adding preliminary version of allowed hostnames. Allowed hostnames function ↵Scott Ullrich2011-01-251-11/+14
| | | | 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-251-0/+31
|
* Reformat file. VIM needs to die a flaming death.Scott Ullrich2011-01-251-373/+370
|
* 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.
* I think this is supposed to be get_real_interface too, not get_parent.gnhb2011-01-251-1/+1
| | | | Revert if I mis-understood.
* Change name of function "interface_translate_type_to_real" to match what ↵gnhb2011-01-251-9/+11
| | | | | | | | | | it's doing (or should be doing.) Next commits will change functionality of this function because before now it's identical to "get_real_interface" function (because of bug mentioned below.) Also, replace interface_translate_type_to_real with get_real_interface in two places for wireless functionality. I don't think they expect the result produced by interface_translate_type_to_real. Change from "type" it "ipaddr" in switch statement. "type" isn't a valid field in $config['interfaces']
* Resolves #1216. Do not create nat entries on ovpn interfaces.Ermal2011-01-241-0/+2
|
* Actually send a notice even if no default queue could not be found. This ↵Ermal2011-01-241-1/+5
| | | | might be serious in some cases.
* Do not put the queue config on the rules if there is no default queue, just ↵Ermal2011-01-241-7/+17
| | | | log it. This prevents errors in rules loading which is worse than having no shaper.
* Log the errors we know for not allowing a queue to be added.Ermal2011-01-241-1/+6
|
* Add the npt tag which is used by the IPv6 tree to the 2.0 mainline tree.smos2011-01-242-4/+4
| | | | This prevents a config blowup when a ipv6 config loads on 2.0.
* it's 2011Chris Buechler2011-01-231-1/+1
|
* We don't want to detach netgraph nodes from interfaces that are used bygnhb2011-01-231-0/+7
| | | | any PPPoE/PPTP/L2TP configurations.
OpenPOWER on IntegriCloud