<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/libnet/libnet_dssync.c, branch talloc-2.0.0</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>Fix an uninitialized variable</title>
<updated>2009-04-23T12:35:50+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2009-04-23T12:23:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b8cd1cff2dfad726cf6dab368dfcc31a29952889'/>
<id>b8cd1cff2dfad726cf6dab368dfcc31a29952889</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move DRSUAPI per-attribute decryption into a common file</title>
<updated>2009-04-14T04:19:39+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2009-03-16T04:20:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=872cb0257c64f8c8682968565c3dfa608167a95d'/>
<id>872cb0257c64f8c8682968565c3dfa608167a95d</id>
<content type='text'>
This file (contining metze's decryption routines) is now also be used by
Samba3's DRSUAPI implementation

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This file (contining metze's decryption routines) is now also be used by
Samba3's DRSUAPI implementation

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-libnet: only call libnet_dssync_process() startup and shutdown callbacks when filled in.</title>
<updated>2009-04-01T14:58:48+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2009-04-01T14:55:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=264b28ec0962c355ee90f9ac67fcf07cd84c5c7b'/>
<id>264b28ec0962c355ee90f9ac67fcf07cd84c5c7b</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 s3 drsuapi callers.</title>
<updated>2008-10-17T08:54:01+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2008-10-17T08:50:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6503ffaa04bef3dd40a69d38b9d004abf2e85e92'/>
<id>6503ffaa04bef3dd40a69d38b9d004abf2e85e92</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>s4-build: fix drsuapi callers.</title>
<updated>2008-10-16T12:03:10+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2008-10-16T12:03:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f0dcc1fad452a25305a9c8425eadc68e7f569bfd'/>
<id>f0dcc1fad452a25305a9c8425eadc68e7f569bfd</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>Fix "might be used uninitialized" warnings.</title>
<updated>2008-08-08T00:49:19+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2008-08-08T00:49:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3907392459533832ada823e614154951365348ee'/>
<id>3907392459533832ada823e614154951365348ee</id>
<content type='text'>
Jeremy.
(This used to be commit 5abd12eec1c9b6d30af5ec1ba16c0922e78d5bea)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jeremy.
(This used to be commit 5abd12eec1c9b6d30af5ec1ba16c0922e78d5bea)
</pre>
</div>
</content>
</entry>
<entry>
<title>libnet dssync: start memory allocation cleanup: use tmp ctx in libnet_dssync().</title>
<updated>2008-08-01T15:13:42+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2008-08-01T15:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=87c7496761f2f165df5fafcf860c3d3f8285cee8'/>
<id>87c7496761f2f165df5fafcf860c3d3f8285cee8</id>
<content type='text'>
Don't leak temporary data to callers but use a temporary context
that is freed at the end.

Michael
(This used to be commit 2d98ad57f56ddd4318bc721929a3ca9ede189a25)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't leak temporary data to callers but use a temporary context
that is freed at the end.

Michael
(This used to be commit 2d98ad57f56ddd4318bc721929a3ca9ede189a25)
</pre>
</div>
</content>
</entry>
<entry>
<title>libnet dssync: fix memory allocation for error/result messages.</title>
<updated>2008-08-01T15:10:59+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2008-08-01T15:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=84ee630ee973189ca9f2ce2afe4987998aaeccc7'/>
<id>84ee630ee973189ca9f2ce2afe4987998aaeccc7</id>
<content type='text'>
Use the libnet_dssync_context as a talloc context for the
result_message and error_message string members.
Using the passed in mem_ctx makes the implicit assumption
that mem_ctx is at least as long-lived as the libnet_dssync_context,
which is wrong.

Michael
(This used to be commit 635baf6b7d2a1822ceb48aa4bc47569ef19d51cc)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the libnet_dssync_context as a talloc context for the
result_message and error_message string members.
Using the passed in mem_ctx makes the implicit assumption
that mem_ctx is at least as long-lived as the libnet_dssync_context,
which is wrong.

Michael
(This used to be commit 635baf6b7d2a1822ceb48aa4bc47569ef19d51cc)
</pre>
</div>
</content>
</entry>
<entry>
<title>libnet dssync: add my C after dssync keytab changes.</title>
<updated>2008-08-01T14:08:00+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2008-08-01T12:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a5d4b540e27bc716efa2f72a6013ab841eeca140'/>
<id>a5d4b540e27bc716efa2f72a6013ab841eeca140</id>
<content type='text'>
Michael
(This used to be commit 9391aec8d4600c685b14d3cd1624f8758f2cc80d)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Michael
(This used to be commit 9391aec8d4600c685b14d3cd1624f8758f2cc80d)
</pre>
</div>
</content>
</entry>
<entry>
<title>dssync: add clean_old_entries flag to dssync_ctx.</title>
<updated>2008-08-01T14:08:00+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2008-07-31T22:09:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=10225fbef737217d3e1b88bdfcbf4e62dff3cadd'/>
<id>10225fbef737217d3e1b88bdfcbf4e62dff3cadd</id>
<content type='text'>
Initialize it to false.
And pass it down to the libnet_keytab context in
libnet_dssync_keytab.c:keytab_startup().

Unused yet.

Michael

Note: This might not be not 100% clean design to put this into the
toplevel dssync context while it is keytab specific. But then, on the
other hand, other imaginable backends might want to use this flag, too...
(This used to be commit 12e884f227e240860e49f9e41d8c1f45e10ad3be)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initialize it to false.
And pass it down to the libnet_keytab context in
libnet_dssync_keytab.c:keytab_startup().

Unused yet.

Michael

Note: This might not be not 100% clean design to put this into the
toplevel dssync context while it is keytab specific. But then, on the
other hand, other imaginable backends might want to use this flag, too...
(This used to be commit 12e884f227e240860e49f9e41d8c1f45e10ad3be)
</pre>
</div>
</content>
</entry>
</feed>
