Add comment explaining the previous fix.
[samba.git] / source / libads / ldap.c
2009-06-02 Jeremy AllisonAdd comment explaining the previous fix.
2009-06-02 Jeremy AllisonFix bug #6279 - winbindd crash. Cope with LDAP librarie...
2009-03-27 Yasuma TakedaFix bug #6098 - When the DNS server is invalid, the...
2009-01-28 Stefan Metzmachers3:libads/ldap.c: store the dc name in the saf cache...
2009-01-28 Stefan Metzmachers3:libads/ldap.c: if the client belongs to no site...
2009-01-28 Stefan Metzmachers3:libads/ldap.c: pass the real workgroup name to get_d...
2009-01-28 Stefan Metzmachers3: libads: use get_dc_name() instead of get_sorted_dc_...
2008-12-09 Stefan Metzmacherlibads/ldap.c: return an error instead of crashing...
2008-12-09 Steven DannemanFix extended DN parse error when AD object does not...
2008-12-09 Steven DannemanWhitespace and >80 column cleanups.
2008-12-09 Volker LendeckeFix an uninitialized variable found by the IBM Checker
2008-11-17 Karolin SeegerRevert "Fix an uninitialized variable found by the...
2008-10-06 Volker LendeckeFix an uninitialized variable found by the IBM Checker
2008-06-17 Volker LendeckeRevert "Fix a memleak in ads_find_dc() in case get_sort...
2008-06-05 Volker LendeckeFix a memleak in ads_find_dc() in case get_sorted_dc_li...
2008-05-22 Günther Deschnerlibads/cldap: store client sitename also keyed by dns...
2008-05-22 Günther Deschnercldap: let ads_cldap_netlogon() return all possible...
2008-05-15 Günther DeschnerFix Bug #5465 (joining with createcomputer=ou1/ou2...
2008-04-28 Steven DannemanFix bug 5419: memory leak in ads_do_search_all_args...
2008-04-22 Günther Deschnercldap: avoid duplicate definitions so remove ads_cldap.h.
2008-04-22 Günther Deschnercldap: add talloc context to ads_cldap_netlogon().
2008-04-22 Günther Deschnerlibads: Use libnbt for CLDAP reply parsing.
2008-03-31 Günther DeschnerAdd ads_check_ou_dn().
2008-03-27 Volker LendeckeFix Coverity ID 487
2008-03-18 Marc VanHeyningenCoverity fixes
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-06 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-04 Volker Lendeckestr_list_free is not needed anymore
2008-02-04 Volker LendeckeAlways pass a TALLOC_CTX to str_list_make and str_list_copy
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-31 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-31 Günther DeschnerWhen running with debug level > 10, dump ads_struct...
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-08 Günther DeschnerDo not ignore provided machine_name in ads_get_upn().
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Michael AdamRe-Indent function ldap_open_with_timeout().
2008-01-04 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Michael AdamAdd a debug message (when the LDAP server has really...
2008-01-04 Michael AdamUntangle assignment and result check.
2008-01-04 Michael AdamEnhance DEBUG-verbosity of ldap_open_with_timeout().
2008-01-04 Michael AdamUnindent function header.
2008-01-04 Michael AdamFix a misleading DEBUG message.
2008-01-03 Günther DeschnerAdd ads_get_joinable_ous().
2007-12-29 Volker LendeckeMake use of [un]marshall_sec_desc
2007-12-16 Volker Lendeckemake use of unmarshall_sec_desc
2007-12-15 Volker Lendeckes/sid_to_string/sid_to_fstring/
2007-12-15 Volker LendeckeReplace sid_string_static with sid_to_string
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-06 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-06 Michael AdamRemove an incredible amount of whitespace.
2007-12-04 Jeremy AllisonMake strhex_to_str clear on string limits. Remove pstri...
2007-11-27 Volker LendeckeRemove some statics
2007-11-22 James PeachMerge ssh://git.samba.org/data/git/samba into v3-2...
2007-11-21 Jeremy AllisonMore pstring removal....
2007-10-24 Jeremy AllisonThis is a large patch (sorry). Migrate from struct...
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Günther Deschnerr24252: Dump guid of msExchMailboxGuid when returned.
2007-10-10 Volker Lendecker24166: Fix Coverity ID 391
2007-10-10 Günther Deschnerr23951: Fix segfault.
2007-10-10 Stefan Metzmacherr23945: add infrastructure to select plain, sign or...
2007-10-10 Günther Deschnerr23937: Use ads_config_path() when we need to know...
2007-10-10 Stefan Metzmacherr23888: move elements belonging to the current ldap...
2007-10-10 Stefan Metzmacherr23886: add ads_disconnect() function
2007-10-10 Günther Deschnerr23861: Fix return code in ads_find_samaccount().
2007-10-10 Günther Deschnerr23837: Pass ADS_STRUCT and TALLOC_CTX down to ads_disp_sd.
2007-10-10 Günther Deschnerr23836: Add ads_config_path() and ads_get_extended_righ...
2007-10-10 Günther Deschnerr23834: Allow to pass an ADS_STRUCT pointer down to...
2007-10-10 Günther Deschnerr23833: Document ads_find_samaccount().
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Günther Deschnerr23772: Add ads_find_samaccount() helper function.
2007-10-10 Jeremy Allisonr23514: Remove unused function ads_get_dn_from_extended...
2007-10-10 Michael Adamr22893: Use ldap_rename_s instead of deprecated ldap_re...
2007-10-10 Günther Deschnerr22800: Add GPO_SID_TOKEN and an LDAP function to get...
2007-10-10 Günther Deschnerr22799: Fix the build.
2007-10-10 Günther Deschnerr22797: We are only interested in the DACL of the secur...
2007-10-10 Gerald Carterr22728: Patch from Danilo Almeida <dalmeida@centeris...
2007-10-10 Jeremy Allisonr22589: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Günther Deschnerr22459: Adding ads_get_dn_from_extended_dn(), in prepar...
2007-10-10 Jeremy Allisonr22112: Fix memleak pointed out by Steven Danneman...
2007-10-10 Jeremy Allisonr21608: Fix a couple of memleaks in error code paths...
2007-10-10 Simo Sorcer21606: Implement escaping function for ldap RDN values
2007-10-10 Günther Deschnerr21352: Let ads_upn_suffixes() return a pointer to...
2007-10-10 Günther Deschnerr21349: Fix memleak in ads_upn_suffixes().
2007-10-10 Günther Deschnerr21021: Fix memleak.
2007-10-10 Günther Deschnerr20874: We need to distinguish client sitenames per...
2007-10-10 Jeremy Allisonr20857: Silence gives assent :-). Checking in the fix for
2007-10-10 Gerald Carterr20487: Remove the unused dn2ad_canonical() call
2007-10-10 Volker Lendecker19687: Fix uninitialized variables found by Coverity...
2007-10-10 Günther Deschnerr19651: Fix interesting bug with the automatic site...
2007-10-10 Günther Deschnerr19646: Fix memleak in the default_ou_string handling...
2007-10-10 Günther Deschnerr19528: Fix container handling for "net ads user" and...
2007-10-10 Günther Deschnerr19526: Fix minor memleak.
2007-10-10 Günther Deschnerr19263: Be more accurate in telling what the sitename...
2007-10-10 Günther Deschnerr18923: Fix more memleaks.
2007-10-10 Günther Deschnerr18902: Also dump mS-DS-CreatorSID.
2007-10-10 Jeremy Allisonr18663: Fix one more uuid -> GUID.
next