<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/lib/socket/socket.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>s4:lib/socket: add socket_address_copy()</title>
<updated>2009-02-13T12:44:38+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2009-02-13T12:07:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f131718c607eba5e94e32ae6c4ce81d65ec98718'/>
<id>f131718c607eba5e94e32ae6c4ce81d65ec98718</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:socket: use a socket_wrapper aware function to auto close the fd event for sockets</title>
<updated>2009-01-03T18:58:53+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2009-01-03T11:47:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5fa0d3d56824f4ef3dfdb0f97c836554a62c4875'/>
<id>5fa0d3d56824f4ef3dfdb0f97c836554a62c4875</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>s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok with addresses</title>
<updated>2008-12-18T12:32:51+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-12-17T22:13:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=fc31f2c5269fd405be96b9a036baf35a60141ccf'/>
<id>fc31f2c5269fd405be96b9a036baf35a60141ccf</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: fix LIBEVENTS dependencies and use more forward declarations</title>
<updated>2008-12-17T10:04:45+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-12-16T23:06:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=081f8883bafc11ca7c08f868ec19f1ea32071837'/>
<id>081f8883bafc11ca7c08f868ec19f1ea32071837</id>
<content type='text'>
We should only include events.h where we really need it
and prefer forward declarations of 'struct event_context'

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We should only include events.h where we really need it
and prefer forward declarations of 'struct event_context'

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a separate global for nonblocking socket testing rather than global_loadparm.</title>
<updated>2008-11-02T00:15:42+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-11-02T00:15:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9265cb02d00843f43ba07d28093f959adf0738fe'/>
<id>9265cb02d00843f43ba07d28093f959adf0738fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>r26376: Add context for libcli_resolve.</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:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5f4842cf65ce64bfdf577cd549565da20ca818cf'/>
<id>5f4842cf65ce64bfdf577cd549565da20ca818cf</id>
<content type='text'>
(This used to be commit 459e1466a411d6f83b7372e248566e6e71c745fc)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 459e1466a411d6f83b7372e248566e6e71c745fc)
</pre>
</div>
</content>
</entry>
<entry>
<title>r26335: Specify name_resolve_order to socket code.</title>
<updated>2007-12-21T04:48:46+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2007-12-07T15:04:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=01d2acfdb4c4c0349a28a18c5c0da5b960b02791'/>
<id>01d2acfdb4c4c0349a28a18c5c0da5b960b02791</id>
<content type='text'>
(This used to be commit b03e5d00110be3f1fe5809dad4eb6ca5cea7463d)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit b03e5d00110be3f1fe5809dad4eb6ca5cea7463d)
</pre>
</div>
</content>
</entry>
<entry>
<title>r25545: Use inet_ntop for ipv4 code as well - should make it easier to share code between IPv4 and IPv6 later on.</title>
<updated>2007-10-10T20:07:51+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2007-10-06T21:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6bc52259aa668666f2f40abfd8da181d5aaf8b6e'/>
<id>6bc52259aa668666f2f40abfd8da181d5aaf8b6e</id>
<content type='text'>
(This used to be commit e3df90927b2878917f0f555772a875f05bf609e8)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit e3df90927b2878917f0f555772a875f05bf609e8)
</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>
