cldap: let ads_cldap_netlogon() return all possible cldap replies.
[kai/samba.git] / source / libads / ldap.c
2008-05-09 Günther Deschnercldap: let ads_cldap_netlogon() return all possible...
2008-04-26 Steven DannemanFix bug 5419: memory leak in ads_do_search_all_args...
2008-04-21 Günther Deschnercldap: avoid duplicate definitions so remove ads_cldap.h.
2008-04-21 Günther Deschnercldap: add talloc context to ads_cldap_netlogon().
2008-04-21 Günther Deschnerlibads: Use libnbt for CLDAP reply parsing.
2008-03-28 Günther DeschnerAdd ads_check_ou_dn().
2008-03-23 Volker LendeckeFix Coverity ID 487
2008-03-17 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.
2007-10-10 Jeremy Allisonr18552: Ensure the sitename matches before we SAF store...
2007-10-10 Jeremy Allisonr18480: Doh ! Double-free of hostnameDN.
2007-10-10 Volker Lendecker18464: Solaris has LDAP_SCOPE_ONELEVEL. Linux seems...
2007-10-10 Volker Lendecker18453: Attempt to fix the non-ldap build
2007-10-10 Jeremy Allisonr18446: Add the ldap 'leave domain' code - call this as
2007-10-10 Günther Deschnerr18165: Fix memleaks.
2007-10-10 Jeremy Allisonr18063: When we get a successful connection using ADS,
2007-10-10 Volker Lendecker18019: Fix a C++ warnings: Don't use void * in libads...
2007-10-10 Jeremy Allisonr18015: Try and detect network failures immediately in
2007-10-10 Jeremy Allisonr17994: Add debugs that showed me why my site code...
2007-10-10 Jeremy Allisonr17946: Fix couple of typos...
2007-10-10 Jeremy Allisonr17945: Store the server and client sitenames in the ADS
2007-10-10 Jeremy Allisonr17943: The horror, the horror. Add KDC site support by
2007-10-10 Jeremy Allisonr17937: Move the saf_ cache into the tcp ad connection...
2007-10-10 Jeremy Allisonr17928: Implement the basic store for CLDAP sitename
2007-10-10 Jeremy Allisonr17901: Stanford checker fix. cookie here can't be...
2007-10-10 Volker Lendecker17881: Another microstep towards better error reportin...
next