summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* (conf_network_card_backend) make type and interface arguments mandatoryThierry Vignaud2004-01-301-6/+6
|
* perl_checker cleanupsThierry Vignaud2004-01-301-6/+6
|
* kppp provider db reading: blacklist spurious .directory entriesThierry Vignaud2004-01-291-1/+1
|
* kill dead codeThierry Vignaud2004-01-291-10/+0
|
* prevent the installer from going back to proxy configuration (!!!)Thierry Vignaud2004-01-291-1/+1
| | | | | | when pressinth the previous button on first step of network config wizard :-)
* cleanups enabled b/c of path sharing between standalone tool andThierry Vignaud2004-01-291-35/+16
| | | | | installer
* convert some write_cnx_script() callers into set_cnx_script() onesThierry Vignaud2004-01-294-8/+8
|
* (set_cnx_script) split it out of write_cnx_script()Thierry Vignaud2004-01-291-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 noticeThierry Vignaud2004-01-291-0/+1
|
* (conf_network_card_backend) remove compat stuff since callers wereThierry Vignaud2004-01-291-2/+0
| | | | | cleaned up
* replace conf_network_card_backend() "detect" calls by get_eth_cards() onesThierry Vignaud2004-01-292-3/+3
|
* help cperl-mode parsing this file (drawback: perl_checker won't beThierry Vignaud2004-01-291-1/+1
| | | | | happy)
* simplifyThierry Vignaud2004-01-291-2/+2
|
* fix interface config file writingThierry Vignaud2004-01-291-5/+2
|
* fix DHCP client installationThierry Vignaud2004-01-291-3/+3
|
* fix static/dhcp step branchingThierry Vignaud2004-01-291-1/+1
|
* fix ethernet network card listThierry Vignaud2004-01-291-1/+1
|
* typo fixThierry Vignaud2004-01-291-1/+1
|
* fix encapsulation pull down menu fillingThierry Vignaud2004-01-291-1/+1
|
* enable to alter encapsulation, vci and vpi parameters in advanced modeThierry Vignaud2004-01-291-1/+3
|
* write cnx scripts for cable connection tooThierry Vignaud2004-01-291-0/+6
|
* fix encapsulation parameterThierry Vignaud2004-01-291-2/+2
|
* fix VPI parameter settingThierry Vignaud2004-01-291-1/+1
|
* (adsl_conf_backend) fix disconnect scriptThierry Vignaud2004-01-291-1/+1
|
* (adsl_conf_backend) fix ppp's pty serverThierry Vignaud2004-01-291-1/+1
|
* (adsl_probe_info) minor cleanupsThierry Vignaud2004-01-281-3/+3
|
* (adsl_conf_backend) new configuration stuffThierry Vignaud2004-01-281-135/+163
|
* removed useless variableThierry Vignaud2004-01-281-2/+1
|
* simplify code through format callback (thus enabling to centralize translatableThierry Vignaud2004-01-282-41/+42
| | | | | strings, thus reducing error risk)
* typo fixThierry Vignaud2004-01-271-1/+1
|
* 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
|
* - add Retevision spanish providerThierry Vignaud2004-01-271-0/+29
| | | | | - add encapsulation default value
* 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
|
* kill dead codeThierry Vignaud2004-01-271-23/+0
|
* (adsl_probe_info) vpi and vci parameters are independantThierry Vignaud2004-01-271-2/+2
|
* 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-272-1/+6
|
* typo fixThierry Vignaud2004-01-271-1/+1
|
* reuse values got from provider dbThierry Vignaud2004-01-261-1/+4
|
* rename dns fields as they're named in netc structureThierry Vignaud2004-01-261-32/+32
|
* (mapIntfToDevice) actually use given interface rather than hardcoded "eth0"Thierry Vignaud2004-01-261-1/+1
|