summaryrefslogtreecommitdiff
path: root/source4/libcli/cldap
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r6720: added support for the remaining 2 types of CLDAP netlogonAndrew Tridgell2-3/+4
response. To work around the fact that the type of the returned data is not encoded in the packet, this required adding ndr_pull_union_blob() which allows us to pull a blob into a union with a specified switch value, in this case the switch value comes from the calling NtVer field. (This used to be commit bd27e626c27be72913d1a1569ee6e2e2711df84e)
2007-10-10r6693: first version of cldap client library, with async interfaceAndrew Tridgell2-0/+613
(This used to be commit cbeffe830b2d3aee2ba346034548fa273a08f409)