<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/lib/idmap/sss_idmap.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>IDMAP: add sss_idmap_smb_sid_to_unix()</title>
<updated>2013-01-08T13:42:56+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-11-26T21:16:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=6f504738cad1ee9daa1bd6eec721caceef65f21d'/>
<id>6f504738cad1ee9daa1bd6eec721caceef65f21d</id>
<content type='text'>
To avoid a conversion on the caller side a new call is added to
libsss_idmap which converts a Samba dom_sid structure to a Posix ID.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To avoid a conversion on the caller side a new call is added to
libsss_idmap which converts a Samba dom_sid structure to a Posix ID.
</pre>
</div>
</content>
</entry>
<entry>
<title>Dereference after null check in sss_idmap_sid_to_unix</title>
<updated>2012-12-04T10:24:48+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-12-03T12:53:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=bd0baea783295bd22aeabdd7f4ce3aa31eb6144d'/>
<id>bd0baea783295bd22aeabdd7f4ce3aa31eb6144d</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1684
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1684
</pre>
</div>
</content>
</entry>
<entry>
<title>idmap: Silence DEBUG messages when dealing with built-in SIDs.</title>
<updated>2012-11-28T10:20:09+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-11-14T14:36:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=d6f283302268520c1506fb3da4f2a22f5a741be5'/>
<id>d6f283302268520c1506fb3da4f2a22f5a741be5</id>
<content type='text'>
When converting built-in SID to unix GID/UID a confusing debug
message about the failed conversion was printed. This patch special
cases these built-in objects.

https://fedorahosted.org/sssd/ticket/1593
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When converting built-in SID to unix GID/UID a confusing debug
message about the failed conversion was printed. This patch special
cases these built-in objects.

https://fedorahosted.org/sssd/ticket/1593
</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>LDAP: Add routine to extract domain SID from an object SID</title>
<updated>2012-05-03T18:09:14+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-04-21T14:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=45f75fc8e98092fa48faa3d180fd42f7efd51486'/>
<id>45f75fc8e98092fa48faa3d180fd42f7efd51486</id>
<content type='text'>
Also makes the domain prefix macros from sss_idmap public.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also makes the domain prefix macros from sss_idmap public.
</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>
