summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksec
Commit message (Collapse)AuthorAgeFilesLines
* perl_checker cleanupsThierry Vignaud2013-12-201-3/+3
|
* use expanders for clarityThierry Vignaud2013-12-201-5/+3
|
* perlish ->window => ->get_windowThierry Vignaud2013-11-241-1/+1
|
* perlish can_default() is no more: use set_/get_can_default() insteadThierry Vignaud2013-11-241-1/+1
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-11-241-4/+4
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-11-241-9/+9
|
* draksec: Make sure to restart polkitd after writing new rulesColin Guthrie2013-11-241-1/+3
| | | | | | Also do not try to rm the file if it does not exist (it seems to complain and then exit if you try to do it on a non-existant file - which means the function is not named nicely as -f to rm should make it ignore this)
* draksec: drakbackup seems dead.Colin Guthrie2013-11-211-1/+1
| | | | Remove it from the list, but keep the i18n bits just in case it returns.
* draksec: Rename binaries for new policy file nameColin Guthrie2013-11-211-9/+9
|
* draksec: Use 'Administrator password' rather than 'Root password'.Colin Guthrie2013-11-211-1/+1
| | | | | | | | This is more accurate as you can override polkit configuration such that any user in the wheel group will acceptable rather than the 'root' user specifically. Keep existing translations however to avoid unnecessary churn.
* polkit: Add support to draksec for writing polkit policy override rules.Colin Guthrie2013-11-211-15/+37
| | | | This allows draksec to override things properly under polkit.
* perl_checker cleanupsThierry Vignaud2012-03-231-8/+4
|
* fix some missing Mageia occurences after bogus s/mdv/mga/ cleaning on importingThierry Vignaud2012-03-231-2/+2
| | | | (spot by perl_checker)
* update my emailThierry Vignaud2012-01-271-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* Added support for drakroam authentication (#29566).Eugeni Dodonov2009-03-271-1/+2
|
* Changed draksec functionality to prevent overlapping with msecgui.Eugeni Dodonov2009-01-201-281/+36
|
* reindent for readability (shorter lines, no changes)Thierry Vignaud2008-09-281-10/+14
|
* reindent for readability (shorter lines, no changes)Thierry Vignaud2008-09-281-24/+32
|
* typo fix (#42380)Thierry Vignaud2008-08-041-1/+1
|
* do not continue if installing msec crashed or was canceled (#38911)Thierry Vignaud2008-03-171-1/+1
|
* fix a couple of emailsThierry Vignaud2008-01-231-1/+1
|
* bump copyright yearThierry Vignaud2008-01-231-1/+1
|
* (set_auth_value) fix switching from "no_password" to "(root|user)_password" ↵Thierry Vignaud2007-10-101-1/+1
| | | | (#34490)
* make authentication items be alignedThierry Vignaud2007-10-021-4/+4
|
* kill a useless function callThierry Vignaud2007-10-021-2/+0
|
* better phrasingThierry Vignaud2007-09-261-1/+1
|
* kill 3 strings that should never have been commitedThierry Vignaud2007-09-261-5/+0
|
* reuse a string from mccThierry Vignaud2007-09-261-2/+2
|
* typo fixThierry Vignaud2007-09-261-1/+1
|
* we have no help for right delegationThierry Vignaud2007-09-261-1/+1
|
* display arrows for tabsThierry Vignaud2007-09-261-0/+1
|
* add a right delegation tabThierry Vignaud2007-09-261-0/+112
|
* draksec: make the help dialog clearer about default values (#24159)Thierry Vignaud2007-06-041-1/+1
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-50/+36
|
* install msec if neededThierry Vignaud2006-01-281-0/+5
|
* (wait_msg) kill debug messageThierry Vignaud2005-09-191-1/+1
|
* (wait_msg) workaround gtk+ not displaying subdialog contentsThierry Vignaud2005-09-161-1/+3
|
* install chkrootkit if needed (#17896)Thierry Vignaud2005-09-061-0/+6
|
* embedding cleanups resulting in reusing main window icon in sub dialogsThierry Vignaud2005-05-021-2/+2
|
* bump copyrigth noticeThierry Vignaud2005-04-251-1/+1
|
* fix the various transient on {rwindow} (or even {window} ?) not working ↵Pascal Rigaux2005-01-221-2/+2
| | | | | | | anymore on the MagicWindow (maybe the code could be simplified since it should now work even when embedded (?))
* remove unused variablePascal Rigaux2005-01-061-1/+0
|
* - fix label of entry in helpThierry Vignaud2004-09-141-12/+56
| | | | | | | | | | | | | | - move help from tooltips into separate page (#9894) rationale: - there's already a "help" button that do the same thing as mcc one - Gtk+ only support tooltips on widgets that have their own X window (which new GtkComboBox widget has not) - tooltips are usefull on first run but then are just annoying
* (set_help_tip) only use on tooltip groupThierry Vignaud2004-09-131-1/+4
|
* reuse mcc icons (if availlable) for windowsThierry Vignaud2004-09-021-0/+1
|
* aspell's typo fixesThierry Vignaud2004-08-231-1/+1
|
* (basic_seclevel_explanations) explainThierry Vignaud2004-08-121-0/+1
|
* (basic_seclevel_explanations)Thierry Vignaud2004-08-121-6/+6
| | | | | | - handle "bold" value for "weight" - display labels as bold
* (basic_seclevel_explanation) handle any tags ala labelThierry Vignaud2004-08-091-8/+13
|