<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib/ldb/include, branch talloc-2.0.8</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>lib/ldb: Avoid printing secret attributes in ldb trace logs</title>
<updated>2012-08-29T02:28:38+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-08-29T01:29:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=395b8e4d58e2815d9848f8a6390f23d8c7d10a91'/>
<id>395b8e4d58e2815d9848f8a6390f23d8c7d10a91</id>
<content type='text'>
These are printed when Samba has debug level 10, which is often used for debugging.

Instead, print a note to say that this attribute has been skipped.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are printed when Samba has debug level 10, which is often used for debugging.

Instead, print a note to say that this attribute has been skipped.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/ldb: Do not vasprintf() the tevent debug messages that will not be shown</title>
<updated>2012-08-09T10:14:23+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-08-09T09:40:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=73f0cb5278e714740d0de75e6b0d0bf4c815491a'/>
<id>73f0cb5278e714740d0de75e6b0d0bf4c815491a</id>
<content type='text'>
This malloc() and free() actually shows up quite high on a call profile of
provision of the AD DC.

This allows the debug handler to decide if the argument list should be
printed.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This malloc() and free() actually shows up quite high on a call profile of
provision of the AD DC.

This allows the debug handler to decide if the argument list should be
printed.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>ldb: lay foundation for proper utc/generalized time handling</title>
<updated>2012-06-23T06:22:03+00:00</updated>
<author>
<name>Matthieu Patou</name>
<email>mat@matws.net</email>
</author>
<published>2012-05-18T06:57:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1c850b2f173678b0df7a2619024baf2d94011a7b'/>
<id>1c850b2f173678b0df7a2619024baf2d94011a7b</id>
<content type='text'>
We use to handle UTCtime and generalized time the same way. The thing is
that it's not the case, they are different in the way they are set (most
of the time) with different format and also stored and return in
different format too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We use to handle UTCtime and generalized time the same way. The thing is
that it's not the case, they are different in the way they are set (most
of the time) with different format and also stored and return in
different format too.
</pre>
</div>
</content>
</entry>
<entry>
<title>ldb: add the VERIFY_NAME control</title>
<updated>2012-06-23T06:22:02+00:00</updated>
<author>
<name>Matthieu Patou</name>
<email>mat@matws.net</email>
</author>
<published>2012-05-15T17:14:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9ebb081ccec0587736920e85a9de624e079836e5'/>
<id>9ebb081ccec0587736920e85a9de624e079836e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ldb: added ldb_msg_element_equal_ordered()</title>
<updated>2012-04-18T05:48:05+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2012-04-17T04:01:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9deb650fa2b93338ca91ccc96a940d670d29cbee'/>
<id>9deb650fa2b93338ca91ccc96a940d670d29cbee</id>
<content type='text'>
this gives us a order sensitive msg element comparison. We need this
to allow dbcheck to fix the order of objectClass attributes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this gives us a order sensitive msg element comparison. We need this
to allow dbcheck to fix the order of objectClass attributes.
</pre>
</div>
</content>
</entry>
<entry>
<title>ldb: Allow access to the line number while reading ldif from a file</title>
<updated>2012-04-10T07:37:31+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-04-10T07:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=501d6d3dd4e3045e069bb2f7a52cf842dd1dfa67'/>
<id>501d6d3dd4e3045e069bb2f7a52cf842dd1dfa67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ldb: Add handy macros for reporting error inside ldb module</title>
<updated>2011-11-17T04:24:46+00:00</updated>
<author>
<name>Amitay Isaacs</name>
<email>amitay@gmail.com</email>
</author>
<published>2011-11-15T01:34:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3a0f7b89d551a739d886396d320309f8e7d04372'/>
<id>3a0f7b89d551a739d886396d320309f8e7d04372</id>
<content type='text'>
Pair-Programmed-With: Andrew Tridgell &lt;tridge@samba.org&gt;

Autobuild-User: Amitay Isaacs &lt;amitay@samba.org&gt;
Autobuild-Date: Thu Nov 17 05:24:46 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pair-Programmed-With: Andrew Tridgell &lt;tridge@samba.org&gt;

Autobuild-User: Amitay Isaacs &lt;amitay@samba.org&gt;
Autobuild-Date: Thu Nov 17 05:24:46 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "ldb: support raw OIDs in control string parsing"</title>
<updated>2011-10-07T10:20:49+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-10-07T07:58:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=94899cd83ce2270d7760e0f9bb472b80de89f80b'/>
<id>94899cd83ce2270d7760e0f9bb472b80de89f80b</id>
<content type='text'>
This reverts commit ea41860d32d38448e08cefd79d30ee1150317a9e.

This is not needed, because we already have the 'local_oid' magic.

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ea41860d32d38448e08cefd79d30ee1150317a9e.

This is not needed, because we already have the 'local_oid' magic.

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>ldb: support raw OIDs in control string parsing</title>
<updated>2011-10-06T03:34:21+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-10-06T03:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ea41860d32d38448e08cefd79d30ee1150317a9e'/>
<id>ea41860d32d38448e08cefd79d30ee1150317a9e</id>
<content type='text'>
this makes it possible to use a raw OID string on the command line or
in python scripts

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this makes it possible to use a raw OID string on the command line or
in python scripts

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ldb - two cosmetic fixes</title>
<updated>2011-08-19T17:31:03+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2011-06-21T09:32:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=87b482a89e045b8ae253911cb55b4957ee71175e'/>
<id>87b482a89e045b8ae253911cb55b4957ee71175e</id>
<content type='text'>
@ldb.h: Removes an invalid comment line
@pyldb.c: Fixes indentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
@ldb.h: Removes an invalid comment line
@pyldb.c: Fixes indentation
</pre>
</div>
</content>
</entry>
</feed>
