| Commit message (Expand) | Author | Age | Files | Lines |
* | use driver instead of descrition to validate an isdn autodetection | Frederic Lepied | 2003-03-05 | 1 | -1/+1 |
* | allow to switch in expert mode during install. | Frederic Lepied | 2003-02-28 | 1 | -1/+1 |
* | oups... hu... nothing | Damien Chaumette | 2003-02-21 | 1 | -2/+0 |
* | get back password input for adsl | Damien Chaumette | 2003-02-21 | 1 | -0/+2 |
* | add isdn check in get_net_device | Florin Grad | 2003-02-21 | 1 | -0/+2 |
* | perl generate undef indefinitely from the void | Thierry Vignaud | 2003-02-17 | 1 | -2/+2 |
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -6/+8 |
* | add cvs $Id | Pascal Rigaux | 2003-02-13 | 1 | -1/+1 |
* | perl_checker compliance ("ref" now need parentheses in many case) | Pascal Rigaux | 2003-02-12 | 1 | -1/+1 |
* | reworded network restart string | Frederic Lepied | 2003-02-10 | 1 | -1/+1 |
* | perl_checker fixes | Thierry Vignaud | 2003-02-10 | 1 | -1/+1 |
* | corrected expert case to restart network and if the user choose not to restart | Frederic Lepied | 2003-02-09 | 1 | -2/+2 |
* | perl_checker fix | Thierry Vignaud | 2003-02-06 | 1 | -1/+1 |
* | fix some drakgw behaviour | Florin Grad | 2003-02-03 | 1 | -1/+8 |
* | adapt to new category network/gigabit (which used to be in network/main) | Pascal Rigaux | 2003-01-30 | 1 | -2/+2 |
* | fixed some perl_checker | Francois Pons | 2003-01-29 | 1 | -1/+0 |
* | let drakconnect be less verbose: aka explain rename of old configuration files | Thierry Vignaud | 2003-01-27 | 1 | -1/+2 |
* | isdn.pm now in use strict | Damien Chaumette | 2003-01-23 | 1 | -1/+1 |
* | force strict mode | Thierry Vignaud | 2003-01-23 | 1 | -1/+2 |
* | perl_checker fixes | Thierry Vignaud | 2003-01-22 | 1 | -3/+3 |
* | English proofreading by Stew Benedicts | Pablo Saratxaga | 2003-01-21 | 1 | -2/+2 |
* | replace occurences of "$foo ? $foo : $bar" with "$foo || $bar" | Pascal Rigaux | 2003-01-16 | 1 | -2/+2 |
* | - catch wizcancel die | Damien Chaumette | 2003-01-10 | 1 | -59/+1 |
* | *** empty log message *** | Damien Chaumette | 2003-01-09 | 1 | -91/+43 |
* | - do not use a global $in in network::modem, pass it as a parameter | Pascal Rigaux | 2002-12-29 | 1 | -2/+2 |
* | do not export start_internet and stop_internet | Pascal Rigaux | 2002-12-14 | 1 | -1/+0 |
* | perl_checker fixes | Thierry Vignaud | 2002-12-10 | 1 | -2/+2 |
* | make perl_checker happy | Arnaud Desmons | 2002-12-09 | 1 | -1/+1 |
* | drakconnect conf file no more uploaded with now useless variable | Arnaud Desmons | 2002-12-09 | 1 | -49/+47 |
* | isdn data are now fetched form system instead of drakconnect conf file | Arnaud Desmons | 2002-12-06 | 1 | -53/+23 |
* | gtk+-2 port | Thierry Vignaud | 2002-12-05 | 1 | -5/+5 |
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -12/+9 |
* | - %l is not used, so why declare it?? | Pascal Rigaux | 2002-12-04 | 1 | -2/+2 |
* | syntax changes to make perl_checker happy | Pascal Rigaux | 2002-12-04 | 1 | -4/+4 |
* | More data are now fetched from system instead of drakconnect conf file | Arnaud Desmons | 2002-12-04 | 1 | -63/+85 |
* | use if_() where possible (as reported by perl_checker) | Pascal Rigaux | 2002-12-04 | 1 | -8/+4 |
* | syntax changes to make perl_checker happy | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
* | use output_with_perm() | Pascal Rigaux | 2002-12-02 | 1 | -17/+11 |
* | Some data are now fetched from system instead of drakconnect conf file (adsl,... | Arnaud Desmons | 2002-12-02 | 1 | -28/+30 |
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -6/+6 |
* | in network::netconnect::main(), declare @l as it should be. But the code is r... | Pascal Rigaux | 2002-11-25 | 1 | -1/+2 |
* | $modem is redefined 2 lines below its first declaration. this first declarati... | Pascal Rigaux | 2002-11-25 | 1 | -1/+0 |
* | removed old code (commented out). | Francois Pons | 2002-11-25 | 1 | -14/+0 |
* | make perl_checker happy | Pascal Rigaux | 2002-11-18 | 1 | -1/+1 |
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -28/+28 |
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -1/+1 |
* | add/remove some spaces to make perl_checker happy | Pascal Rigaux | 2002-11-12 | 1 | -3/+3 |
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 1 | -2/+2 |
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -10/+10 |
* | replace complex "unless"s with "if"s | Pascal Rigaux | 2002-11-06 | 1 | -4/+4 |