summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* use services::set_statusOlivier Blin2005-05-311-6/+3
|
* - rename "hw_account" step as "isdn_account"Olivier Blin2005-05-311-10/+7
| | | | | | - remove unneeded code - don't overwrite huptimeout value
* tag obscure isdn card settings as advancedOlivier Blin2005-05-311-5/+5
|
* if__(exists $foo, $bar) returns $bar whatever $foo is, don't try toOlivier Blin2005-05-311-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 theOlivier Blin2005-05-311-5/+5
| | | | | "fix parameters reading/writin in isdn config" commit from Titi)
* read I4L_IDLETIME settingOlivier Blin2005-05-311-0/+1
|
* handle huptimeout setting again (I4L_IDLETIME in isdn4net)Olivier Blin2005-05-312-1/+2
|
* add no_club option to specify that no club drivers are available (ECI)Olivier Blin2005-05-301-14/+17
|
* move netprofile stuff in network::networkOlivier Blin2005-05-302-39/+42
|
* add missing closing braceOlivier Blin2005-05-301-0/+2
|
* external isdn modems don't require the "isdn_dial_on_boot" stepOlivier Blin2005-05-301-1/+1
|
* $netc->{isdntype} is unneededOlivier Blin2005-05-301-2/+1
|
* simply isdn external modem code (remove $netcnx->{isdn_external})Olivier Blin2005-05-301-12/+9
|
* remove unneeded commentsOlivier Blin2005-05-301-3/+0
|
* use network::thirdparty for modem devicesOlivier Blin2005-05-301-42/+14
|
* allow to ask for some configuration fields (useful for "device" in "rtc" ↵Olivier Blin2005-05-301-1/+6
| | | | category)
* initial import of network::thirdparty (this module factorizes the thirdparty ↵Olivier Blin2005-05-273-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 Blin2005-05-261-10/+21
| | | | | | and set_net_interface() out of ask_shorewall_interface() to avoid code duplication
* perl_checker fixesOlivier Blin2005-05-261-1/+1
|
* better way to handle squid ports (read shorewall REDIRECT rules in ↵Olivier Blin2005-05-261-7/+6
| | | | network::shorewall::read to avoid tricks in network::shorewall::write)
* read_squid_conf() is now in network::squidOlivier Blin2005-05-261-1/+1
|
* simplify check_iptables()Olivier Blin2005-05-261-4/+2
|
* use if_()Olivier Blin2005-05-251-1/+1
|
* initial import, move read_dhcpd_conf() from network::network and split ↵Olivier Blin2005-05-241-0/+51
| | | | write_dhcpd_conf() from drakgw
* initial import, move read_squid_conf() from network::network and split ↵Olivier Blin2005-05-241-0/+73
| | | | write_squid_conf() from drakgw
* remove unneeded trick since network::network always update NETWORK andOlivier Blin2005-05-241-2/+0
| | | | | BROADCAST now
* - move read_dhcpd_conf() in network::dhcpdOlivier Blin2005-05-241-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 Blin2005-05-241-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 againThierry Vignaud2005-05-191-4/+1
|
* (adsl_detect) explainThierry Vignaud2005-05-191-0/+1
|
* (adsl_detect) detect all ADSL modems of each kind (though drakconnectThierry Vignaud2005-05-191-2/+7
| | | | | is able to configure only one...)
* (adsl_detect) typo fixThierry Vignaud2005-05-191-1/+1
|
* (adsl_detect) detect more ADSL USB modemsThierry Vignaud2005-05-191-6/+10
|
* keep # and * characters in phone number (#16031)Olivier Blin2005-05-171-2/+2
|
* use iwpriv for WPA with rt2x00 drivers (they don't plan to support ↵Olivier Blin2005-05-171-13/+22
| | | | wpa_supplicant)
* DVB supportOlivier Blin2005-05-132-2/+49
|
* hide DVB for nowOlivier Blin2005-05-131-1/+0
|
* reorder drakconnect first screen (to please our flowered bearded boss)Olivier Blin2005-05-121-8/+9
|
* remove another useless stepOlivier Blin2005-05-041-9/+0
|
* ask wireless settings before boot protocol selectionOlivier Blin2005-05-041-4/+6
|
* remove useless warning in install, we never override configuration (#10827)Olivier Blin2005-05-041-14/+1
|
* fix USB devices detection for ndiswrapperOlivier Blin2005-05-022-5/+6
|
* use www.mandriva.com to test connectionOlivier Blin2005-04-292-3/+3
|
* configure pppoe connections in a ppp peer fileOlivier Blin2005-04-281-29/+30
|
* display VPI/VCI values in decimalOlivier Blin2005-04-271-6/+10
| | | | | update ATM_ADDR after with VPI/VCI values
* Maybe the last Mandrake->Mandriva replacement.Funda Wang2005-04-271-1/+1
|
* reindentOlivier Blin2005-04-271-64/+70
|
* don't write /etc/ppp/options anymore, adjust options in peer filesOlivier Blin2005-04-271-48/+15
|
* handle errors in wireless packages installation, simplifyOlivier Blin2005-04-242-36/+46
|
* allow to disable WPA even if no key is usedOlivier Blin2005-04-241-6/+6
|