Commit Graph

7799 Commits

Author SHA1 Message Date
Scott Ullrich
e5cd6d8960 Do not include altq/shaper twice 2010-05-22 23:18:12 -04:00
Scott Ullrich
4e9203174a Do not reinclude filter.inc 2010-05-22 20:36:14 -04:00
Scott Ullrich
329b7707ec Remove unionfs /, will have to come up with a new plan 2010-05-22 16:48:49 -04:00
Scott Ullrich
0fd8191899 Use unionfs for / 2010-05-22 16:30:05 -04:00
Scott Ullrich
22af75a3af Add missing ; 2010-05-22 16:26:38 -04:00
Scott Ullrich
055abc5787 Add (C)ontinue option for the impatient 2010-05-22 15:32:24 -04:00
Scott Ullrich
cdf97b133a Generate a MFS partition for / since ZFS likes to mount its disk on / 2010-05-22 15:01:19 -04:00
Scott Ullrich
a57d617019 Ensure config.cache does not exist so the subsequent requests can cleanly reload the configuration. Ticket #601 2010-05-22 14:19:32 -04:00
Scott Ullrich
f76d5242df Move machine arch over a bit to the right 2010-05-22 13:50:52 -04:00
Scott Ullrich
807c2e7a53 Oops, include /etc/ 2010-05-22 13:47:29 -04:00
Scott Ullrich
2b0c49e309 We now have a restore command, note this 2010-05-22 13:47:08 -04:00
Scott Ullrich
979f35f364 Check if file is tgz 2010-05-21 22:55:16 -04:00
Scott Ullrich
38080cc14c Move get_include_contents function to pfsense-utils.inc 2010-05-21 22:20:44 -04:00
Scott Ullrich
7a7e94a7be Allow php code to be included in the primary captive portal page. Add new ORIGINAL_PORTAL_IP post item which will be experimenting with a master mutli voucher setup. 2010-05-21 22:18:16 -04:00
Scott Ullrich
851f41843a Remove stray done 2010-05-21 21:38:12 -04:00
Scott Ullrich
40a606961a Adding enablesshd pfSsh.php script 2010-05-21 21:17:04 -04:00
Scott Ullrich
8022e257c2 Do not fsck /cf on each bootup 2010-05-21 20:06:33 -04:00
Scott Ullrich
842878b599 Unbreak nanobsd since Ticket #444 2010-05-21 19:54:18 -04:00
Scott Ullrich
ce8efd06df Unbreak nano since ticket #444 2010-05-21 19:07:39 -04:00
Ermal
cb88138a4e Ups remove erroneous curly. 2010-05-21 20:54:28 +00:00
Ermal
61d54be64a Actually return to previous function code for lookup_gateway_ip_by_name() to not create recursive loops. There is still the question of how dynamic interfaces should be handled here? 2010-05-21 20:50:56 +00:00
Ermal
962625aa41 Revert "Use a global array for the most part of using the return_gateways_array() function in the backend which should lower the memory allocated/cached by php a lot."
This reverts commit e51cf5960f.
2010-05-21 20:45:57 +00:00
Ermal
e51cf5960f Use a global array for the most part of using the return_gateways_array() function in the backend which should lower the memory allocated/cached by php a lot. 2010-05-21 19:44:42 +00:00
Ermal
61630681e0 Remove unecessary check. 2010-05-21 12:29:07 +00:00
Scott Ullrich
d7f742c265 Do not process items in which we cannot resolve the config file 2010-05-21 00:05:11 -04:00
Scott Ullrich
1f06d2170f Revise text 2010-05-20 22:16:13 -04:00
Scott Ullrich
6cf2e475ae pipe to more 2010-05-20 22:15:05 -04:00
Scott Ullrich
ea546e4943 Minor fixes 2010-05-20 22:14:28 -04:00
Scott Ullrich
02bdb544c9 Use echo 2010-05-20 19:59:07 -04:00
Scott Ullrich
7ec0aeb153 Adding restore script for rc.create_full_backup. First argument is the restore filename 2010-05-20 19:55:45 -04:00
Ermal
79f9b9bcdd Fixes #610. Do not use the value of mtu blindly test it is set or use 1500 as default. 2010-05-20 21:36:55 +00:00
Ermal
02611466ce Do not aritificially add spaces around values on CDATA fields. Tested-by: Jim 2010-05-20 19:38:05 +00: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
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
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