<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/lib/idmap_cache.h, branch talloc-2.1.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>s3:idmap_cache: remove unused idmap_cache_set_sid2[u|g]id()</title>
<updated>2014-12-03T05:44:29+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2014-11-29T09:52:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=816751a3a8ed564f2cf880fd1ca3b1e8f9c85471'/>
<id>816751a3a8ed564f2cf880fd1ca3b1e8f9c85471</id>
<content type='text'>
Change-Id: I40bcfacb812b0dac7917533c9baf82a79f598efd
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;

Autobuild-User(master): Garming Sam &lt;garming@samba.org&gt;
Autobuild-Date(master): Wed Dec  3 06:44:29 CET 2014 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I40bcfacb812b0dac7917533c9baf82a79f598efd
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;

Autobuild-User(master): Garming Sam &lt;garming@samba.org&gt;
Autobuild-Date(master): Wed Dec  3 06:44:29 CET 2014 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-idmap: remove (now) unused function idmap_cache_set_sid2both()</title>
<updated>2012-05-02T11:18:05+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-05-02T08:44:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=bb1d541da10ca35f7bfc22e9c5e735d8ed01bb49'/>
<id>bb1d541da10ca35f7bfc22e9c5e735d8ed01bb49</id>
<content type='text'>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-idmap: Rework idmap_cache to store ID_TYPE_BOTH values</title>
<updated>2012-05-02T11:18:02+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-03-23T10:01:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=583b104d4b9a6ae65e4b43afaba665398a34c72f'/>
<id>583b104d4b9a6ae65e4b43afaba665398a34c72f</id>
<content type='text'>
This required that the lower level cache store a UID/GID and a type, and that
we operate on struct unixid rather than just uid/gid.

The ID_TYPE_BOTH is then handled as being a positive mapping for both
a UID and GID value.  Wrapper functions are provided so that callers are not
changed in this patch.

Andrew Bartlett

Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This required that the lower level cache store a UID/GID and a type, and that
we operate on struct unixid rather than just uid/gid.

The ID_TYPE_BOTH is then handled as being a positive mapping for both
a UID and GID value.  Wrapper functions are provided so that callers are not
changed in this patch.

Andrew Bartlett

Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-winbindd: add support for idmap type WBC_ID_TYPE_BOTH</title>
<updated>2011-09-22T23:47:54+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-07-26T01:07:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f236c539ad39932ee3c9a5df0276147a45dd1a42'/>
<id>f236c539ad39932ee3c9a5df0276147a45dd1a42</id>
<content type='text'>
this allows the s3 code to understand and cache responses from the s4
winbindd which may include a single SID mapped to both a uid and a gid

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;

Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;

Autobuild-User: Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date: Fri Sep 23 01:47:54 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this allows the s3 code to understand and cache responses from the s4
winbindd which may include a single SID mapped to both a uid and a gid

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;

Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;

Autobuild-User: Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date: Fri Sep 23 01:47:54 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: add _LIB_IDMAP_CACHE_H_ guard to lib/idmap_cache.h</title>
<updated>2011-05-31T16:37:29+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2011-05-31T11:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c2887f060954bd0e77bc6f3ac8fedec38e26c168'/>
<id>c2887f060954bd0e77bc6f3ac8fedec38e26c168</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: add GPL/Copyright header to lib/idmap_cache.h</title>
<updated>2011-05-31T16:37:29+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2011-05-31T11:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2b8803d458465508d0f4299248d858b9c393323e'/>
<id>2b8803d458465508d0f4299248d858b9c393323e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: add functions to remove entries from idmap cache</title>
<updated>2011-02-28T11:58:43+00:00</updated>
<author>
<name>Gregor Beck</name>
<email>gbeck@sernet.de</email>
</author>
<published>2011-02-18T13:47:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=42a4a9cbc339ffcafc23969c03e02050e1394dfb'/>
<id>42a4a9cbc339ffcafc23969c03e02050e1394dfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-idmap: only include idmap headers where needed.</title>
<updated>2010-08-25T22:20:29+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2010-08-18T16:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2b41f421fd14cb2190b43dbf079c734e7024335c'/>
<id>2b41f421fd14cb2190b43dbf079c734e7024335c</id>
<content type='text'>
Guenther
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther
</pre>
</div>
</content>
</entry>
</feed>
