<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/libcli/ldap/ldap.h, 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>libcli/ldap: move ldap_message.[ch] from source4/ to the toplevel</title>
<updated>2009-02-24T16:55:39+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2009-02-24T11:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=536318549fba35a4d9eb60fbb2d0e91b88c44a7b'/>
<id>536318549fba35a4d9eb60fbb2d0e91b88c44a7b</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:libcli: split out LIBCLI_LDAP_MESSAGE subsystem</title>
<updated>2009-02-24T16:55:37+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2009-02-24T10:40:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=12184d413205d2ad7cbb9e1aaf2db97c7bcb4fc2'/>
<id>12184d413205d2ad7cbb9e1aaf2db97c7bcb4fc2</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:libcli/ldap: use const char * const *attributes as in all other places</title>
<updated>2009-02-13T12:44:36+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2009-02-13T10:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3c9ad421fb03c70f49ec60666fce592e122d5616'/>
<id>3c9ad421fb03c70f49ec60666fce592e122d5616</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the mess with ldb includes.</title>
<updated>2009-01-30T06:02:03+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>idra@samba.org</email>
</author>
<published>2009-01-29T23:39:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=380874ef863866c94c999ef53252b9d30df65e88'/>
<id>380874ef863866c94c999ef53252b9d30df65e88</id>
<content type='text'>
Separate again the public from the private headers.

Add a new header specific for modules.
Also add service function for modules as now ldb_context and ldb_module are
opaque structures for them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Separate again the public from the private headers.

Add a new header specific for modules.
Also add service function for modules as now ldb_context and ldb_module are
opaque structures for them.
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:lib/tevent: rename structs</title>
<updated>2008-12-29T19:46:40+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-12-29T19:24:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=183c379fe58ca60f5ef2d1f2033d035d4117ac8f'/>
<id>183c379fe58ca60f5ef2d1f2033d035d4117ac8f</id>
<content type='text'>
list=""
list="$list event_context:tevent_context"
list="$list fd_event:tevent_fd"
list="$list timed_event:tevent_timer"

for s in $list; do
	o=`echo $s | cut -d ':' -f1`
	n=`echo $s | cut -d ':' -f2`
	r=`git grep "struct $o" |cut -d ':' -f1 |sort -u`
	files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4`
	for f in $files; do
		cat $f | sed -e "s/struct $o/struct $n/g" &gt; $f.tmp
		mv $f.tmp $f
	done
done

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
list=""
list="$list event_context:tevent_context"
list="$list fd_event:tevent_fd"
list="$list timed_event:tevent_timer"

for s in $list; do
	o=`echo $s | cut -d ':' -f1`
	n=`echo $s | cut -d ':' -f2`
	r=`git grep "struct $o" |cut -d ':' -f1 |sort -u`
	files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4`
	for f in $files; do
		cat $f | sed -e "s/struct $o/struct $n/g" &gt; $f.tmp
		mv $f.tmp $f
	done
done

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>Use common error definitions.</title>
<updated>2008-10-23T13:35:21+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-10-23T13:35:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=44b728958ae9a48bb56591532e5db9867311c1b9'/>
<id>44b728958ae9a48bb56591532e5db9867311c1b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Install public header files again and include required prototypes.</title>
<updated>2008-04-02T02:53:27+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-04-02T02:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=afe3e8172ddaa5e4aa811faceecda4f943d6e2ef'/>
<id>afe3e8172ddaa5e4aa811faceecda4f943d6e2ef</id>
<content type='text'>
(This used to be commit 47ffbbf67435904754469544390b67d34c958343)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 47ffbbf67435904754469544390b67d34c958343)
</pre>
</div>
</content>
</entry>
<entry>
<title>r26192: Handle, test and implement the style of extended_dn requiest that MMC uses.</title>
<updated>2007-12-21T04:46:44+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2007-11-29T07:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=364266e22a08e730f2442cf87ec385620cff2700'/>
<id>364266e22a08e730f2442cf87ec385620cff2700</id>
<content type='text'>
It appears that the control value is optional, implying type 0 responses.

Failing to parse this was causing LDAP disconnects with 'unavailable
critical extension'.

Andrew Bartlett
(This used to be commit 833dfc2f2af84c45f954e428c9ea6babf100ba92)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It appears that the control value is optional, implying type 0 responses.

Failing to parse this was causing LDAP disconnects with 'unavailable
critical extension'.

Andrew Bartlett
(This used to be commit 833dfc2f2af84c45f954e428c9ea6babf100ba92)
</pre>
</div>
</content>
</entry>
<entry>
<title>r25301: Merge my includes.h cleanups.</title>
<updated>2007-10-10T20:07:09+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2007-09-23T21:35:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9b009c900987517359485799be8be4167494b376'/>
<id>9b009c900987517359485799be8be4167494b376</id>
<content type='text'>
(This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a)
</pre>
</div>
</content>
</entry>
<entry>
<title>r24712: No longer expose the 'BOOL' data type in any interfaces.</title>
<updated>2007-10-10T20:02:54+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2007-08-27T18:10:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=61ffa08f4c95e29d301de9fbabd6e71c2dbc1056'/>
<id>61ffa08f4c95e29d301de9fbabd6e71c2dbc1056</id>
<content type='text'>
(This used to be commit 1ce32673d960c8b05b6c1b1b99e1976a402417ae)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 1ce32673d960c8b05b6c1b1b99e1976a402417ae)
</pre>
</div>
</content>
</entry>
</feed>
