Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (conf_network_card_backend) make type and interface arguments mandatory | Thierry Vignaud | 2004-01-30 | 1 | -6/+6 |
| | |||||
* | convert some write_cnx_script() callers into set_cnx_script() ones | Thierry Vignaud | 2004-01-29 | 1 | -1/+1 |
| | |||||
* | (conf_network_card_backend) insert a bug notice | Thierry Vignaud | 2004-01-29 | 1 | -0/+1 |
| | |||||
* | (conf_network_card_backend) remove compat stuff since callers were | Thierry Vignaud | 2004-01-29 | 1 | -2/+0 |
| | | | | | cleaned up | ||||
* | (mapIntfToDevice) actually use given interface rather than hardcoded "eth0" | Thierry Vignaud | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | cleanups | Thierry Vignaud | 2004-01-26 | 1 | -7/+4 |
| | |||||
* | (get_eth_cards) | Thierry Vignaud | 2004-01-26 | 1 | -15/+21 |
| | | | | | | | | | - split it out of conf_network_card_backend() (which still call it for compatibility for now but sincefunctions whose behavior is totally altered by arguments are insane should just be splited, caller will be fixed then this compatibily call removed) - add a third string in returned tuples (physical net device description) | ||||
* | (mapIntfToDevice) introduce it in order to map a network interface to a | Thierry Vignaud | 2004-01-26 | 1 | -1/+8 |
| | | | | | pci/usb/... device | ||||
* | get rid of pseudo global $prefix, just reuse global $::prefix :-) | Thierry Vignaud | 2004-01-26 | 1 | -4/+4 |
| | |||||
* | do not export dead functions | Thierry Vignaud | 2004-01-16 | 1 | -1/+1 |
| | |||||
* | write_conf() doesn't need $prefix anymore | Pascal Rigaux | 2004-01-05 | 1 | -1/+1 |
| | |||||
* | (wip but requested for string freeze) | Thierry Vignaud | 2003-12-29 | 1 | -107/+6 |
| | | | | | | | - 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 | ||||
* | (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 | ||||
* | (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 | ||||
* | (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 |
| | |||||
* | (conf_network_card_backend) fix unseen/unconfigured usb wireless | Thierry Vignaud | 2003-11-06 | 1 | -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 | ||||
* | network interface configuration step: using network interface from | Thierry Vignaud | 2003-10-08 | 1 | -3/+4 |
| | | | | | | interface/driver list is more robust that relying on possibly empty int variable (better #3276 fix) | ||||
* | fix #3276: when steping back in drakconnect wizard, do not overwrite | Thierry Vignaud | 2003-10-06 | 1 | -3/+3 |
| | | | | | first card parameters with last one's | ||||
* | fix typo (thanks to perl_checker) | Pascal Rigaux | 2003-07-30 | 1 | -1/+1 |
| | |||||
* | cleanup (especially ensure $interface is not something like "eth0 (using | Pascal Rigaux | 2003-07-30 | 1 | -12/+10 |
| | | | | | module ...)" but only "eth0" (cf network/network.pm 1.130 nasty change) | ||||
* | proxy configuration step: do not go back two steps back on "previous" | Thierry Vignaud | 2003-07-17 | 1 | -1/+2 |
| | | | | | click, but only one back | ||||
* | - drop $::Expert | Damien Chaumette | 2003-06-12 | 1 | -4/+4 |
| | | | | | - drop $netc->{ZEROCONF_HOSTNAME}, only need regexp | ||||
* | - drop $::Expert | Damien Chaumette | 2003-06-12 | 1 | -23/+9 |
| | | | | | - simplify code | ||||
* | #763 #2336 fix alias in modules.conf | Damien Chaumette | 2003-05-20 | 1 | -0/+5 |
| | |||||
* | perl_checker compliant | Damien Chaumette | 2003-05-20 | 1 | -8/+7 |
| | |||||
* | perl_checker fixes | Damien Chaumette | 2003-05-05 | 1 | -5/+5 |
| | |||||
* | fix typo | Damien Chaumette | 2003-05-02 | 1 | -1/+1 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -1/+1 |
| | |||||
* | use $::prefix, waiting for 9.1 to be out before cleaning network modules. | Francois Pons | 2003-03-11 | 1 | -1/+1 |
| | |||||
* | avoid virtual ethX to be reconfigured by drakconnect | Francois Pons | 2003-03-06 | 1 | -7/+5 |
| | |||||
* | fixed ifconfig invocation and state analysis in install mode. | Francois Pons | 2003-03-06 | 1 | -3/+4 |
| | |||||
* | fix to avoid creating an ifcfg-1 config file. | Frederic Lepied | 2003-03-05 | 1 | -7/+8 |
| | |||||
* | avoid being pertubed by created virtual interface (no inet addre nor | Francois Pons | 2003-03-04 | 1 | -3/+3 |
| | | | | | physicall card behing) | ||||
* | Configure hostname only in expert mode. | Frederic Lepied | 2003-02-28 | 1 | -7/+3 |
| | |||||
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 1 | -1/+1 |
| | | | | | | a scalar-ref. but we need to de-ref, so it might break many things :). let's make a prayer :). | ||||
* | perl generate undef indefinitely from the void | Thierry Vignaud | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -3/+3 |
| | | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now | ||||
* | add CVS $Id | Pascal Rigaux | 2003-02-13 | 1 | -1/+1 |
| | |||||
* | added a text to describe the Zeroconf host name field | Frederic Lepied | 2003-02-10 | 1 | -2/+5 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-02-10 | 1 | -1/+1 |
| | |||||
* | check that zeroconf hostname doesn"t contain a . | Frederic Lepied | 2003-02-09 | 1 | -1/+9 |
| | |||||
* | fixed my own sucking | Damien Chaumette | 2003-02-05 | 1 | -0/+1 |
| | |||||
* | - fix zeroconf support | Damien Chaumette | 2003-02-03 | 1 | -8/+3 |
| | | | | | - cleanups |