| Commit message (Expand) | Author | Age | Files | Lines |
* | adapt to new category network/gigabit (which used to be in network/main) | Pascal Rigaux | 2003-01-30 | 1 | -1/+1 |
* | fix typo | Damien Chaumette | 2003-01-24 | 1 | -1/+1 |
* | pixelification | Pascal Rigaux | 2003-01-23 | 1 | -13/+3 |
* | - perl_checker compliant | Damien Chaumette | 2003-01-23 | 1 | -39/+46 |
* | force strict mode | Thierry Vignaud | 2003-01-23 | 1 | -0/+1 |
* | simplify easy_dhcp prototype | Pascal Rigaux | 2003-01-22 | 1 | -1/+1 |
* | perl_checker fixes | Thierry Vignaud | 2003-01-22 | 1 | -5/+5 |
* | English proofreading (first pass) | Pablo Saratxaga | 2003-01-21 | 1 | -4/+4 |
* | void label removed | Damien Chaumette | 2003-01-20 | 1 | -2/+2 |
* | - zero conf is avaible in drakconnect, with/without dhcp | Damien Chaumette | 2003-01-20 | 1 | -9/+21 |
* | - some changes to dhcp behavior for beta2 (not clean yet) | Damien Chaumette | 2003-01-17 | 1 | -5/+13 |
* | - fix /etc/hosts localhost.localdomain in localhost | Damien Chaumette | 2003-01-16 | 1 | -0/+1 |
* | replace occurences of "$foo ? $foo : $bar" with "$foo || $bar" | Pascal Rigaux | 2003-01-16 | 1 | -1/+1 |
* | have dhcp-client the default dhcp client | Pascal Rigaux | 2003-01-16 | 1 | -1/+1 |
* | (easy_dhcp): don't call network::configureNetwork2 | Pascal Rigaux | 2003-01-09 | 1 | -2/+0 |
* | - fix priority | Pascal Rigaux | 2003-01-09 | 1 | -1/+3 |
* | pass $::prefix instead of '' | Pascal Rigaux | 2003-01-08 | 1 | -1/+1 |
* | fix typo | Pascal Rigaux | 2003-01-08 | 1 | -1/+1 |
* | (easy_dhcp): cleanup | Pascal Rigaux | 2003-01-08 | 1 | -19/+19 |
* | add network::easy_dhcp function. Quietly setup eth0 in dhcp and restart network. | Damien Chaumette | 2003-01-07 | 1 | -1/+27 |
* | use "if any" instead of "if grep", and various other occurences of "any", "ev... | Pascal Rigaux | 2003-01-07 | 1 | -3/+3 |
* | - move any::pppConfig() to network::modem::ppp_configure() | Pascal Rigaux | 2002-12-29 | 1 | -13/+23 |
* | remove exported names which are not defined | Pascal Rigaux | 2002-12-13 | 1 | -1/+1 |
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -1/+0 |
* | syntax changes to make perl_checker happy | Pascal Rigaux | 2002-12-04 | 1 | -2/+2 |
* | More data are now fetched from system instead of drakconnect conf file | Arnaud Desmons | 2002-12-04 | 1 | -2/+2 |
* | use if_() where possible (as reported by perl_checker) | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
* | (read_resolv_conf): simplify | Pascal Rigaux | 2002-12-03 | 1 | -7/+2 |
* | (add2hosts): use output and pixelization | Pascal Rigaux | 2002-12-02 | 1 | -20/+7 |
* | Some data are now fetched from system instead of drakconnect conf file (adsl,... | Arnaud Desmons | 2002-12-02 | 1 | -2/+2 |
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -2/+2 |
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -2/+2 |
* | added is_domain_name that checks validity of a domain name. | Francois Pons | 2002-11-25 | 1 | -0/+5 |
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -3/+3 |
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -2/+2 |
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
* | - have "local *FILEHANDLE" before each "open FILEHANDLE, ..." | Pascal Rigaux | 2002-11-06 | 1 | -9/+5 |
* | (write_resolv_conf): much cleanup (originally it was meant to introduce | Pascal Rigaux | 2002-11-06 | 1 | -34/+37 |
* | replace complex "unless"s with "if"s | Pascal Rigaux | 2002-11-06 | 1 | -2/+2 |
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -26/+26 |
* | workaround situation when /etc/resolv.conf is an absolute link to /etc/ppp/re... | Guillaume Cottenceau | 2002-09-26 | 1 | -1/+3 |
* | fix NULL Gateway IP checking | Damien Chaumette | 2002-09-23 | 1 | -2/+2 |
* | - show pcmcia ethernet cards in list | Damien Chaumette | 2002-09-09 | 1 | -0/+11 |
* | *** empty log message *** | Damien Chaumette | 2002-09-05 | 1 | -3/+0 |
* | allow http://xxx for ftp_proxy | Pascal Rigaux | 2002-09-05 | 1 | -1/+1 |
* | - correct typos in orinoco orinoco_cs modules | Daouda Lo | 2002-09-04 | 1 | -1/+1 |
* | - fix previous behavior in Expert mode... (100% lazy loop free this time) | Damien Chaumette | 2002-09-02 | 1 | -5/+5 |
* | fix looping on network step when configuring ethernet card | Guillaume Cottenceau | 2002-08-30 | 1 | -1/+1 |
* | *** empty log message *** | Damien Chaumette | 2002-08-27 | 1 | -2/+2 |
* | - new 'previous' button bug fix | Damien Chaumette | 2002-08-27 | 1 | -2/+2 |