summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
Commit message (Collapse)AuthorAgeFilesLines
* handle speedtouch firmware if neededThierry Vignaud2004-01-221-16/+69
|
* detect ECI like modems and warn we cannot support them (hence less pressure onThierry Vignaud2004-01-221-3/+13
| | | | | our support services)
* fix typo fixThierry Vignaud2004-01-221-1/+1
|
* typo fix :-(Thierry Vignaud2004-01-221-1/+1
|
* tag speedtouch and eci connections as to be restarted as in old wizardThierry Vignaud2004-01-221-0/+1
|
* install needed package depending of modemThierry Vignaud2004-01-221-8/+23
|
* rollbackThierry Vignaud2004-01-221-1/+1
|
* add static configuration for sagem800 spanish usersThierry Vignaud2004-01-221-0/+1
|
* hide too big label (which is useless because of above text) but keepThierry Vignaud2004-01-221-1/+1
| | | | | it for translation b/c of further reusage
* perl checker fixesGuillaume Cottenceau2004-01-211-2/+2
|
* really use the same path in standalone and install modeThierry Vignaud2004-01-211-8/+1
|
* add new first adsl stepsThierry Vignaud2004-01-211-3/+43
|
* factorize lan detection (needed for adsl)Thierry Vignaud2004-01-211-10/+12
|
* fixed typoPablo Saratxaga2004-01-211-1/+1
|
* simplifyThierry Vignaud2004-01-211-5/+1
|
* share same path in both standalone and in install mode (2/2)Thierry Vignaud2004-01-201-4/+0
|
* do not offer to enter domain name twiceThierry Vignaud2004-01-201-1/+0
|
* share same path in both standalone and in install modeThierry Vignaud2004-01-201-27/+1
|
* read back auth methodThierry Vignaud2004-01-201-0/+1
|
* read back new fieldsThierry Vignaud2004-01-201-2/+5
|
* fix gateway reading and writingThierry Vignaud2004-01-201-1/+3
|
* - handle PAP/CHAP auth method tooThierry Vignaud2004-01-201-1/+2
| | | | | - translate again strings
* use checkbow's labelThierry Vignaud2004-01-201-1/+1
|
* dyn hostname is a booleanThierry Vignaud2004-01-201-1/+1
|
* - split ppp steps into account, ip, dns and gateway parameters stepThierry Vignaud2004-01-201-5/+53
| | | | | - offer to configure more ip, dns and gateway parameters
* rename ppp_choose as ppp_accountThierry Vignaud2004-01-201-5/+5
|
* typo fixThierry Vignaud2004-01-201-1/+1
|
* simplifyThierry Vignaud2004-01-201-3/+1
|
* go to wireless step if neededThierry Vignaud2004-01-201-7/+7
|
* always go to hostname step (shared by all paths)Thierry Vignaud2004-01-201-4/+1
|
* kill old cable stepThierry Vignaud2004-01-201-18/+0
|
* install requested dhcp clientThierry Vignaud2004-01-201-0/+1
|
* add hidden option enabling to select dhcp clientThierry Vignaud2004-01-201-0/+3
|
* skip protocol step when configuring cable connectionThierry Vignaud2004-01-201-0/+1
|
* cable is like lan but with dhcpThierry Vignaud2004-01-201-1/+6
|
* set connection type at one point onlyThierry Vignaud2004-01-201-3/+1
|
* load adsl wizard on demandThierry Vignaud2004-01-201-0/+1
|
* (get_subwizard) introduce the infrastructure that enable to load aThierry Vignaud2004-01-201-0/+11
| | | | | part of a wizard from another module
* init modem data structure when manually selecting a serial portThierry Vignaud2004-01-201-0/+3
|
* fix modem dns servers readingThierry Vignaud2004-01-201-2/+4
|
* keep entered data when stepping back to dialup options stepThierry Vignaud2004-01-201-8/+10
|
* do not mix modem choice and modem configuration, so that we keepThierry Vignaud2004-01-201-3/+4
| | | | | entered data when stepping back and forward
* pass dynamically build data into interactive layer when configuring modemsThierry Vignaud2004-01-201-4/+7
|
* fix device (was broken due to the fact we kept all the data collectedThierry Vignaud2004-01-201-1/+1
| | | | | about modems)
* fix ppp_configure callThierry Vignaud2004-01-201-1/+1
|
* prepare killing obfuscated install pathThierry Vignaud2004-01-201-19/+2
|
* merge in next_cnx_step into handle_multiple_cnxThierry Vignaud2004-01-201-14/+6
|
* - kill duplicated codeThierry Vignaud2004-01-191-11/+2
| | | | | - move some code where it belongs so that it's shared by isdn/modem
* - merge wireless step into normal modem oneThierry Vignaud2004-01-191-83/+64
| | | | | | - report all detected serial modems - use all collected data on modems in order to have a nice list
* rollback bogus changeThierry Vignaud2004-01-191-74/+101
|