index
:
drakx
distro/mdv2007.1
distro/mdv2008.0
distro/mdv2008.1
distro/mdv2009.0
distro/mdv2009.1
distro/mdv2010.0
distro/mes5
distro/mes5-2.6.33
distro/mes6
distro/mga1
distro/mga2
distro/mga3
distro/mga4
distro/mga5
distro/mga6
distro/mga7
distro/mga8
distro/mga9
master
topic/Corpo_2_1
topic/KA9_0
topic/MDK-10-update
topic/MDK-10_1-update
topic/MDK-10_2-update
topic/MDK-2006_0-update
topic/MDK92-branch
topic/MDKC_1_0
topic/PCMCIA_CS_DISTRO
topic/R9_0-64bit-branch
topic/R9_1_HP-branch
topic/a
topic/before_matchbox_wm
topic/bug-13680
topic/dietlibc
topic/efi
topic/extlinux
topic/firewall
topic/gdk-pixbuf-0-branch
topic/gi-ppc
topic/ia64-8_1
topic/mandrakesoft
topic/mlcd4
topic/ppp
topic/rp-pppoe
topic/switching_to_dnf
topic/switching_to_urpmi
topic/unlabeled-1.1.1
topic/v_webmin_0_87
topic/x86_64-branch
user/animtim/designWork
user/colin/rescue-systemd
user/ennael/mga6
user/erwan/bug-13680
user/jibz/aarch64
user/martinw/mga6
user/pterjan/arm64
Mageia Installer and base platform for many utilities
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
perl-install
/
security
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
run msec after setting changes
Thierry Vignaud
2002-09-18
1
-1
/
+5
*
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
2
-216
/
+119
*
- security::msec :
Thierry Vignaud
2002-09-17
2
-19
/
+17
*
- msec::config_check: use MDK::Common to set option rather
Thierry Vignaud
2002-09-17
2
-138
/
+99
*
- security::main: kill duplicated 'use strict'
Thierry Vignaud
2002-09-17
2
-5
/
+4
*
remove libsafe option (not anymore used by msec)
Thierry Vignaud
2002-09-17
1
-1
/
+1
*
add ignore option to msec items
Thierry Vignaud
2002-09-17
1
-3
/
+3
*
- draksec window title is draksec, not "draksec - basic options" since it offer
Thierry Vignaud
2002-09-12
2
-11
/
+14
*
improved i18n handling
Pablo Saratxaga
2002-09-10
1
-5
/
+5
*
inline seclevel_explain (why using functions to return a text label ?)
Thierry Vignaud
2002-09-10
2
-24
/
+16
*
move back draksec's files in drakxtools
Thierry Vignaud
2002-09-10
3
-0
/
+672
*
- draksec is in his own package now
Christian Belisle
2002-08-19
3
-349
/
+0
[next]