summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
Commit message (Collapse)AuthorAgeFilesLines
* removed useless variableThierry Vignaud2004-01-281-2/+1
|
* simplify code through format callback (thus enabling to centralize translatableThierry Vignaud2004-01-281-36/+38
| | | | | strings, thus reducing error risk)
* rollback debug stuff :-(Thierry Vignaud2004-01-271-21/+22
|
* typo fixThierry Vignaud2004-01-271-22/+21
|
* get encapsulation default value from provider db and offer to configure itThierry Vignaud2004-01-271-1/+13
|
* typo fixThierry Vignaud2004-01-271-1/+1
|
* adiusbadsl package was renamed as eagleThierry Vignaud2004-01-271-1/+1
|
* default protocol for speedtouch is pppoaThierry Vignaud2004-01-271-0/+1
|
* do not try to install "auto" packageThierry Vignaud2004-01-271-1/+1
|
* install needed packages w/o second thoughsThierry Vignaud2004-01-271-3/+3
|
* remove extra argumentThierry Vignaud2004-01-271-1/+1
|
* add a step in order to select a provider from kppp databaseThierry Vignaud2004-01-271-3/+41
|
* configure adsl accountThierry Vignaud2004-01-271-8/+47
|
* (isdn account step)Thierry Vignaud2004-01-271-29/+18
| | | | | | - directly use needed variables - kill uneeded fields
* preset domainname for a few known providersThierry Vignaud2004-01-271-1/+1
|
* reuse values got from provider dbThierry Vignaud2004-01-261-1/+4
|
* display nice "ethX: card description" rather than raw interface name whenThierry Vignaud2004-01-261-6/+12
| | | | | selecting an ethernet interface
* *** empty log message ***Thierry Vignaud2004-01-261-2/+2
|
* perl_checker was wrongThierry Vignaud2004-01-261-1/+1
|
* get rid of global variables regarding connect/disconnect scriptsThierry Vignaud2004-01-261-15/+12
|
* (stop_internet) init_globals()'s prefix parameter is deadThierry Vignaud2004-01-261-1/+1
|
* get rid of pseudo global $prefix, just reuse global $::prefix :-)Thierry Vignaud2004-01-261-15/+14
|
* fix the cleanupThierry Vignaud2004-01-261-1/+1
|
* remove useless parenthessisThierry Vignaud2004-01-261-1/+1
|
* make wizard be faster when trying to install speedtouch_mgmt and when firmwareThierry Vignaud2004-01-261-2/+2
| | | | | is already present
* share provider db for all usb modems (vpi/vci parameters are need for mostThierry Vignaud2004-01-261-4/+4
| | | | | | modem/protocol combinaisons and anyway it's ok to guess the protocol and dns servers for the end user)
* - let be faster when trying to install already installed packagesThierry Vignaud2004-01-261-5/+5
| | | | | - fix next step name when installing kppp
* kill unused dhcp_hostname stepThierry Vignaud2004-01-251-5/+1
|
* fix again adsl type setting :-(Thierry Vignaud2004-01-251-1/+1
|
* modem connection: install kpppThierry Vignaud2004-01-251-0/+1
|
* set adsl protocol to use according to provider database when using a sagem 800Thierry Vignaud2004-01-251-2/+3
| | | | | modem
* modem connection: default to pap/chap authentification method (should work forThierry Vignaud2004-01-251-0/+1
| | | | | most people)
* typo fixThierry Vignaud2004-01-251-1/+1
|
* s/ppptp/pptp/Thierry Vignaud2004-01-241-1/+1
|
* factorize lan module search for adsl through ethernetThierry Vignaud2004-01-241-1/+3
|
* make adsl device choose somewhat readable (detabable thoughThierry Vignaud2004-01-241-1/+1
|
* fix adsl device setting :-(Thierry Vignaud2004-01-241-1/+1
|
* kill unreachable codeThierry Vignaud2004-01-241-1/+0
|
* kill unused variableThierry Vignaud2004-01-241-1/+1
|
* cleanupThierry Vignaud2004-01-241-6/+2
|
* fix adsl connection type retrievingThierry Vignaud2004-01-231-1/+1
|
* fix interface name when doing adsl over an ethernet cardThierry Vignaud2004-01-231-1/+1
|
* sort ADSL connection typesThierry Vignaud2004-01-231-1/+1
|
* offer to configure sagem800 (needed because of unfriendly vpi/vci parameters)Thierry Vignaud2004-01-231-1/+21
|
* fix doble "IP address" entriesThierry Vignaud2004-01-221-1/+1
|
* typo fixThierry Vignaud2004-01-221-1/+0
|
* config some stuff about adsl protocolThierry Vignaud2004-01-221-0/+14
|
* kill debug statementThierry Vignaud2004-01-221-1/+0
|
* factorize out adsl protocols' translationsThierry Vignaud2004-01-221-9/+11
|
* get rid of uselesss net_device variablThierry Vignaud2004-01-221-5/+3
|