summaryrefslogtreecommitdiffstats
path: root/source4/libnet/libnet_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* s4:libnet: avoid compiler warnings in libnet_lookup.cStefan Metzmacher2014-02-131-2/+5
* CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison2013-12-091-0/+5
* s4-libnet: Fix memory leak of lsa_RefDomainList and lsa_String onto libnet_ctxAndrew Bartlett2012-08-311-2/+2
* s4-libnet: Add mem_ctx to libnet_DomainOpen calls (bug #8889)Andrew Bartlett2012-04-301-1/+1
* s4-libnet: Add mem_ctx to libnet_Lookup calls (bug #8889)Andrew Bartlett2012-04-301-4/+6
* s4:libcli/finddc.h - fix header dependanciesMatthias Dieter Wallnöfer2010-12-121-6/+0
* s4-libnet: use the full DNS domain for CLDAP lookups if possibleAndrew Tridgell2010-11-271-1/+6
* s4-libnet: added server_address option in libnet contextAndrew Tridgell2010-09-251-1/+1
* s4-libnet: use the right domain name in libnet_lookupAndrew Tridgell2010-09-191-4/+1
* s4-finddc: use NBT lookup for a 1C name if joining a short domain nameAndrew Tridgell2010-09-151-1/+4
* s4-libcli: change finddcs.h -> finddc.hAndrew Tridgell2010-09-151-1/+1
* s4-libnet: use finddcs_cldap() in libnet_lookupAndrew Tridgell2010-09-151-11/+17
* s4-libnet: converted finddcs call to tevent_reqAndrew Tridgell2010-09-151-17/+17
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-3/+3
* s4:libnet - add missing "talloc_free"s for "c" contexts on "recv" operationsMatthias Dieter Wallnöfer2010-07-041-3/+1
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-7/+8
* s4:libnet/libnet_lookup.c: make use of use tevent_req based dcerpc_binding_ha...Stefan Metzmacher2010-03-121-12/+17
* s4:libnet: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-011-1/+1
* s4-resolve: fixed a crash bug on timeoutAndrew Tridgell2009-09-191-1/+1
* s4:libnet Use str_list_make_single() in resolv codeAndrew Bartlett2009-05-141-1/+1
* s4-lsa: merge lsa_LookupNames/{2,3,4} from s3 lsa idl.Günther Deschner2008-10-271-1/+3
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-1/+1
* Remove use of global_loadparm.Jelmer Vernooij2008-02-281-1/+2
* r26441: Remove global_loadparm uses.Jelmer Vernooij2007-12-211-1/+2
* r26435: Remove global_loadparm instance.Jelmer Vernooij2007-12-211-1/+1
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-211-6/+6
* r26333: No more global_loadparm in finddcs.Jelmer Vernooij2007-12-211-1/+2
* r26328: remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-1/+1
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+4
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22944: fix bug #4618:Stefan Metzmacher2007-10-101-1/+1
* r22811: two more memory allocation checks.Rafal Szczesniak2007-10-101-0/+2
* r22764: - replace talloc_zero with composite_createRafal Szczesniak2007-10-101-16/+5
* r20328: use prereq function instead of local implementation.Rafal Szczesniak2007-10-101-42/+3
* r20225: we can't use composite_error() in a _recv() function, as that wouldStefan Metzmacher2007-10-101-1/+4
* r20222: return status unsuccessful when null pointers are returnedRafal Szczesniak2007-10-101-1/+3
* r20182: make the composite api usage more consistant (only cosmetic change)Stefan Metzmacher2007-10-101-0/+1
* r20177: return the actual function status code.Rafal Szczesniak2007-10-101-0/+2
* r20166: we have a dom_sid_add_rid() function that adds the rid after allocatingStefan Metzmacher2007-10-101-11/+9
* r20161: Prevent potential segfault in case account is unknown.Rafal Szczesniak2007-10-101-8/+12
* r19482: remove pointless castStefan Metzmacher2007-10-101-1/+1
* r17856: The two new functions - libnet_LookupName and libnet_UserInfo.Rafal Szczesniak2007-10-101-0/+215
* r16895: Add continue function and prevent from segfaulting (or unpredictableRafal Szczesniak2007-10-101-16/+41
* r16693: Name type should be passed further down the lookup engine insteadRafal Szczesniak2007-10-101-7/+5
* r13938: Around round of splitupsJelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r13317: Create a new function messaging_client_init() which can be used whenAndrew Bartlett2007-10-101-1/+1
* r12861: Cope when we are not supplied the messaging context. This is justAndrew Bartlett2007-10-101-3/+0
* r12858: This moves the libnet_LookupPdc code to use a GetDC request to findAndrew Bartlett2007-10-101-9/+39