| Commit message (Expand) | Author | Age | Files | Lines |
* | add the read_dhcpd_conf function for drakgw | Florin Grad | 2003-02-27 | 1 | -0/+12 |
* | small fixes. | Francois Pons | 2003-02-26 | 1 | -1/+1 |
* | added probe separately to handle drakconnect horror. | Francois Pons | 2003-02-26 | 1 | -0/+4 |
* | add probe of internet connection (this could avoid strange behaviour). | Francois Pons | 2003-02-26 | 1 | -2/+10 |
* | replace the last @isdndata with @isdn::isdndata (beurk) | Pascal Rigaux | 2003-02-26 | 1 | -1/+1 |
* | fixed back as titi sucks about message. | Francois Pons | 2003-02-26 | 1 | -1/+1 |
* | try to get back DOMAINNAME if needed. | Francois Pons | 2003-02-26 | 1 | -4/+3 |
* | (read_resolv_conf_raw): fix "search ..." handling | Pascal Rigaux | 2003-02-25 | 1 | -1/+1 |
* | cleaned a bit the code. | Francois Pons | 2003-02-25 | 1 | -7/+7 |
* | added login and passwd remember from /etc/ppp/peers/adsl /etc/ppp/options | Francois Pons | 2003-02-25 | 1 | -1/+12 |
* | modified string as sagem driver now use pppoa | Francois Pons | 2003-02-25 | 1 | -1/+1 |
* | $isdn->{is_light} wasn't set while using autodetection, rpm wasn't installed | Damien Chaumette | 2003-02-21 | 1 | -1/+2 |
* | oups... hu... nothing | Damien Chaumette | 2003-02-21 | 2 | -3/+1 |
* | get back password input for adsl | Damien Chaumette | 2003-02-21 | 1 | -0/+2 |
* | no need to use regexp | Damien Chaumette | 2003-02-21 | 1 | -1/+1 |
* | add isdn check in get_net_device | Florin Grad | 2003-02-21 | 1 | -0/+2 |
* | fix florin: replace $prefix with $::prefix | Pascal Rigaux | 2003-02-20 | 1 | -2/+2 |
* | update 2 rules for the pptp dsl internet connection | Florin Grad | 2003-02-20 | 1 | -2/+5 |
* | use detect_devices::pcmcia_probe() instead of detect_devices::probeall() | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
* | - read_resolv_conf() reads DOMAINNAME & DOMAINNAME2 | Pascal Rigaux | 2003-02-20 | 1 | -8/+17 |
* | dhcp fix | Damien Chaumette | 2003-02-20 | 1 | -4/+2 |
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 2 | -2/+2 |
* | (read_conf) simplify | Thierry Vignaud | 2003-02-19 | 1 | -2/+1 |
* | Get back configuration settings from conf files | Damien Chaumette | 2003-02-18 | 1 | -1/+2 |
* | perl_checker fix | Thierry Vignaud | 2003-02-18 | 1 | -1/+1 |
* | translate server {name} at display-time, not compile-time | Pascal Rigaux | 2003-02-17 | 1 | -5/+5 |
* | perl generate undef indefinitely from the void | Thierry Vignaud | 2003-02-17 | 2 | -3/+3 |
* | install package shorewall only when the user wants a firewall | Pascal Rigaux | 2003-02-14 | 1 | -7/+9 |
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 7 | -18/+21 |
* | add CVS $Id | Pascal Rigaux | 2003-02-13 | 5 | -5/+5 |
* | 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 |
* | corrected option handling and added hotplug checkbox | Frederic Lepied | 2003-02-10 | 1 | -16/+18 |
* | added a text to describe the Zeroconf host name field | Frederic Lepied | 2003-02-10 | 1 | -2/+5 |
* | reworded network restart string | Frederic Lepied | 2003-02-10 | 1 | -1/+1 |
* | perl_checker fixes | Thierry Vignaud | 2003-02-10 | 3 | -5/+5 |
* | corrected expert case to restart network and if the user choose not to restart | Frederic Lepied | 2003-02-09 | 1 | -2/+2 |
* | check that zeroconf hostname doesn"t contain a . | Frederic Lepied | 2003-02-09 | 1 | -5/+26 |
* | check that zeroconf hostname doesn"t contain a . | Frederic Lepied | 2003-02-09 | 1 | -1/+9 |
* | - DHCP & Zeroconf fixes for installation | Damien Chaumette | 2003-02-07 | 1 | -3/+4 |
* | *** empty log message *** | Damien Chaumette | 2003-02-07 | 1 | -1/+1 |
* | avoid to mess up tmdns.conf file | Damien Chaumette | 2003-02-06 | 1 | -7/+4 |
* | fix dhcp package installation | Damien Chaumette | 2003-02-06 | 1 | -3/+5 |
* | perl_checker fix | Thierry Vignaud | 2003-02-06 | 1 | -1/+1 |
* | fixed my own sucking | Damien Chaumette | 2003-02-05 | 2 | -0/+2 |
* | fixed small typo. | Francois Pons | 2003-02-04 | 1 | -2/+2 |
* | add support for adiusbadsl 1.0.2 (using adictrl -i to find interface and using | Francois Pons | 2003-02-04 | 1 | -17/+35 |
* | fix some drakgw behaviour | Florin Grad | 2003-02-03 | 1 | -1/+8 |
* | dhcp/zeroconf stuff | Damien Chaumette | 2003-02-03 | 1 | -4/+11 |
* | - fix zeroconf support | Damien Chaumette | 2003-02-03 | 2 | -35/+16 |