summaryrefslogtreecommitdiffstats
path: root/perl-install/network/network.pm
Commit message (Collapse)AuthorAgeFilesLines
* (miscellaneous_choose) restore it for drakproxy (we'd better split outThierry Vignaud2004-01-141-0/+17
| | | | | network interface and proxy configuration at install time)
* (wip but requested for string freeze)Thierry Vignaud2003-12-291-151/+1
| | | | | | | - do not silently discard errors by ignoring exceptions - use new wizard layer - begin to renew wizard steps (mdk10.0 specs)
* - use do_pkgs->ensure_is_installed instead of do_pkgs->install where it's ↵Pascal Rigaux2003-12-041-3/+3
| | | | | | | | | | | 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
* (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
* reuse is_dynamic_ip() to not bother asking about zeroconf specific stuff whenThierry Vignaud2003-11-121-1/+1
| | | | | there's not any dynamic interfaces
* perl_checker fixesThierry Vignaud2003-11-071-3/+1
|
* oops, network::tools is still needed by configureNetworkIntf...Thierry Vignaud2003-11-071-0/+1
|
* (write_interface_conf) setVarsInSh() already take care of not writingThierry Vignaud2003-11-071-2/+1
| | | | | | | undefined parameters, so it's safer to always write wireless parameters if set else we drop user set wireless parameters when our wireless modules list is not uptodate
* fix installer when network::ethernet wasn't loaded beforeThierry Vignaud2003-10-291-0/+1
|
* roolback hp fix:Thierry Vignaud2003-10-171-1/+1
| | | | | | | | after further investigation at Houston, the bcm440 bug was not related to MII_NOT_SUPPORTED (ethtool/mii support is fine in this driver). instead, it is related to half/full duplex detection.
* fix for HP (current module does not work if MII_NOT_SUPPORTED to set to yes)Francois Pons2003-10-161-1/+1
|
* simplify "do not remove wireless parameters from ifcfg when not in wizard ↵Thierry Vignaud2003-10-081-2/+2
| | | | mode" fix
* cleanupsThierry Vignaud2003-10-031-2/+0
|
* only read /etc/sysconfig/network-scripts/ifcfg-*, not old.ifcfg-* andThierry Vignaud2003-10-031-1/+1
| | | | | the like...
* fix #425, #1881 (was there since 20021020 :-() : wireless adaptersThierry Vignaud2003-10-031-2/+6
| | | | | | settings were lost when altering network configuration when not from wizard mode
* factorize wireless card detection into network::tools:is_wireless_intf()Thierry Vignaud2003-10-031-6/+3
|
* no need to escape " in /xxx \" xxx/Pascal Rigaux2003-09-301-1/+1
|
* simplified perl writing, make sure bool2yesno has a chance to be called for ↵Francois Pons2003-09-221-1/+1
| | | | MII_NOT_SUPPORTED
* fixed strange perl writing sense less...Francois Pons2003-09-221-3/+3
|
* - fix/use explanationsDamien Chaumette2003-09-081-8/+10
| | | | | - fix #5307 (firmware)
* workaround messed up ppp0 configrationDamien Chaumette2003-09-051-1/+1
|
* small fixes for drakgw and drakfirewallFlorin Grad2003-09-051-1/+1
|
* revert to 1.129:Pascal Rigaux2003-07-301-4/+1
| | | | | | | it's no good removing " (using module ...)" from {DEVICE} field, it's much better not having it in the first place. See network/ethernet.pm v1.81 for the real fix
* fix fpons sucks (as usuall as he neither tests nor care about bugThierry Vignaud2003-07-221-1/+4
| | | | | reports)
* dhcp host name cannot be set if one want to get it from dhcp serverThierry Vignaud2003-07-211-1/+1
|
* properly use checkboxesThierry Vignaud2003-07-171-4/+4
|
* - miscellaneous_choose() no longer use uneeded b_clickedDamien Chaumette2003-06-121-4/+4
| | | | | | - drop $::Expert - perl_checker fix
* perl_checker fixesThierry Vignaud2003-05-231-1/+1
|
* #3628 /etc/resolv.conf explicit rights set (by titi)Damien Chaumette2003-05-231-2/+2
|
* add some ip checking (#853)Damien Chaumette2003-05-211-15/+25
| | | | | remove old comments
* move expert stuff under the "advanced" button like in all other ↵Thierry Vignaud2003-05-191-7/+6
| | | | drakx/drakxtools code
* perl_checker fixesDamien Chaumette2003-05-021-3/+4
|
* new perl_checker compliancePascal Rigaux2003-04-171-15/+15
|
* changed netcnx type probe (so that if an ethernet connection exists, it won'tFrancois Pons2003-03-111-2/+2
| | | | | cause netcnx type to be always lan).
* detect if the device is pcmcia when initializing the ONBOOT parameterFlorent Villard2003-03-061-1/+1
|
* this is perl, not python ;pPascal Rigaux2003-03-051-1/+1
|
* allow to set hostname in DHCP modeFrederic Lepied2003-03-041-2/+2
|
* install tmdns only when bind isn't installedFrederic Lepied2003-03-041-1/+3
|
* corrected HOSTNAME/DHCP_HOSTNAME management.Frederic Lepied2003-02-281-14/+11
|
* corrected HOSTNAME managementFrederic Lepied2003-02-271-11/+5
|
* add the read_dhcpd_conf function for drakgwFlorin Grad2003-02-271-0/+12
|
* small fixes.Francois Pons2003-02-261-1/+1
|
* added probe separately to handle drakconnect horror.Francois Pons2003-02-261-0/+4
|
* add probe of internet connection (this could avoid strange behaviour).Francois Pons2003-02-261-2/+10
|
* fixed back as titi sucks about message.Francois Pons2003-02-261-1/+1
|
* try to get back DOMAINNAME if needed.Francois Pons2003-02-261-4/+3
|
* (read_resolv_conf_raw): fix "search ..." handlingPascal Rigaux2003-02-251-1/+1
|
* no need to use regexpDamien Chaumette2003-02-211-1/+1
|
* use detect_devices::pcmcia_probe() instead of detect_devices::probeall()Pascal Rigaux2003-02-201-1/+1
|