<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/libcli/wbclient, 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>libwbclient: Add async call framework.</title>
<updated>2009-05-30T07:17:37+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2009-04-16T12:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=57ea909b327812479e9c61f0398f257023a504b4'/>
<id>57ea909b327812479e9c61f0398f257023a504b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:irpc: avoid c++ reserved word 'private'</title>
<updated>2009-01-31T23:17:20+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2009-01-31T23:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5f13710ced2565355c3cdcef04067cacdf74a9ad'/>
<id>5f13710ced2565355c3cdcef04067cacdf74a9ad</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: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 variables for source directory in a couple more places.</title>
<updated>2008-05-18T17:54:27+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-05-18T17:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=03643aec88244d976da394521adbd29a31339569'/>
<id>03643aec88244d976da394521adbd29a31339569</id>
<content type='text'>
(This used to be commit c41bd3005f5f0b9cfd3709fc9217b4a401d265b4)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit c41bd3005f5f0b9cfd3709fc9217b4a401d265b4)
</pre>
</div>
</content>
</entry>
<entry>
<title>Use _OBJ_FILES variables in a couple more places.</title>
<updated>2008-04-14T15:22:58+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-04-14T15:22:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e9017ba418202b4b191c5a9ad4a96857558ce606'/>
<id>e9017ba418202b4b191c5a9ad4a96857558ce606</id>
<content type='text'>
(This used to be commit 92856d5054106894b65cd1a1b5119c0facfc4cff)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 92856d5054106894b65cd1a1b5119c0facfc4cff)
</pre>
</div>
</content>
</entry>
<entry>
<title>Install pidl by default if ExtUtils::MakeMaker is available. This should make the build process for openchange users easier.</title>
<updated>2008-04-04T14:03:54+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-04-04T14:03:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=faa3dec34a67b59fc7e733a2ce3a9d9f2cb34b2d'/>
<id>faa3dec34a67b59fc7e733a2ce3a9d9f2cb34b2d</id>
<content type='text'>
(This used to be commit 7fccd85cc673c139bc1d57915e0fccd22316998c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 7fccd85cc673c139bc1d57915e0fccd22316998c)
</pre>
</div>
</content>
</entry>
<entry>
<title>wbclient: Add an async winbind client library.</title>
<updated>2008-04-02T21:06:27+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2008-03-29T00:42:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6ce078141326a41278bbb8c6854c4cacc7cefd99'/>
<id>6ce078141326a41278bbb8c6854c4cacc7cefd99</id>
<content type='text'>
(This used to be commit 3e3563f2840e7cd795f5fc157003af3c932cb4d1)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 3e3563f2840e7cd795f5fc157003af3c932cb4d1)
</pre>
</div>
</content>
</entry>
</feed>
