Commit Graph

1140 Commits

Author SHA1 Message Date
Scott Ullrich
fd35c812ea Only run fsck on -1 return value 2005-07-29 23:27:03 +00:00
Scott Ullrich
5b64aa3800 Detect aliases correctyl 2005-07-29 22:24:14 +00:00
Scott Ullrich
53f1dcf342 Further expand NAT aliases
Ticket #273
2005-07-29 22:07:41 +00:00
Scott Ullrich
e63cca08e0 Expand NAT aliases
Ticket #273
2005-07-29 22:05:37 +00:00
Scott Ullrich
14249fdadd Fsck if dirty 2005-07-29 21:48:43 +00:00
Scott Ullrich
975326c5c9 Add 802.11g only mode for cards that support it 2005-07-29 20:17:06 +00:00
Scott Ullrich
15e6790734 * Add hidessid option for hostap mode 2005-07-29 20:02:24 +00:00
Scott Ullrich
fd5f106675 Do not spew sasyncd output to web browser. 2005-07-28 20:48:02 +00:00
Scott Ullrich
b7e7d60e33 Reload the filter even on bootup 2005-07-28 20:23:34 +00:00
Colin Smith
fab143778a Fix close_notice(). 2005-07-26 18:58:41 +00:00
Scott Ullrich
6ac2dcdb51 Try to enable hardware cheksum 2005-07-25 22:37:19 +00:00
Scott Ullrich
10d470b9d1 WINS Server option
Ticket #255
2005-07-25 17:00:41 +00:00
Scott Ullrich
39a852587c Cleanup comments 2005-07-25 00:01:08 +00:00
Scott Ullrich
12886b4197 Use parse_config()
Suggested-by: colin
2005-07-24 23:45:36 +00:00
Scott Ullrich
4f1252d594 * Unlink config.cache and reload configuration for reload_all and reload_intrefaces 2005-07-24 23:40:10 +00:00
Scott Ullrich
835c9f4a51 Alter bringup order 2005-07-24 23:36:56 +00:00
Scott Ullrich
182c30de16 * Drop kick reboots bye bye
* Add reloat_interfaces()
* Add reload_all()
* Use reload_all() in wizard
2005-07-24 22:24:09 +00:00
Scott Ullrich
bc1746b5b8 Freebsd uses ifconfig instead of brconfig. The horror! 2005-07-24 22:09:33 +00:00
Scott Ullrich
bc89f7d37c Do not mount ro on bootup 2005-07-24 22:00:18 +00:00
Scott Ullrich
d9d6a71d93 Start dhclient in the background 2005-07-24 21:32:01 +00:00
Scott Ullrich
02facbd033 Do not mount configuration ro after writing configuration with write_config() if we're booting 2005-07-24 21:21:26 +00:00
Scott Ullrich
8551d2effc Tweak sleep values 2005-07-24 20:12:29 +00:00
Colin Smith
90a2ab46b5 Don't increment $dependlevel if the dependency is already installed. 2005-07-24 19:20:40 +00:00
Scott Ullrich
50cb1fb0c2 Add transmit power settings
Ticket #246
2005-07-24 18:53:36 +00:00
Scott Ullrich
0aba287e27 Remove IP address when shutting down dhclient
Ticket #229
2005-07-24 18:37:11 +00:00
Bill Marquette
e325b48469 Ticket #122: add tcp flags to backend shaper code 2005-07-24 03:54:00 +00:00
Bill Marquette
a03e3c1f64 move IP TOS and TCP FLAGS to globals.inc now that filter_reconfigure
might be run outside of the gui
2005-07-24 03:45:05 +00:00
Scott Ullrich
2770eddeec dont sync on boot 2005-07-23 23:25:57 +00:00
Scott Ullrich
4973d9414a Toggle the wizard if the interfaces get out of sync or if the user resets to factory defaults 2005-07-23 22:53:32 +00:00
Scott Ullrich
3c9daf997a Sync after wan configuration 2005-07-23 22:17:41 +00:00
Scott Ullrich
a9a5cab237 Sleep 5 before running dhclient 2005-07-23 22:03:24 +00:00
Bill Marquette
d6fbd4ca29 Add strncpy() utility function 2005-07-23 18:57:37 +00:00
Scott Ullrich
274d695f66 Do not start dhclient in bg 2005-07-23 01:54:43 +00:00
Scott Ullrich
dc5f3ba517 Logout output of dhclient startup 2005-07-23 01:36:40 +00:00
Scott Ullrich
0119d2f7bd Log the dhclient startup command. Diagnosing the lack of dhclient on first livecd bootup 2005-07-23 01:29:42 +00:00
Colin Smith
c2747f5ae5 Committed to the wrong branch, revert. 2005-07-22 04:11:38 +00:00
Colin Smith
3a3c6b5ba1 Clean up get_filename_from_url. 2005-07-22 03:54:31 +00:00
Colin Smith
a6d0d46115 * Strip package installation and logging from install_package. This function now need only download the package's 'master' XML configuration. 2005-07-21 20:13:30 +00:00
Scott Ullrich
e6d5210c43 Fix default route gateway bug.
Reported-by: billm
2005-07-21 01:55:03 +00:00
Colin Smith
0661a033fd Add restart_service_if_running. 2005-07-19 07:49:05 +00:00
Scott Ullrich
e8dd289e56 Start random mac generation with 00:a0:8e
Submitted-by: Greg Hennessy <Greg.Hennessy_AT_nviz.net>
2005-07-18 16:15:48 +00:00
Scott Ullrich
9315ef8325 Alert when creating random mac address 2005-07-18 02:37:44 +00:00
Scott Ullrich
e42cac89e8 3 out of 4 kids agree, metallic is a better theme! 2005-07-18 02:24:56 +00:00
Colin Smith
27afc5d098 Silence HTTP errors by commenting out log_error(). This does not affect errors being reported in XML_RPC_Response. 2005-07-17 22:27:43 +00:00
Erik Kristensen
0dd2a0f47e added support for dyndns.org static and custom entries. fixed dhs.org so it will work now. 2005-07-17 15:59:22 +00:00
Erik Kristensen
5928924f40 Fixed issue with cache file 2005-07-17 01:13:20 +00:00
Erik Kristensen
4951476bcb Added code so that the cache file will be created if missing. 2005-07-17 00:43:42 +00:00
Erik Kristensen
5d719ffa01 Fixed the problem with it trying to update everytime without checking whether the IP has changed for 28 days has expired. 2005-07-17 00:36:56 +00:00
Erik Kristensen
ebbc882a89 Finished Debugging Code. 2005-07-16 19:09:13 +00:00
Erik Kristensen
ed3cf51ee4 Added Debugging Code and Changed the UserAgent 2005-07-16 18:45:36 +00:00