Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update comments | Olivier Blin | 2005-06-06 | 1 | -2/+2 |
| | |||||
* | add ISP field in eagle-usb.conf | Olivier Blin | 2005-06-06 | 1 | -1/+1 |
| | |||||
* | API change (me sux) | Olivier Blin | 2005-06-06 | 1 | -6/+3 |
| | |||||
* | keep NETWORKING_IPV6 and FORWARD_IPV4 variables in /etc/sysconfig/network | Olivier Blin | 2005-06-03 | 1 | -2/+3 |
| | |||||
* | net interface is now in $net->{net_interface} | Olivier Blin | 2005-06-03 | 1 | -4/+4 |
| | |||||
* | help perl_checker | Thierry Vignaud | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | fix pixel sucks | Thierry Vignaud | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | - merge network settings in a $net hash (it modifies $o fields too): | Olivier Blin | 2005-06-03 | 8 | -632/+374 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o $netc becomes $net->{network} and $net->{resolv} o $intf becomes $net->{ifcfg} - move zeroconf config stuff in write_zeroconf - read_tmdns_conf -> read_zeroconf - read_all_conf -> read_net_conf - configureNetwork2 -> configure_network - configure_network: write ifcfg files for ppp interfaces too - don't install wireless-tools in configure_network, this package is in basesystem - most functions don't need the file path as an argument in network::network - drop network::tools::remove_initscript - don't export too much from network::network - don't export from network::tools - remove adsl_unsupported_eci step in drakconnect - drop passwd2 field in network::adsl - drop $net->{isdn_internal} - network::netconnect : main -> safe_main - use network::netconnect::real_main during install - don't read network config in network::netconnect::real_main - install_steps::upNetwork : resolv.conf is already symlinked by network::network::configure_network when appropriate - try to fix install_any::generate_automatic_stage1_params to use a real interface configuration - put authentication stuff in $net->{auth} - drop network::ethernet::write_ether_conf - drop network::adsl::get_wizard - use 'static' instead of 'manual' as ADSL method - drop first_modem and its workarounds in network::modem - drop deprecated "multiple_internet_cnx" step in drakconnect - don't save /etc/sysconfig/drakconnect anymore - drop MDK::Common::Globals stuff - drop getIP in net_applet (Pixel) - drop $netc->{DHCP} - configure_network(): write resolv.conf even if a dhcp interface is configured | ||||
* | drop unused variable, this is done in detect_devices::get_sysfs_device_id_map() | Olivier Blin | 2005-06-03 | 1 | -1/+0 |
| | |||||
* | be more in drakx spirit, and more important perl_checker warning clean | Pascal Rigaux | 2005-06-03 | 1 | -2/+1 |
| | |||||
* | use services::set_status | Olivier Blin | 2005-05-31 | 1 | -6/+3 |
| | |||||
* | - rename "hw_account" step as "isdn_account" | Olivier Blin | 2005-05-31 | 1 | -10/+7 |
| | | | | | | - remove unneeded code - don't overwrite huptimeout value | ||||
* | tag obscure isdn card settings as advanced | Olivier Blin | 2005-05-31 | 1 | -5/+5 |
| | |||||
* | if__(exists $foo, $bar) returns $bar whatever $foo is, don't try to | Olivier Blin | 2005-05-31 | 1 | -25/+18 |
| | | | | | | make smart code that don't work (initial goal was probably to hide some isdn settings if they weren't set) | ||||
* | really handle irq, mem, io, io0, io1 isdn paramaters (i.e. finish the | Olivier Blin | 2005-05-31 | 1 | -5/+5 |
| | | | | | "fix parameters reading/writin in isdn config" commit from Titi) | ||||
* | read I4L_IDLETIME setting | Olivier Blin | 2005-05-31 | 1 | -0/+1 |
| | |||||
* | handle huptimeout setting again (I4L_IDLETIME in isdn4net) | Olivier Blin | 2005-05-31 | 2 | -1/+2 |
| | |||||
* | add no_club option to specify that no club drivers are available (ECI) | Olivier Blin | 2005-05-30 | 1 | -14/+17 |
| | |||||
* | move netprofile stuff in network::network | Olivier Blin | 2005-05-30 | 2 | -39/+42 |
| | |||||
* | add missing closing brace | Olivier Blin | 2005-05-30 | 1 | -0/+2 |
| | |||||
* | external isdn modems don't require the "isdn_dial_on_boot" step | Olivier Blin | 2005-05-30 | 1 | -1/+1 |
| | |||||
* | $netc->{isdntype} is unneeded | Olivier Blin | 2005-05-30 | 1 | -2/+1 |
| | |||||
* | simply isdn external modem code (remove $netcnx->{isdn_external}) | Olivier Blin | 2005-05-30 | 1 | -12/+9 |
| | |||||
* | remove unneeded comments | Olivier Blin | 2005-05-30 | 1 | -3/+0 |
| | |||||
* | use network::thirdparty for modem devices | Olivier Blin | 2005-05-30 | 1 | -42/+14 |
| | |||||
* | allow to ask for some configuration fields (useful for "device" in "rtc" ↵ | Olivier Blin | 2005-05-30 | 1 | -1/+6 |
| | | | | category) | ||||
* | initial import of network::thirdparty (this module factorizes the thirdparty ↵ | Olivier Blin | 2005-05-27 | 3 | -105/+449 |
| | | | | software/drivers/firmwares detection and installation code, it points the user to the relevant packages/documentation/url if needed, and don't allow to configure a device if its requirements aren't satisfied) | ||||
* | create $ask_shorewall_interface_label, shorewall_interface_choices() | Olivier Blin | 2005-05-26 | 1 | -10/+21 |
| | | | | | | and set_net_interface() out of ask_shorewall_interface() to avoid code duplication | ||||
* | perl_checker fixes | Olivier Blin | 2005-05-26 | 1 | -1/+1 |
| | |||||
* | better way to handle squid ports (read shorewall REDIRECT rules in ↵ | Olivier Blin | 2005-05-26 | 1 | -7/+6 |
| | | | | network::shorewall::read to avoid tricks in network::shorewall::write) | ||||
* | read_squid_conf() is now in network::squid | Olivier Blin | 2005-05-26 | 1 | -1/+1 |
| | |||||
* | simplify check_iptables() | Olivier Blin | 2005-05-26 | 1 | -4/+2 |
| | |||||
* | use if_() | Olivier Blin | 2005-05-25 | 1 | -1/+1 |
| | |||||
* | initial import, move read_dhcpd_conf() from network::network and split ↵ | Olivier Blin | 2005-05-24 | 1 | -0/+51 |
| | | | | write_dhcpd_conf() from drakgw | ||||
* | initial import, move read_squid_conf() from network::network and split ↵ | Olivier Blin | 2005-05-24 | 1 | -0/+73 |
| | | | | write_squid_conf() from drakgw | ||||
* | remove unneeded trick since network::network always update NETWORK and | Olivier Blin | 2005-05-24 | 1 | -2/+0 |
| | | | | | BROADCAST now | ||||
* | - move read_dhcpd_conf() in network::dhcpd | Olivier Blin | 2005-05-24 | 1 | -28/+10 |
| | | | | | | - move read_squid_conf() in network::squid - create update_broadcast_and_network() and force NETWORK and BROADCAST variables update | ||||
* | - split warning out of check_iptables() | Olivier Blin | 2005-05-24 | 1 | -53/+27 |
| | | | | | | | | | - get_default_device() -> get_ifcfg_interface() - get_net_device() -> get_shorewall_interface() - create ask_shorewall_interface() out of default_interfaces() - create read_default_interfaces() to replace default_interfaces() and default_interfaces_silent() - use services::set_status() in write() | ||||
* | (adsl_detect) simplify again | Thierry Vignaud | 2005-05-19 | 1 | -4/+1 |
| | |||||
* | (adsl_detect) explain | Thierry Vignaud | 2005-05-19 | 1 | -0/+1 |
| | |||||
* | (adsl_detect) detect all ADSL modems of each kind (though drakconnect | Thierry Vignaud | 2005-05-19 | 1 | -2/+7 |
| | | | | | is able to configure only one...) | ||||
* | (adsl_detect) typo fix | Thierry Vignaud | 2005-05-19 | 1 | -1/+1 |
| | |||||
* | (adsl_detect) detect more ADSL USB modems | Thierry Vignaud | 2005-05-19 | 1 | -6/+10 |
| | |||||
* | keep # and * characters in phone number (#16031) | Olivier Blin | 2005-05-17 | 1 | -2/+2 |
| | |||||
* | use iwpriv for WPA with rt2x00 drivers (they don't plan to support ↵ | Olivier Blin | 2005-05-17 | 1 | -13/+22 |
| | | | | wpa_supplicant) | ||||
* | DVB support | Olivier Blin | 2005-05-13 | 2 | -2/+49 |
| | |||||
* | hide DVB for now | Olivier Blin | 2005-05-13 | 1 | -1/+0 |
| | |||||
* | reorder drakconnect first screen (to please our flowered bearded boss) | Olivier Blin | 2005-05-12 | 1 | -8/+9 |
| | |||||
* | remove another useless step | Olivier Blin | 2005-05-04 | 1 | -9/+0 |
| | |||||
* | ask wireless settings before boot protocol selection | Olivier Blin | 2005-05-04 | 1 | -4/+6 |
| |