summaryrefslogtreecommitdiff
path: root/source3/libads/cldap.h
AgeCommit message (Collapse)AuthorFilesLines
2011-10-17Add cldap_multi_netlogon_send/recvVolker Lendecke1-0/+18
Make ads_cldap_netlogon use it. It does not need the fancy multi stuff, but excercising that code more often is better. And because we have to ask over the network, the additional load should be neglectable. Ported to master by Stefan Metzmacher <metze@samba.org>
2011-06-10source3/libads/cldap.h: fix licence/copyrightGünther Deschner1-0/+27
Guenther
2011-04-28s3-libads Pass a struct sockaddr_storage to cldap routinesAndrew Bartlett1-2/+2
This avoids these routines doing a DNS lookup that has already been done, and ensures that the emulated DNS lookup isn't thrown away. Andrew Bartlett
2011-01-07netlogon: move netlogon helpers to ../libcli/netlogon.Günther Deschner1-1/+1
Guenther
2010-05-31s3: only use netlogon/nbt header when needed.Günther Deschner1-0/+12
Guenther