Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace occurences of "$foo ? $foo : $bar" with "$foo || $bar" | Pascal Rigaux | 2003-01-16 | 1 | -2/+2 |
| | |||||
* | - move any::choose_security_level() to security::level::level_choose() | Pascal Rigaux | 2002-12-29 | 1 | -0/+40 |
| | | | | | | - move any::config_security_user() to security::various::config_security_user() - move any::config_libsafe() and security::libsafe::config_libsafe() to security::various::config_libsafe() | ||||
* | - fix duplication of sec level setting: | Thierry Vignaud | 2002-11-19 | 1 | -0/+47 |
merge any::get_secure_level() with secure::msec::get_secure_level() - move security level functions from secure::msec to secure::level - uses secure::level in install_steps - fix duplication of security level labels - draksec: use same strings in drakx, got nice translations - get_default_checks(): make it more readable |