summaryrefslogtreecommitdiffstats
path: root/perl-install/network/tools.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* fix #6159: fix detection when a local name server is faking theThierry Vignaud2003-10-201-7/+7
| | | | | | connection because of its cache by checking at least a packet is ack-ed
* simplify "do not remove wireless parameters from ifcfg when not in wizard ↵Thierry Vignaud2003-10-081-6/+2
| | | | mode" fix
* factorize wireless card detection into network::tools:is_wireless_intf()Thierry Vignaud2003-10-031-1/+10
|
* added sub copy_firmware, sub use_windows(), sub use_floppyDamien Chaumette2003-09-121-0/+45
| | | | | firmware copy works from floppy and windows/winnt
* fix internet reconnection in mccDamien Chaumette2003-08-191-2/+1
|
* - drop !$::isWizard codeDamien Chaumette2003-05-061-12/+10
| | | | | - perl_checker
* 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
| | | | | error message.
* 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
| | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now
* 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 ↵Pascal Rigaux2002-11-251-2/+3
| | | | | | | block (hint: buggy code) - my @country as it should be
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-2/+2
| | | | | | - remove redundant parentheses - add some parentheses for clarity
* 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
| | | | | - remove unneeded parentheses for things like ... if (...)
* 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
| | | | | | soft references which doesn't increment the ref count) (thanks to Gerard Patel for the precise bug report)
* - do not use q{...} to please perl_checkerPascal Rigaux2002-11-091-7/+6
| | | | | | - use <<'EOF' instead - at the same time, fix the "\n" at the beginning of the generated script
* - have "local *FILEHANDLE" before each "open FILEHANDLE, ..."Pascal Rigaux2002-11-061-0/+1
| | | | | - use some "cat_" and "output" where possible
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-32/+32
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* 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
| | | | | recode upNetwork and downNetwork (it might work, at least if you are lucky);