<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/libcli/finddcs.c, branch v3-5-test</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>s4-resolve: fixed a crash bug on timeout</title>
<updated>2009-09-19T15:23:03+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-09-19T15:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=92786aebf1b8aa17612ebaf5dd0ee8cd4abf9616'/>
<id>92786aebf1b8aa17612ebaf5dd0ee8cd4abf9616</id>
<content type='text'>
We were creating the name resolution context as a child of lp_ctx,
which meant when we gave up on a connection the timer on name
resolution kept running, and when it timed out the callback crashed as
the socket was already removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were creating the name resolution context as a child of lp_ctx,
which meant when we gave up on a connection the timer on name
resolution kept running, and when it timed out the callback crashed as
the socket was already removed.
</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>Remove unused include param/param.h.</title>
<updated>2008-10-24T14:37:56+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-10-24T14:37:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=23302413b3fc9cb3695a255b1ea6883f029b46fe'/>
<id>23302413b3fc9cb3695a255b1ea6883f029b46fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-nbt: use private_data instead of private.</title>
<updated>2008-09-23T07:37:24+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2008-09-23T07:02:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=13a3971438fb12d60aa0eaf88d22019a5e4f67cd'/>
<id>13a3971438fb12d60aa0eaf88d22019a5e4f67cd</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>Remove use of global_loadparm.</title>
<updated>2008-02-28T20:02:49+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-02-28T20:02:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7e045915205264efdd96d7e55a9e342c2748c93e'/>
<id>7e045915205264efdd96d7e55a9e342c2748c93e</id>
<content type='text'>
(This used to be commit 3cf3922c806d0e33439073d204b44bf0af3102d5)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 3cf3922c806d0e33439073d204b44bf0af3102d5)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove more global_loadparm instance.s</title>
<updated>2008-02-21T16:54:24+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-02-21T16:54:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=10169a203019445e6d325a5c1559de3c73782237'/>
<id>10169a203019445e6d325a5c1559de3c73782237</id>
<content type='text'>
(This used to be commit a1280252ce924df69d911e597b7f65d8038abef9)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit a1280252ce924df69d911e597b7f65d8038abef9)
</pre>
</div>
</content>
</entry>
<entry>
<title>r26435: Remove global_loadparm instance.</title>
<updated>2007-12-21T04:50:04+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2007-12-13T21:46:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=70ccac0f05067c89bbf1503a614d09e3fd429110'/>
<id>70ccac0f05067c89bbf1503a614d09e3fd429110</id>
<content type='text'>
(This used to be commit 66fd8d480bdfeb1c95da8843da3d18abe3f997e1)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 66fd8d480bdfeb1c95da8843da3d18abe3f997e1)
</pre>
</div>
</content>
</entry>
<entry>
<title>r26408: Remove use of global_loadparm.</title>
<updated>2007-12-21T04:49:39+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2007-12-12T01:15:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=33582dffcc2d348dc042edfdcccee7500b21d928'/>
<id>33582dffcc2d348dc042edfdcccee7500b21d928</id>
<content type='text'>
(This used to be commit f933b4362124bfdd25544b4e27992d9ca4405848)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit f933b4362124bfdd25544b4e27992d9ca4405848)
</pre>
</div>
</content>
</entry>
<entry>
<title>r26377: Specify port explicitly.</title>
<updated>2007-12-21T04:49:12+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2007-12-10T17:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=51ef1b606fe1853b7ca2decf2a74eecf18c5a747'/>
<id>51ef1b606fe1853b7ca2decf2a74eecf18c5a747</id>
<content type='text'>
(This used to be commit 8c767ca13906966cd6cccbeaef3c50033d46f206)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 8c767ca13906966cd6cccbeaef3c50033d46f206)
</pre>
</div>
</content>
</entry>
</feed>
