| Commit message (Expand) | Author | Age | Files | Lines |
* | add new functions to make internet connection tests easier | Olivier Blin | 2004-08-17 | 1 | -0/+76 |
* | drop network::tools::reread_net_conf | Olivier Blin | 2004-08-17 | 1 | -6/+0 |
* | use network::ethernet::get_eth_categories() when needed | Olivier Blin | 2004-08-17 | 3 | -5/+9 |
* | add network::ethernet::get_eth_categories | Olivier Blin | 2004-08-17 | 1 | -0/+4 |
* | (easy_dhcp) probe all network sub categories | Olivier Blin | 2004-08-17 | 1 | -1/+1 |
* | drop network::ethernet::conf_network_card_backend | Olivier Blin | 2004-08-17 | 1 | -37/+0 |
* | (easy_dhcp) don't use network::ethernet::conf_network_card_backend | Olivier Blin | 2004-08-17 | 1 | -4/+10 |
* | (easy_dhcp) sort devices and keep only eth[0-9]+ devices | Olivier Blin | 2004-08-17 | 1 | -4/+4 |
* | (conf_network_card_backend) set NET_INTERFACE too | Olivier Blin | 2004-08-17 | 1 | -1/+1 |
* | (easy_dhcp) allow configured interface not to be eth0 and make sure it | Olivier Blin | 2004-08-17 | 1 | -4/+6 |
* | (write_interface_conf) use unspec descriptor in iftab if link isn't ether | Olivier Blin | 2004-08-17 | 1 | -2/+3 |
* | fix sagem pty quoting | Olivier Blin | 2004-08-17 | 1 | -1/+1 |
* | sagem: don't run pppoa if the ethernet interface isn't created and use | Olivier Blin | 2004-08-17 | 1 | -1/+1 |
* | (easy_dhcp) handle pcmci card too | Thierry Vignaud | 2004-08-17 | 1 | -1/+1 |
* | fix suckiness (write proper iftab) | Olivier Blin | 2004-08-17 | 1 | -1/+1 |
* | NET_INTERFACE should be ppp0 for pppoe too | Olivier Blin | 2004-08-16 | 1 | -1/+2 |
* | add reminder about external ISDN modems (special init string) | Olivier Blin | 2004-08-16 | 1 | -0/+3 |
* | do not write noipdefault in /etc/ppp/peers/ppp0 for pptp connections | Olivier Blin | 2004-08-16 | 1 | -1/+2 |
* | (adsl_probe_info) net_cnx_up is obsolete, pptp info is available in | Olivier Blin | 2004-08-16 | 1 | -2/+0 |
* | (adsl_conf_backend) don't write net cnx scripts, internet service | Olivier Blin | 2004-08-16 | 1 | -2/+0 |
* | remove useless assignment (already done in adsl_protocol step) | Olivier Blin | 2004-08-16 | 1 | -1/+0 |
* | fix pppoe with sagem (write ETH=`/usr/sbin/eaglectrl -i` instead of ETH=sagem) | Olivier Blin | 2004-08-16 | 1 | -1/+2 |
* | don't configure firewall after configuring network during install | Pascal Rigaux | 2004-08-16 | 1 | -5/+0 |
* | (write_interface_conf) do not write undefined MAC address in iftab | Olivier Blin | 2004-08-13 | 1 | -2/+2 |
* | write interface MAC address in iftab | Olivier Blin | 2004-08-12 | 1 | -0/+3 |
* | errm, don't commit crappy gnome proxy handling for now | Olivier Blin | 2004-08-12 | 1 | -34/+0 |
* | (write_interface_conf) simplify HWADDR assignment and define | Olivier Blin | 2004-08-12 | 1 | -8/+37 |
* | kill unused variables | Olivier Blin | 2004-08-12 | 1 | -2/+2 |
* | kill deprecated parts | Olivier Blin | 2004-08-12 | 1 | -36/+0 |
* | set both NET_DEVICE and NET_INTERFACE in automatic lan configuration | Olivier Blin | 2004-08-12 | 1 | -1/+1 |
* | set NET_DEVICE and NET_INTERFACE for lan and adsl dhcp/manual connections | Olivier Blin | 2004-08-12 | 1 | -0/+1 |
* | remove unused variable in network::netconnect, thanks perl_checker | Olivier Blin | 2004-08-10 | 1 | -2/+1 |
* | add some FIXME comments in network::netconnect | Olivier Blin | 2004-08-10 | 1 | -2/+2 |
* | network::tools::connect_prog shouldn't be used/written anymore now | Olivier Blin | 2004-08-10 | 1 | -41/+0 |
* | kill some more connect/disconnect_file | Olivier Blin | 2004-08-10 | 1 | -6/+1 |
* | mount /proc, /sys and /proc/usb/usb in $prefix ASAP instead of doing it at va... | Pascal Rigaux | 2004-08-10 | 1 | -6/+0 |
* | mounting device "none" is cleaner | Pascal Rigaux | 2004-08-10 | 1 | -1/+1 |
* | in netconnect::(start|stop)_internet, use (connect|disconnect)_backend | Olivier Blin | 2004-08-09 | 1 | -2/+2 |
* | perl_checker prototype compliance | Pascal Rigaux | 2004-08-09 | 1 | -6/+6 |
* | perl_checker compliance + cleanup | Pascal Rigaux | 2004-08-09 | 1 | -14/+14 |
* | s/iwpconfig/iwconfig | Funda Wang | 2004-08-08 | 1 | -1/+1 |
* | (network::adsl::adsl_conf_backend) add ppp_async alias for sagem | Olivier Blin | 2004-08-06 | 1 | -2/+3 |
* | (adsl_conf_backend) let's have a better looking mesage | Thierry Vignaud | 2004-08-06 | 1 | -1/+1 |
* | fix titypo | Olivier Blin | 2004-08-06 | 1 | -1/+1 |
* | try to load all modules that may be needed to establish connexion | Olivier Blin | 2004-08-06 | 1 | -2/+4 |
* | (adsl_conf_backend) only try to mount /proc if it wasn't (eg if we | Thierry Vignaud | 2004-08-06 | 1 | -1/+1 |
* | try to mount proc fs too, in case it wasn't done earlier | Olivier Blin | 2004-08-06 | 1 | -0/+1 |
* | use the new kdenetwork-kppp-provider package (thanks Laurent !) to be | Olivier Blin | 2004-08-06 | 1 | -0/+1 |
* | set netcnx type when an external isdn modem is selected, or else | Olivier Blin | 2004-08-05 | 1 | -1/+1 |
* | try to mount usbdevfs in $::prefix before attempting to run adsl start | Olivier Blin | 2004-08-05 | 1 | -1/+5 |