aboutsummaryrefslogtreecommitdiffstats
path: root/src/msec/libmsec.py
Commit message (Collapse)AuthorAgeFilesLines
* Reverse the Narg function, no more needed (mga#16524)SARL ENR 682015-08-281-31/+17
| | | | - by papoteur: https://bugs.mageia.org/attachment.cgi?id=6928
* Syntax corrections for string replace, join and for os.error (mga#16524)SARL ENR 682015-08-281-3/+3
| | | | - by papoteur: https://bugs.mageia.org/attachment.cgi?id=6913
* Other modifications for pyhton adapting to Python3 (mga#16524)SARL ENR 682015-08-281-4/+4
| | | | - by papoteur: https://bugs.mageia.org/attachment.cgi?id=6901
* Adjust gettext.install for python3 (mga#16524)SARL ENR 682015-08-281-1/+1
| | | | - by papoteur: https://bugs.mageia.org/attachment.cgi?id=6900
* Adapt shebang (mga#16524)SARL ENR 682015-08-281-1/+1
| | | | - by papoteur: https://bugs.mageia.org/attachment.cgi?id=6899
* Adaptation to python3 using 2to3-3.4 (mga#16524)SARL ENR 682015-08-281-29/+29
| | | | - by papoteur: https://bugs.mageia.org/attachment.cgi?id=6898
* Add Narg import in libmsec (mga#13837)Papoteur2015-07-301-0/+1
|
* Add a Narg function to deal the encoding strings. #mga13837Papoteur2015-07-251-19/+32
| | | | | v1: Thierry Vignaud v2: improved by patpoteur
* fix treating UTF-8 strings as asciiThierry Vignaud2014-02-101-1/+1
| | | | same issue as in mga#12047 for net_monitor...
* Return False if it's not a linkSandro Cazzaniga2013-07-071-1/+1
|
* put the attribut at none is normally sufficientSandro Cazzaniga2012-09-251-1/+0
|
* Do not abord on empty user/group names.Eugeni Dodonov2010-04-271-2/+2
|
* Add support for ACL (based on patch from Tiago MarquesEugeni Dodonov2010-04-071-4/+29
| | | | <tiago.marques@caixamagica.pt>, #58640)
* revert support for translatable valuesEugeni Dodonov2010-02-081-4/+0
|
* Initial support for parameter value translationEugeni Dodonov2010-02-081-0/+4
|
* Properly handle base levels in msecgui and with deleted parameters.Eugeni Dodonov2010-01-291-1/+1
|
* Properly use error logger (#56180)Eugeni Dodonov2010-01-141-4/+4
|
* fix a typoEugeni Dodonov2009-11-301-1/+1
|
* Fix error shown when a file is found on ignored partition (#55869)Eugeni Dodonov2009-11-241-1/+1
|
* Fix issue with msec being unable to save backup files (#54470)Eugeni Dodonov2009-10-131-3/+0
|
* correctly updating plugins data when resetting configurationEugeni Dodonov2009-09-181-0/+3
|
* use debug level for unavailable plugins instead of informativeEugeni Dodonov2009-09-171-1/+1
|
* moved security enforcing into msec.py pluginEugeni Dodonov2009-09-161-656/+0
|
* moved auditing part into audit pluginEugeni Dodonov2009-09-161-128/+2
|
* Support enforcing file permissions in periodic msec runsEugeni Dodonov2009-08-301-1/+1
|
* spelling fixEugeni Dodonov2009-08-301-1/+1
|
* added support for configuring inclusion of current directory into pathEugeni Dodonov2009-08-291-0/+13
|
* Do not show unnecessary info messages.Eugeni Dodonov2009-07-011-1/+1
|
* Added support for SECURE_TMP for temporary files.Eugeni Dodonov2009-07-011-0/+14
|
* Added support for CHECK_RPM_PACKAGES and CHECK_RPM_INTEGRITY.Eugeni Dodonov2009-06-261-2/+6
|
* Added support for CHECK_USERS and CHECK_GROUPS.Eugeni Dodonov2009-06-261-0/+8
|
* Correctly handling unicode messages (#50869).Eugeni Dodonov2009-06-251-2/+14
|
* Check for open ports only when required.Eugeni Dodonov2009-06-231-0/+4
|
* Add support for FIX_UNOWNED to allow changing unowned files owner andEugeni Dodonov2009-06-231-0/+4
| | | | group (#51791).
* Using WIN_PARTS_UMASK=-1 for 'default' umask, to prevent users andEugeni Dodonov2009-06-101-2/+2
| | | | diskdrake confusion.
* Properly handle WIN_PARTS_UMASK.Eugeni Dodonov2009-04-221-3/+8
|
* Properly support ntfs-3g (#50125).Eugeni Dodonov2009-04-201-3/+2
|
* po: typo fixed.Eugeni Dodonov2009-03-301-1/+1
|
* Changed server files to support remote/local services.Eugeni Dodonov2009-03-111-1/+1
|
* Added PAM plugin.Eugeni Dodonov2009-03-051-224/+54
|
* Moved policykit code to new plugin.Eugeni Dodonov2009-03-031-5/+0
|
* Typo fix for plugins location.Eugeni Dodonov2009-02-251-2/+2
|
* Better support for plugin location.Eugeni Dodonov2009-02-251-2/+2
|
* Added option to automatically enforce msec permissions on startup.Eugeni Dodonov2009-02-251-1/+1
|
* Added ENABLE_STARTUP_MSEC and ENABLE_STARTUP_PERMS variables.Eugeni Dodonov2009-02-251-0/+9
|
* Better support for plugin names.Eugeni Dodonov2009-02-251-1/+1
|
* Implemented support for plugins.Eugeni Dodonov2009-02-251-13/+32
|
* Removed bogus message.Eugeni Dodonov2009-02-101-1/+0
|
* Correctly handle wheel group authentication (#19091).Eugeni Dodonov2009-02-101-1/+1
|
* Implemented quiet mode.Eugeni Dodonov2009-02-051-1/+10
|