<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/sudo.git/plugins/python/python_convmessage.c, branch SUDO_1_9_12</title>
<subtitle>www.sudo.ws: repos/sudo
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/sudo.git/'/>
<entry>
<title>Make sudo pass -Wwrite-strings</title>
<updated>2022-06-28T22:33:15+00:00</updated>
<author>
<name>Todd C. Miller</name>
<email>Todd.Miller@sudo.ws</email>
</author>
<published>2022-06-28T22:33:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/sudo.git/commit/?id=b0f4428dd068c2d9a7fb4d5a7073efa2c182b7d6'/>
<id>b0f4428dd068c2d9a7fb4d5a7073efa2c182b7d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Py_SSIZE2SIZE to quiet cppcheck warnings.</title>
<updated>2021-01-26T18:33:06+00:00</updated>
<author>
<name>Todd C. Miller</name>
<email>Todd.Miller@sudo.ws</email>
</author>
<published>2021-01-26T18:33:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/sudo.git/commit/?id=8a131e3fa18c5786be5a39d7ccd4c468439e4f01'/>
<id>8a131e3fa18c5786be5a39d7ccd4c468439e4f01</id>
<content type='text'>
Tuple size cannot be negative and we already handle the case where
it is zero.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tuple size cannot be negative and we already handle the case where
it is zero.
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress PVS Studio false positives.</title>
<updated>2021-01-06T21:27:09+00:00</updated>
<author>
<name>Todd C. Miller</name>
<email>Todd.Miller@sudo.ws</email>
</author>
<published>2021-01-06T21:27:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/sudo.git/commit/?id=919263125dd1d56f8272e6245851e05860db9348'/>
<id>919263125dd1d56f8272e6245851e05860db9348</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year on some files where it was out of date.</title>
<updated>2020-08-31T20:09:36+00:00</updated>
<author>
<name>Todd C. Miller</name>
<email>Todd.Miller@sudo.ws</email>
</author>
<published>2020-08-31T20:09:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/sudo.git/commit/?id=c2c963056c48fdb2df17bb5145eaf745e190d9fe'/>
<id>c2c963056c48fdb2df17bb5145eaf745e190d9fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>plugins/python/sudo_module: add sudo.LogHandler</title>
<updated>2020-02-27T10:19:05+00:00</updated>
<author>
<name>Robert Manner</name>
<email>robert.manner@balabit.com</email>
</author>
<published>2020-02-27T10:19:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/sudo.git/commit/?id=a273915a49825b0b365842ec96525b42ec29e701'/>
<id>a273915a49825b0b365842ec96525b42ec29e701</id>
<content type='text'>
so python log system can be used with sudo logsystem.
Loggers use it by default (the handler is set on the root logger).
If that is not the intent, it can be overridden explicitly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so python log system can be used with sudo logsystem.
Loggers use it by default (the handler is set on the root logger).
If that is not the intent, it can be overridden explicitly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing check for calloc(3) failure.</title>
<updated>2020-02-20T18:31:27+00:00</updated>
<author>
<name>Todd C. Miller</name>
<email>Todd.Miller@sudo.ws</email>
</author>
<published>2020-02-20T18:31:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/sudo.git/commit/?id=406aac81185699c8db519294ea4b606ba2d5a275'/>
<id>406aac81185699c8db519294ea4b606ba2d5a275</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>plugins/python/pyhelpers: add helpers for attribute handling</title>
<updated>2020-01-31T08:45:16+00:00</updated>
<author>
<name>Robert Manner</name>
<email>robert.manner@balabit.com</email>
</author>
<published>2020-01-31T08:45:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/sudo.git/commit/?id=03d223ee8964e87bde37566fe300930761b78db0'/>
<id>03d223ee8964e87bde37566fe300930761b78db0</id>
<content type='text'>
to simplify code a bit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to simplify code a bit.
</pre>
</div>
</content>
</entry>
<entry>
<title>plugins/python: fix return value typo for the error case</title>
<updated>2020-01-22T13:22:37+00:00</updated>
<author>
<name>Robert Manner</name>
<email>robert.manner@balabit.com</email>
</author>
<published>2020-01-22T13:22:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/sudo.git/commit/?id=8ae0fc953434ebee0c2c105ac4cc0dd846743556'/>
<id>8ae0fc953434ebee0c2c105ac4cc0dd846743556</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>plugins/python: add a sudo python module</title>
<updated>2019-11-21T08:36:37+00:00</updated>
<author>
<name>Robert Manner</name>
<email>robert.manner@balabit.com</email>
</author>
<published>2019-11-21T08:36:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/sudo.git/commit/?id=85c895eee74700cb60d0214dc4030292e6553629'/>
<id>85c895eee74700cb60d0214dc4030292e6553629</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
