summaryrefslogtreecommitdiffstats
path: root/source3/libads/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* libads: remove unused vars.Günther Deschner2008-08-201-3/+0
* libads: Add API call to connect to a global catalog server.Gerald W. Carter2008-06-271-5/+140
* libads: add ads_connect_user_creds() that won't overwrite given user creds.Günther Deschner2008-06-241-0/+12
* libads: add ads_get_machine_kvno() to make ads_get_kvno() a bit more generic.Günther Deschner2008-06-171-7/+29
* libads: fix logic error in ads_get_kvno().Günther Deschner2008-06-171-1/+1
* Revert "Fix a memleak in ads_find_dc() in case get_sorted_dc_list() fails"Volker Lendecke2008-06-171-1/+0
* Fix a memleak in ads_find_dc() in case get_sorted_dc_list() failsVolker Lendecke2008-06-051-0/+1
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-20/+43
* libads/cldap: store client sitename also keyed by dns domain name.Günther Deschner2008-05-151-0/+1
* Fix Bug #5465 (joining with createcomputer=ou1/ou2/ou3).Günther Deschner2008-05-141-5/+5
* cldap: let ads_cldap_netlogon() return all possible cldap replies.Günther Deschner2008-05-091-1/+1
* Fix bug 5419: memory leak in ads_do_search_all_args() when enumerating 1000s ...Steven Danneman2008-04-261-2/+24
* cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner2008-04-211-4/+4
* cldap: add talloc context to ads_cldap_netlogon().Günther Deschner2008-04-211-10/+21
* libads: Use libnbt for CLDAP reply parsing.Günther Deschner2008-04-211-12/+12
* Add ads_check_ou_dn().Günther Deschner2008-03-281-0/+47
* Fix Coverity ID 487Volker Lendecke2008-03-231-0/+1
* Coverity fixesMarc VanHeyningen2008-03-171-1/+4
* str_list_free is not needed anymoreVolker Lendecke2008-02-041-2/+2
* Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke2008-02-041-2/+2
* When running with debug level > 10, dump ads_struct in ads_connect().Günther Deschner2008-01-311-9/+33
* Do not ignore provided machine_name in ads_get_upn().Günther Deschner2008-01-081-5/+5
* Re-Indent function ldap_open_with_timeout().Michael Adam2008-01-041-1/+1
* Add a debug message (when the LDAP server has really been connected).Michael Adam2008-01-041-0/+1
* Untangle assignment and result check.Michael Adam2008-01-041-3/+3
* Enhance DEBUG-verbosity of ldap_open_with_timeout().Michael Adam2008-01-041-1/+7
* Unindent function header.Michael Adam2008-01-041-1/+1
* Fix a misleading DEBUG message.Michael Adam2008-01-041-1/+1
* Add ads_get_joinable_ous().Günther Deschner2008-01-031-0/+60
* Make use of [un]marshall_sec_descVolker Lendecke2007-12-291-9/+11
* make use of unmarshall_sec_descVolker Lendecke2007-12-161-19/+12
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-1/+1
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-151-1/+2
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-2/+2
* Remove an incredible amount of whitespace.Michael Adam2007-12-061-1/+1
* Make strhex_to_str clear on string limits. Remove pstring from web/*.cJeremy Allison2007-12-031-2/+2
* Remove some staticsVolker Lendecke2007-11-271-4/+7
* More pstring removal....Jeremy Allison2007-11-201-13/+13
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-12/+23
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-21/+21
* r24252: Dump guid of msExchMailboxGuid when returned.Günther Deschner2007-10-101-0/+1
* r24166: Fix Coverity ID 391Volker Lendecke2007-10-101-1/+1
* r23951: Fix segfault.Günther Deschner2007-10-101-1/+1
* r23945: add infrastructure to select plain, sign or seal LDAP connectionStefan Metzmacher2007-10-101-2/+15
* r23937: Use ads_config_path() when we need to know the configration context.Günther Deschner2007-10-101-26/+11
* r23888: move elements belonging to the current ldap connection to aStefan Metzmacher2007-10-101-46/+46
* r23886: add ads_disconnect() functionStefan Metzmacher2007-10-101-0/+12
* r23861: Fix return code in ads_find_samaccount().Günther Deschner2007-10-101-1/+1
* r23837: Pass ADS_STRUCT and TALLOC_CTX down to ads_disp_sd.Günther Deschner2007-10-101-1/+3
* r23836: Add ads_config_path() and ads_get_extended_right_name_by_guid().Günther Deschner2007-10-101-0/+93