Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow a range of ports (anthill bug #267) | Pascal Rigaux | 2004-01-12 | 1 | -3/+8 |
| | |||||
* | fordward sagem net_cnx_up fix | Thierry Vignaud | 2004-01-08 | 1 | -4/+4 |
| | |||||
* | authentification is french, the english word is authentication | Pascal Rigaux | 2004-01-08 | 1 | -1/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2004-01-05 | 1 | -1/+1 |
| | |||||
* | write_conf() doesn't need $prefix anymore | Pascal Rigaux | 2004-01-05 | 3 | -4/+4 |
| | |||||
* | revert code for testing perl_checker :-/ | Pascal Rigaux | 2004-01-05 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Pascal Rigaux | 2004-01-05 | 1 | -1/+1 |
| | |||||
* | the #-PO: comment must be before the N("...") with nothing in between | Pascal Rigaux | 2004-01-05 | 1 | -2/+2 |
| | |||||
* | (wip but requested for string freeze) | Thierry Vignaud | 2003-12-29 | 7 | -763/+965 |
| | | | | | | | - do not silently discard errors by ignoring exceptions - use new wizard layer - begin to renew wizard steps (mdk10.0 specs) | ||||
* | (configureNetwork) fix zeroconf configuring: check that there no | Thierry Vignaud | 2003-12-04 | 1 | -1/+1 |
| | | | | | dynamic interfaces instead of just checking the last interface | ||||
* | (is_dynamic_ip) handle habing ppp like interfaces in interfaces list | Thierry Vignaud | 2003-12-04 | 1 | -1/+1 |
| | |||||
* | (configureNetwork) configureNetworkNet() wrongly put | Thierry Vignaud | 2003-12-04 | 1 | -1/+1 |
| | | | | | | | | | | | | WIRELESS_NWID=HASH(0x8e93758) in ifcfg-<intf> because we give it the last configured network card intead of the interfaces list however, for a few weeks, it now checks if some interfaces are dynamic before offering to configure zeroconf, hence there was a bug since we only checked if *last* interfaces wasn't static which would results in wrong configuration if some interface were dynamics but the last one was static | ||||
* | - use do_pkgs->ensure_is_installed instead of do_pkgs->install where it's ↵ | Pascal Rigaux | 2003-12-04 | 2 | -9/+10 |
| | | | | | | | | | | | easy to do so - do_pkgs->install won't do anything when $::testing we need a ensure_are_installed we also need to share more package pkgs_interactive code which is hosted in install_any and standalone | ||||
* | fix removing domain name (esp. when domain name is empty) | Pascal Rigaux | 2003-12-01 | 1 | -1/+1 |
| | |||||
* | (configure) prevent silently skipping configuration steps by | Thierry Vignaud | 2003-12-01 | 1 | -9/+8 |
| | | | | | explicitely dying | ||||
* | fix sagem configuration (we were skipping some steps) | Thierry Vignaud | 2003-12-01 | 1 | -1/+1 |
| | |||||
* | (configure) do not install packages in testing mode | Thierry Vignaud | 2003-12-01 | 1 | -6/+6 |
| | |||||
* | (read_all_conf) ignore ifcfg-<intf>~ and the like entries | Thierry Vignaud | 2003-11-28 | 1 | -1/+1 |
| | |||||
* | (configureNetwork2) do not install package or rewrite config files in | Thierry Vignaud | 2003-11-28 | 1 | -13/+14 |
| | | | | | testing mode | ||||
* | (main) do not silently discard exceptions; if some exception is raised | Thierry Vignaud | 2003-11-28 | 1 | -1/+3 |
| | | | | | | for anything else than "wizcancel", we should rethrow it again instead of silently ignoring bugso... | ||||
* | do not restart network service in testing mode | Thierry Vignaud | 2003-11-28 | 1 | -1/+1 |
| | |||||
* | link beat detection: enable both net_monitor and drakconnect usage at | Thierry Vignaud | 2003-11-26 | 1 | -2/+2 |
| | | | | | both time (not so usefull but cleaner) | ||||
* | fix #6184: read back "Connection Name" and "Domain Name" fields | Thierry Vignaud | 2003-11-25 | 1 | -3/+4 |
| | |||||
* | reintroduce detect_timezone (indeed that one was needed :-() | Thierry Vignaud | 2003-11-24 | 1 | -0/+19 |
| | |||||
* | (configure) fix adsl connection class due to type being now translated | Thierry Vignaud | 2003-11-24 | 1 | -1/+1 |
| | |||||
* | fix isdn detection: detect all isdn cards, not only the first one | Thierry Vignaud | 2003-11-24 | 2 | -11/+19 |
| | |||||
* | (connected2) rename it as check_link_beat() to better reflect what he does | Thierry Vignaud | 2003-11-23 | 1 | -3/+3 |
| | |||||
* | (detect_timezone, disconnected, type2interface) kill dead code | Thierry Vignaud | 2003-11-23 | 1 | -33/+1 |
| | |||||
* | reuse bg_command: | Thierry Vignaud | 2003-11-23 | 1 | -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 Vignaud | 2003-11-20 | 1 | -1/+1 |
| | |||||
* | fix bogus use of old netwok module instead of network::network (missed when | Thierry Vignaud | 2003-11-14 | 1 | -2/+2 |
| | | | | | cleaning up this) | ||||
* | fix program logic: write up/down programs for adsl speedtouch even if | Thierry Vignaud | 2003-11-12 | 1 | -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::network | Thierry Vignaud | 2003-11-12 | 1 | -2/+2 |
| | |||||
* | reuse is_dynamic_ip() to not bother asking about zeroconf specific stuff when | Thierry Vignaud | 2003-11-12 | 1 | -1/+1 |
| | | | | | there's not any dynamic interfaces | ||||
* | (network::tools::is_dynamic_ip) consolidate test for any dynamic interface | Thierry Vignaud | 2003-11-12 | 1 | -1/+6 |
| | |||||
* | (is_wireless_intf) fix #6312: list acx100_pci as a wireless network | Thierry Vignaud | 2003-11-08 | 1 | -1/+1 |
| | | | | | cards driver too (fix impossible to set wireless parameters for it) | ||||
* | fix lan always marked as detected even when no detection was performed | Thierry Vignaud | 2003-11-08 | 1 | -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 time | Thierry Vignaud | 2003-11-08 | 1 | -1/+1 |
| | | | | | | rationale: while this is reasonable within standalone drakconnect, it's quite less needed at install time | ||||
* | perl_checker fixes | Thierry Vignaud | 2003-11-07 | 1 | -3/+1 |
| | |||||
* | (conf_network_card_backend) use getNetDriver() rather than relying on | Thierry Vignaud | 2003-11-07 | 1 | -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 Vignaud | 2003-11-07 | 1 | -0/+1 |
| | |||||
* | (write_interface_conf) setVarsInSh() already take care of not writing | Thierry Vignaud | 2003-11-07 | 1 | -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 module | Thierry Vignaud | 2003-11-06 | 1 | -1/+1 |
| | |||||
* | (configure_eth_aliases) let the autoprobing load modules too | Thierry Vignaud | 2003-11-06 | 1 | -1/+0 |
| | |||||
* | let only remove aliases on bootstrapping (ie only in harddrake | Thierry Vignaud | 2003-11-06 | 1 | -1/+0 |
| | | | | | caller); it's safer | ||||
* | (configure_eth_aliases) introduce it to autoconfigure all ethernet | Thierry Vignaud | 2003-11-06 | 1 | -0/+10 |
| | | | | | aliases (MdkMove, harddrake service, drakconnect) | ||||
* | (configureNetwork) alter remove_alias() callers for new API | Thierry Vignaud | 2003-11-06 | 1 | -1/+1 |
| | |||||
* | simplify pcmcia matching | Thierry Vignaud | 2003-11-06 | 1 | -5/+2 |
| | |||||
* | save a useless ifconfig fork | Thierry Vignaud | 2003-11-06 | 1 | -1/+0 |
| | |||||
* | document dams logic | Thierry Vignaud | 2003-11-06 | 1 | -1/+1 |
| |