Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | pppoa). | ||||
* | 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 |
| | | | | | - cleanups | ||||
* | zeroconf | Damien Chaumette | 2003-01-31 | 1 | -1/+3 |
| | |||||
* | 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 | 3 | -6/+6 |
| | |||||
* | 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 |
| | | | | | if that had been already done | ||||
* | 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 | 2 | -42/+47 |
| | | | | | | | | - s/$pump/$auto_ip/ - use join('', if_(..), if_(..)) - each_index instead of for - various fixes | ||||
* | force strict pragma | Thierry Vignaud | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | isdn.pm now in use strict | Damien Chaumette | 2003-01-23 | 4 | -6/+4 |
| | | | | | little cleanup | ||||
* | force strict mode | Thierry Vignaud | 2003-01-23 | 6 | -2/+7 |
| | |||||
* | - force use strict | Thierry Vignaud | 2003-01-23 | 1 | -1/+1 |
| | | | | | - perl_checker fix | ||||
* | simplify easy_dhcp prototype | Pascal Rigaux | 2003-01-22 | 1 | -1/+1 |
| | |||||
* | - speedtouch fixes : | Damien Chaumette | 2003-01-22 | 1 | -1/+1 |
| | | | | | | | o binaries location from /usr/bin to /usr/sbin o clean previous instance of pppoa3 according to modem id (-c) (special thanks to Corsikas who proudly brings this patch to me :) | ||||
* | perl_checker fixes | Thierry Vignaud | 2003-01-22 | 2 | -8/+8 |
| | |||||
* | English proofreading (first pass) | Pablo Saratxaga | 2003-01-21 | 4 | -9/+9 |
| | |||||
* | English proofreading by Stew Benedicts | Pablo Saratxaga | 2003-01-21 | 4 | -7/+7 |
| | |||||
* | English proofreading by Stew Beneditcs | Pablo Saratxaga | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | void label removed | Damien Chaumette | 2003-01-20 | 1 | -2/+2 |
| | |||||
* | little cleanup | Damien Chaumette | 2003-01-20 | 1 | -19/+9 |
| | |||||
* | - zero conf is avaible in drakconnect, with/without dhcp | Damien Chaumette | 2003-01-20 | 2 | -24/+26 |
| | | | | | - install tmdns and zcip packages when needed | ||||
* | get username back in menu | Damien Chaumette | 2003-01-20 | 1 | -1/+2 |
| | |||||
* | - some changes to dhcp behavior for beta2 (not clean yet) | Damien Chaumette | 2003-01-17 | 2 | -6/+16 |
| | |||||
* | - 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 | 3 | -4/+4 |
| | |||||
* | have dhcp-client the default dhcp client | Pascal Rigaux | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | - catch wizcancel die | Damien Chaumette | 2003-01-10 | 1 | -59/+1 |
| | | | | | | - fix fucked previous button after configuration completes - little cleanup | ||||
* | *** empty log message *** | Damien Chaumette | 2003-01-09 | 1 | -91/+43 |
| | |||||
* | (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 | 4 | -10/+9 |
| | | | | "every", "partition" | ||||
* | in network::modem::configure $intf is unused, rename it to $_intf | Pascal Rigaux | 2002-12-29 | 1 | -1/+1 |
| | |||||
* | move any::load_category() to network::interactive::load_category() | Pascal Rigaux | 2002-12-29 | 1 | -3/+3 |
| | | | | | (and a few other functions which are only used by load_category()) | ||||
* | - do not use a global $in in network::modem, pass it as a parameter | Pascal Rigaux | 2002-12-29 | 3 | -9/+12 |
| | | | | | | - create network::modem::ppp_configure_raw() which doesn't need $in (it is only used by network::modem::ppp_configure(), but this is clearer that way) | ||||
* | - use $::prefix instead the global $prefix | Pascal Rigaux | 2002-12-29 | 1 | -10/+10 |
| | | | | | - don't pass $prefix to ppp_configure | ||||
* | - move any::pppConfig() to network::modem::ppp_configure() | Pascal Rigaux | 2002-12-29 | 4 | -23/+194 |
| | | | | | | | | | | | | | | | | - 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) | ||||
* | do not export start_internet and stop_internet | Pascal Rigaux | 2002-12-14 | 1 | -1/+0 |
| | | | | | (was broken since network::netconnect do not inheritate from Exporter) | ||||
* | remove exported names which are not defined | Pascal Rigaux | 2002-12-13 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-12-10 | 3 | -18/+18 |
| | |||||
* | make perl_checker happy | Arnaud Desmons | 2002-12-09 | 1 | -1/+1 |
| |