summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* merge dhcp hostname into hostname stepThierry Vignaud2004-01-191-15/+19
|
* use radio button instead of optionmenu if possible (aka not too manyThierry Vignaud2004-01-191-1/+1
| | | | | network interfaces)
* new host settings stepThierry Vignaud2004-01-161-1/+5
|
* clean horrible codeThierry Vignaud2004-01-161-1/+1
|
* do not alter proxies config while configuring network interfaces (needed sinceThierry Vignaud2004-01-161-2/+0
| | | | | we've disabled proxy config in network interface config path)
* do not install zeroconf if no zeroconf hostname was typed in (we may add aThierry Vignaud2004-01-161-3/+5
| | | | | USE_ZEROCONF variable to /etc/sysconfig/network instead)
* (ppp_configure) reintroduce it for drakconnect's managerThierry Vignaud2004-01-161-0/+9
|
* do not export dead functionsThierry Vignaud2004-01-163-3/+3
|
* prevent faillure when trying to dereference undef in testing modeThierry Vignaud2004-01-161-1/+1
|
* split/merge lan config steps according to new specsThierry Vignaud2004-01-161-23/+63
| | | | | (card => protocol => parameters => hostname)
* rollback "separate standalone and install paths" try (just too painful toThierry Vignaud2004-01-161-5/+6
| | | | | maintain and anyway install net wizard has no logic)
* - make a real step out of "manage multiple internet connections" caseThierry Vignaud2004-01-161-15/+15
| | | | | - factorize and fix accessing to this step
* drop proxy configuration step.Thierry Vignaud2004-01-161-22/+0
| | | | | | | | | | | rationale: - miscellaneous_choose() was reintroduced in network::network since it was still needed by drakproxy - anyway configuring proxies is: o not supposed to be done while configuring network interfaces o duplicated with drakproxy and the like o removed in new drakconnect specs
* morph hw_account step through reusing new wizard layer capabilites (akaThierry Vignaud2004-01-161-41/+39
| | | | | | dynamically return just build needed data rather than ackwardly puting it in place)
* fix ppp_first_step() callThierry Vignaud2004-01-161-1/+1
|
* small reindentingThierry Vignaud2004-01-161-3/+3
|
* remove overrided variablesThierry Vignaud2004-01-161-2/+0
|
* enable to step forward after to "connect now?" step since wizardThierry Vignaud2004-01-161-2/+0
| | | | | | infrastructure fixed the ask_yesorno design flaw (and remove bug hint left by previous maintainers)
* use wizard layer 's yesorno typeThierry Vignaud2004-01-161-8/+11
|
* typo fixThierry Vignaud2004-01-161-1/+1
|
* fix N() badly usedPascal Rigaux2004-01-161-1/+1
|
* - add icmp supportPascal Rigaux2004-01-162-3/+10
| | | | | - add "Echo request (ping)" choice
* ask_info2 is deadThierry Vignaud2004-01-141-1/+1
|
* (miscellaneous_choose) restore it for drakproxy (we'd better split outThierry Vignaud2004-01-141-0/+17
| | | | | network interface and proxy configuration at install time)
* allow a range of ports (anthill bug #267)Pascal Rigaux2004-01-121-3/+8
|
* fordward sagem net_cnx_up fixThierry Vignaud2004-01-081-4/+4
|
* authentification is french, the english word is authenticationPascal Rigaux2004-01-081-1/+1
|
* typo fixThierry Vignaud2004-01-051-1/+1
|
* write_conf() doesn't need $prefix anymorePascal Rigaux2004-01-053-4/+4
|
* revert code for testing perl_checker :-/Pascal Rigaux2004-01-051-1/+1
|
* perl_checker fixesPascal Rigaux2004-01-051-1/+1
|
* the #-PO: comment must be before the N("...") with nothing in betweenPascal Rigaux2004-01-051-2/+2
|
* (wip but requested for string freeze)Thierry Vignaud2003-12-297-763/+965
| | | | | | | - do not silently discard errors by ignoring exceptions - use new wizard layer - begin to renew wizard steps (mdk10.0 specs)
* (configureNetwork) fix zeroconf configuring: check that there noThierry Vignaud2003-12-041-1/+1
| | | | | dynamic interfaces instead of just checking the last interface
* (is_dynamic_ip) handle habing ppp like interfaces in interfaces listThierry Vignaud2003-12-041-1/+1
|
* (configureNetwork) configureNetworkNet() wrongly putThierry Vignaud2003-12-041-1/+1
| | | | | | | | | | | | WIRELESS_NWID=HASH(0x8e93758) in ifcfg-<intf> because we give it the last configured network card intead of the interfaces list however, for a few weeks, it now checks if some interfaces are dynamic before offering to configure zeroconf, hence there was a bug since we only checked if *last* interfaces wasn't static which would results in wrong configuration if some interface were dynamics but the last one was static
* - use do_pkgs->ensure_is_installed instead of do_pkgs->install where it's ↵Pascal Rigaux2003-12-042-9/+10
| | | | | | | | | | | easy to do so - do_pkgs->install won't do anything when $::testing we need a ensure_are_installed we also need to share more package pkgs_interactive code which is hosted in install_any and standalone
* fix removing domain name (esp. when domain name is empty)Pascal Rigaux2003-12-011-1/+1
|
* (configure) prevent silently skipping configuration steps byThierry Vignaud2003-12-011-9/+8
| | | | | explicitely dying
* fix sagem configuration (we were skipping some steps)Thierry Vignaud2003-12-011-1/+1
|
* (configure) do not install packages in testing modeThierry Vignaud2003-12-011-6/+6
|
* (read_all_conf) ignore ifcfg-<intf>~ and the like entriesThierry Vignaud2003-11-281-1/+1
|
* (configureNetwork2) do not install package or rewrite config files inThierry Vignaud2003-11-281-13/+14
| | | | | testing mode
* (main) do not silently discard exceptions; if some exception is raisedThierry Vignaud2003-11-281-1/+3
| | | | | | for anything else than "wizcancel", we should rethrow it again instead of silently ignoring bugso...
* do not restart network service in testing modeThierry Vignaud2003-11-281-1/+1
|
* link beat detection: enable both net_monitor and drakconnect usage atThierry Vignaud2003-11-261-2/+2
| | | | | both time (not so usefull but cleaner)
* fix #6184: read back "Connection Name" and "Domain Name" fieldsThierry Vignaud2003-11-251-3/+4
|
* reintroduce detect_timezone (indeed that one was needed :-()Thierry Vignaud2003-11-241-0/+19
|
* (configure) fix adsl connection class due to type being now translatedThierry Vignaud2003-11-241-1/+1
|
* fix isdn detection: detect all isdn cards, not only the first oneThierry Vignaud2003-11-242-11/+19
|