summaryrefslogtreecommitdiffstats
path: root/source3/libads/cldap.h
Commit message (Collapse)AuthorAgeFilesLines
* Add cldap_multi_netlogon_send/recvVolker Lendecke2011-10-171-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>
* source3/libads/cldap.h: fix licence/copyrightGünther Deschner2011-06-101-0/+27
| | | | Guenther
* s3-libads Pass a struct sockaddr_storage to cldap routinesAndrew Bartlett2011-04-281-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
* netlogon: move netlogon helpers to ../libcli/netlogon.Günther Deschner2011-01-071-1/+1
| | | | Guenther
* s3: only use netlogon/nbt header when needed.Günther Deschner2010-05-311-0/+12
Guenther