<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/tests/sss_idmap-tests.c, branch simo</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/'/>
<entry>
<title>sss_idmap: fix typo which prevents sub auth larger then 2^31</title>
<updated>2012-06-08T12:42:09+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-06-01T11:08:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=2d07aa724c93bbaec2cd29470941c0754c74f715'/>
<id>2d07aa724c93bbaec2cd29470941c0754c74f715</id>
<content type='text'>
A test to cover this is added as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A test to cover this is added as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_idmap: add support for samba struct dom_sid</title>
<updated>2012-06-08T12:42:00+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-05-24T10:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=2998435fcc95857b73049b3955af9889ab595f24'/>
<id>2998435fcc95857b73049b3955af9889ab595f24</id>
<content type='text'>
The samba ndr libraries use struct dom_sid to handle SIDs. Since there
is no public samba library which offers conversion from other
representations, e.g. as string, this is added to libsss_idmap.
To avoid compile-time or run-time dependency to any samba library or
header file the definition of the struct is copied here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The samba ndr libraries use struct dom_sid to handle SIDs. Since there
is no public samba library which offers conversion from other
representations, e.g. as string, this is added to libsss_idmap.
To avoid compile-time or run-time dependency to any samba library or
header file the definition of the struct is copied here.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename struct dom_sid to struct sss_dom_sid</title>
<updated>2012-05-14T15:25:32+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-05-14T11:14:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=c51a204a40b8f85f7f525edb3e24520916d8b9c7'/>
<id>c51a204a40b8f85f7f525edb3e24520916d8b9c7</id>
<content type='text'>
To avoid conflicts with struct dom_sid used by samba the sss_ prefix is
added to the struct used by libsss_idmap.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To avoid conflicts with struct dom_sid used by samba the sss_ prefix is
added to the struct used by libsss_idmap.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix endian issue in SID conversion</title>
<updated>2012-05-04T17:36:42+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-05-03T10:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=9fd2775fe1ced6ff6a9a3ff7db124fcb52dade5d'/>
<id>9fd2775fe1ced6ff6a9a3ff7db124fcb52dade5d</id>
<content type='text'>
Since the byte-order is only important when dealing with the binary SID
the sub-auth values are stored in host order and are only converted
while reading or writing the binary SID.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the byte-order is only important when dealing with the binary SID
the sub-auth values are stored in host order and are only converted
while reading or writing the binary SID.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow different SID representations in libidmap</title>
<updated>2012-05-01T18:22:51+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-04-25T07:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=b6dfbf81c61d4431aaa81687ec53e892f8b71edb'/>
<id>b6dfbf81c61d4431aaa81687ec53e892f8b71edb</id>
<content type='text'>
Besides as strings it is now possible to use binary SIDs or a struct
containing all SID information. Functions to convert between these
formats are added as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Besides as strings it is now possible to use binary SIDs or a struct
containing all SID information. Functions to convert between these
formats are added as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add idmap library</title>
<updated>2012-03-27T00:17:21+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-01-27T11:00:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=a6098862048d4bb469130b9ff21be3020d6f2c54'/>
<id>a6098862048d4bb469130b9ff21be3020d6f2c54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
