1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-12 04:23:49 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
Günther Deschner
41c129da3d Refactor our DsGetDcName call a bit (before it will move into libnetapi).
Guenther
2008-01-07 23:06:12 +01:00
Volker Lendecke
31d0a846db Remove some globals 2007-12-05 14:39:07 +01:00
Volker Lendecke
1fab16ffb8 Remove some statics 2007-11-27 14:18:47 +01:00
Jeremy Allison
814daded90 Change our DNS code to cope with AAAA records. A6 records
look like a nightmare to use, so ignore them for now.
Jeremy.
2007-10-29 13:34:00 -07:00
Jeremy Allison
f35a266b3c RIP BOOL. Convert BOOL -> bool. I found a few interesting
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
2007-10-18 17:40:25 -07:00
Jeremy Allison
3f6bd0e1ec Add start of IPv6 implementation. Currently most of this is avoiding
IPv6 in winbindd, but moves most of the socket functions that were
wrongly in lib/util.c into lib/util_sock.c and provides generic
IPv4/6 independent versions of most things. Still lots of work
to do, but now I can see how I'll fix the access check code.
Nasty part that remains is the name resolution code which is
used to returning arrays of in_addr structs.
Jeremy.
2007-10-10 18:25:16 -07:00
Günther Deschner
aca2d78db1 r24797: Fix logic in dsgetdcname().
Guenther
2007-10-10 12:30:22 -05:00
Volker Lendecke
f7e8df81ef r24782: Fix C++ warnings 2007-10-10 12:30:20 -05:00
Günther Deschner
1efc5009a4 r24776: Remove accidentially commited flag checks.
Guenther
2007-10-10 12:30:20 -05:00
Günther Deschner
d82c1638b8 r24749: Increase debuglevel.
Guenther
2007-10-10 12:30:18 -05:00
Günther Deschner
3263cd680f r24742: Add experimental DsGetDcName() call (will be used by krb5 locator for fine
grained KDC DNS queries).

Guenther
2007-10-10 12:30:16 -05:00