summaryrefslogtreecommitdiffstats
path: root/perl-install/network/network.pm
Commit message (Expand)AuthorAgeFilesLines
* - set_help is deprecatedPascal Rigaux2003-02-131-3/+3
* corrected option handling and added hotplug checkboxFrederic Lepied2003-02-101-16/+18
* perl_checker fixesThierry Vignaud2003-02-101-3/+3
* check that zeroconf hostname doesn"t contain a .Frederic Lepied2003-02-091-5/+26
* - DHCP & Zeroconf fixes for installationDamien Chaumette2003-02-071-3/+4
* *** empty log message ***Damien Chaumette2003-02-071-1/+1
* avoid to mess up tmdns.conf fileDamien Chaumette2003-02-061-7/+4
* fix dhcp package installationDamien Chaumette2003-02-061-3/+5
* fixed my own suckingDamien Chaumette2003-02-051-0/+1
* dhcp/zeroconf stuffDamien Chaumette2003-02-031-4/+11
* - fix zeroconf supportDamien Chaumette2003-02-031-27/+13
* more zeroconf configurationDamien Chaumette2003-01-311-0/+9
* adapt to new category network/gigabit (which used to be in network/main)Pascal Rigaux2003-01-301-1/+1
* fix typoDamien Chaumette2003-01-241-1/+1
* pixelificationPascal Rigaux2003-01-231-13/+3
* - perl_checker compliantDamien Chaumette2003-01-231-39/+46
* force strict modeThierry Vignaud2003-01-231-0/+1
* simplify easy_dhcp prototypePascal Rigaux2003-01-221-1/+1
* perl_checker fixesThierry Vignaud2003-01-221-5/+5
* English proofreading (first pass)Pablo Saratxaga2003-01-211-4/+4
* void label removedDamien Chaumette2003-01-201-2/+2
* - zero conf is avaible in drakconnect, with/without dhcpDamien Chaumette2003-01-201-9/+21
* - some changes to dhcp behavior for beta2 (not clean yet)Damien Chaumette2003-01-171-5/+13
* - fix /etc/hosts localhost.localdomain in localhostDamien Chaumette2003-01-161-0/+1
* replace occurences of "$foo ? $foo : $bar" with "$foo || $bar"Pascal Rigaux2003-01-161-1/+1
* have dhcp-client the default dhcp clientPascal Rigaux2003-01-161-1/+1
* (easy_dhcp): don't call network::configureNetwork2Pascal Rigaux2003-01-091-2/+0
* - fix priorityPascal Rigaux2003-01-091-1/+3
* pass $::prefix instead of ''Pascal Rigaux2003-01-081-1/+1
* fix typoPascal Rigaux2003-01-081-1/+1
* (easy_dhcp): cleanupPascal Rigaux2003-01-081-19/+19
* add network::easy_dhcp function. Quietly setup eth0 in dhcp and restart network.Damien Chaumette2003-01-071-1/+27
* use "if any" instead of "if grep", and various other occurences of "any", "ev...Pascal Rigaux2003-01-071-3/+3
* - move any::pppConfig() to network::modem::ppp_configure()Pascal Rigaux2002-12-291-13/+23
* remove exported names which are not definedPascal Rigaux2002-12-131-1/+1
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-1/+0
* syntax changes to make perl_checker happyPascal Rigaux2002-12-041-2/+2
* More data are now fetched from system instead of drakconnect conf fileArnaud Desmons2002-12-041-2/+2
* use if_() where possible (as reported by perl_checker)Pascal Rigaux2002-12-041-1/+1
* (read_resolv_conf): simplifyPascal Rigaux2002-12-031-7/+2
* (add2hosts): use output and pixelizationPascal Rigaux2002-12-021-20/+7
* Some data are now fetched from system instead of drakconnect conf file (adsl,...Arnaud Desmons2002-12-021-2/+2
* perl_checker adaptationsPascal Rigaux2002-11-281-2/+2
* perl_checker adaptationsPascal Rigaux2002-11-271-2/+2
* added is_domain_name that checks validity of a domain name.Francois Pons2002-11-251-0/+5
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-3/+3
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-2/+2
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-1/+1
* - have "local *FILEHANDLE" before each "open FILEHANDLE, ..."Pascal Rigaux2002-11-061-9/+5
* (write_resolv_conf): much cleanup (originally it was meant to introducePascal Rigaux2002-11-061-34/+37