summaryrefslogtreecommitdiffstats
path: root/perl-install/security
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-17/+17
* remember to factorize this with rpmdrake's wait messages in my_gtkThierry Vignaud2002-09-241-0/+1
* ignore_list is uselessThierry Vignaud2002-09-241-2/+1
* remove "bogus periodic check 2" from periodic checks pageThierry Vignaud2002-09-241-2/+1
* let simplifyThierry Vignaud2002-09-241-2/+1
* s/package draksec::libsafe/package security::libsafe/Thierry Vignaud2002-09-191-1/+1
* - factorize @sec_levels and %sec_levels for get_default() andThierry Vignaud2002-09-181-9/+7
* fix wait_message doesn't displayThierry Vignaud2002-09-181-2/+4
* remove brackets on function values loadingThierry Vignaud2002-09-181-4/+8
* run msec after setting changesThierry Vignaud2002-09-181-1/+5
* respect msec syntaxThierry Vignaud2002-09-181-1/+1
* "kill quart of draksec code" patch aka make it really working aka "happy fred" :Thierry Vignaud2002-09-182-216/+119
* - security::msec :Thierry Vignaud2002-09-172-19/+17
* - msec::config_check: use MDK::Common to set option ratherThierry Vignaud2002-09-172-138/+99
* - security::main: kill duplicated 'use strict'Thierry Vignaud2002-09-172-5/+4
* remove libsafe option (not anymore used by msec)Thierry Vignaud2002-09-171-1/+1
* add ignore option to msec itemsThierry Vignaud2002-09-171-3/+3
* - draksec window title is draksec, not "draksec - basic options" since it offerThierry Vignaud2002-09-122-11/+14
* improved i18n handlingPablo Saratxaga2002-09-101-5/+5
* inline seclevel_explain (why using functions to return a text label ?)Thierry Vignaud2002-09-102-24/+16
* move back draksec's files in drakxtoolsThierry Vignaud2002-09-103-0/+672
* - draksec is in his own package nowChristian Belisle2002-08-193-349/+0
* - draksec is in his own package now.Christian Belisle2002-08-191-18/+0
* shorewall-related functions will go here.Christian Belisle2002-08-071-0/+0
* - Fix page change between checks -> advancedChristian Belisle2002-07-311-1/+2
* - Factorize options-related functionsChristian Belisle2002-07-312-29/+106
* - factorize functions (many functions -> one function)Christian Belisle2002-07-311-34/+31