summaryrefslogtreecommitdiffstats
path: root/source4/libcli/finddcs_cldap.c
Commit message (Expand)AuthorAgeFilesLines
* libcli: Fix improper use of tevent_req_simple_recv_ntstatusVolker Lendecke2013-08-121-6/+10
* s4:libcli/finddcs_cldap: allow io->in.server_address as hostnameStefan Metzmacher2012-12-021-3/+58
* s4:libcli/finddcs_cldap: try all NBT#1C addressesStefan Metzmacher2012-12-021-12/+8
* s4:libcli/finddcs_cldap.c - let "finddcs_cldap" work either with the IP addre...Matthias Dieter Wallnöfer2011-11-261-14/+27
* s4:finddcs_cldap: debug the correct server address instead of NULLStefan Metzmacher2011-11-101-1/+2
* s4:finddcs_cldap: talloc free old memory before allocating a new netlogon structStefan Metzmacher2011-10-221-0/+1
* s4:finddcs_cldap: close the socket when it's not used anymoreStefan Metzmacher2011-10-221-1/+2
* s4:finddcs_cldap: finddcs_cldap_recv() returns NTSTATUSStefan Metzmacher2011-10-221-1/+6
* s4-cldap: fix cldap_socket_init to always specify the dest if local is NULLMatthieu Patou2011-10-221-17/+18
* libcli/cldap: don't pass tevent_context to cldap_socket_init()Stefan Metzmacher2011-10-101-3/+3
* libcli/cldap: pass tevent_context to cldap_netlogon_send()Stefan Metzmacher2011-10-101-1/+2
* s4:libcli/finddc.h - fix header dependanciesMatthias Dieter Wallnöfer2010-12-121-2/+0
* s4-cldap: fixed debug message to match contentAndrew Tridgell2010-11-061-1/+1
* s4-cldap: print all the DNS servers foundAndrew Tridgell2010-11-051-0/+5
* s4-finddcs: better debug messages to help track down DNS problemsAndrew Tridgell2010-10-151-1/+12
* libcli/security Use common security.hAndrew Bartlett2010-10-121-1/+1
* s4-finddcs: allow override of server IP addressAndrew Tridgell2010-09-251-1/+35
* s4-cldap: improved debug msgs in finddcs_cldap()Andrew Tridgell2010-09-191-3/+5
* s4-finddcs: added some debug messages on failureAndrew Tridgell2010-09-191-4/+7
* s4-finddcs: ensure we free previous cldap requests before starting a new oneAndrew Tridgell2010-09-151-1/+1
* s4-finddcs: show required server type bits on failureAndrew Tridgell2010-09-151-2/+3
* s4-finddc: use NBT lookup for a 1C name if joining a short domain nameAndrew Tridgell2010-09-151-13/+98
* s4-libcli: change finddcs.h -> finddc.hAndrew Tridgell2010-09-151-1/+1
* s4-finddcs: added finddcs_cldap()Andrew Tridgell2010-09-151-0/+244