<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/tests/pac_responder-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>Refactor gid handling in the PAC responder</title>
<updated>2013-01-08T13:42:57+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-12-20T20:10:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=ef7a4f1a831a15356edb8e571a8c6b36f6ace017'/>
<id>ef7a4f1a831a15356edb8e571a8c6b36f6ace017</id>
<content type='text'>
Instead of using a single array of gid-domain_pointer pairs, Simo
suggested to use a gid array for each domain an store it with a pointer
to the domain.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of using a single array of gid-domain_pointer pairs, Simo
suggested to use a gid array for each domain an store it with a pointer
to the domain.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for get_gids_from_pac()</title>
<updated>2013-01-08T13:42:57+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-12-04T12:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=34f64327316a7dafbac593bd9e507aa628a3339b'/>
<id>34f64327316a7dafbac593bd9e507aa628a3339b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add find_domain_by_id()</title>
<updated>2013-01-08T13:42:56+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-11-26T11:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=12bfb1b3c9683ccc9972749772a6e6be495c0769'/>
<id>12bfb1b3c9683ccc9972749772a6e6be495c0769</id>
<content type='text'>
Currently domains can only be searched by name in the global domain
list. To make it easier to find the domain for a given SID
find_domain_by_id() which returns a pointer to the domain or subdomain
entry in the global domain list if a matching id was found.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently domains can only be searched by name in the global domain
list. To make it easier to find the domain for a given SID
find_domain_by_id() which returns a pointer to the domain or subdomain
entry in the global domain list if a matching id was found.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use struct pac_grp instead of gid_t for groups from PAC</title>
<updated>2013-01-08T13:42:56+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-11-23T17:35:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=8d371b14623e1dced3ddc885ff7d8cd2cbf50604'/>
<id>8d371b14623e1dced3ddc885ff7d8cd2cbf50604</id>
<content type='text'>
To be able to handle groupmemberships from other domains more data than
just the gid must be kept for groups given in the PAC.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To be able to handle groupmemberships from other domains more data than
just the gid must be kept for groups given in the PAC.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add diff_gid_lists() with test</title>
<updated>2012-11-11T02:44:29+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-11-07T10:34:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=1a456e464803c6d1e82081e9b4d618fa0b07b3d7'/>
<id>1a456e464803c6d1e82081e9b4d618fa0b07b3d7</id>
<content type='text'>
This patch adds a new call which compares a list of current GIDs with a
list of new GIDs and return a list of GIDs which are currently missing
and must be added and another list of GIDs which are not used anymore
and must be deleted. The method is the same as used by
diff_string_lists().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds a new call which compares a list of current GIDs with a
list of new GIDs and return a list of GIDs which are currently missing
and must be added and another list of GIDs which are not used anymore
and must be deleted. The method is the same as used by
diff_string_lists().
</pre>
</div>
</content>
</entry>
<entry>
<title>PAC responder: test suite</title>
<updated>2012-06-21T19:30:21+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2012-06-11T10:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=33f8decd07d4364a7bfbb051e8dc2da2424b0d01'/>
<id>33f8decd07d4364a7bfbb051e8dc2da2424b0d01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
