| Commit message (Expand) | Author | Age | Files | Lines |
* | translate connection type (Fabrice Facorat) | Olivier Blin | 2004-07-20 | 1 | -2/+2 |
* | fix spacing (from Fabrice Facorat, #10300), remove blank line | Olivier Blin | 2004-07-20 | 1 | -2/+1 |
* | use correct method variable in chooseCD (even if this code is used only in ex... | Olivier Blin | 2004-07-20 | 1 | -1/+1 |
* | Add desciption for authentification type | Vicent Guardiola | 2004-07-20 | 1 | -5/+17 |
* | Add type => 'list' in ask_from | Vicent Guardiola | 2004-07-20 | 1 | -1/+1 |
* | don't probe again connection type here since now | Olivier Blin | 2004-07-20 | 1 | -1/+0 |
* | don't forget to send $netcnx to network::network::read_all_conf ... | Olivier Blin | 2004-07-20 | 1 | -1/+1 |
* | changed MandrakeSoft -> Mandrakesoft | Pablo Saratxaga | 2004-07-20 | 1 | -0/+1 |
* | changed MandrakeSoft -> Mandrakesoft | Pablo Saratxaga | 2004-07-20 | 3 | -1136/+1387 |
* | (write) better check parameter rather than EUID | Thierry Vignaud | 2004-07-20 | 1 | -1/+1 |
* | (write) do not bother trying to write /etc/menu-methods/lang.h when | Thierry Vignaud | 2004-07-20 | 1 | -1/+1 |
* | MandrakeSoft -> Mandrakesoft | Pascal Rigaux | 2004-07-20 | 41 | -51/+51 |
* | *** empty log message *** | Pascal Rigaux | 2004-07-20 | 1 | -1/+111 |
* | clean code | Vicent Guardiola | 2004-07-20 | 1 | -4/+8 |
* | adapt to file renaming | Pascal Rigaux | 2004-07-20 | 1 | -3/+3 |
* | remove debugging code | Pascal Rigaux | 2004-07-20 | 1 | -2/+0 |
* | modify nss_path one to sub | Vicent Guardiola | 2004-07-19 | 1 | -12/+30 |
* | *** empty log message *** | Vicent Guardiola | 2004-07-19 | 1 | -3/+1 |
* | 10-56mdk | Thierry Vignaud | 2004-07-19 | 1 | -1/+19 |
* | unsensitive buttons immediatly once ifup/isdown has completed | Thierry Vignaud | 2004-07-19 | 1 | -2/+19 |
* | Add function write_smb_ads_conf | Vicent Guardiola | 2004-07-19 | 1 | -0/+32 |
* | use run_program, try to handle default interface better | Olivier Blin | 2004-07-19 | 1 | -4/+5 |
* | disable the connect button if up interface is found (there is | Olivier Blin | 2004-07-19 | 1 | -2/+2 |
* | perl_checker compliance | Pascal Rigaux | 2004-07-19 | 1 | -1/+1 |
* | also add long name when adding add short name | Pascal Rigaux | 2004-07-19 | 1 | -8/+12 |
* | don't bootloader::suggest_floppy | Pascal Rigaux | 2004-07-19 | 2 | -16/+0 |
* | don't unset prompt when timeout is undefined (and don't care when timeout is 0) | Pascal Rigaux | 2004-07-19 | 1 | -2/+2 |
* | add multimedia kernel in analyse_kernel_name | Pascal Rigaux | 2004-07-19 | 1 | -1/+1 |
* | code factorization, do not use system() but fork() and exec() since we don't | Olivier Blin | 2004-07-19 | 1 | -4/+19 |
* | perl_checker compliance | Olivier Blin | 2004-07-19 | 1 | -1/+1 |
* | use ifup/ifdown to connect/disconnect | Olivier Blin | 2004-07-19 | 1 | -5/+2 |
* | no need to be root to monitor connection | Olivier Blin | 2004-07-19 | 1 | -1/+1 |
* | make the tcp ping actually work | Olivier Blin | 2004-07-19 | 1 | -1/+9 |
* | do not write wireless encryption key if empty | Olivier Blin | 2004-07-19 | 1 | -1/+1 |
* | use hotplug blacklist for adsl connections too | Olivier Blin | 2004-07-19 | 1 | -4/+10 |
* | save the previous bootloader config file (bugzilla #10072) | Pascal Rigaux | 2004-07-18 | 1 | -6/+20 |
* | remove historical consolehelper files (pam.d and console.apps) | Daouda Lo | 2004-07-17 | 4 | -18/+5 |
* | fix predicted time when there is an error installing packages | Olivier Blin | 2004-07-16 | 1 | -0/+3 |
* | use a tcp ping in check_link_beat if not root | Olivier Blin | 2004-07-16 | 1 | -1/+1 |
* | do not ask to install already installed packages, prefer to install | Olivier Blin | 2004-07-16 | 1 | -1/+1 |
* | add a border spacing of 5 pixel (fix #10299, from Fabrice Facorat) | Olivier Blin | 2004-07-15 | 1 | -3/+3 |
* | 10-54mdk | Olivier Blin | 2004-07-15 | 1 | -1/+11 |
* | encryption key length can now be lower than 20, allowing >= 6 | Pascal Rigaux | 2004-07-15 | 1 | -1/+1 |
* | change_pt_type() must return a boolean value | Pascal Rigaux | 2004-07-15 | 1 | -0/+1 |
* | make_boot_splash is no good since the same initrd is used with or without vga=, | Pascal Rigaux | 2004-07-15 | 2 | -10/+1 |
* | alt_xxx instead of old_xxx for bootloader labels (as suggested by Svetoslav S... | Pascal Rigaux | 2004-07-15 | 1 | -1/+1 |
* | *** empty log message *** | Pascal Rigaux | 2004-07-15 | 1 | -1/+97 |
* | remove unneeded return | Olivier Blin | 2004-07-14 | 1 | -1/+1 |
* | to_bool is what I was looking for, thanks Pixel | Olivier Blin | 2004-07-14 | 1 | -1/+1 |
* | perl_checker fix, I should have done it before ... | Olivier Blin | 2004-07-14 | 1 | -1/+1 |