summaryrefslogtreecommitdiffstats
path: root/source4/libnet/libnet_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-3/+0
* r11794: - fixed a valgrind error in libnet, caused by using a stack variableAndrew Tridgell2007-10-101-6/+5
* r11747: Move buffer allocation to libnet_Lookup function so that theRafal Szczesniak2007-10-101-1/+6
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2007-10-101-4/+3
* r8076: Put name resolution methods into libnet_context. This allows libnet basedRafal Szczesniak2007-10-101-12/+26
* r7816: Implementation of "shortcut" function for those (probably many) whoRafal Szczesniak2007-10-101-0/+70
* r7748: Use state structure in connection with io to get returned address.Rafal Szczesniak2007-10-101-2/+3
* r7734: A few missing pieces...Rafal Szczesniak2007-10-101-3/+4
* r7732: Implementation of very basic lookup function (to be used in moreRafal Szczesniak2007-10-101-0/+95