Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 ;-) |