<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/libads/ldap_printer.c, branch talloc-2.3.1</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>werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/libads/ldap_printer.c</title>
<updated>2016-09-27T22:04:18+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2015-12-03T14:24:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b2f1dc25694032dd814f266d3a5b519a8bdb163a'/>
<id>b2f1dc25694032dd814f266d3a5b519a8bdb163a</id>
<content type='text'>
Guenther

Signed-off-by: Guenther Deschner &lt;gd@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>
Guenther

Signed-off-by: Guenther Deschner &lt;gd@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert all uses of uint8/16/32 to uint8/16/32_t in the libads code.</title>
<updated>2015-04-22T04:22:29+00:00</updated>
<author>
<name>Richard Sharpe</name>
<email>rsharpe@samba.org</email>
</author>
<published>2015-04-18T15:40:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5074cf825d046c0523de501e00cbfb4fbb814149'/>
<id>5074cf825d046c0523de501e00cbfb4fbb814149</id>
<content type='text'>
Signed-off-by: Richard Sharpe &lt;rsharpe@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Wed Apr 22 06:22:29 CEST 2015 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Richard Sharpe &lt;rsharpe@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Wed Apr 22 06:22:29 CEST 2015 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:registry: remove usage of reg_objects from libads/ldap_printer.c</title>
<updated>2012-04-25T12:11:06+00:00</updated>
<author>
<name>Gregor Beck</name>
<email>gbeck@sernet.de</email>
</author>
<published>2012-04-18T14:06:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7ba1b13e99997f7d2650b4951d217e3ca0f5a15e'/>
<id>7ba1b13e99997f7d2650b4951d217e3ca0f5a15e</id>
<content type='text'>
Signed-off-by: Andreas Schneider &lt;asn@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andreas Schneider &lt;asn@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-talloc Change TALLOC_ARRAY() to talloc_array()</title>
<updated>2011-06-09T10:40:08+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-06-07T01:30:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3d15137653a7d1b593a9af2eef12f6e5b9a04c4f'/>
<id>3d15137653a7d1b593a9af2eef12f6e5b9a04c4f</id>
<content type='text'>
Using the standard macro makes it easier to move code into common, as
TALLOC_ARRAY isn't standard talloc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the standard macro makes it easier to move code into common, as
TALLOC_ARRAY isn't standard talloc.
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-lib Replace StrCaseCmp() with strcasecmp_m()</title>
<updated>2011-05-18T14:12:08+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-05-13T18:21:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c615ebed6e3d273a682806b952d543e834e5630d'/>
<id>c615ebed6e3d273a682806b952d543e834e5630d</id>
<content type='text'>
strcasecmp_m() never needs to call to talloc, and via next_codepoint()
still has an ASCII fast-path bypassing iconv() calls.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
strcasecmp_m() never needs to call to talloc, and via next_codepoint()
still has an ASCII fast-path bypassing iconv() calls.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-libads: run minimal_includes.pl.</title>
<updated>2011-05-05T00:05:26+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2011-05-04T22:22:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=653b84d2d6ed7387f93e5a126b5f2114b831044e'/>
<id>653b84d2d6ed7387f93e5a126b5f2114b831044e</id>
<content type='text'>
Guenther
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-rpc_client: add and use rpc_client/rpc_client.h.</title>
<updated>2011-04-13T20:23:59+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2011-04-13T12:32:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9824e2e5ee336aa6c72fb121935f364f3d8fea6e'/>
<id>9824e2e5ee336aa6c72fb121935f364f3d8fea6e</id>
<content type='text'>
Guenther
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Fix Coverity ID 770, REVERSE_INULL</title>
<updated>2011-03-21T14:40:10+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2011-03-21T09:46:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8dc93bed09961ada9a25e8144cb761d1d7bd1ac5'/>
<id>8dc93bed09961ada9a25e8144cb761d1d7bd1ac5</id>
<content type='text'>
We dereference "res" in various places, no point in checking. All current
callers send "res!=NULL".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We dereference "res" in various places, no point in checking. All current
callers send "res!=NULL".
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:libads: use dcerpc_spoolss_X() functions</title>
<updated>2011-01-21T11:30:22+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-01-15T10:44:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a34aa148ca9789ddd7f1f09d548e7c2668876151'/>
<id>a34aa148ca9789ddd7f1f09d548e7c2668876151</id>
<content type='text'>
metze

Signed-off-by: Andreas Schneider &lt;asn@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze

Signed-off-by: Andreas Schneider &lt;asn@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: avoid global include of ads.h.</title>
<updated>2010-08-04T22:32:02+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2010-07-01T22:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e7a6a3ec0da01666c8e0c9772007ce7146df9d75'/>
<id>e7a6a3ec0da01666c8e0c9772007ce7146df9d75</id>
<content type='text'>
Guenther
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther
</pre>
</div>
</content>
</entry>
</feed>
