summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_lookup.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r20328: use prereq function instead of local implementation.Rafal Szczesniak1-42/+3
2007-10-10r20225: we can't use composite_error() in a _recv() function, as that wouldStefan Metzmacher1-1/+4
2007-10-10r20222: return status unsuccessful when null pointers are returnedRafal Szczesniak1-1/+3
2007-10-10r20182: make the composite api usage more consistant (only cosmetic change)Stefan Metzmacher1-0/+1
2007-10-10r20177: return the actual function status code.Rafal Szczesniak1-0/+2
2007-10-10r20166: we have a dom_sid_add_rid() function that adds the rid after allocatingStefan Metzmacher1-11/+9
2007-10-10r20161: Prevent potential segfault in case account is unknown.Rafal Szczesniak1-8/+12
2007-10-10r19482: remove pointless castStefan Metzmacher1-1/+1
2007-10-10r17856: The two new functions - libnet_LookupName and libnet_UserInfo.Rafal Szczesniak1-0/+215
2007-10-10r16895: Add continue function and prevent from segfaulting (or unpredictableRafal Szczesniak1-16/+41
2007-10-10r16693: Name type should be passed further down the lookup engine insteadRafal Szczesniak1-7/+5
2007-10-10r13938: Around round of splitupsJelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+1
2007-10-10r13317: Create a new function messaging_client_init() which can be used whenAndrew Bartlett1-1/+1
2007-10-10r12861: Cope when we are not supplied the messaging context. This is justAndrew Bartlett1-3/+0
2007-10-10r12858: This moves the libnet_LookupPdc code to use a GetDC request to findAndrew Bartlett1-9/+39
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-3/+0
2007-10-10r11794: - fixed a valgrind error in libnet, caused by using a stack variableAndrew Tridgell1-6/+5
2007-10-10r11747: Move buffer allocation to libnet_Lookup function so that theRafal Szczesniak1-1/+6
2007-10-10r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher1-4/+3
2007-10-10r8076: Put name resolution methods into libnet_context. This allows libnet basedRafal Szczesniak1-12/+26
2007-10-10r7816: Implementation of "shortcut" function for those (probably many) whoRafal Szczesniak1-0/+70
2007-10-10r7748: Use state structure in connection with io to get returned address.Rafal Szczesniak1-2/+3
2007-10-10r7734: A few missing pieces...Rafal Szczesniak1-3/+4
2007-10-10r7732: Implementation of very basic lookup function (to be used in moreRafal Szczesniak1-0/+95