summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
Commit message (Expand)AuthorAgeFilesLines
...
* do not list anymore wireless cards in LAN connection, only in wirelessThierry Vignaud2004-03-151-7/+3
* fix ADSL modems not listed unless one try to manually pick a networkThierry Vignaud2004-03-151-1/+1
* provide a nice way to go back to summary when interface is already configured...Thierry Vignaud2004-03-121-2/+11
* fix buttons so that they're labeled as cancel/ok instead ofThierry Vignaud2004-03-121-0/+1
* fix writing drakconnect config file at install time (#7478)Thierry Vignaud2004-03-121-1/+1
* spell Mandrakelinux in one wordThierry Vignaud2004-03-101-0/+1
* fix isdn config stepThierry Vignaud2004-03-091-1/+1
* isdn config step: enable to alter defined but empty fieldsThierry Vignaud2004-03-091-1/+1
* fix parameters reading/writin in isdn config step: take parametersThierry Vignaud2004-03-091-7/+7
* fix isdn config step by using runtime referencesThierry Vignaud2004-03-091-1/+3
* rename ensure_is_installed_if_availlable( as ensure_is_installed_if_available()Thierry Vignaud2004-03-081-2/+2
* install unicorn package for bewan modemsThierry Vignaud2004-03-081-0/+3
* fix variable interpolation in stringsThierry Vignaud2004-03-081-1/+1
* misc perl_checker cleanupsThierry Vignaud2004-03-081-2/+2
* isdn_read_config() alter its argument, thus there's no need in returning itThierry Vignaud2004-03-081-2/+2
* port old ISDN wizard upon new wizard layerThierry Vignaud2004-03-081-47/+110
* fix first_modem() callThierry Vignaud2004-03-081-1/+1
* indentThierry Vignaud2004-03-081-1/+1
* simplify speedtouch firmware installation through newly introducedThierry Vignaud2004-03-081-3/+2
* wizard: be aware of bewan modems detectionThierry Vignaud2004-03-081-3/+1
* fix crash on modem configuration in installer (standalone drakconnectThierry Vignaud2004-03-041-0/+1
* hide dns settings by default when using dhcpThierry Vignaud2004-03-031-7/+8
* sync dhcp client with ifup oneThierry Vignaud2004-03-021-1/+1
* preselect first availlable dhcp clientThierry Vignaud2004-03-021-1/+2
* stricter pci modem matching (purely cosmetic but sanity is always good)Thierry Vignaud2004-03-021-3/+3
* fix pci modem type matchingThierry Vignaud2004-03-021-1/+1
* note that isdn configuration has not yet be ported upon new wizard layerThierry Vignaud2004-02-271-0/+7
* fix crash when modem was not foundThierry Vignaud2004-02-271-1/+1
* - never delete up/down scriptsThierry Vignaud2004-02-261-5/+3
* skip apply_setting step for now since anyway we've already writtenThierry Vignaud2004-02-261-8/+8
* reverse debug stuff that should never have been commitedThierry Vignaud2004-02-261-7/+13
* typo fix: only write ether config for lan...Thierry Vignaud2004-02-261-14/+8
* fix module lookup for pcmcia cardsThierry Vignaud2004-02-241-1/+1
* - always write up/down scriptsThierry Vignaud2004-02-231-2/+2
* write ethX aliases and ifup/ifdown scripts when configuring a LAN connectionThierry Vignaud2004-02-231-0/+1
* handle unknown hardware: enable one to manually load a driver like expert modeThierry Vignaud2004-02-231-9/+6
* enable one to manually choose the serial port to use while configuring modemThierry Vignaud2004-02-231-2/+7
* fix unreachable stepsThierry Vignaud2004-02-231-2/+2
* read ppp config earlier and prevent provider choice to overwrite it (but ifThierry Vignaud2004-02-231-3/+3
* initialize modem data structure at one point only for serial/PCI modemsThierry Vignaud2004-02-231-3/+1
* split kppp config reading into network::modem::ppp_read_conf() in order to beThierry Vignaud2004-02-231-30/+2
* fix choosing betweeen '' and 'adsl connections when configuring adsl (due toThierry Vignaud2004-02-231-0/+1
* when one refuse to install firmware *now*, she won't be able to selectThierry Vignaud2004-02-201-1/+1
* remove useless "next" field (since post already handle it)Thierry Vignaud2004-02-201-1/+0
* enable to refuse network restartingThierry Vignaud2004-02-201-1/+1
* do not detect lan interfaces when configuring modemsThierry Vignaud2004-02-201-2/+0
* do not horribly die at install time on errorThierry Vignaud2004-02-201-1/+13
* really fix previous button on first step: we want it at install timeThierry Vignaud2004-02-201-1/+1
* since no PCMCIA cards support link status notification, ifplugd shouldThierry Vignaud2004-02-191-1/+3
* only show "previous" button on first step in install; in standaloneThierry Vignaud2004-02-191-0/+1