<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/libcli/resolve/resolve.h, branch master</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/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:libcli/replace: add some RESOLVE_NAME_FLAG* flags</title>
<updated>2008-12-18T12:32:50+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-12-17T15:55:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a60159c8734210d199b2b76705b4f70641395a2d'/>
<id>a60159c8734210d199b2b76705b4f70641395a2d</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/resolve: specify the port for the resulting socket_addresses</title>
<updated>2008-12-17T19:28:40+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-12-17T16:25:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=116fbd6b5a82a2e9f2440aae4ad56cf8a457c85b'/>
<id>116fbd6b5a82a2e9f2440aae4ad56cf8a457c85b</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/resolve: optionally return the name that belongs to the returned address</title>
<updated>2008-12-17T19:26:38+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-12-13T19:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7d0e78a52cfed797100696725611655227cf01ac'/>
<id>7d0e78a52cfed797100696725611655227cf01ac</id>
<content type='text'>
E.g. this helps for DNS CNAME and SRV results.

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
E.g. this helps for DNS CNAME and SRV results.

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:libcli/resolve: pass down flags to the resolver backends</title>
<updated>2008-12-17T19:25:52+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-12-13T10:03:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=937fdb8a7e348103708adbdafcff28b05cc1fda3'/>
<id>937fdb8a7e348103708adbdafcff28b05cc1fda3</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/resolve: don't use __RESOLVE_H__ it might be used by system headers too</title>
<updated>2008-12-17T18:12:25+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-12-13T10:24:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8df2140c18996e616e6fe1fcc8fd3e52ca5dcd74'/>
<id>8df2140c18996e616e6fe1fcc8fd3e52ca5dcd74</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>s4:libcli/resolve: add resolve_name_all*() which return all addresses not only the first one</title>
<updated>2008-12-11T16:58:31+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-12-11T14:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4a3ae3831d41bd7cb1d7efae7b2eb031d1fabbb8'/>
<id>4a3ae3831d41bd7cb1d7efae7b2eb031d1fabbb8</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-nbt: use ../libcli/nbt</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-23T06:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a1a92688ba0a811400b4d12920988c62fa0efdf4'/>
<id>a1a92688ba0a811400b4d12920988c62fa0efdf4</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>r26401: Don't cache interfaces context in libnetif.</title>
<updated>2007-12-21T04:49:32+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2007-12-11T21:23:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6f2252dace1629d7b5c5637b103caa28d2c89b07'/>
<id>6f2252dace1629d7b5c5637b103caa28d2c89b07</id>
<content type='text'>
(This used to be commit 9f975417cc66bfd4589da38bfd23731dbe0e6153)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 9f975417cc66bfd4589da38bfd23731dbe0e6153)
</pre>
</div>
</content>
</entry>
</feed>
