summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Expand)AuthorAgeFilesLines
* Add update_status() function if neededScott Ullrich2009-06-281-5/+3
* If the value is 0 we are not a valid key. Return.Scott Ullrich2009-06-271-1/+1
* Remove hard line break.Scott Ullrich2009-06-271-2/+1
* Supress sem_ errors.Scott Ullrich2009-06-271-1/+6
* Teach config about nanobsd platformScott Ullrich2009-06-271-2/+2
* Add a dummy update_status() function if we need it.Scott Ullrich2009-06-261-0/+8
* Check to see if dir exists before blindly mounting rwScott Ullrich2009-06-251-2/+5
* Add missing conf_mount_ro();Scott Ullrich2009-06-251-1/+2
* No need to call conf_mount_rw() to generate config cache, its written to /tmpScott Ullrich2009-06-251-3/+1
* Give admin user special treatment just like root.Scott Ullrich2009-06-251-0/+11
* Disable watchdogd until we can workaround its brain-dead-enessScott Ullrich2009-06-221-1/+2
* Include certs.inc is needed by lookup_certs.Ermal Luçi2009-06-201-2/+1
* Revert "Rename cvssync to gitsync"Scott Ullrich2009-06-182-4/+2
* Rename cvssync to gitsyncScott Ullrich2009-06-182-2/+4
* Remove filter_configure from dhcrelay_configure.Ermal Luçi2009-06-181-6/+1
* Remove filter_configure from openvpn.inc it just ends up in recursive calls.Ermal Luçi2009-06-181-5/+0
* Remove certs.inc from functions.inc it is needed only by two pages usermanage...Ermal Luçi2009-06-181-1/+0
* Remove crypt.inc from functions.inc. It is included by config.inc which is in...Ermal Luçi2009-06-181-1/+0
* Change order slightly.Ermal Luçi2009-06-181-1/+1
* Remove unneccessary include from system.incErmal Luçi2009-06-181-2/+0
* Remove some unneccessary calls to filter_configure() they just give recursivity!Ermal Luçi2009-06-181-14/+2
* Restor previous NEGATE behaviour for 'any' destination behaviourErmal Luçi2009-06-181-2/+2
* * Fix the pppoe reset script.Ermal Luçi2009-06-182-139/+54
* * Move functions that output html to guiconfig.incErmal Luci2009-06-188-859/+523
* Do not include things just for being able too. Reduce a it to only config.incErmal Luci2009-06-181-3/+1
* Adding base_packages feature.Scott Ullrich2009-06-171-1/+2
* Handle packages on embedded the same. Ssshhhh, don't tell anyone.Scott Ullrich2009-06-171-0/+4
* s/./_/ for vlans since netgraph does not like .(dots) in the path names.Ermal Luci2009-06-163-5/+5
* Remove ^M or \r from this file its impossible to read in vi.--global2009-06-161-896/+896
* More vlan interface name change fixes.Ermal Luçi2009-06-151-1/+3
* Now that vlans have different name correct regex.Ermal Luçi2009-06-151-1/+1
* Port voucher login ability on CaptivePortal from M0n0Wall.Charlie2009-06-134-2/+419
* Clarify log error message for pf wedged situationsScott Ullrich2009-06-121-2/+2
* Oops, use exec()Scott Ullrich2009-06-111-1/+1
* Reload rules after unwedgingScott Ullrich2009-06-111-0/+1
* When PF is busy, do a pfctl -d and pfctl -e. I just ran into a situation whereScott Ullrich2009-06-111-1/+8
* Give proper rights to file when creating since php is run as root and might c...Ermal Luçi2009-06-101-5/+8
* Include notices.inc to get the file_notice function.Ermal Luçi2009-06-101-2/+2
* Change even the upgrade code to use new style vlan names.Ermal Luçi2009-06-081-1/+1
* Use $RealIf.vlan$tag interface names for vlans. This makes them more userfrie...Ermal Luçi2009-06-082-7/+8
* Revert "Do not use tags for vlan interface names since there might be same vl...Ermal Luçi2009-06-083-12/+14
* Do not use tags for vlan interface names since there might be same vlan tags ...Ermal Luçi2009-06-083-14/+12
* Remove code from Seth since one code already exists. And fix a bug on the pre...Ermal Luçi2009-06-081-11/+2
* Yank bridge upgrade function as it appears to be a duplicate. I should have c...Seth Mos2009-06-081-25/+1
* Fix bridge upgrade code.Seth Mos2009-06-081-3/+1
* Fix VLAN upgrade code properly. That's what I get for blind coding.Seth Mos2009-06-081-7/+4
* Fix butchered upgrade code in the end of the fileSeth Mos2009-06-081-0/+3
* Add missing quoteSeth Mos2009-06-081-1/+1
* Add missing ; to prevent parse errorSeth Mos2009-06-081-1/+1
* Try to fix "key element can not be a reference"Seth Mos2009-06-081-2/+2
OpenPOWER on IntegriCloud