summaryrefslogtreecommitdiffstats
path: root/source4/libcli/finddcs.c
Commit message (Expand)AuthorAgeFilesLines
* s4-finddcs: rename finddcs to finddcs_nbtAndrew Tridgell2010-09-151-313/+0
* s4-libnet: converted finddcs call to tevent_reqAndrew Tridgell2010-09-151-54/+93
* s4:libcli/finddcs: use irpc_binding_handle_by_name()Stefan Metzmacher2010-09-031-19/+21
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-8/+1
* s4-net: fixed finddcs to use empty SID instead of NULL sid (NDR error)Andrew Tridgell2009-12-311-0/+3
* s4-resolve: fixed a crash bug on timeoutAndrew Tridgell2009-09-191-1/+1
* s4:irpc: avoid c++ reserved word 'private'Stefan Metzmacher2009-02-011-1/+1
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* s4-nbt: use private_data instead of private.Günther Deschner2008-09-231-1/+1
* Remove use of global_loadparm.Jelmer Vernooij2008-02-281-2/+9
* Remove more global_loadparm instance.sJelmer Vernooij2008-02-211-1/+3
* r26435: Remove global_loadparm instance.Jelmer Vernooij2007-12-211-2/+4
* r26408: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-2/+4
* r26377: Specify port explicitly.Jelmer Vernooij2007-12-211-0/+1
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-211-4/+4
* r26333: No more global_loadparm in finddcs.Jelmer Vernooij2007-12-211-3/+7
* r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij2007-12-211-2/+1
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-2/+2
* r25027: Fix more warnings.Jelmer Vernooij2007-10-101-0/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24560: rename some DCERPC_ prefixes into NDR_Stefan Metzmacher2007-10-101-1/+1
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23176: Note that we only return one DC from this call at the moment.Andrew Bartlett2007-10-101-0/+3
* r22748: fix memleaks by passing an mem_ctx toStefan Metzmacher2007-10-101-1/+1
* r20646: first preparations for cluster enablement. This changes "Andrew Tridgell2007-10-101-2/+2
* r17319: make better usage of the composite apiStefan Metzmacher2007-10-101-28/+20
* r16791: Typo fix in a comment.Rafal Szczesniak2007-10-101-1/+1
* r15225: Use talloc_zero() to avoid use of uninitialised values later on.Andrew Bartlett2007-10-101-1/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-1/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r13103: Walk the names in the node status request, so I can find a serverAndrew Bartlett2007-10-101-11/+14
* r12862: Need to trim spaces off the end of the node status reply.Andrew Bartlett2007-10-101-1/+10
* r12861: Cope when we are not supplied the messaging context. This is justAndrew Bartlett2007-10-101-3/+9
* r12858: This moves the libnet_LookupPdc code to use a GetDC request to findAndrew Bartlett2007-10-101-0/+245