Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not process items in which we cannot resolve the config file | Scott Ullrich | 2010-05-21 | 1 | -0/+2 |
| | |||||
* | Revise text | Scott Ullrich | 2010-05-20 | 1 | -1/+1 |
| | |||||
* | pipe to more | Scott Ullrich | 2010-05-20 | 1 | -1/+1 |
| | |||||
* | Minor fixes | Scott Ullrich | 2010-05-20 | 1 | -5/+3 |
| | |||||
* | Use echo | Scott Ullrich | 2010-05-20 | 1 | -1/+2 |
| | |||||
* | Adding restore script for rc.create_full_backup. First argument is the ↵ | Scott Ullrich | 2010-05-20 | 1 | -0/+11 |
| | | | | restore filename | ||||
* | Fixes #610. Do not use the value of mtu blindly test it is set or use 1500 ↵ | Ermal | 2010-05-20 | 1 | -1/+1 |
| | | | | as default. | ||||
* | Do not aritificially add spaces around values on CDATA fields. Tested-by: Jim | Ermal | 2010-05-20 | 1 | -2/+2 |
| | |||||
* | Various fixes to usage of ip2long, long2ip, and negated subnet masks, mostly ↵ | Erik Fonnesbeck | 2010-05-20 | 3 | -22/+32 |
| | | | | affecting 64-bit. Ticket #459 | ||||
* | block carp traffic to hosts self to avoid loops. fixes #598 | Scott Ullrich | 2010-05-19 | 1 | -0/+1 |
| | |||||
* | Handle mounting of extra filesystems correctly. Ticket #444 | Scott Ullrich | 2010-05-19 | 1 | -1/+1 |
| | |||||
* | move mount up for cases where /usr and other partitions may be separate, and ↵ | Chris Buechler | 2010-05-19 | 1 | -30/+30 |
| | | | | needed for other things to function | ||||
* | get rid of flowtable | Chris Buechler | 2010-05-19 | 1 | -1/+3 |
| | |||||
* | Refactor this function a little so it will also rebuild the cache if it does ↵ | jim-p | 2010-05-19 | 1 | -49/+55 |
| | | | | not already exist. Fixes missing config history after reboot on NanoBSD. | ||||
* | Include filter.inc for the ipfw load function. | Ermal | 2010-05-19 | 1 | -0/+1 |
| | |||||
* | Re-create the hosts file on bootup after configuring all the interfaces. ↵ | smos | 2010-05-19 | 1 | -0/+3 |
| | | | | Ticket #567 | ||||
* | Move this up in the boot sequence, the reset button check relies on its ↵ | jim-p | 2010-05-19 | 1 | -3/+3 |
| | | | | existence. | ||||
* | Use nanobsd | Scott Ullrich | 2010-05-18 | 1 | -1/+1 |
| | |||||
* | Use != | Scott Ullrich | 2010-05-18 | 1 | -1/+1 |
| | |||||
* | Nuke nonsense | Scott Ullrich | 2010-05-18 | 1 | -34/+1 |
| | |||||
* | Add back needed functions | Scott Ullrich | 2010-05-18 | 1 | -0/+80 |
| | |||||
* | Only check g['platform'] for nanobsd | Scott Ullrich | 2010-05-18 | 1 | -79/+3 |
| | |||||
* | Add missing functions and move check earlier since this only checks on bootup | Scott Ullrich | 2010-05-18 | 2 | -3/+42 |
| | |||||
* | Add system_identify_specific_platform() | Scott Ullrich | 2010-05-18 | 1 | -0/+39 |
| | |||||
* | Add reset button support to alix/wrap. Obtained-from: m0n0wall | Scott Ullrich | 2010-05-18 | 2 | -2/+35 |
| | |||||
* | Encode/decode special characters with htmlentities/html_entity_decode combo ↵ | Ermal | 2010-05-18 | 1 | -4/+9 |
| | | | | to make the parser not bail on special characters. | ||||
* | Do not bail out when we write a new config. Seems that we can write some ↵ | Ermal | 2010-05-18 | 2 | -11/+12 |
| | | | | special characters but might not be able to read them back but we still should be able to recover from this. Include globals.inc before calling any config.lib.inc functions. | ||||
* | Fix NanoBSD update detection for console update by URL | jim-p | 2010-05-18 | 1 | -16/+10 |
| | |||||
* | Do not duplicate gateway entries when status file is not present. Mostly an ↵ | Ermal | 2010-05-18 | 1 | -6/+4 |
| | | | | innocuos programmer error. | ||||
* | Fixes #536. More fixes and optimizations on the various functions and status ↵ | Ermal | 2010-05-18 | 1 | -4/+3 |
| | | | | pages used for gateways [groups]. | ||||
* | Fixes #536. More fixes and optimizations on the various functions used for ↵ | Ermal | 2010-05-18 | 1 | -37/+31 |
| | | | | gateways [groups]. | ||||
* | Fixes #536. Actually add all available gateways to the gateway_groups array ↵ | Ermal | 2010-05-18 | 1 | -5/+7 |
| | | | | so all up members will be present for balancing. | ||||
* | Add myself to copyright for gwlb file. | Ermal | 2010-05-18 | 1 | -3/+3 |
| | |||||
* | Tag for beta 2 | Scott Ullrich | 2010-05-17 | 1 | -1/+1 |
| | |||||
* | Revert "Allow the user to override OpenVPN interface name in custom options ↵ | jim-p | 2010-05-17 | 1 | -37/+21 |
| | | | | | | (e.g. dev tap99 or dev tun99) and set related options appropriately. ticket #482 Item 2a/2b." - Revert for now, may cause more issues than it fixes. This reverts commit be58c36ded298a1cb7a0eac40cd2edd62908d882. | ||||
* | Allow the user to override OpenVPN interface name in custom options (e.g. ↵ | jim-p | 2010-05-17 | 1 | -21/+37 |
| | | | | dev tap99 or dev tun99) and set related options appropriately. ticket #482 Item 2a/2b. | ||||
* | Fix OpenVPN upgrade code to properly handle the disable option. Fixes item ↵ | jim-p | 2010-05-17 | 1 | -0/+10 |
| | | | | 1a (and probably 1b) in #482 and should be the rest of the fix for #449. | ||||
* | Do not throw the error message unnecerssarily. It is legal on 2.0 to not ↵ | Ermal | 2010-05-17 | 1 | -6/+4 |
| | | | | specify default gw on 2.0 with pppoe/pptp links specified. | ||||
* | Reduce the amount of logic in system_routing_configure to check for existing ↵ | smos | 2010-05-17 | 1 | -18/+5 |
| | | | | | | routes. This code is in the same style as used by Ermal. Ticket #507 | ||||
* | Do not unconditionaly remove the default route and readd it. This should ↵ | smos | 2010-05-14 | 1 | -3/+30 |
| | | | | | | | make system_routing_configure more reliably. Ticket #507 stability | ||||
* | Improve the parsing of the memory value, use the reported amount of bytes, ↵ | smos | 2010-05-14 | 1 | -2/+2 |
| | | | | divide to get megabytes and get the 1st result. Ticket #526 | ||||
* | Ticket #295. Use empty to prevent some ghost entries in some configurations. | Ermal | 2010-05-14 | 1 | -1/+1 |
| | |||||
* | fix typo | Chris Buechler | 2010-05-13 | 1 | -1/+1 |
| | |||||
* | Simplify/optimize code. | Ermal | 2010-05-13 | 1 | -3/+2 |
| | |||||
* | Add a GUI field to let the user configure the maxium table entries size. ↵ | jim-p | 2010-05-13 | 2 | -0/+10 |
| | | | | | | Resolves #588 NOTE: Actual tables, not states. | ||||
* | Ticket #544. Restore locking, seems w+ migh already lock the file sometimes. ↵ | Ermal | 2010-05-13 | 2 | -19/+16 |
| | | | | While there improve the locking to a read/write locking schema. Make the default locking a read only lock and if explicitly specified a write locking can be specified through LOCK_EX optional parameter to lock(). During config manipulation do the filesystem mounting in rw, if needed, before doing any locking to avoid possible problems and also to be consistent through out the code on the method used. Also update calls to config to lock exclusively where required. | ||||
* | Correct the shell for the admin account, this should be /etc/rc.initial. Not ↵ | smos | 2010-05-13 | 1 | -1/+1 |
| | | | | /bin/sh | ||||
* | Using binat for reflection rules created some NAT issues under certain ↵ | Erik Fonnesbeck | 2010-05-13 | 1 | -9/+16 |
| | | | | circumstances. Use rdr with the bitmask address pool type instead. | ||||
* | Tag all config write cases with the username. | jim-p | 2010-05-12 | 1 | -2/+2 |
| | |||||
* | Include username of person making the change in config change description, ↵ | jim-p | 2010-05-12 | 1 | -1/+2 |
| | | | | and in the config itself. |