| Commit message (Expand) | Author | Age | Files | Lines |
* | sync with msec-0.44 | Thierry Vignaud | 2004-07-30 | 1 | -1/+1 |
* | (apply_checks) reindent | Thierry Vignaud | 2004-02-10 | 1 | -7/+7 |
* | (apply_checks) fix unable to save checks when config file is empty | Thierry Vignaud | 2004-02-10 | 1 | -10/+8 |
* | fix draksec not saving options when config file do not exists :-( | Thierry Vignaud | 2004-02-06 | 1 | -0/+2 |
* | fix parsing of default values for multi argument msec functions | Thierry Vignaud | 2004-01-29 | 1 | -1/+1 |
* | fix #6103: | Thierry Vignaud | 2003-10-08 | 1 | -3/+8 |
* | perl_checker compliance | Pascal Rigaux | 2003-08-11 | 1 | -1/+1 |
* | sort functions & checks when writing configuration | Thierry Vignaud | 2003-07-19 | 1 | -2/+2 |
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -3/+3 |
* | - fix #3616 (draksec discarding changes) | Thierry Vignaud | 2003-05-20 | 1 | -2/+2 |
* | 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 |
* | - 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 |
* | 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 | 1 | -33/+5 |
* | 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 |
* | - perl_checker fixes | Thierry Vignaud | 2002-11-14 | 1 | -17/+19 |
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 1 | -2/+2 |
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+2 |
* | - 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 |
* | ignore_list is useless | Thierry Vignaud | 2002-09-24 | 1 | -2/+1 |
* | - factorize @sec_levels and %sec_levels for get_default() and | Thierry Vignaud | 2002-09-18 | 1 | -9/+7 |
* | remove brackets on function values loading | Thierry Vignaud | 2002-09-18 | 1 | -4/+8 |
* | respect msec syntax | Thierry Vignaud | 2002-09-18 | 1 | -1/+1 |
* | "kill quart of draksec code" patch aka make it really working aka "happy fred" : | Thierry Vignaud | 2002-09-18 | 1 | -51/+42 |
* | - security::msec : | Thierry Vignaud | 2002-09-17 | 1 | -18/+16 |
* | - msec::config_check: use MDK::Common to set option rather | Thierry Vignaud | 2002-09-17 | 1 | -110/+67 |
* | - security::main: kill duplicated 'use strict' | Thierry Vignaud | 2002-09-17 | 1 | -1/+1 |
* | remove libsafe option (not anymore used by msec) | Thierry Vignaud | 2002-09-17 | 1 | -1/+1 |
* | - draksec window title is draksec, not "draksec - basic options" since it offer | Thierry Vignaud | 2002-09-12 | 1 | -0/+3 |
* | inline seclevel_explain (why using functions to return a text label ?) | Thierry Vignaud | 2002-09-10 | 1 | -20/+0 |
* | move back draksec's files in drakxtools | Thierry Vignaud | 2002-09-10 | 1 | -0/+356 |
* | - draksec is in his own package now | Christian Belisle | 2002-08-19 | 1 | -283/+0 |
* | - Fix page change between checks -> advanced | Christian Belisle | 2002-07-31 | 1 | -1/+2 |
* | - Factorize options-related functions | Christian Belisle | 2002-07-31 | 1 | -26/+103 |
* | - put the basic button on top (in the advanced page) | Christian Belisle | 2002-07-31 | 1 | -3/+4 |
* | - complete re-write | Christian Belisle | 2002-07-30 | 1 | -23/+136 |
* | - fix typo: s/%%options;/%%options/ | Daouda Lo | 2002-07-23 | 1 | -1/+1 |
* | - add prefix var in file names | Christian Belisle | 2002-07-18 | 1 | -4/+10 |
* | move the msec related functions from any.pm to msec.pm. create sec_options | Christian Belisle | 2002-07-18 | 1 | -225/+72 |
* | - Customize entries for each options (checkboxes, text boxes and lists) | Christian Belisle | 2002-06-17 | 1 | -46/+89 |
* | added network, server and user advanced options | Christian Belisle | 2002-06-17 | 1 | -1/+120 |