Commit Graph

14053 Commits

Author SHA1 Message Date
Scott Ullrich
fdb085fade Add captive portal voucher configuration backup area option Ticket #609 2010-05-20 17:24:04 -04:00
Ermal
02611466ce Do not aritificially add spaces around values on CDATA fields. Tested-by: Jim 2010-05-20 19:38:05 +00:00
Scott Ullrich
fa90d70137 Add note about required enabled WPA option for 802.1x 2010-05-20 15:36:04 -04:00
Erik Fonnesbeck
9603306327 Various fixes to usage of ip2long, long2ip, and negated subnet masks, mostly affecting 64-bit. Ticket #459 2010-05-20 10:55:02 -06:00
Scott Ullrich
986a3accd4 block carp traffic to hosts self to avoid loops. fixes #598 2010-05-19 21:32:17 -04:00
Scott Ullrich
69490b5525 Handle mounting of extra filesystems correctly. Ticket #444 2010-05-19 21:19:24 -04:00
Chris Buechler
c4995e627e move mount up for cases where /usr and other partitions may be separate, and needed for other things to function 2010-05-19 21:08:44 -04:00
Chris Buechler
a23a6db321 get rid of flowtable 2010-05-19 20:27:51 -04:00
Ermal
091cb5e9ee Add a global declaration. 2010-05-19 22:03:32 +00:00
jim-p
cd25a2b2ee Refactor this function a little so it will also rebuild the cache if it does not already exist. Fixes missing config history after reboot on NanoBSD. 2010-05-19 16:16:31 -04:00
jim-p
eef5222589 Use the PHP call here instead of a shell exec. 2010-05-19 15:19:31 -04:00
jim-p
cf9a4467e5 Fix post-restore reboot on NanoBSD. Fixes #602 2010-05-19 15:12:10 -04:00
Ermal
71fdaecd03 Include filter.inc for the ipfw load function. 2010-05-19 13:44:11 +00:00
smos
4994b350e8 Re-create the hosts file on bootup after configuring all the interfaces. Ticket #567 2010-05-19 11:52:56 +02:00
jim-p
7f039071e5 Move this up in the boot sequence, the reset button check relies on its existence. 2010-05-19 00:52:05 -04:00
Scott Ullrich
1a2911a7aa Use nanobsd 2010-05-18 21:16:46 -04:00
Scott Ullrich
223ef06a41 Use != 2010-05-18 21:06:30 -04:00
Scott Ullrich
d16af75d98 Nuke nonsense 2010-05-18 18:08:09 -04:00
Scott Ullrich
31c9379c46 Add back needed functions 2010-05-18 18:03:02 -04:00
Scott Ullrich
fa83737d06 Only check g['platform'] for nanobsd 2010-05-18 17:59:41 -04:00
Scott Ullrich
7188fc6db5 Add missing functions and move check earlier since this only checks on bootup 2010-05-18 17:58:18 -04:00
Scott Ullrich
2c7d67ff55 Add system_identify_specific_platform() 2010-05-18 17:31:47 -04:00
Scott Ullrich
15f1488904 Add reset button support to alix/wrap. Obtained-from: m0n0wall 2010-05-18 17:27:15 -04:00
Ermal
2e6a43a13c Encode/decode special characters with htmlentities/html_entity_decode combo to make the parser not bail on special characters. 2010-05-18 20:03:25 +00:00
Ermal
e490f9950c Do not bail out when we write a new config. Seems that we can write some 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. 2010-05-18 19:31:28 +00:00
jim-p
873b2f0c81 Fix NanoBSD update detection for console update by URL 2010-05-18 15:22:03 -04:00
Ermal
7382c59deb Do not duplicate gateway entries when status file is not present. Mostly an innocuos programmer error. 2010-05-18 18:04:04 +00:00
Ermal
01207fd848 Fixes #536. More fixes and optimizations on the various functions and status pages used for gateways [groups]. 2010-05-18 17:36:44 +00:00
Ermal
fe22a89b4e Fixes #536. More fixes and optimizations on the various functions used for gateways [groups]. 2010-05-18 17:36:44 +00:00
Ermal
d9dda2a571 Fixes #536. Actually add all available gateways to the gateway_groups array so all up members will be present for balancing. 2010-05-18 17:36:44 +00:00
jim-p
4e6593de5a Unbreak automatic updates. 2010-05-18 12:54:07 -04:00
Ermal
c1191d5bd8 Add myself to copyright for gwlb file. 2010-05-18 16:51:10 +00:00
jim-p
9db6993f9a Fix deletion of authentication servers. Fixes #600. 2010-05-18 11:06:23 -04:00
Scott Ullrich
98be58a2b2 Tag for beta 2 2010-05-17 17:18:42 -04:00
jim-p
bd7ca5068e Revert "Allow the user to override OpenVPN interface name in custom options (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 be58c36ded.
2010-05-17 16:11:52 -04:00
jim-p
be58c36ded Allow the user to override OpenVPN interface name in custom options (e.g. dev tap99 or dev tun99) and set related options appropriately. ticket #482 Item 2a/2b. 2010-05-17 15:55:38 -04:00
jim-p
b65f56f69b Fix copypasta error. Part of ticket #449. 2010-05-17 12:19:56 -04:00
jim-p
763a1b5225 Fix OpenVPN upgrade code to properly handle the disable option. Fixes item 1a (and probably 1b) in #482 and should be the rest of the fix for #449. 2010-05-17 12:14:47 -04:00
jim-p
8319ee6335 Fix OpenVPN client disable variable. It is being set/tested improperly (or at least inconsistently). Partial fix for #449. 2010-05-17 11:54:43 -04:00
Ermal
373a1e7b44 Ticket #493. Set a value for checkboxes since the parsers marks empty tags(<tag/>) as arrays. 2010-05-17 14:20:53 +00:00
Ermal
79f30c1c6b Do not throw the error message unnecerssarily. It is legal on 2.0 to not specify default gw on 2.0 with pppoe/pptp links specified. 2010-05-17 11:56:07 +00:00
smos
b61154fbf9 Reduce the amount of logic in system_routing_configure to check for existing routes. This code is in the same style as used
by Ermal. Ticket #507
2010-05-17 11:23:47 +02:00
Erik Fonnesbeck
bcbcc2f815 Use client-side values in the function call rather than PHP-generated values for further calls to this client-side function. 2010-05-14 15:42:43 -06:00
smos
07b54e8cf7 Do not unconditionaly remove the default route and readd it. This should make system_routing_configure more
reliably. Ticket #507
stability
2010-05-14 16:47:21 +02:00
Ermal
ba374e4b29 Ticket #493. Ticket #302. Actually correct code flow to be correct and consistent to what it should do. 2010-05-14 16:21:37 +00:00
smos
839cad07a3 Improve the parsing of the memory value, use the reported amount of bytes, divide to get megabytes and get the 1st result. Ticket #526 2010-05-14 15:06:48 +02:00
smos
08825acc2c Allow the use of ">" in filter rule descriptions. Even whilst stripping the > before the comparison htmlentities
will still trigger on the <. It is safe to assume here that creating any sort of html tag is unlikely. Ticket #465
2010-05-14 14:02:20 +02:00
Ermal
ee23ccabcd Ticket #295. Use empty to prevent some ghost entries in some configurations. 2010-05-14 11:54:55 +00:00
Chris Buechler
c1263bbd03 fix typo 2010-05-13 20:58:32 -04:00
thompsa
963725238d fix seperation between href and class 2010-05-14 11:36:14 +12:00