Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | corrected option handling and added hotplug checkbox | Frederic Lepied | 2003-02-10 | 1 | -16/+18 | |
| | ||||||
* | perl_checker fixes | Thierry Vignaud | 2003-02-10 | 1 | -3/+3 | |
| | ||||||
* | check that zeroconf hostname doesn"t contain a . | Frederic Lepied | 2003-02-09 | 1 | -5/+26 | |
| | | | | | read zeroconf hostname from tmdns.conf | |||||
* | - DHCP & Zeroconf fixes for installation | Damien Chaumette | 2003-02-07 | 1 | -3/+4 | |
| | | | | | - fix '217.0.0.1 localhost' not written in /etc/hosts when using DHCP | |||||
* | *** 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 | |
| | | | | | fix zeroconf suckiness | |||||
* | fixed my own sucking | Damien Chaumette | 2003-02-05 | 1 | -0/+1 | |
| | ||||||
* | dhcp/zeroconf stuff | Damien Chaumette | 2003-02-03 | 1 | -4/+11 | |
| | ||||||
* | - fix zeroconf support | Damien Chaumette | 2003-02-03 | 1 | -27/+13 | |
| | | | | | - cleanups | |||||
* | more zeroconf configuration | Damien Chaumette | 2003-01-31 | 1 | -0/+9 | |
| | ||||||
* | 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 | |
| | | | | | | | | - s/$pump/$auto_ip/ - use join('', if_(..), if_(..)) - each_index instead of for - various fixes | |||||
* | 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 | |
| | | | | | - install tmdns and zcip packages when needed | |||||
* | - 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 | |
| | | | | | - add a log | |||||
* | 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", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -3/+3 | |
| | | | | "every", "partition" | |||||
* | - move any::pppConfig() to network::modem::ppp_configure() | Pascal Rigaux | 2002-12-29 | 1 | -13/+23 | |
| | | | | | | | | | | | | | | | | - move any::miscellaneousNetwork() to network::network::proxy_configure() (and uses the parameter instead of $::o->{miscellaneous}) - move network::network::miscellaneousNetwork() to network::network::miscellaneous_choose() (and do not export it) (and uses a parameter instead of $::o->{miscellaneous}) - move network::modem::pppConfig() to network::modem::ppp_choose() (and change parameter order, and drop unused parameter $intf) - do not export network::network::write_interface_conf() (since it is only used locally (?)) - cleanup network::network::write_interface_conf() (one still needs to pass $::o->{miscellaneous}{track_network_id} more cleanly, and use run_program::rooted when calling /sbin/ip) | |||||
* | 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 ↵ | Arnaud Desmons | 2002-12-02 | 1 | -2/+2 | |
| | | | | (adsl, ppp, ifcfg-eth) | |||||
* | 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 | |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | |||||
* | 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 | |
| | | | | | - 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 :) | |||||
* | replace complex "unless"s with "if"s | Pascal Rigaux | 2002-11-06 | 1 | -2/+2 | |
| |