s3-libads: Do not leak the msg on error
[sfrench/samba-autobuild/.git] / source3 / libads / ldap.c
2017-03-08 Andreas Schneiders3-libads: Do not leak the msg on error
2017-02-22 Chris LambCorrect "occured" typos.
2016-10-18 Volker Lendeckelib: Fix an uninitialized variable
2016-03-14 Günther Deschners3:libnet:libnet_join: fill in output enctypes and...
2016-03-14 Günther Deschners3:libnet:libnet_join: define list of desired encryptio...
2016-03-14 Günther Deschners3:libads:ldap: fix ads_check_ou_dn to deal with accoun...
2016-03-14 Günther Deschners3:libads:ldap: print LDAP error message with log level 10.
2016-03-10 Stefan Metzmachers3:libads: remove unused ads_connect_gc()
2016-02-26 Stefan Metzmachers3:libads: setup the msDS-SupportedEncryptionTypes...
2016-02-01 Stefan Metzmachers3:libads: we always have arcfour-hmac-md5 support
2015-09-25 Uri Simchoninet: fix a crash with net ads keytab create
2015-08-26 Volker Lendeckelib: Make sid_parse take a uint8_t
2015-07-02 Stefan Metzmachers3:libads: improve debug levels/messages in ads_find_dc()
2015-06-15 Uri Simchonilibads: further split resolve_and_ping into dns and...
2015-06-15 Uri Simchonilibads: Fix fallback logic when finding a domain controller
2015-05-14 Richard SharpeConvert all uint32/16/8 to _t in a grab-bag of remainin...
2015-05-12 David HolderAdd IPv6 support to ADS client side LDAP connects....
2015-04-22 Richard SharpeConvert all uses of uint8/16/32 to uint8/16/32_t in...
2014-12-18 Andreas Schneideraddns: Remove support for dns_host_file.
2014-11-28 Günther Deschners3-libads: remove unused dn from ads_get_service_princi...
2014-11-25 Stefan Metzmachers3:libads: avoid some compiler warnings in ldap.c
2014-11-17 Günther Deschnersamba: pass down size_t instead of int to add_string_to...
2014-09-26 Andreas Schneiders3-libads: Add function to search for an element in...
2014-09-26 Andreas Schneiders3-libads: Add a function to retrieve the SPNs of a...
2014-04-17 Günther Deschners3-libads: allow ads_try_connect() to re-use a resolved...
2014-04-17 Andreas SchneiderRemove special socket_wrapper code.
2014-04-17 Andreas Schneiders3-libads: Use ldap_initialize() if available.
2014-03-13 Bjoern Baumbachs3-libads: Use the IP instead of the name.
2014-01-23 Daniel Libermans3: ldap client can return NT_STATUS_OK when an error...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-09-05 Jeremy AllisonAdd a talloc context to sitename_fetch().
2013-06-12 Andreas Schneiders3-libads: Print the debug string of a failed call...
2013-04-03 Andreas SchneiderBUG 9699: Fix adding case sensitive spn.
2012-09-07 Alexander Bokovoys3-smbldap: use smbldap_ prefixed functions
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2012-05-26 Andrew Bartletts3-libads: Use a reducing page size to try and cope...
2012-05-23 Simo SorceMove source3/libads/dns.c to lib/addns
2012-05-23 Simo Sorces3-ads-dns: Break dependency on lp_parm
2012-02-23 Andrew Bartletts3-libads: Remove unused ads_pull_sids_from_extendeddn()
2011-08-20 Jeremy AllisonIf "ldap timeout" is non-zero, set the local search...
2011-08-17 Volker Lendeckes3: Increase a debug level in ads_find_dc
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-06-01 Andrew Bartletts3-param prepare for some lp_ functions to return const
2011-05-18 Andrew Bartletts3-lib Replace StrCaseCmp() with strcasecmp_m()
2011-04-22 Volker Lendeckes3: Fix Coverity ID 2336, NULL_RETURNS
2011-05-05 Jeremy AllisonMore simple const fixups.
2011-04-29 Andrew Bartletts3-libads Move variables into if (socket_wrapper_dir...
2011-04-28 Andrew Bartletts3-libads: Use ldap_init_fd() to connect to AD server...
2011-04-28 Andrew Bartletts3-libads Pass a struct sockaddr_storage to cldap routines
2011-04-27 Andrew Bartletts3-libads Don't start a DEBUG with 'time'
2011-04-26 Andrew Bartletts3-libads Remove KRB5_DNS_HACK
2011-03-10 Volker LendeckeQuite some callers of sid_split_rid do not care about...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-09-20 Andrew Bartletts3-libads call common GUID_from_ndr_blob()
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Günther Deschners3-build: only include smbldap.h where needed.
2010-09-15 Jeremy AllisonFix all sid_parse returns to be checked. Tidy up some...
2010-09-07 Björn Jackes3/libads: use monotonic clock for ldap connection...
2010-08-04 Günther Deschners3: avoid global include of ads.h.
2010-07-01 Günther Deschners3-libads: only include libds flags where needed.
2010-07-01 Günther Deschners3-libads: move ads_dns out of main includes.
2010-07-01 Günther Deschners3-libads: use shared well known guids.
2010-05-31 Günther Deschners3: only use netlogon/nbt header when needed.
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_descriptor...
2010-05-06 Jelmer VernooijRemove the copy of ldb from Samba 3.
2010-04-27 Matthias Dieter... s3:libads/ldap.c - fix a build breakage
2010-03-02 Simo Sorces3:ads fix dn parsing name was always null
2010-02-23 Simo Sorces3 move the sitename cache in its own file
2010-02-23 Andreas Schneiders3-libads: Remove obsolete signal type cast.
2009-12-04 Jim McDonoughs3: bug #6967: Prevent glibc error on net ads join:
2009-07-28 Jeremy AllisonAdded prefer_ipv4 bool parameter to resolve_name().
2009-06-01 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-31 Volker LendeckeFix some nonempty blank lines
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-28 Volker LendeckeAdd smbldap_pull_sid
2009-04-24 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-23 Jelmer Vernooijsamba3/ldb: Update the ldb_dn API to match that of...
2009-04-23 Jelmer Vernooijldb/samba3: Support event context argument to ldb_init().
2009-04-23 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-22 Jeremy AllisonAdd comment explaining the previous fix.
2009-04-22 Jeremy AllisonFix bug #6279 - winbindd crash. Cope with LDAP librarie...
2009-04-14 Andrew BartlettConvert Samba3 to use the common lib/util/charset API
2009-04-10 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-09 Andrew TridgellMerge branch 'wspp-schema'
2009-04-06 Günther Deschners3-libads: avoid NULL talloc context with ads_get_dn().
2009-04-06 Andrew Bartletts3:libads Make ads_get_dn() take a talloc context
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-05 Karolin Seegers3/libads: Change "ldap ssl:ads" parameter to "ldap...
2009-01-29 Michael Adams3: fix bug #6073: prevent ads_connect() from using...
2009-01-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
next