Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo s#Network name#Network name# | Damien Chaumette | 2004-01-27 | 2 | -2/+2 |
| | |||||
* | get encapsulation default value from provider db and offer to configure it | Thierry Vignaud | 2004-01-27 | 1 | -1/+13 |
| | |||||
* | - add Retevision spanish provider | Thierry Vignaud | 2004-01-27 | 1 | -0/+29 |
| | | | | | - add encapsulation default value | ||||
* | fix typo s/Netwok name (ESSID)/Network name (ESSID)/ | Damien Chaumette | 2004-01-27 | 1 | -1/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2004-01-27 | 1 | -1/+1 |
| | |||||
* | - fix Information page | Damien Chaumette | 2004-01-27 | 1 | -3/+3 |
| | | | | | - use mapIntfToDevice to get infos | ||||
* | adiusbadsl package was renamed as eagle | Thierry Vignaud | 2004-01-27 | 1 | -1/+1 |
| | |||||
* | default protocol for speedtouch is pppoa | Thierry Vignaud | 2004-01-27 | 1 | -0/+1 |
| | |||||
* | do not try to install "auto" package | Thierry Vignaud | 2004-01-27 | 1 | -1/+1 |
| | |||||
* | install needed packages w/o second thoughs | Thierry Vignaud | 2004-01-27 | 1 | -3/+3 |
| | |||||
* | remove extra argument | Thierry Vignaud | 2004-01-27 | 1 | -1/+1 |
| | |||||
* | add a step in order to select a provider from kppp database | Thierry Vignaud | 2004-01-27 | 1 | -3/+41 |
| | |||||
* | kill dead code | Thierry Vignaud | 2004-01-27 | 1 | -23/+0 |
| | |||||
* | (adsl_probe_info) vpi and vci parameters are independant | Thierry Vignaud | 2004-01-27 | 1 | -2/+2 |
| | |||||
* | configure adsl account | Thierry Vignaud | 2004-01-27 | 1 | -8/+47 |
| | |||||
* | (isdn account step) | Thierry Vignaud | 2004-01-27 | 1 | -29/+18 |
| | | | | | | - directly use needed variables - kill uneeded fields | ||||
* | preset domainname for a few known providers | Thierry Vignaud | 2004-01-27 | 2 | -1/+6 |
| | |||||
* | typo fix | Thierry Vignaud | 2004-01-27 | 1 | -1/+1 |
| | |||||
* | Remove unused sub. | Stew Benedict | 2004-01-26 | 1 | -15/+1 |
| | |||||
* | reuse values got from provider db | Thierry Vignaud | 2004-01-26 | 1 | -1/+4 |
| | |||||
* | rename dns fields as they're named in netc structure | Thierry Vignaud | 2004-01-26 | 1 | -32/+32 |
| | |||||
* | (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 |
| | |||||
* | display nice "ethX: card description" rather than raw interface name when | Thierry Vignaud | 2004-01-26 | 1 | -6/+12 |
| | | | | | selecting an ethernet interface | ||||
* | (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 | ||||
* | Another cron issue reported on Anthill. | Stew Benedict | 2004-01-26 | 1 | -2/+3 |
| | |||||
* | reput back my changes that poulpy gratuitously rollbacked because: | Thierry Vignaud | 2004-01-26 | 1 | -12/+6 |
| | | | | | | | | | | - he hadn't update network/*pm but only update standalone/drakconnect - he happilly followed what perl_checker instrumentate him w/o any second thoughs next time damien, do not listen gc when he's explaining how he resolves conflicts the first time he used cvs :-( | ||||
* | - fix sucky fix | Damien Chaumette | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Thierry Vignaud | 2004-01-26 | 1 | -2/+2 |
| | |||||
* | - fix missing parameters | Damien Chaumette | 2004-01-26 | 1 | -16/+24 |
| | | | | | | - add kind and protocol to $config - fix various issues from $config changes | ||||
* | perl_checker was wrong | Thierry Vignaud | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | get rid of global variables regarding connect/disconnect scripts | Thierry Vignaud | 2004-01-26 | 4 | -36/+26 |
| | |||||
* | (stop_internet) init_globals()'s prefix parameter is dead | Thierry Vignaud | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | get rid of pseudo global $prefix, just reuse global $::prefix :-) | Thierry Vignaud | 2004-01-26 | 6 | -66/+65 |
| | |||||
* | kill unused down_it() and up_it() functions | Thierry Vignaud | 2004-01-26 | 1 | -15/+1 |
| | |||||
* | fix the cleanup | Thierry Vignaud | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | remove useless parenthessis | Thierry Vignaud | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | - pack add_modify_remove widget growable | Pascal Rigaux | 2004-01-26 | 1 | -2/+1 |
| | | | | | - no need to size it | ||||
* | make wizard be faster when trying to install speedtouch_mgmt and when firmware | Thierry Vignaud | 2004-01-26 | 1 | -2/+2 |
| | | | | | is already present | ||||
* | share provider db for all usb modems (vpi/vci parameters are need for most | Thierry Vignaud | 2004-01-26 | 1 | -4/+4 |
| | | | | | | modem/protocol combinaisons and anyway it's ok to guess the protocol and dns servers for the end user) | ||||
* | new function add_modify_remove_action() | Pascal Rigaux | 2004-01-26 | 1 | -24/+35 |
| | |||||
* | fix typo | Pascal Rigaux | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | perl Gtk2 has been rebuilt | Pascal Rigaux | 2004-01-26 | 1 | -2/+2 |
| | |||||
* | add gtk_set_treelist | Pascal Rigaux | 2004-01-26 | 1 | -0/+7 |
| | |||||
* | - let be faster when trying to install already installed packages | Thierry Vignaud | 2004-01-26 | 1 | -5/+5 |
| | | | | | - fix next step name when installing kppp | ||||
* | don't forget to umount additional drivers floppy after successful copy of ↵ | Guillaume Cottenceau | 2004-01-26 | 1 | -0/+1 |
| | | | | modules.mar (gc sux) | ||||
* | *** empty log message *** | Pascal Rigaux | 2004-01-26 | 1 | -1/+298 |
| | |||||
* | don't use ioctl KDSKBENT with kernel 2.6, until fixed... | Pascal Rigaux | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | (Repaint) help perl_checker in checking time_to_rad() arguments | Thierry Vignaud | 2004-01-26 | 1 | -1/+2 |
| |