summaryrefslogtreecommitdiffstats
path: root/perl-install/security
Commit message (Expand)AuthorAgeFilesLines
...
* describeThierry Vignaud2003-07-241-1/+4
* - filter dumb charactersThierry Vignaud2003-07-241-103/+45
* sort functions & checks when writing configurationThierry Vignaud2003-07-191-2/+2
* translate default values qw(yes no all ignore ...) and provide englishThierry Vignaud2003-07-141-0/+62
* perl_checker fixesThierry Vignaud2003-05-231-3/+3
* - fix #3616 (draksec discarding changes)Thierry Vignaud2003-05-201-2/+2
* fix #3618Thierry Vignaud2003-04-301-1/+1
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-4/+4
* new perl_checker compliancePascal Rigaux2003-04-171-2/+4
* resync with msecThierry Vignaud2003-02-181-1/+1
* replace %level_list with level_list() so that N("...") is called at runtimePascal Rigaux2003-02-171-13/+13
* synced with msecThierry Vignaud2003-02-171-1/+1
* cleanup security::level, hopefully the **** draksec still worksPascal Rigaux2003-02-141-32/+11
* fix errors (due to previous commit)Pascal Rigaux2003-02-141-4/+4
* create security::level::to_string()Pascal Rigaux2003-02-141-4/+8
* - set_help is deprecatedPascal Rigaux2003-02-131-5/+5
* new data structure enables to do further cleanups and to spot old bugs (akaThierry Vignaud2003-02-051-46/+35
* perl_checker fixThierry Vignaud2003-02-041-1/+0
* - fix get_check_default() and get_function_default() descriptionThierry Vignaud2003-02-041-56/+59
* - consolidate file namesThierry Vignaud2003-02-031-75/+87
* - msec was altered to produce help suitable for formatAlaTeX()Thierry Vignaud2003-02-031-0/+33
* auto-generated from msec/share/draksec_help.py libmsec and moved fromThierry Vignaud2003-02-031-0/+139
* English proofreading (first pass)Pablo Saratxaga2003-01-211-2/+2
* replace occurences of "$foo ? $foo : $bar" with "$foo || $bar"Pascal Rigaux2003-01-161-2/+2
* deprecates security::libsafePascal Rigaux2002-12-291-0/+28
* - move any::choose_security_level() to security::level::level_choose()Pascal Rigaux2002-12-292-18/+40
* move draksec's gui into the standalone program,Thierry Vignaud2002-12-131-243/+0
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-2/+2
* syntax changes to make perl_checker happyPascal Rigaux2002-12-041-1/+1
* syntax changes to make perl_checker happyPascal Rigaux2002-12-041-1/+1
* share common optionsMystery Man 5802002-12-041-5/+7
* - fix obvious pixel typo (s/if/if_/)Mystery Man 5802002-12-041-61/+7
* fix typoPascal Rigaux2002-12-031-1/+1
* simplify (esp. use cat_)Pascal Rigaux2002-12-031-20/+2
* (get_value): cleanupPascal Rigaux2002-12-031-34/+20
* - gtk2 portThierry Vignaud2002-12-021-46/+48
* simplifyThierry Vignaud2002-11-201-1/+1
* cleanupsThierry Vignaud2002-11-201-3/+2
* - fix duplication of sec level setting:Thierry Vignaud2002-11-193-39/+59
* previous example in perldoc was buggy;Thierry Vignaud2002-11-191-14/+21
* update copyright yearsThierry Vignaud2002-11-181-1/+1
* - use run_program rather than raw systemThierry Vignaud2002-11-151-16/+26
* - kill unused myexit()Thierry Vignaud2002-11-141-4/+2
* - perl_checker fixesThierry Vignaud2002-11-141-17/+19
* add/remove some spaces to make perl_checker happyPascal Rigaux2002-11-121-1/+1
* fix _() -> N() conversionThierry Vignaud2002-11-121-1/+1
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-112-3/+3
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-112-6/+7
* - use "foreach" instead of "for" in list contextPascal Rigaux2002-11-111-2/+2
* various small syntax enhancements to please perl_checkerPascal Rigaux2002-11-111-2/+2