<feed xmlns='http://www.w3.org/2005/Atom'>
<title>msec/src, branch 2.17</title>
<subtitle>Mageia Security Tool</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/msec/'/>
<entry>
<title>Modernize some bits of code.</title>
<updated>2026-03-30T18:44:32+00:00</updated>
<author>
<name>Aurelian R</name>
<email>arusanu@gmail.com</email>
</author>
<published>2026-03-30T18:44:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/msec/commit/?id=e7ff1c375260184dca72756314f96c71ceb1130e'/>
<id>e7ff1c375260184dca72756314f96c71ceb1130e</id>
<content type='text'>
* modernize the handling of errors
* rename some variables as they use reserved words
* fix some typos and deprecated use of parameters
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* modernize the handling of errors
* rename some variables as they use reserved words
* fix some typos and deprecated use of parameters
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix an error in acl pattern and limit the icon sizes</title>
<updated>2026-03-30T18:39:09+00:00</updated>
<author>
<name>Aurelian R</name>
<email>arusanu@gmail.com</email>
</author>
<published>2026-03-30T18:39:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/msec/commit/?id=f66fcbcba5fd0aa38e9e610a3202c6dd4232b9eb'/>
<id>f66fcbcba5fd0aa38e9e610a3202c6dd4232b9eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a toggle box for the permissions rules' forced mode.</title>
<updated>2026-03-30T18:34:55+00:00</updated>
<author>
<name>Aurelian R</name>
<email>arusanu@gmail.com</email>
</author>
<published>2026-03-30T18:34:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/msec/commit/?id=02713c310291c64bf080307983de799444c792ea'/>
<id>02713c310291c64bf080307983de799444c792ea</id>
<content type='text'>
* Note: forced mode is autoenabled for a new permission rule
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Note: forced mode is autoenabled for a new permission rule
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix permission reading/applying (mga#35275, mga#20847)</title>
<updated>2026-03-27T23:32:08+00:00</updated>
<author>
<name>Aurelian R</name>
<email>arusanu@gmail.com</email>
</author>
<published>2026-03-27T23:32:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/msec/commit/?id=4cca30a42f4e41a24425bac413b650a199502d4e'/>
<id>4cca30a42f4e41a24425bac413b650a199502d4e</id>
<content type='text'>
* config:
  - fix regex read of 3 or 4 characters for permisson settings
  - avoid failures when force/acl are undefined
  - fix s.decode() call ?
* libmsec: drop utf8 decoding, log and guard against invalid entries
* msecgui: apply the permissions when saving the configuration
* msecperms: read in the acl entries
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* config:
  - fix regex read of 3 or 4 characters for permisson settings
  - avoid failures when force/acl are undefined
  - fix s.decode() call ?
* libmsec: drop utf8 decoding, log and guard against invalid entries
* msecgui: apply the permissions when saving the configuration
* msecperms: read in the acl entries
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare replacement of deprecated Gtk.STOCK_OK(CANCEL) macros</title>
<updated>2026-03-26T19:39:42+00:00</updated>
<author>
<name>Aurelian R</name>
<email>arusanu@gmail.com</email>
</author>
<published>2026-03-26T19:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/msec/commit/?id=10c8891ea8c180a37f364dd947cacaebc4ca2954'/>
<id>10c8891ea8c180a37f364dd947cacaebc4ca2954</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Gtk.Box instead of deprecated Gtk.HBox(VBox)</title>
<updated>2026-03-26T16:23:52+00:00</updated>
<author>
<name>Aurelian R</name>
<email>arusanu@gmail.com</email>
</author>
<published>2026-03-26T16:23:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/msec/commit/?id=340aca6721d54b02bfb2bb3e109bf7241c9e97f0'/>
<id>340aca6721d54b02bfb2bb3e109bf7241c9e97f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch from deprecated Gtk.Table() to Gtk.Grid()</title>
<updated>2026-03-26T15:31:58+00:00</updated>
<author>
<name>Aurelian R</name>
<email>arusanu@gmail.com</email>
</author>
<published>2026-03-26T15:31:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/msec/commit/?id=1f237c84acb6d50c53c10468e949437a9220922f'/>
<id>1f237c84acb6d50c53c10468e949437a9220922f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix an assertion failure in "Saving changes" dialog</title>
<updated>2026-03-26T14:51:36+00:00</updated>
<author>
<name>Aurelian R</name>
<email>arusanu@gmail.com</email>
</author>
<published>2026-03-26T14:51:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/msec/commit/?id=94c39c2871138c7c016bd2530364bf3ad8ced0b5'/>
<id>94c39c2871138c7c016bd2530364bf3ad8ced0b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix deprecated warnings in "show_test_results()" dialog</title>
<updated>2026-03-26T14:47:57+00:00</updated>
<author>
<name>Aurelian R</name>
<email>arusanu@gmail.com</email>
</author>
<published>2026-03-26T14:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/msec/commit/?id=aa29a59b4988c529110304a283679a3e009c3a78'/>
<id>aa29a59b4988c529110304a283679a3e009c3a78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More deprecated warnings fixes</title>
<updated>2026-03-23T19:31:04+00:00</updated>
<author>
<name>Aurelian R</name>
<email>arusanu@gmail.com</email>
</author>
<published>2026-03-23T19:31:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/msec/commit/?id=efb585e37727da4ffedb4e9e5db43e8de7de780c'/>
<id>efb585e37727da4ffedb4e9e5db43e8de7de780c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
