aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix further warningsHEADmasterPapoteur2024-05-151-1/+3
|
* Fix deprecation warning on gtk.dialog creationPapoteur2024-05-151-28/+15
|
* Remove deprecaetd Gtk.Widget.modify_fontPapoteur2024-05-151-7/+3
|
* replace temporary dir from /var/run to /rundaviddavid2024-05-093-3/+3
|
* Migrate from imp to importlibdaviddavid2024-05-092-2/+2
| | | | - the 'imp' module is deprecated from years and now Python 3.12 finally drops completely support of 'imp' module.
* More robust logging in file against internationalized stringsPapoteur2022-05-041-1/+1
|
* Fix docstringsPapoteur2022-05-041-3/+3
|
* Fix reading iptables outputPapoteur2022-05-041-2/+2
|
* Fix deprecated import impPapoteur2022-04-181-1/+0
|
* Remove deprecated instruction: Gtk.TreeView.set_rules_hintPapoteur2022-04-181-1/+0
|
* Change function for calling iptables.Papoteur2022-04-141-1/+3
| | | | - get rid of ResourceWarning: subprocess xx is still running
* Suppress warning of DeprecationWarning: invalid escape sequence in regexpPapoteur2022-04-146-20/+20
| | | | - set strings as raw strings with r prefix
* Get rid of warnings about Gtk release not specifiedPapoteur2022-04-141-0/+3
|
* Set also MinimumUid in sddm.conf with ALLOW_USER_LIST option. This renders ↵Papoteur2022-04-141-0/+2
| | | | certain that no user is displayed.
* Fix typo: of of -> of theYuri Chornoivan2020-05-271-1/+1
|
* Rebuilt man page.Papoteur2020-05-241-118/+176
| | | | Allow translation of man page.
* Format correctly man page of msec (mga#25125)Papoteur2020-05-241-47/+47
|
* Deal with mangling shebangs warnings on shell scriptsPapoteur2020-02-163-3/+3
|
* remove done TODO itemThierry Vignaud2020-02-161-3/+0
|
* use /etc/sysctl.d/51-drakx.conf instead of /etc/sysctl.confThomas Backlund2019-09-232-4/+4
|
* Exclude temp dirs from reporting (directories with sticky bit +t)Raphael2018-09-021-1/+1
|
* Manage allow_Xserver_to_listen for SDDM, to be included in X11 section ↵Papoteur2018-03-082-9/+11
| | | | | | (mga#19612) Manage allow_user_list for SDDM to be included in Users section
* suppress DNS_SPOOFING_PROTECTION (mga#21621).Papoteur2017-09-051-19/+1
|
* suppress reference to KDM in READMEPapoteur2017-09-051-12/+2
|
* Suppress managing kdm (mga#21648)Papoteur2017-09-022-37/+3
|
* close properly file handler when savingPapoteur2017-05-141-0/+3
|
* add variables names to avoid GTK warningsPapoteur2016-10-231-19/+19
|
* manage allow_xserver_to_listen also for sddm.conf (mga#19612)Papoteur2016-10-231-1/+13
|
* manage RememberLastUser in sddm.conf according to allow_user_list (mga#19188)Papoteur2016-10-231-5/+16
|
* Adapt docstring of enable_console_logPapoteur2016-10-161-3/+1
| | | | suppress SYSLOGCONF no more used
* Use journald instead of syslog to get log on tty12 (mga#10034)Papoteur2016-10-161-7/+7
| | | | this is set by ENABLE_CONSOLE_LOG
* s/Mandriva/Mageia/Thierry Vignaud2016-10-031-1/+1
|
* Clean unused code in msec.pyPapoteur2016-09-251-22/+0
| | | | | - password_loader() - nopassword_loader()
* update man page correcting Mandriva with MageiaPapoteur2016-09-251-6/+6
|
* Restore a date formatting, suppressed by mistake (mga#18159)Papoteur2016-04-161-0/+1
|
* Correction bug 16574 unable to add an exception (mga#16574)SARL ENR 682015-08-281-2/+2
| | | | - by papoteur: https://bugs.mageia.org/attachment.cgi?id=6923
* Use systemctl instead of consolehelper (mga#16084)SARL ENR 682015-08-281-6/+5
| | | | - by papoteur: https://bugs.mageia.org/attachment.cgi?id=6935
* Reverse the Narg function, no more needed (mga#16524)SARL ENR 682015-08-284-59/+34
| | | | - by papoteur: https://bugs.mageia.org/attachment.cgi?id=6928
* Suppress a decode instruction (mga#16524)SARL ENR 682015-08-281-1/+1
| | | | - by papoteur: https://bugs.mageia.org/attachment.cgi?id=6922
* 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-286-22/+12
| | | | - by papoteur: https://bugs.mageia.org/attachment.cgi?id=6901
* Adjust gettext.install for python3 (mga#16524)SARL ENR 682015-08-2814-15/+15
| | | | - by papoteur: https://bugs.mageia.org/attachment.cgi?id=6900
* Adapt shebang (mga#16524)SARL ENR 682015-08-2816-16/+16
| | | | - by papoteur: https://bugs.mageia.org/attachment.cgi?id=6899
* Adaptation to python3 using 2to3-3.4 (mga#16524)SARL ENR 682015-08-2816-108/+108
| | | | - 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-254-37/+81
| | | | | v1: Thierry Vignaud v2: improved by patpoteur
* process_events(): Fix use of main_iteration() mga#15985Nicolas Lécureuil2015-05-201-1/+1
|
* Fix use of get_iter_rootNicolas Lécureuil2015-05-191-3/+3
|
* fix broken config buttons after migration to gtk3Thierry Vignaud2015-05-011-3/+3
| | | | (Philippe Makowski, mga#14777)
* Add "label=" argument for Gtk.Expander calls (Thierry Vignaud, mga#14586)Rémi Verschelde2015-04-301-3/+3
|