Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | handle range (bugzilla #7172) | Pascal Rigaux | 2004-02-06 | 1 | -2/+2 |
| | |||||
* | help perl_checker regarding comments for translators | Thierry Vignaud | 2004-02-06 | 1 | -2/+3 |
| | |||||
* | wireless step: add an hint for translators | Thierry Vignaud | 2004-02-06 | 1 | -0/+1 |
| | |||||
* | split wireless step into two steps since there way too much options | Thierry Vignaud | 2004-02-06 | 1 | -11/+22 |
| | |||||
* | fix wireless settings (references being made too early) | Thierry Vignaud | 2004-02-06 | 1 | -1/+3 |
| | |||||
* | (main) try first to match a pcmcia device before trying to match | Thierry Vignaud | 2004-02-06 | 1 | -1/+7 |
| | | | | | pci/usb when looking for module (#7431) | ||||
* | (get_eth_cards) try first to match a pcmcia device before trying to | Thierry Vignaud | 2004-02-05 | 1 | -4/+9 |
| | | | | | match pci/usb ones when looking for real device's name (#7401) | ||||
* | enable one to not enter optional parameters (aka relax checks on valid | Thierry Vignaud | 2004-02-05 | 1 | -2/+2 |
| | | | | | values for bitrate and frequency) (#7432) | ||||
* | - add network::ethernet::get_eth_cards_names | Damien Chaumette | 2004-02-04 | 2 | -5/+11 |
| | | | | | - kill duplicated code | ||||
* | drop Storable and use Dumper (queen & pipi rulez) | Damien Chaumette | 2004-02-04 | 1 | -3/+6 |
| | |||||
* | - fix adsl_conf_backend call | Damien Chaumette | 2004-02-03 | 1 | -2/+4 |
| | | | | | - store and retreive network interfaces via $config file | ||||
* | only list wireless capabale cards when one choose wireless cnx | Thierry Vignaud | 2004-02-02 | 1 | -0/+7 |
| | |||||
* | (is_wireless_intf) kill it since it's no more usefull. | Thierry Vignaud | 2004-02-02 | 1 | -6/+1 |
| | | | | | | | rationale: rather than duplicating modules list in kernel/list_modules.pm and network/tools.pm (with usual sync bugs), it's quite much easier to maintain one single list of wireless modules in list_modules.pm | ||||
* | split out wireless connections out of lan ones so that users are less | Thierry Vignaud | 2004-02-02 | 1 | -5/+5 |
| | | | | | confused | ||||
* | fix preselecting ppoa for speedtouch modem | Thierry Vignaud | 2004-02-02 | 1 | -2/+2 |
| | |||||
* | (adsl_detect) fix modem detection so that harddrake get full device | Thierry Vignaud | 2004-02-02 | 1 | -3/+3 |
| | | | | | meta data rather than plain presence boolean | ||||
* | remove pseudo global variables use from use_floppy() | Thierry Vignaud | 2004-02-02 | 2 | -4/+2 |
| | |||||
* | remove pseudo global variables use from adsl_conf_backend() | Thierry Vignaud | 2004-02-02 | 2 | -3/+2 |
| | |||||
* | this module does not need anymore pseudo global variables | Thierry Vignaud | 2004-02-02 | 1 | -2/+0 |
| | |||||
* | (get_eth_cards) handle not loaded drivers | Thierry Vignaud | 2004-02-02 | 1 | -1/+2 |
| | |||||
* | add sources url | Thierry Vignaud | 2004-01-31 | 1 | -0/+6 |
| | |||||
* | enable to set hostname even when using DHCP (#7230) | Thierry Vignaud | 2004-01-31 | 1 | -1/+1 |
| | |||||
* | do not offer to select dhcp client when configuring static interfaces | Thierry Vignaud | 2004-01-30 | 1 | -2/+4 |
| | |||||
* | fix crash on module lookup when ifcfg-<intf> file is missing on disk | Thierry Vignaud | 2004-01-30 | 1 | -2/+2 |
| | | | | | (not yet configured interface case) | ||||
* | (conf_network_card_backend) make type and interface arguments mandatory | Thierry Vignaud | 2004-01-30 | 1 | -6/+6 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2004-01-30 | 1 | -6/+6 |
| | |||||
* | kppp provider db reading: blacklist spurious .directory entries | Thierry Vignaud | 2004-01-29 | 1 | -1/+1 |
| | |||||
* | kill dead code | Thierry Vignaud | 2004-01-29 | 1 | -10/+0 |
| | |||||
* | prevent the installer from going back to proxy configuration (!!!) | Thierry Vignaud | 2004-01-29 | 1 | -1/+1 |
| | | | | | | when pressinth the previous button on first step of network config wizard :-) | ||||
* | cleanups enabled b/c of path sharing between standalone tool and | Thierry Vignaud | 2004-01-29 | 1 | -35/+16 |
| | | | | | installer | ||||
* | convert some write_cnx_script() callers into set_cnx_script() ones | Thierry Vignaud | 2004-01-29 | 4 | -8/+8 |
| | |||||
* | (set_cnx_script) split it out of write_cnx_script() | Thierry Vignaud | 2004-01-29 | 1 | -11/+11 |
| | | | | | | rationale:functions whose behavior is totally altered by arguments number are insane should just be splited and their callers be fixed | ||||
* | (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 | ||||
* | replace conf_network_card_backend() "detect" calls by get_eth_cards() ones | Thierry Vignaud | 2004-01-29 | 2 | -3/+3 |
| | |||||
* | help cperl-mode parsing this file (drawback: perl_checker won't be | Thierry Vignaud | 2004-01-29 | 1 | -1/+1 |
| | | | | | happy) | ||||
* | simplify | Thierry Vignaud | 2004-01-29 | 1 | -2/+2 |
| | |||||
* | fix interface config file writing | Thierry Vignaud | 2004-01-29 | 1 | -5/+2 |
| | |||||
* | fix DHCP client installation | Thierry Vignaud | 2004-01-29 | 1 | -3/+3 |
| | |||||
* | fix static/dhcp step branching | Thierry Vignaud | 2004-01-29 | 1 | -1/+1 |
| | |||||
* | fix ethernet network card list | Thierry Vignaud | 2004-01-29 | 1 | -1/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2004-01-29 | 1 | -1/+1 |
| | |||||
* | fix encapsulation pull down menu filling | Thierry Vignaud | 2004-01-29 | 1 | -1/+1 |
| | |||||
* | enable to alter encapsulation, vci and vpi parameters in advanced mode | Thierry Vignaud | 2004-01-29 | 1 | -1/+3 |
| | |||||
* | write cnx scripts for cable connection too | Thierry Vignaud | 2004-01-29 | 1 | -0/+6 |
| | |||||
* | fix encapsulation parameter | Thierry Vignaud | 2004-01-29 | 1 | -2/+2 |
| | |||||
* | fix VPI parameter setting | Thierry Vignaud | 2004-01-29 | 1 | -1/+1 |
| | |||||
* | (adsl_conf_backend) fix disconnect script | Thierry Vignaud | 2004-01-29 | 1 | -1/+1 |
| | |||||
* | (adsl_conf_backend) fix ppp's pty server | Thierry Vignaud | 2004-01-29 | 1 | -1/+1 |
| | |||||
* | (adsl_probe_info) minor cleanups | Thierry Vignaud | 2004-01-28 | 1 | -3/+3 |
| |