summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Expand)AuthorAgeFilesLines
* - 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
* perl_checker fixThierry Vignaud2003-02-061-1/+1
* fixed my own suckingDamien Chaumette2003-02-052-0/+2
* fixed small typo.Francois Pons2003-02-041-2/+2
* add support for adiusbadsl 1.0.2 (using adictrl -i to find interface and usingFrancois Pons2003-02-041-17/+35
* fix some drakgw behaviourFlorin Grad2003-02-031-1/+8
* dhcp/zeroconf stuffDamien Chaumette2003-02-031-4/+11
* - fix zeroconf supportDamien Chaumette2003-02-032-35/+16
* zeroconfDamien Chaumette2003-01-311-1/+3
* more zeroconf configurationDamien Chaumette2003-01-311-0/+9
* adapt to new category network/gigabit (which used to be in network/main)Pascal Rigaux2003-01-303-6/+6
* fixed some perl_checkerFrancois Pons2003-01-291-1/+0
* let drakconnect be less verbose: aka explain rename of old configuration filesThierry Vignaud2003-01-271-1/+2
* fix typoDamien Chaumette2003-01-241-1/+1
* pixelificationPascal Rigaux2003-01-231-13/+3
* - perl_checker compliantDamien Chaumette2003-01-232-42/+47
* force strict pragmaThierry Vignaud2003-01-231-1/+1
* isdn.pm now in use strictDamien Chaumette2003-01-234-6/+4
* force strict modeThierry Vignaud2003-01-236-2/+7
* - force use strictThierry Vignaud2003-01-231-1/+1
* simplify easy_dhcp prototypePascal Rigaux2003-01-221-1/+1
* - speedtouch fixes :Damien Chaumette2003-01-221-1/+1
* perl_checker fixesThierry Vignaud2003-01-222-8/+8
* English proofreading (first pass)Pablo Saratxaga2003-01-214-9/+9
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-214-7/+7
* English proofreading by Stew BeneditcsPablo Saratxaga2003-01-211-1/+1
* void label removedDamien Chaumette2003-01-201-2/+2
* little cleanupDamien Chaumette2003-01-201-19/+9
* - zero conf is avaible in drakconnect, with/without dhcpDamien Chaumette2003-01-202-24/+26
* get username back in menuDamien Chaumette2003-01-201-1/+2
* - some changes to dhcp behavior for beta2 (not clean yet)Damien Chaumette2003-01-172-6/+16
* - fix /etc/hosts localhost.localdomain in localhostDamien Chaumette2003-01-161-0/+1
* replace occurences of "$foo ? $foo : $bar" with "$foo || $bar"Pascal Rigaux2003-01-163-4/+4
* have dhcp-client the default dhcp clientPascal Rigaux2003-01-161-1/+1
* - catch wizcancel dieDamien Chaumette2003-01-101-59/+1
* *** empty log message ***Damien Chaumette2003-01-091-91/+43
* (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-074-10/+9
* in network::modem::configure $intf is unused, rename it to $_intfPascal Rigaux2002-12-291-1/+1
* move any::load_category() to network::interactive::load_category()Pascal Rigaux2002-12-291-3/+3
* - do not use a global $in in network::modem, pass it as a parameterPascal Rigaux2002-12-293-9/+12
* - use $::prefix instead the global $prefixPascal Rigaux2002-12-291-10/+10