summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* fix removing domain name (esp. when domain name is empty)Pascal Rigaux2003-12-011-1/+1
|
* (configure) prevent silently skipping configuration steps byThierry Vignaud2003-12-011-9/+8
| | | | | explicitely dying
* fix sagem configuration (we were skipping some steps)Thierry Vignaud2003-12-011-1/+1
|
* (configure) do not install packages in testing modeThierry Vignaud2003-12-011-6/+6
|
* (read_all_conf) ignore ifcfg-<intf>~ and the like entriesThierry Vignaud2003-11-281-1/+1
|
* (configureNetwork2) do not install package or rewrite config files inThierry Vignaud2003-11-281-13/+14
| | | | | testing mode
* (main) do not silently discard exceptions; if some exception is raisedThierry Vignaud2003-11-281-1/+3
| | | | | | for anything else than "wizcancel", we should rethrow it again instead of silently ignoring bugso...
* do not restart network service in testing modeThierry Vignaud2003-11-281-1/+1
|
* link beat detection: enable both net_monitor and drakconnect usage atThierry Vignaud2003-11-261-2/+2
| | | | | both time (not so usefull but cleaner)
* fix #6184: read back "Connection Name" and "Domain Name" fieldsThierry Vignaud2003-11-251-3/+4
|
* reintroduce detect_timezone (indeed that one was needed :-()Thierry Vignaud2003-11-241-0/+19
|
* (configure) fix adsl connection class due to type being now translatedThierry Vignaud2003-11-241-1/+1
|
* fix isdn detection: detect all isdn cards, not only the first oneThierry Vignaud2003-11-242-11/+19
|
* (connected2) rename it as check_link_beat() to better reflect what he doesThierry Vignaud2003-11-231-3/+3
|
* (detect_timezone, disconnected, type2interface) kill dead codeThierry Vignaud2003-11-231-33/+1
|
* reuse bg_command:Thierry Vignaud2003-11-231-42/+25
| | | | | | | - major cleanups - get rid of "kid exited -1 at /usr/lib/libDrakX/network/tools.pm line 182." warnings
* unpoulpize comments (spoted by joseph van den reysen)Thierry Vignaud2003-11-201-1/+1
|
* fix bogus use of old netwok module instead of network::network (missed whenThierry Vignaud2003-11-141-2/+2
| | | | | cleaning up this)
* fix program logic: write up/down programs for adsl speedtouch even ifThierry Vignaud2003-11-121-1/+2
| | | | | | firmware is already there or if one say "let see this later" which result in up/down scripts to be removed on drakconnect startup
* fix bogus use of old netwok module instead of network::networkThierry Vignaud2003-11-121-2/+2
|
* reuse is_dynamic_ip() to not bother asking about zeroconf specific stuff whenThierry Vignaud2003-11-121-1/+1
| | | | | there's not any dynamic interfaces
* (network::tools::is_dynamic_ip) consolidate test for any dynamic interfaceThierry Vignaud2003-11-121-1/+6
|
* (is_wireless_intf) fix #6312: list acx100_pci as a wireless networkThierry Vignaud2003-11-081-1/+1
| | | | | cards driver too (fix impossible to set wireless parameters for it)
* fix lan always marked as detected even when no detection was performedThierry Vignaud2003-11-081-6/+6
| | | | | | | | | | | | or when there's no ethernet devices btw, generalize this "fix" to all net connection types. rationale: since we've already check if we've devices, there's no point in doing another different check in order to add the string "- detected" so let's just consolidate the previous test, this will prevent such bug to come back again
* fix last part of #5315: do not ask for confirmation at install timeThierry Vignaud2003-11-081-1/+1
| | | | | | rationale: while this is reasonable within standalone drakconnect, it's quite less needed at install time
* perl_checker fixesThierry Vignaud2003-11-071-3/+1
|
* (conf_network_card_backend) use getNetDriver() rather than relying onThierry Vignaud2003-11-071-1/+1
| | | | | | ethX alias for mapping the ethX interface to the driver that created it thus fixing quite old detection bugs
* oops, network::tools is still needed by configureNetworkIntf...Thierry Vignaud2003-11-071-0/+1
|
* (write_interface_conf) setVarsInSh() already take care of not writingThierry Vignaud2003-11-071-2/+1
| | | | | | | undefined parameters, so it's safer to always write wireless parameters if set else we drop user set wireless parameters when our wireless modules list is not uptodate
* one more wireless moduleThierry Vignaud2003-11-061-1/+1
|
* (configure_eth_aliases) let the autoprobing load modules tooThierry Vignaud2003-11-061-1/+0
|
* let only remove aliases on bootstrapping (ie only in harddrakeThierry Vignaud2003-11-061-1/+0
| | | | | caller); it's safer
* (configure_eth_aliases) introduce it to autoconfigure all ethernetThierry Vignaud2003-11-061-0/+10
| | | | | aliases (MdkMove, harddrake service, drakconnect)
* (configureNetwork) alter remove_alias() callers for new APIThierry Vignaud2003-11-061-1/+1
|
* simplify pcmcia matchingThierry Vignaud2003-11-061-5/+2
|
* save a useless ifconfig forkThierry Vignaud2003-11-061-1/+0
|
* document dams logicThierry Vignaud2003-11-061-1/+1
|
* (conf_network_card_backend) fix unseen/unconfigured usb wirelessThierry Vignaud2003-11-061-2/+1
| | | | | | | | | devices due to francois trap for aliased interfaces (new detect_device::getNet() filter out aliases which were the reasons for the test) btw, if no alias was found, there's a bug somewhere
* list a few more modules as wireless ones (should really be splited outThierry Vignaud2003-11-061-1/+1
| | | | | from network/usb in list_modules.pm
* always list sagem_dhcp in list, hidding it due to missing translationsThierry Vignaud2003-11-061-3/+1
| | | | | is insane
* escaped strings fixesThierry Vignaud2003-11-062-3/+3
|
* (configure) fix untranslatable strings: switch from ask_from_list_()Thierry Vignaud2003-11-061-7/+7
| | | | | to ask_from_list()
* unexport not used elsewhere connected2 functionThierry Vignaud2003-11-041-1/+1
|
* perl_checker fixesThierry Vignaud2003-11-041-3/+3
|
* fix always detecting ethernet cards even when none is presentThierry Vignaud2003-10-301-1/+2
|
* fix anthill bug #50: ensure /etc/ppp/pap-secrets is not world readableThierry Vignaud2003-10-301-2/+4
| | | | | since it contains password/user mapping for dialup
* fix installer when network::ethernet wasn't loaded beforeThierry Vignaud2003-10-291-0/+1
|
* (isdn_get_info) simplify it trough MDK::CommonThierry Vignaud2003-10-271-3/+1
|
* simplify isdn detection:Thierry Vignaud2003-10-272-4/+3
| | | | | | | - no need to pass a ref around; if it's bound to be overwritten, just return a new hash - let isdn_detect only care of which fields we want for isdn stuff
* - make isdn detection more readableThierry Vignaud2003-10-271-1/+1
| | | | | - ensure previously detected isdn stuff is cleared on redetection