summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | | (which may induce developer in error by believing argument is not overwritten...) standalone drakconnect already discard returned value anyway...
* 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
| | | | | do_pkg::ensure_is_installed_if_availlable()
* 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
| | | | | | didn't had the bug because it has already loaded the network::modem package at this stage)
* 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
| | | | | - only write internet service if start at boot requested
* skip apply_setting step for now since anyway we've already writtenThierry Vignaud2004-02-261-8/+8
| | | | | | most config files... (btw, now installer also write cnx type as side effect)
* 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
| | | | | | - only write initscript when starting at boot was choosen (instead of writing it in restart path...)
* 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
| | | | | in old pre-10.0 wizard
* 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
| | | | | user select a *new* provider)
* 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
| | | | | shared with manage interface
* fix choosing betweeen '' and 'adsl connections when configuring adsl (due toThierry Vignaud2004-02-231-0/+1
| | | | | write_cnx_scripts vivificating data structure)
* when one refuse to install firmware *now*, she won't be able to selectThierry Vignaud2004-02-201-1/+1
| | | | | a provider, thus vci and vpi parameters won't be filled
* 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
| | | | | | be disabled for all pcmcia cards by default => let blacklist them (#8031)
* only show "previous" button on first step in install; in standaloneThierry Vignaud2004-02-191-0/+1
| | | | | mode, we already have the "cancel" button
* put a Previous button on the first pageDamien Chaumette2004-02-191-1/+0
|
* do not use ifplugd on wireless connections by defaultThierry Vignaud2004-02-181-1/+1
|
* fix "network needs to be restarted" stepThierry Vignaud2004-02-181-2/+2
|
* do not overwrite current wireless parameters with default valuesThierry Vignaud2004-02-181-2/+2
|
* move some wireless options as advanced onesThierry Vignaud2004-02-181-4/+4
|
* sort lan protocolsThierry Vignaud2004-02-171-1/+1
|
* typo fixesPablo Saratxaga2004-02-161-1/+1
|
* fix automatically found "...2" dns when network is doneThierry Vignaud2004-02-161-3/+5
|
* show a more precise error messages when no wireless cards were foundThierry Vignaud2004-02-161-1/+2
|