summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_ads.c
Commit message (Expand)AuthorAgeFilesLines
* s3:libads: Allocate ads->auth.password under ADS_STRUCT talloc contextSamuel Cabrero2022-06-271-2/+6
* s3:libads: Allocate ads->auth.realm under ADS_STRUCT talloc contextSamuel Cabrero2022-06-271-3/+3
* s3:libads: Allocate ADS_STRUCT under a talloc contextSamuel Cabrero2022-06-271-12/+4
* s3:winbind: Create a temporary talloc context for ads_cached_connection_conne...Samuel Cabrero2022-06-271-4/+9
* s3:winbind: Pass a memory context to ads_cached_connection_connect()Samuel Cabrero2022-06-271-8/+12
* s3:winbind: Allocate a temporary memory context for ads_cached_connection()Samuel Cabrero2022-06-271-9/+18
* s3:winbind: Allocate a temporary talloc context for ads_idmap_cached_connecti...Samuel Cabrero2022-06-271-6/+14
* s3:winbind: Init pointers to NULL and use new debug macrosSamuel Cabrero2022-06-271-8/+9
* s3:winbind: Return ADS_STATUS from ads_cached_connection()Samuel Cabrero2022-06-271-29/+26
* s3:winbind: Pass a memory context to ads_idmap_cached_connection()Samuel Cabrero2022-06-271-1/+3
* s3:winbind: Fix a memory leak in ads_cached_connection()Samuel Cabrero2022-06-271-1/+3
* s3:winbind: Fix a memory leak in ads_idmap_cached_connection()Samuel Cabrero2022-06-271-4/+9
* s3:winbind: Do not use domain's private data to store the ADS_STRUCTSamuel Cabrero2022-04-131-5/+5
* s3:winbindd: Do not set ADS_AUTH_ALLOW_NTLMSSP in FIPS modePavel Filipenský2022-01-211-1/+18
* s3:winbindd: Remove trailing spaces from winbindd_ads.cPavel Filipenský2022-01-211-19/+19
* winbindd: remove obsolete sequence_number from struct winbindd_methodsRalph Boehme2021-04-291-1/+0
* s3:winbindd: Remove obsolete sequence_number callback from ads backendAndreas Schneider2021-04-291-49/+1
* winbind: Fix a memleakLaurent Menase2020-09-141-0/+1
* 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