summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_ads.c
Commit message (Expand)AuthorAgeFilesLines
* s3:libnet: Require sealed LDAP SASL connections for joiningAndreas Schneider2019-10-091-1/+4
* s3-winbindd: fix forest trusts with additional trust attributes.Günther Deschner2019-09-201-1/+1
* winbind: Return queried domain name from name_to_sidChristof Schmitt2019-04-181-1/+2
* winbind: Align integer typesVolker Lendecke2019-02-271-3/+3
* winbindd: Use dom_sid_str_bufVolker Lendecke2018-12-201-9/+17
* winbindd: Use dom_sid_str_bufVolker Lendecke2018-12-071-3/+3
* s3: winbind: Remove fstring from wb_acct_info structSamuel Cabrero2018-11-011-4/+4
* libsmb: Give namequery.c its own headerVolker Lendecke2018-04-111-0/+1
* winbind: make sure we don't contact trusted domains via LDAP as AD DCStefan Metzmacher2018-02-231-0/+23
* winbindd: Give winbindd_ads.c its own headerVolker Lendecke2017-05-171-0/+1
* Revert "winbind: Remove "lookup_usergroups" winbind method"Volker Lendecke2017-03-061-0/+377
* s3:winbindd: fix endless forest trust scanStefan Metzmacher2017-03-021-0/+8
* s3:winbindd: allow a fallback to NTLMSSP for LDAP connectionsStefan Metzmacher2017-02-241-0/+2
* winbind: Fix CID 1398534 Dereference before null checkJeremy Allison2017-01-131-4/+4
* winbind: Fix CID 1398530 Resource leakVolker Lendecke2017-01-111-2/+3
* winbind: Simplify query_user_list to only return ridsVolker Lendecke2017-01-041-50/+20
* winbind: Remove "lookup_usergroups" winbind methodVolker Lendecke2017-01-041-377/+0
* winbind: Remove "query_user" backend functionVolker Lendecke2017-01-041-166/+0
* winbind: lookup_usergroups_cached doesn't use the "domain" parameterVolker Lendecke2016-12-041-1/+1
* lib: Add samlogon_cache.hVolker Lendecke2016-12-021-0/+1
* winbindd: prevent log spam when enumerating usersRalph Boehme2016-06-021-3/+8
* winbindd: Remove double retry from some ADS methodsChristof Schmitt2016-01-131-14/+12
* Fix various spelling errorsMathieu Parent2015-11-061-1/+1
* winbind: Lookup groupmem via primaryGroupIDVolker Lendecke2015-06-051-0/+98
* Last lot of convert uint32 to uint32_t in winbindd, I promise.Richard Sharpe2015-05-061-2/+2
* Change all uint32/16/8 to 32_t/16_t/8_t in winbindd.Richard Sharpe2015-04-291-19/+19
* idl: Merge NETR_TRUST and LSA_TRUST definitions into one set only in lsa.idlAndrew Bartlett2014-09-271-1/+1
* s3: winbindd: Old NT Domain code sets struct winbind_domain->alt_name to be N...Jeremy Allison2014-09-151-1/+2
* s3-winbindd: Document parameters in ads_cached_connection_reuseChristof Schmitt2014-08-301-0/+13
* s3-winbindd: Use more descriptive parameter names in ads_cached_connection_co...Christof Schmitt2014-08-301-8/+8
* s3-winbindd: Use correct realm for trusted domains in idmap childChristof Schmitt2014-08-301-2/+9
* s3-winbindd: prefer "displayName" over "name" in ads user queries for the ful...Günther Deschner2014-07-151-5/+11
* s3-winbindd: use wcache_query_user_fullname after inspecting samlogon cache.Günther Deschner2014-07-151-0/+8
* winbindd: Avoid using deallocated memorySantosh Kumar Pradhan2014-02-201-1/+1
* Add a talloc context to saf_fetch().Jeremy Allison2013-09-051-1/+3
* s3:winbind: fail ads_cached_connection_connect() if realm == NULLMichael Adam2013-08-291-0/+4
* s3-winbindd: use get_trust_pw_clear() wrapper for AD connection code.Günther Deschner2013-08-291-7/+4
* s3-winbindd: make sure also the idmap code can deal with trusted domains.Günther Deschner2013-08-291-9/+31
* s3-winbindd: use find_domain_from_name() instead of find_domain_from_name_no_...Günther Deschner2013-08-291-2/+2
* s3-winbindd: Fix winbind on DC crash with trusted AD domains.Günther Deschner2013-08-291-1/+1
* s3-winbindd: Fix memory leak in ads_cached_connection().Günther Deschner2013-08-291-1/+1
* s3-winbindd: remove pointless variable assigment, see the strdup below.Günther Deschner2013-08-291-1/+0
* s3-winbindd: Move connection to AD server from idmap_adChristof Schmitt2013-03-091-8/+47
* s3-winbindd: Use common helper function for connecting to ADSChristof Schmitt2013-03-091-50/+75
* s3-winbindd: Move code for verifying ADS connection to common helper functionChristof Schmitt2013-03-091-21/+33
* winbind: Correctly use names in the domain struct.Andreas Schneider2013-03-051-1/+1
* winbind: Use talloc for allocating domain, dns, forest and dc name.Andreas Schneider2013-03-051-2/+3
* Revert "s3-winbindd: make sure we obey the -n switch also for samlogon cache ...David Disseldorp2012-11-091-1/+1
* Avoid overriding default ccache for ads operations.Simo Sorce2012-09-121-3/+3
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-2/+8