torture: Fix copy and paste error in debug message.
[kai/samba.git] / source4 / libnet / libnet_lookup.c
2012-08-31 Andrew Bartletts4-libnet: Fix memory leak of lsa_RefDomainList and...
2012-04-30 Andrew Bartletts4-libnet: Add mem_ctx to libnet_DomainOpen calls ...
2012-04-30 Andrew Bartletts4-libnet: Add mem_ctx to libnet_Lookup calls (bug...
2010-12-12 Matthias Dieter... s4:libcli/finddc.h - fix header dependancies
2010-11-27 Andrew Tridgells4-libnet: use the full DNS domain for CLDAP lookups...
2010-09-25 Andrew Tridgells4-libnet: added server_address option in libnet context
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-19 Andrew Tridgells4-libnet: use the right domain name in libnet_lookup
2010-09-15 Andrew Tridgells4-finddc: use NBT lookup for a 1C name if joining...
2010-09-15 Andrew Tridgells4-libcli: change finddcs.h -> finddc.h
2010-09-15 Andrew Tridgells4-libnet: use finddcs_cldap() in libnet_lookup
2010-09-15 Andrew Tridgells4-libnet: converted finddcs call to tevent_req
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-07-04 Matthias Dieter... s4:libnet - add missing "talloc_free"s for "c" contexts...
2010-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-03-12 Stefan Metzmachers4:libnet/libnet_lookup.c: make use of use tevent_req...
2010-03-01 Stefan Metzmachers4:libnet: make use of explicit dcerpc_*_recv functions
2009-09-19 Andrew Tridgells4-resolve: fixed a crash bug on timeout
2009-05-13 Andrew Bartletts4:libnet Use str_list_make_single() in resolv code
2008-10-27 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-27 Günther Deschners4-lsa: merge lsa_LookupNames/{2,3,4} from s3 lsa idl.
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-11 Jelmer VernooijUse common strlist implementation in Samba 3 and Samba 4.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-03-02 Jelmer VernooijMerge branch 'v4-0-test' into id10ts-registry
2008-02-29 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-28 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-28 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-28 Jelmer VernooijRemove use of global_loadparm.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26441: Remove global_loadparm uses.
2007-12-21 Jelmer Vernooijr26435: Remove global_loadparm instance.
2007-12-21 Jelmer Vernooijr26376: Add context for libcli_resolve.
2007-12-21 Jelmer Vernooijr26333: No more global_loadparm in finddcs.
2007-12-21 Jelmer Vernooijr26328: remove more uses of global_loadparm.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25554: Convert last instances of BOOL, True and False...
2007-10-10 Jelmer Vernooijr25446: Merge some changes I made on the way home from...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr22944: fix bug #4618:
2007-10-10 Rafal Szczesniakr22811: two more memory allocation checks.
2007-10-10 Rafal Szczesniakr22764: - replace talloc_zero with composite_create
2007-10-10 Rafal Szczesniakr20328: use prereq function instead of local implementa...
2007-10-10 Stefan Metzmacherr20225: we can't use composite_error() in a _recv(...
2007-10-10 Rafal Szczesniakr20222: return status unsuccessful when null pointers...
2007-10-10 Stefan Metzmacherr20182: make the composite api usage more consistant...
2007-10-10 Rafal Szczesniakr20177: return the actual function status code.
2007-10-10 Stefan Metzmacherr20166: we have a dom_sid_add_rid() function that adds...
2007-10-10 Rafal Szczesniakr20161: Prevent potential segfault in case account...
2007-10-10 Stefan Metzmacherr19482: remove pointless cast
2007-10-10 Rafal Szczesniakr17856: The two new functions - libnet_LookupName and...
2007-10-10 Rafal Szczesniakr16895: Add continue function and prevent from segfault...
2007-10-10 Rafal Szczesniakr16693: Name type should be passed further down the...
2007-10-10 Jelmer Vernooijr13938: Around round of splitups
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Andrew Bartlettr13317: Create a new function messaging_client_init...
2007-10-10 Andrew Bartlettr12861: Cope when we are not supplied the messaging...
2007-10-10 Andrew Bartlettr12858: This moves the libnet_LookupPdc code to use...
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Andrew Tridgellr11794: - fixed a valgrind error in libnet, caused...
2007-10-10 Rafal Szczesniakr11747: Move buffer allocation to libnet_Lookup functio...
2007-10-10 Stefan Metzmacherr10504: - seperate implementation specific stuff, from...
2007-10-10 Rafal Szczesniakr8076: Put name resolution methods into libnet_context...
2007-10-10 Rafal Szczesniakr7816: Implementation of "shortcut" function for those...
2007-10-10 Rafal Szczesniakr7748: Use state structure in connection with io to...
2007-10-10 Rafal Szczesniakr7734: A few missing pieces...
2007-10-10 Rafal Szczesniakr7732: Implementation of very basic lookup function...