summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
* Do not resolve the dyndns hostnames during boot. With many tunnels that have ↵smos2011-02-111-2/+6
| | | | | | | | a hostname this can cause huge boot issues if the DNS server is slow or not responding at all. By skipping those but adding them to the DNS watchlist it should reload these later. This should allow the box to start up and forward packets.
* There is no need to call the script to reconfigure CP here. Even more when ↵Ermal2011-02-101-4/+4
| | | | it breaks all kind of things.
* Also fix easyrule and auto->manual nat switch code. Ticket #1243jim-p2011-02-101-1/+1
|
* Generalize pppoe server enabled check and use it elsewhere in the GUI that ↵jim-p2011-02-101-0/+16
| | | | needed fixed. Still needs changes in filter.inc - Ticket #1243
* Allow autocomplete on login form (Fixes saving password on Firefox and Chrome)jim-p2011-02-101-1/+1
|
* Fix a date compare bug, resolves #1273jim-p2011-02-101-3/+3
|
* Allow renaming even shaper queues as an improvement.Ermal2011-02-091-3/+10
|
* 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']
OpenPOWER on IntegriCloud