Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl_checker fixes | Thierry Vignaud | 2002-12-10 | 3 | -18/+18 |
| | |||||
* | 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 | 2 | -50/+48 |
| | |||||
* | remove unused modules | Thierry Vignaud | 2002-12-09 | 1 | -1/+0 |
| | |||||
* | be more perl_checker compliant | Pascal Rigaux | 2002-12-06 | 1 | -3/+2 |
| | |||||
* | isdn data are now fetched form system instead of drakconnect conf file | Arnaud Desmons | 2002-12-06 | 5 | -84/+135 |
| | |||||
* | 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 | 11 | -33/+27 |
| | |||||
* | - %l is not used, so why declare it?? | Pascal Rigaux | 2002-12-04 | 1 | -2/+2 |
| | | | | | - in network::netconnect::main(), declare @l as it should be. But the code is really wrong, it NEEDS fixing (bis) | ||||
* | syntax changes to make perl_checker happy | Pascal Rigaux | 2002-12-04 | 3 | -9/+9 |
| | |||||
* | my' variables as needed | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | More data are now fetched from system instead of drakconnect conf file | Arnaud Desmons | 2002-12-04 | 4 | -70/+129 |
| | |||||
* | use if_() where possible (as reported by perl_checker) | Pascal Rigaux | 2002-12-04 | 2 | -9/+5 |
| | |||||
* | syntax changes to make perl_checker happy | Pascal Rigaux | 2002-12-04 | 3 | -5/+5 |
| | |||||
* | (find_exports): use run_program::raw + stdout | Pascal Rigaux | 2002-12-03 | 1 | -9/+5 |
| | |||||
* | cleanup use of filehandles | Pascal Rigaux | 2002-12-03 | 1 | -20/+15 |
| | |||||
* | (read_resolv_conf): simplify | Pascal Rigaux | 2002-12-03 | 1 | -7/+2 |
| | |||||
* | make it $::testing aware | Guillaume Cottenceau | 2002-12-03 | 1 | -0/+1 |
| | |||||
* | (add2hosts): use output and pixelization | Pascal Rigaux | 2002-12-02 | 1 | -20/+7 |
| | |||||
* | use output_with_perm() | Pascal Rigaux | 2002-12-02 | 4 | -27/+16 |
| | |||||
* | Some data are now fetched from system instead of drakconnect conf file ↵ | Arnaud Desmons | 2002-12-02 | 4 | -41/+47 |
| | | | | (adsl, ppp, ifcfg-eth) | ||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 6 | -14/+14 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -2/+2 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 6 | -13/+13 |
| | |||||
* | in network::netconnect::main(), declare @l as it should be. But the code is ↵ | Pascal Rigaux | 2002-11-25 | 1 | -1/+2 |
| | | | | really wrong, it NEEDS fixing | ||||
* | - $up was my-ed inside the if-then block though it was used outside the ↵ | Pascal Rigaux | 2002-11-25 | 1 | -2/+3 |
| | | | | | | | block (hint: buggy code) - my @country as it should be | ||||
* | $modem is redefined 2 lines below its first declaration. this first ↵ | Pascal Rigaux | 2002-11-25 | 1 | -1/+0 |
| | | | | declaration is useless (??) | ||||
* | since $mouse is undefined, replace it with undef (??) | Pascal Rigaux | 2002-11-25 | 1 | -1/+1 |
| | |||||
* | add support for Sagem USB Modem (for free.fr ;-)) | Francois Pons | 2002-11-25 | 1 | -2/+14 |
| | |||||
* | add support ADIModem. | Francois Pons | 2002-11-25 | 1 | -2/+3 |
| | |||||
* | removed reference to ...->{nb_cards} no more used. | Francois Pons | 2002-11-25 | 1 | -2/+0 |
| | |||||
* | removed old code (commented out). | Francois Pons | 2002-11-25 | 1 | -14/+0 |
| | |||||
* | removed 2 labels and 2 gotos by a very simple while, dam's is really great | Francois Pons | 2002-11-25 | 1 | -6/+5 |
| | | | | | sometimes ;-) | ||||
* | added is_domain_name that checks validity of a domain name. | Francois Pons | 2002-11-25 | 1 | -0/+5 |
| | |||||
* | default dhcp client is dhcp-client | Frederic Lepied | 2002-11-19 | 1 | -8/+8 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-18 | 3 | -7/+5 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 3 | -6/+6 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 7 | -58/+58 |
| | |||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 3 | -3/+3 |
| | |||||
* | 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 | 4 | -16/+15 |
| | | | | | - remove unneeded parentheses for things like ... if (...) | ||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 10 | -30/+30 |
| | |||||
* | various small syntax enhancements to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
| | |||||
* | replace qq{...} with qq(...) | Pascal Rigaux | 2002-11-11 | 1 | -4/+4 |
| | |||||
* | don't return a typeglob ref, return the typeglob (reference to typeglobs are | Pascal Rigaux | 2002-11-10 | 1 | -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_checker | Pascal Rigaux | 2002-11-09 | 1 | -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 Rigaux | 2002-11-06 | 2 | -9/+6 |
| | | | | | - use some "cat_" and "output" where possible | ||||
* | (write_resolv_conf): much cleanup (originally it was meant to introduce | Pascal Rigaux | 2002-11-06 | 1 | -34/+37 |
| | | | | | cat_ and output, but it ended up with a complete rewrite :) | ||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 1 | -0/+1 |
| | |||||
* | replace complex "unless"s with "if"s | Pascal Rigaux | 2002-11-06 | 3 | -7/+7 |
| |