| Commit message (Expand) | Author | Age | Files | Lines |
* | configure pppoe connections in a ppp peer file | Olivier Blin | 2005-04-28 | 1 | -29/+30 |
* | display VPI/VCI values in decimal | Olivier Blin | 2005-04-27 | 1 | -6/+10 |
* | Maybe the last Mandrake->Mandriva replacement. | Funda Wang | 2005-04-27 | 1 | -1/+1 |
* | reindent | Olivier Blin | 2005-04-27 | 1 | -64/+70 |
* | don't write /etc/ppp/options anymore, adjust options in peer files | Olivier Blin | 2005-04-27 | 1 | -48/+15 |
* | handle errors in wireless packages installation, simplify | Olivier Blin | 2005-04-24 | 2 | -36/+46 |
* | allow to disable WPA even if no key is used | Olivier Blin | 2005-04-24 | 1 | -6/+6 |
* | fix WPA key | Olivier Blin | 2005-04-24 | 2 | -4/+4 |
* | s/Mandrivalinux/Mandriva Linux/ | Pablo Saratxaga | 2005-04-23 | 2 | -2/+2 |
* | switch from MandrakeSoft to Mandriva | Thierry Vignaud | 2005-04-21 | 4 | -5/+5 |
* | rename "ethernet connection" as "LAN connection" like anywhere since | Thierry Vignaud | 2005-04-21 | 1 | -1/+1 |
* | (setup_device) move comment where it's appropriate | Thierry Vignaud | 2005-04-20 | 1 | -1/+1 |
* | allow to choose the wireless encryption mode between "None", "Open WEP", "Res... | Olivier Blin | 2005-04-20 | 3 | -126/+150 |
* | simplify | Olivier Blin | 2005-04-19 | 1 | -4/+2 |
* | fix ancient bug (Managed should be the default wireless mode, not Secondary) ... | Olivier Blin | 2005-04-19 | 1 | -10/+2 |
* | really use given encryption key | Olivier Blin | 2005-04-19 | 1 | -1/+1 |
* | network::wireless is needed for wireless configuration | Olivier Blin | 2005-04-19 | 1 | -0/+1 |
* | fix typo | Olivier Blin | 2005-04-19 | 1 | -1/+1 |
* | fix typo | Olivier Blin | 2005-04-19 | 1 | -2/+2 |
* | improve ndiswrapper driver configuration (allow to select driver, device and ... | Olivier Blin | 2005-04-19 | 2 | -53/+161 |
* | fix Titi sux (we do want to use sysfs if ethtool fails) | Olivier Blin | 2005-04-19 | 1 | -1/+1 |
* | convert_key_for_wpa_supplicant is now in network::wireless | Olivier Blin | 2005-04-19 | 1 | -1/+1 |
* | fix missing step | Olivier Blin | 2005-04-19 | 1 | -1/+1 |
* | move wireless stuff in wireless.pm | Olivier Blin | 2005-04-19 | 4 | -203/+213 |
* | do not write zeroed MAC addresses in iftab, it confuses ifrename | Olivier Blin | 2005-04-19 | 1 | -0/+2 |
* | do not crash if modprobe fails | Olivier Blin | 2005-04-19 | 1 | -2/+2 |
* | do not show empty ndiswrapper devices list | Olivier Blin | 2005-04-19 | 2 | -22/+31 |
* | unload ndiswrapper first so that the newly installed .inf files will be read | Olivier Blin | 2005-04-19 | 1 | -0/+2 |
* | clean includes | Olivier Blin | 2005-04-18 | 1 | -2/+1 |
* | remove useless includes | Olivier Blin | 2005-04-18 | 1 | -1/+0 |
* | replace to_bool(grep) call with any | Olivier Blin | 2005-04-18 | 1 | -1/+1 |
* | fix automatic net interface detection | Olivier Blin | 2005-04-18 | 1 | -2/+1 |
* | merge wireless steps and move advanced settings in advanced mode (#15501) | Olivier Blin | 2005-04-18 | 1 | -24/+13 |
* | configure wpa driver in drakconnect, wpa_supplicant init script is dropped | Olivier Blin | 2005-04-18 | 2 | -13/+25 |
* | allow to modify METRIC settings in the wizard | Olivier Blin | 2005-04-14 | 1 | -0/+1 |
* | consider a device as wifi even if it isn't plugged (useful in manage wizard) | Olivier Blin | 2005-04-13 | 1 | -1/+1 |
* | use sysfs as fallback to detect wireless interfaces (rt2x00/prism2_*) | Olivier Blin | 2005-04-12 | 2 | -2/+2 |
* | Fix running ifup/ifdown not in chroot | Rafael Garcia-Suarez | 2005-04-12 | 1 | -2/+2 |
* | Need to specify the full path of ifup/ifdown when a shell isn't used to run them | Rafael Garcia-Suarez | 2005-04-12 | 1 | -2/+2 |
* | fix error reporting for ndiswrapper package installation (#15373) | Olivier Blin | 2005-04-11 | 1 | -1/+1 |
* | handle spaces in ndiswrapper drivers path | Olivier Blin | 2005-04-11 | 1 | -1/+1 |
* | add some comments for post 10.2 | Olivier Blin | 2005-04-08 | 1 | -0/+2 |
* | always restart slmodem, even if it was already installed | Olivier Blin | 2005-04-07 | 1 | -5/+4 |
* | net_applet: really allow users to start connection without having to | Olivier Blin | 2005-04-07 | 1 | -1/+1 |
* | run ifup/ifdown with run_program::raw and detach, so that pppd doesn't | Olivier Blin | 2005-04-07 | 1 | -3/+3 |
* | cosmetics | Olivier Blin | 2005-04-07 | 1 | -2/+3 |
* | create correct /dev/modem for HCF modems | Olivier Blin | 2005-04-07 | 1 | -0/+1 |
* | use correct package name for HCF modems | Olivier Blin | 2005-04-07 | 1 | -2/+2 |
* | fix h[cs]f fix | Olivier Blin | 2005-04-07 | 1 | -3/+3 |
* | improve wifi detection | Olivier Blin | 2005-04-05 | 1 | -2/+5 |