<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git/src/db/sysdb_sudo.c, branch sssd-1-9</title>
<subtitle>System Security Services Daemon [okos' clone]</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/'/>
<entry>
<title>sudo responder: change num_rules type from size_t to uint32_t</title>
<updated>2013-01-22T17:31:03+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-01-22T13:31:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=dac148d7e7019bc3b5591e01228e117681de4661'/>
<id>dac148d7e7019bc3b5591e01228e117681de4661</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1779

2^32 should be enough to store sudo rules. size_t type was causing
troubles on big endian architectures, because it wasn't used
correctly in combination with D-Bus.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1779

2^32 should be enough to store sudo rules. size_t type was causing
troubles on big endian architectures, because it wasn't used
correctly in combination with D-Bus.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a 'shadows a global declaration' warning</title>
<updated>2012-12-19T17:44:07+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-12-19T09:17:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=514c69156513e98acbe6445fbd45ff42b3ca018e'/>
<id>514c69156513e98acbe6445fbd45ff42b3ca018e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo: support generalized time format</title>
<updated>2012-12-13T20:03:28+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-12-12T13:11:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=073c74563c4e6f2ab9b7333ae08667b5da62b147'/>
<id>073c74563c4e6f2ab9b7333ae08667b5da62b147</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1712

The timestamp doesn't have to be in the form yyyymmddHHMMSSZ any
more. It can be in any form of generalized time format.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1712

The timestamp doesn't have to be in the form yyyymmddHHMMSSZ any
more. It can be in any form of generalized time format.
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo: include primary group in user group list</title>
<updated>2012-12-13T19:48:17+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-12-13T11:08:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=50cf9f4a3029ec0924a28f8026298c8810546550'/>
<id>50cf9f4a3029ec0924a28f8026298c8810546550</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1677
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1677
</pre>
</div>
</content>
</entry>
<entry>
<title>sysdb_get_sudo_user_info() initialize attrs on declaration</title>
<updated>2012-12-13T19:48:17+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-12-13T11:09:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=f7dd07f96008f012d8a0c8e42d23f521a2639ea1'/>
<id>f7dd07f96008f012d8a0c8e42d23f521a2639ea1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SYSDB: Remove unnecessary domain parameter from several sysdb calls</title>
<updated>2012-09-24T16:23:15+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-09-21T21:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=95f5e7963a36b7b68859ce91ae4b232088bbaa09'/>
<id>95f5e7963a36b7b68859ce91ae4b232088bbaa09</id>
<content type='text'>
The domain can be read from the sysdb object. Removing the domain string
makes the API more self-contained.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The domain can be read from the sysdb object. Removing the domain string
makes the API more self-contained.
</pre>
</div>
</content>
</entry>
<entry>
<title>Unify usage of sysdb transactions (part 2).</title>
<updated>2012-09-04T11:56:32+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-08-15T08:56:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=3a59cbd0b7b9c5dd3c62ac1679876070c264d80f'/>
<id>3a59cbd0b7b9c5dd3c62ac1679876070c264d80f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove SYSDB_SUDO_CACHE_OC from attribute lists</title>
<updated>2012-08-07T16:37:45+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-08-07T11:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=c01f015106b6e238d918ba4574f60bee811517ec'/>
<id>c01f015106b6e238d918ba4574f60bee811517ec</id>
<content type='text'>
It is not an attribute.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is not an attribute.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename SYSDB_SUDO_CACHE_AT_OC to SYSDB_SUDO_CACHE_OC</title>
<updated>2012-08-07T16:37:40+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-08-07T11:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=fb4e4c4eb6a6dc732370584f70d23dd4a2c5c7b6'/>
<id>fb4e4c4eb6a6dc732370584f70d23dd4a2c5c7b6</id>
<content type='text'>
It does not contain name of the object class attribute but the value
itself. I renamed it to avoid confusion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It does not contain name of the object class attribute but the value
itself. I renamed it to avoid confusion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix uninitialized values</title>
<updated>2012-07-18T18:07:45+00:00</updated>
<author>
<name>Nick Guay</name>
<email>nguay@redhat.com</email>
</author>
<published>2012-07-18T15:55:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=8bbf89c5ab798c112773fe23515c3a9df56dde71'/>
<id>8bbf89c5ab798c112773fe23515c3a9df56dde71</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1379
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1379
</pre>
</div>
</content>
</entry>
</feed>
