Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (set) silent a warning | Thierry Vignaud | 2013-02-26 | 1 | -2/+2 |
| | |||||
* | adapt to new help layout (mga#5634) | Thierry Vignaud | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | help perl_checker | Thierry Vignaud | 2012-03-23 | 1 | -2/+2 |
| | |||||
* | fix default level being 'standard' (Thierry Vignaud) | Anne Nicolas | 2011-05-27 | 1 | -2/+2 |
| | |||||
* | (rawlevel_list,to_lowlevel_string,from_lowlevel_string) introduce them | Thierry Vignaud | 2011-05-19 | 1 | -1/+13 |
| | | | | | | | in order to read/write new msec config file format (get) fix reading security level with new msec (mga#332) | ||||
* | (set) perl_checker cleanup | Thierry Vignaud | 2011-05-19 | 1 | -1/+1 |
| | |||||
* | Using Standard security level if specified level is out of range. | Eugeni Dodonov | 2009-04-14 | 1 | -0/+2 |
| | |||||
* | Updated level.pm to work with new msec (0.60.x+) | Eugeni Dodonov | 2009-02-05 | 1 | -22/+16 |
| | |||||
* | fix/adjust some help pages (#42986) | Thierry Vignaud | 2008-09-30 | 1 | -1/+1 |
| | |||||
* | (level_choose) remove wrongly commited debug stuff | Thierry Vignaud | 2008-09-19 | 1 | -1/+1 |
| | |||||
* | (level_choose) fix defaulting to current security level in GUI | Thierry Vignaud | 2008-09-15 | 1 | -1/+1 |
| | | | | | | (regression introduced in r244534 on 2008-08-29, was: '(level_choose) refresh "Security" step' | ||||
* | (level_choose) remove dead code | Thierry Vignaud | 2008-09-15 | 1 | -1/+1 |
| | |||||
* | (level_choose) drop now unused 'libsafe' parameter | Thierry Vignaud | 2008-09-15 | 1 | -1/+1 |
| | |||||
* | (level_choose) kill 'libsafe' option which isn't visible since libsafe | Thierry Vignaud | 2008-09-15 | 1 | -3/+0 |
| | | | | | package is not availalbe since 2007.1 | ||||
* | (level_choose) explain to translators | Thierry Vignaud | 2008-08-29 | 1 | -1/+4 |
| | |||||
* | (level_choose) remove debug statement | Thierry Vignaud | 2008-08-29 | 1 | -1/+1 |
| | |||||
* | (level_choose) refresh "Security" step | Thierry Vignaud | 2008-08-29 | 1 | -4/+6 |
| | |||||
* | stop setting banner icon now we do not display them anymore | Thierry Vignaud | 2008-07-29 | 1 | -1/+0 |
| | |||||
* | fill in missing titles for banners and specify icons | Thierry Vignaud | 2005-08-27 | 1 | -1/+2 |
| | |||||
* | really default security level 3 | Pascal Rigaux | 2005-03-24 | 1 | -1/+1 |
| | |||||
* | (get) default to standard level; else security::msec won't be able to | Thierry Vignaud | 2004-06-10 | 1 | -1/+1 |
| | | | | | | load any values when level is not set (thus resulting in an empty draksec GUI) | ||||
* | fix #3618 | Thierry Vignaud | 2003-04-30 | 1 | -1/+1 |
| | |||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -4/+4 |
| | |||||
* | replace %level_list with level_list() so that N("...") is called at runtime | Pascal Rigaux | 2003-02-17 | 1 | -13/+13 |
| | | | | | instead of compile-time | ||||
* | cleanup security::level, hopefully the **** draksec still works | Pascal Rigaux | 2003-02-14 | 1 | -32/+11 |
| | |||||
* | fix errors (due to previous commit) | Pascal Rigaux | 2003-02-14 | 1 | -4/+4 |
| | |||||
* | create security::level::to_string() | Pascal Rigaux | 2003-02-14 | 1 | -4/+8 |
| | |||||
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -5/+5 |
| | | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now | ||||
* | 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 |
| | |||||
* | - 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 |