| Commit message (Expand) | Author | Age | Files | Lines |
* | avoid being clashed by signature checking when installing packages, | Francois Pons | 2003-07-22 | 1 | -1/+1 |
* | don't use N() so early | Pascal Rigaux | 2003-06-06 | 1 | -13/+13 |
* | simplified code to allow parsing rpmdb instead of just urpmi db. | Francois Pons | 2003-03-26 | 1 | -5/+5 |
* | fix checking for installed kernel modules (for nvidia) (/me sux) | Francois Pons | 2003-03-14 | 1 | -3/+8 |
* | fixed return value of check_kernel_module_packages and examination of synthesis | Francois Pons | 2003-03-12 | 1 | -1/+1 |
* | fix small typo. | Francois Pons | 2003-03-12 | 1 | -7/+12 |
* | fixed error message. | Francois Pons | 2003-03-06 | 1 | -1/+1 |
* | added check_kernel_module_packages with same behaviour expected as for | Francois Pons | 2003-03-06 | 1 | -0/+34 |
* | final embedding cleanups | Thierry Vignaud | 2003-02-24 | 1 | -1/+1 |
* | Updated "Usage:" message for Scannerdrake. | Till Kamppeter | 2003-02-14 | 1 | -1/+1 |
* | s/version name/version number/ (Christophe Combelles) | Thierry Vignaud | 2003-01-28 | 1 | -1/+1 |
* | typo fix in logdrake usage help (spoted by Christophe Combelles) | Thierry Vignaud | 2003-01-28 | 1 | -1/+1 |
* | fix breakage introduced when lowering warning level | Thierry Vignaud | 2003-01-20 | 1 | -1/+1 |
* | - remove help callback (moved into drakhelp) | Daouda Lo | 2003-01-16 | 1 | -7/+0 |
* | make perl_checker happy | Pascal Rigaux | 2003-01-16 | 1 | -9/+9 |
* | "je n'en veux + de cette engeance" (c) pixel : | Thierry Vignaud | 2003-01-16 | 1 | -6/+7 |
* | - compress code (pixel) | Daouda Lo | 2003-01-07 | 1 | -5/+2 |
* | - perl checker | Daouda Lo | 2003-01-06 | 1 | -3/+2 |
* | - function on_request_help to display online help. | Daouda Lo | 2003-01-06 | 1 | -0/+12 |
* | fixes for wizards | Thierry Vignaud | 2003-01-02 | 1 | -2/+2 |
* | don't import everything from "common" (including MDK::Common::*) to get rid of | Pascal Rigaux | 2002-12-28 | 1 | -2/+2 |
* | help perl_checker knowing packages are used as classes | Pascal Rigaux | 2002-12-18 | 1 | -0/+1 |
* | remove double | Thierry Vignaud | 2002-12-13 | 1 | -4/+2 |
* | move draksec's gui into the standalone program, | Thierry Vignaud | 2002-12-13 | 1 | -1/+3 |
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-05 | 1 | -3/+3 |
* | no need to "require common", it is "use"d | Pascal Rigaux | 2002-12-04 | 1 | -1/+0 |
* | "require log" causes some pb, perl thinking that "log" is the log() function.... | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -2/+2 |
* | no need to call common::backtrace(), use directly backtrace() (was it written... | Pascal Rigaux | 2002-11-26 | 1 | -1/+1 |
* | - simplify --embedded handling | Thierry Vignaud | 2002-11-25 | 1 | -2/+2 |
* | make perl_checker happy | Pascal Rigaux | 2002-11-18 | 1 | -1/+1 |
* | drakbug, drakfont, drakperm, draksplash, drakxtv, harddrake2, | Thierry Vignaud | 2002-11-18 | 1 | -0/+26 |
* | typo fix | Thierry Vignaud | 2002-11-18 | 1 | -1/+1 |
* | switch drakTermServ to new option scheme | Thierry Vignaud | 2002-11-18 | 1 | -1/+11 |
* | rename modparm as modules::parameters | Thierry Vignaud | 2002-11-18 | 1 | -1/+1 |
* | final switch of drakbackup, logdrake and scannerdrake | Thierry Vignaud | 2002-11-18 | 1 | -11/+24 |
* | - standalone.pm : | Thierry Vignaud | 2002-11-18 | 1 | -9/+80 |
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -3/+3 |
* | when in install mode, log when a **** does a "use standalone" | Guillaume Cottenceau | 2002-09-19 | 1 | -0/+7 |
* | - use basename with drakbug for standalone tools | Daouda Lo | 2002-09-16 | 1 | -1/+1 |
* | - meuh aka launch drakbug when incident is risen | Daouda Lo | 2002-09-13 | 1 | -0/+2 |
* | - s/tinyfirewall/drakfirewall/ | Daouda Lo | 2002-09-02 | 1 | -1/+1 |
* | add modules network::tinyfirewall and network::shorewall | Pascal Rigaux | 2002-08-23 | 1 | -1/+1 |
* | - add do_pkgs->are_installed | Pascal Rigaux | 2002-08-21 | 1 | -2/+11 |
* | add ensure_is_installed (which was network::smbnfs::check_raw and is often us... | Pascal Rigaux | 2002-08-13 | 1 | -0/+14 |
* | - add setExportedVarsInSh and setExportedVarsInCsh | Pascal Rigaux | 2002-08-12 | 1 | -3/+8 |
* | add "use run_program" as needed | Pascal Rigaux | 2002-08-06 | 1 | -0/+3 |
* | (install): verify at least one package is not installed before displaying a | Pascal Rigaux | 2002-08-05 | 1 | -1/+4 |
* | don't display a wait_message in newt, but do suspend | Pascal Rigaux | 2002-08-01 | 1 | -4/+12 |