summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksec
Commit message (Collapse)AuthorAgeFilesLines
...
* Some standalone tools don't compile when run from consoleRafael Garcia-Suarez2004-06-241-1/+10
|
* enforce introduction of translators hints into translation catalogsThierry Vignaud2004-06-141-2/+2
| | | | | | | | | | | (perl_checker should have been loudly complain on those!!!! :-(): - add missing coma caracter - move them near translations note that i didn't bother check po comments that already have the proper comma. instead this should be done by perl_checker which should warn about po comments out of translation calls and tags contexts
* switch from deprecated OptionMenu into new ComboBox widgetThierry Vignaud2004-05-241-1/+1
|
* (wait_msg) show up some translated titleThierry Vignaud2004-03-041-1/+1
|
* perl_checker cleanupsThierry Vignaud2004-03-011-1/+1
|
* sanitize main explanation text (resizable, weight, margin, ...)Thierry Vignaud2004-03-011-3/+14
|
* prevent pull-down menus to fill availlable space in packtablesThierry Vignaud2004-03-011-1/+1
|
* wrap and left align main options labelsThierry Vignaud2004-03-011-3/+3
|
* do not left align main explanation textThierry Vignaud2004-03-011-1/+1
|
* workaround gtk limitation #133489Thierry Vignaud2004-02-061-9/+11
|
* update copyright noticesThierry Vignaud2004-01-221-1/+2
|
* sanitize buttons through reusing create_okcancel()Thierry Vignaud2004-01-131-16/+13
|
* log values too in explanationsThierry Vignaud2003-10-081-5/+5
|
* add help buttonsThierry Vignaud2003-09-081-0/+2
|
* translate default value in help tooltips tooThierry Vignaud2003-08-221-11/+12
|
* CJK fixes: use newly introduced Gtk2::WrappedLabel packageThierry Vignaud2003-08-221-13/+5
|
* fix english (thanks to Reinout van Schouwen)Pascal Rigaux2003-08-211-1/+1
|
* remove stock icons (per IHM team request)Pascal Rigaux2003-08-051-2/+2
|
* perl_checker compliancePascal Rigaux2003-08-011-1/+1
|
* restore help for msec checksThierry Vignaud2003-07-241-1/+1
|
* N_ON_E is of no use, NONE isThierry Vignaud2003-07-221-1/+1
|
* simplify and order vertically OptionMenusThierry Vignaud2003-07-221-7/+2
|
* add hints for translatorsThierry Vignaud2003-07-211-0/+2
|
* make 1st tab title somewhat clearerThierry Vignaud2003-07-211-1/+1
|
* fix infamous "when embedded draksec can be enlarged but never shrink back"Thierry Vignaud2003-07-211-4/+7
|
* one should not be able to set syadmin when no reportsThierry Vignaud2003-07-211-4/+10
|
* - describe all security levelsThierry Vignaud2003-07-211-23/+46
| | | | | | | - make it clean than security admin is not a security level - colorize security levels names - use a label instead of textview
* fix checks loadingThierry Vignaud2003-07-191-1/+1
|
* fix checks settingThierry Vignaud2003-07-191-1/+1
|
* fix config loadThierry Vignaud2003-07-191-7/+10
|
* now that we display localized descriptions instead of raw functionThierry Vignaud2003-07-181-3/+3
| | | | | names, we've to sort the formers instead of sorting the laters
* fix preferences loading & savingThierry Vignaud2003-07-181-4/+4
|
* - (new_wrapped_label)wrap labels if needed when embeddedThierry Vignaud2003-07-151-9/+16
| | | | | | - (new_editable_combo) it had always forbid edition, which is now enforced by using OptionMenus, so let rename it new_nonedit_combo()
* translate default values qw(yes no all ignore ...) and provide englishThierry Vignaud2003-07-141-7/+17
| | | | | (l10n-able) descriptions instead of function names
* use new Gtk2::OptionMenu compatibility layer to get better designed GUIesThierry Vignaud2003-07-141-2/+1
|
* sanitize button layouts:Thierry Vignaud2003-07-141-4/+6
| | | | | | | - use stock items everywhere - use ButtonBoxes everywhere - pack buttons always in the same order and places
* use stock item for cancelling the appThierry Vignaud2003-07-101-1/+1
|
* fix entry fillingThierry Vignaud2003-07-101-1/+1
|
* perl_checker fixesThierry Vignaud2003-05-231-8/+8
|
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-2/+2
|
* new perl_checker compliancePascal Rigaux2003-04-171-3/+3
|
* - clean wait messages creationThierry Vignaud2003-03-101-8/+3
| | | | | | - fix wait messages displaying (label was not displayed) in both standalone and embedded modes
* perl_checker fixThierry Vignaud2003-03-061-1/+1
|
* let i fit in 800x600Thierry Vignaud2003-03-061-1/+1
|
* - untabifyThierry Vignaud2003-02-181-36/+26
| | | | | | | - (basic_seclevel_option) inline it and kill it - (new_editable_combo) take two arguments, a ref on strings list and the default value
* cleanup security::level, hopefully the **** draksec still worksPascal Rigaux2003-02-141-1/+1
|
* do not enfore default settingsThierry Vignaud2003-02-121-1/+0
|
* - fix get_check_default() and get_function_default() descriptionThierry Vignaud2003-02-041-23/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix "check states were not saved if their value did not change (thus reverting it to default on disk)" - fix emebedding (no transcience when embedded) - fix "value get chop()-ed until it disapear and is reset to default" - log which security level is set and not only the switch killing latest remanent parts of christian "yeah baby, i'm piggy" work: - functions and checks listing : o rename get_functions() as list_functions() and get_default_checks() as list_checks(); this is both more homogenous and enable one to separate them from the get_(check|function)_(value|default) function group o regroup them o over simplify list_functions(): leave functions listing to msec (aka /usr/share/msec/level.<LEVEL>, assuming share/msec.py is always up to date, just don't care reparsing python code (this is plain stupid); if we cannot rely on msec, on who could we :-) ? o this allow to simplify msec gui so that we do not exclude stuff already excluded - remove config_check(), config_funtion(): replace them by: o set_check() and set_function() to store new values in data structure o apply_checks() and apply_functions() to save these new values, thus writing config files once and not twice the functions & checks count
* now, we always have a help entry and a default value but when fredl rename aThierry Vignaud2003-02-041-4/+4
| | | | | | check and forgot to remove it from /var/lib/msec/security.conf like CHECK_SUID_GROUP => CHECK_SGID, but hopefully, he'll fix msec
* - msec was altered to produce help suitable for formatAlaTeX()Thierry Vignaud2003-02-031-1/+1
| | | | | - use formatAlaTeX() to have nicer tooltips