| Commit message (Expand) | Author | Age | Files | Lines |
* | resync with msec | Thierry Vignaud | 2003-02-18 | 1 | -1/+1 |
* | replace %level_list with level_list() so that N("...") is called at runtime | Pascal Rigaux | 2003-02-17 | 1 | -13/+13 |
* | synced with msec | Thierry Vignaud | 2003-02-17 | 1 | -1/+1 |
* | cleanup security::level, hopefully the **** draksec still works | Pascal Rigaux | 2003-02-14 | 1 | -32/+11 |
* | fix errors (due to previous commit) | Pascal Rigaux | 2003-02-14 | 1 | -4/+4 |
* | create security::level::to_string() | Pascal Rigaux | 2003-02-14 | 1 | -4/+8 |
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -5/+5 |
* | new data structure enables to do further cleanups and to spot old bugs (aka | Thierry Vignaud | 2003-02-05 | 1 | -46/+35 |
* | perl_checker fix | Thierry Vignaud | 2003-02-04 | 1 | -1/+0 |
* | - fix get_check_default() and get_function_default() description | Thierry Vignaud | 2003-02-04 | 1 | -56/+59 |
* | - consolidate file names | Thierry Vignaud | 2003-02-03 | 1 | -75/+87 |
* | - msec was altered to produce help suitable for formatAlaTeX() | Thierry Vignaud | 2003-02-03 | 1 | -0/+33 |
* | auto-generated from msec/share/draksec_help.py libmsec and moved from | Thierry Vignaud | 2003-02-03 | 1 | -0/+139 |
* | English proofreading (first pass) | Pablo Saratxaga | 2003-01-21 | 1 | -2/+2 |
* | replace occurences of "$foo ? $foo : $bar" with "$foo || $bar" | Pascal Rigaux | 2003-01-16 | 1 | -2/+2 |
* | deprecates security::libsafe | Pascal Rigaux | 2002-12-29 | 1 | -0/+28 |
* | - move any::choose_security_level() to security::level::level_choose() | Pascal Rigaux | 2002-12-29 | 2 | -18/+40 |
* | move draksec's gui into the standalone program, | Thierry Vignaud | 2002-12-13 | 1 | -243/+0 |
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -2/+2 |
* | syntax changes to make perl_checker happy | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
* | syntax changes to make perl_checker happy | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
* | share common options | Mystery Man 580 | 2002-12-04 | 1 | -5/+7 |
* | - fix obvious pixel typo (s/if/if_/) | Mystery Man 580 | 2002-12-04 | 1 | -61/+7 |
* | fix typo | Pascal Rigaux | 2002-12-03 | 1 | -1/+1 |
* | simplify (esp. use cat_) | Pascal Rigaux | 2002-12-03 | 1 | -20/+2 |
* | (get_value): cleanup | Pascal Rigaux | 2002-12-03 | 1 | -34/+20 |
* | - gtk2 port | Thierry Vignaud | 2002-12-02 | 1 | -46/+48 |
* | simplify | Thierry Vignaud | 2002-11-20 | 1 | -1/+1 |
* | cleanups | Thierry Vignaud | 2002-11-20 | 1 | -3/+2 |
* | - fix duplication of sec level setting: | Thierry Vignaud | 2002-11-19 | 3 | -39/+59 |
* | previous example in perldoc was buggy; | Thierry Vignaud | 2002-11-19 | 1 | -14/+21 |
* | update copyright years | Thierry Vignaud | 2002-11-18 | 1 | -1/+1 |
* | - use run_program rather than raw system | Thierry Vignaud | 2002-11-15 | 1 | -16/+26 |
* | - kill unused myexit() | Thierry Vignaud | 2002-11-14 | 1 | -4/+2 |
* | - perl_checker fixes | Thierry Vignaud | 2002-11-14 | 1 | -17/+19 |
* | add/remove some spaces to make perl_checker happy | Pascal Rigaux | 2002-11-12 | 1 | -1/+1 |
* | fix _() -> N() conversion | Thierry Vignaud | 2002-11-12 | 1 | -1/+1 |
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 2 | -3/+3 |
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 2 | -6/+7 |
* | - use "foreach" instead of "for" in list context | Pascal Rigaux | 2002-11-11 | 1 | -2/+2 |
* | various small syntax enhancements to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -2/+2 |
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -17/+17 |
* | remember to factorize this with rpmdrake's wait messages in my_gtk | Thierry Vignaud | 2002-09-24 | 1 | -0/+1 |
* | ignore_list is useless | Thierry Vignaud | 2002-09-24 | 1 | -2/+1 |
* | remove "bogus periodic check 2" from periodic checks page | Thierry Vignaud | 2002-09-24 | 1 | -2/+1 |
* | let simplify | Thierry Vignaud | 2002-09-24 | 1 | -2/+1 |
* | s/package draksec::libsafe/package security::libsafe/ | Thierry Vignaud | 2002-09-19 | 1 | -1/+1 |
* | - factorize @sec_levels and %sec_levels for get_default() and | Thierry Vignaud | 2002-09-18 | 1 | -9/+7 |
* | fix wait_message doesn't display | Thierry Vignaud | 2002-09-18 | 1 | -2/+4 |
* | remove brackets on function values loading | Thierry Vignaud | 2002-09-18 | 1 | -4/+8 |