summaryrefslogtreecommitdiffstats
path: root/perl-install/network/tools.pm
Commit message (Expand)AuthorAgeFilesLines
* update wireless modules listThierry Vignaud2003-11-121-1/+1
* fix anthill bug #50: ensure /etc/ppp/pap-secrets is not world readableThierry Vignaud2003-10-301-2/+4
* forward:Thierry Vignaud2003-10-131-1/+6
* added sub copy_firmware, sub use_windows(), sub use_floppyDamien Chaumette2003-09-121-0/+45
* fix internet reconnection in mccDamien Chaumette2003-08-191-2/+1
* - drop !$::isWizard codeDamien Chaumette2003-05-061-12/+10
* perl_checker fixesDamien Chaumette2003-05-021-4/+4
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-8/+8
* if the user don't want to start the internet connection, continue withoutFrederic Lepied2003-03-051-1/+1
* simplified unquotify.Francois Pons2003-03-031-2/+1
* oups... hu... nothingDamien Chaumette2003-02-211-1/+1
* - set_help is deprecatedPascal Rigaux2003-02-131-1/+1
* add CVS $IdPascal Rigaux2003-02-131-1/+1
* force strict modeThierry Vignaud2003-01-231-0/+1
* English proofreading (first pass)Pablo Saratxaga2003-01-211-3/+3
* get username back in menuDamien Chaumette2003-01-201-1/+2
* replace occurences of "$foo ? $foo : $bar" with "$foo || $bar"Pascal Rigaux2003-01-161-1/+1
* perl_checker fixesThierry Vignaud2002-12-101-2/+2
* isdn data are now fetched form system instead of drakconnect conf fileArnaud Desmons2002-12-061-8/+26
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-2/+1
* my' variables as neededPascal Rigaux2002-12-041-1/+1
* More data are now fetched from system instead of drakconnect conf fileArnaud Desmons2002-12-041-0/+16
* cleanup use of filehandlesPascal Rigaux2002-12-031-20/+15
* make it $::testing awareGuillaume Cottenceau2002-12-031-0/+1
* use output_with_perm()Pascal Rigaux2002-12-021-4/+3
* perl_checker adaptationsPascal Rigaux2002-11-281-3/+3
* perl_checker adaptationsPascal Rigaux2002-11-271-6/+6
* - $up was my-ed inside the if-then block though it was used outside the block...Pascal Rigaux2002-11-251-2/+3
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-2/+2
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-7/+7
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-111-8/+7
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-5/+5
* don't return a typeglob ref, return the typeglob (reference to typeglobs arePascal Rigaux2002-11-101-1/+1
* - do not use q{...} to please perl_checkerPascal Rigaux2002-11-091-7/+6
* - have "local *FILEHANDLE" before each "open FILEHANDLE, ..."Pascal Rigaux2002-11-061-0/+1
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-32/+32
* fix spurious ";" before closing blockGuillaume Cottenceau2002-09-191-1/+1
* - patch net_monitorDamien Chaumette2002-09-121-1/+51
* - set the vpi vci correctly according to selected country.Daouda Lo2002-08-061-1/+1
* replace "$foo" with $fooPascal Rigaux2002-07-311-1/+1
* make new perl_checker happyPascal Rigaux2002-07-311-4/+4
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-2/+2
* hide password in adsl configurationDamien Chaumette2002-07-221-1/+1
* - choose country according to timezone.Daouda Lo2002-06-101-1/+20
* fix a few english stringsGuillaume Cottenceau2002-04-081-1/+1
* changed timeout for testing internet connectiondamien2002-03-121-1/+6
* debug network testingdamien2002-01-281-2/+2
* draknet : success message only if successdamien2002-01-171-1/+1
* corrected minor bugs in network (among others bug "modifying read only values")damien2002-01-041-1/+1