Stefan Metzmacher
183c379fe5
s4:lib/tevent: rename structs
...
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" > $f.tmp
mv $f.tmp $f
done
done
metze
2008-12-29 20:46:40 +01:00
Stefan Metzmacher
a60159c873
s4:libcli/replace: add some RESOLVE_NAME_FLAG* flags
...
metze
2008-12-18 13:32:50 +01:00
Stefan Metzmacher
116fbd6b5a
s4:libcli/resolve: specify the port for the resulting socket_addresses
...
metze
2008-12-17 20:28:40 +01:00
Stefan Metzmacher
7d0e78a52c
s4:libcli/resolve: optionally return the name that belongs to the returned address
...
E.g. this helps for DNS CNAME and SRV results.
metze
2008-12-17 20:26:38 +01:00
Stefan Metzmacher
937fdb8a7e
s4:libcli/resolve: pass down flags to the resolver backends
...
metze
2008-12-17 20:25:52 +01:00
Stefan Metzmacher
8df2140c18
s4:libcli/resolve: don't use __RESOLVE_H__ it might be used by system headers too
...
metze
2008-12-17 19:12:25 +01:00
Stefan Metzmacher
081f8883ba
s4: fix LIBEVENTS dependencies and use more forward declarations
...
We should only include events.h where we really need it
and prefer forward declarations of 'struct event_context'
metze
2008-12-17 11:04:45 +01:00
Stefan Metzmacher
4a3ae3831d
s4:libcli/resolve: add resolve_name_all*() which return all addresses not only the first one
...
metze
2008-12-11 17:58:31 +01:00
Günther Deschner
a1a92688ba
s4-nbt: use ../libcli/nbt
...
Guenther
2008-09-23 09:37:24 +02:00
Jelmer Vernooij
6f2252dace
r26401: Don't cache interfaces context in libnetif.
...
(This used to be commit 9f975417cc
)
2007-12-21 05:49:32 +01:00
Jelmer Vernooij
1ea47faa97
r26397: Fix circular dependency in samba-socket.
...
(This used to be commit 801c8c766c
)
2007-12-21 05:49:26 +01:00
Jelmer Vernooij
5f4842cf65
r26376: Add context for libcli_resolve.
...
(This used to be commit 459e1466a4
)
2007-12-21 05:49:12 +01:00
Andrew Tridgell
0479a2f1cb
r23792: convert Samba4 to GPLv3
...
There are still a few tidyups of old FSF addresses to come (in both s3
and s4). More commits soon.
(This used to be commit fcf38a38ac
)
2007-10-10 14:59:12 -05:00
Jelmer Vernooij
35349a58df
r14542: Remove librpc, libndr and libnbt from includes.h
...
(This used to be commit 51b4270513
)
2007-10-10 13:58:42 -05:00