<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/lib/idmap_cache.c, 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>idmap_cache: Use gencache_parse</title>
<updated>2013-12-05T02:06:10+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2013-12-04T15:37:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=97e8b56250f30e73ad4bdcae292fe5c0df65e69a'/>
<id>97e8b56250f30e73ad4bdcae292fe5c0df65e69a</id>
<content type='text'>
This avoids a few tallocs and brings down user CPU a bit more

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

Autobuild-User(master): Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date(master): Thu Dec  5 03:06:10 CET 2013 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids a few tallocs and brings down user CPU a bit more

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

Autobuild-User(master): Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date(master): Thu Dec  5 03:06:10 CET 2013 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>idmap_cache: Use an fstring instead of talloc_asprintf</title>
<updated>2013-12-05T00:10:25+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2013-12-04T15:14:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=89013af15aa45311510318b517de8986580f4e2f'/>
<id>89013af15aa45311510318b517de8986580f4e2f</id>
<content type='text'>
In a test doing one million uid2sid calls this brings down user CPU from
1.3 seconds to 0.9 seconds. And it saves a few code lines.

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Michael Adam &lt;obnox@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In a test doing one million uid2sid calls this brings down user CPU from
1.3 seconds to 0.9 seconds. And it saves a few code lines.

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Michael Adam &lt;obnox@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: Use "mem_ctx" arg in gencache_get</title>
<updated>2013-09-05T18:09:21+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2013-09-04T06:57:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d3c689fc5c80431b7e72150f72465b3d255a6f02'/>
<id>d3c689fc5c80431b7e72150f72465b3d255a6f02</id>
<content type='text'>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Thu Sep  5 20:09:21 CEST 2013 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Thu Sep  5 20:09:21 CEST 2013 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: Add a "mem_ctx" arg to gencache_get (unused so far)</title>
<updated>2013-09-05T16:16:23+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2013-09-04T06:56:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8a7246ac2c5b27cc29e6ca23c1e2e0f43e298eb5'/>
<id>8a7246ac2c5b27cc29e6ca23c1e2e0f43e298eb5</id>
<content type='text'>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:idmap_cache: also store negative entries for unknown sids</title>
<updated>2012-06-21T16:04:05+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2012-06-20T12:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3c74117e2eb6616b8f539807ae8824d963f7987c'/>
<id>3c74117e2eb6616b8f539807ae8824d963f7987c</id>
<content type='text'>
metze

Autobuild-User(master): Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date(master): Thu Jun 21 18:04:05 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze

Autobuild-User(master): Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date(master): Thu Jun 21 18:04:05 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:idmap_cache: improve checks for format of value string in idmap_cache_find_sid2unixid()</title>
<updated>2012-05-18T14:34:27+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2012-05-18T09:37:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7db637483b89817e14fc1fdb56ecc4ee07aaa33d'/>
<id>7db637483b89817e14fc1fdb56ecc4ee07aaa33d</id>
<content type='text'>
Autobuild-User: Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date: Fri May 18 16:34:27 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User: Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date: Fri May 18 16:34:27 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:idmap_cache: add common exit point to idmap_cache_find_sid2unixid()</title>
<updated>2012-05-18T12:44:15+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2012-05-16T21:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0c3137c2e1d99ac1d61c4ca4dc55b35bad91f31b'/>
<id>0c3137c2e1d99ac1d61c4ca4dc55b35bad91f31b</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_cache: improve debug messages in idmap_cache_find_sid2unixid()</title>
<updated>2012-05-18T12:44:15+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2012-05-16T15:49:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ecb24fd459ca6d1c25cc23ffb1e7694bcc280fef'/>
<id>ecb24fd459ca6d1c25cc23ffb1e7694bcc280fef</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_cache: change DEBUG message to level 10</title>
<updated>2012-05-06T12:50:38+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2012-05-03T12:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3e9b760406802b8fc8e82c13ac69fbe4a6b921da'/>
<id>3e9b760406802b8fc8e82c13ac69fbe4a6b921da</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
</feed>
