summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_ads.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-21winbind: Fix Coverity ID 1398910Volker Lendecke1-0/+2
2023-07-19s3:winbindd: Fix code spellingAndreas Schneider1-2/+2
2023-06-13s3:winbind: Add lookup_aliasmem to winbindd_methods and implement it in all b...Pavel Filipenský1-0/+26
2023-02-08ldap: Cut down on string substitutionJoseph Sutton1-5/+6
2023-02-06s3:winbind: Remove unused variableAndreas Schneider1-5/+0
2022-12-16s3-librpc: add ads.idl and convert ads_struct to talloc.Günther Deschner1-2/+2
2022-06-27s3:libads: Allocate ads->auth.password under ADS_STRUCT talloc contextSamuel Cabrero1-2/+6
2022-06-27s3:libads: Allocate ads->auth.realm under ADS_STRUCT talloc contextSamuel Cabrero1-3/+3
2022-06-27s3:libads: Allocate ADS_STRUCT under a talloc contextSamuel Cabrero1-12/+4
2022-06-27s3:winbind: Create a temporary talloc context for ads_cached_connection_conne...Samuel Cabrero1-4/+9
2022-06-27s3:winbind: Pass a memory context to ads_cached_connection_connect()Samuel Cabrero1-8/+12
2022-06-27s3:winbind: Allocate a temporary memory context for ads_cached_connection()Samuel Cabrero1-9/+18
2022-06-27s3:winbind: Allocate a temporary talloc context for ads_idmap_cached_connecti...Samuel Cabrero1-6/+14
2022-06-27s3:winbind: Init pointers to NULL and use new debug macrosSamuel Cabrero1-8/+9
2022-06-27s3:winbind: Return ADS_STATUS from ads_cached_connection()Samuel Cabrero1-29/+26
2022-06-27s3:winbind: Pass a memory context to ads_idmap_cached_connection()Samuel Cabrero1-1/+3
2022-06-27s3:winbind: Fix a memory leak in ads_cached_connection()Samuel Cabrero1-1/+3
2022-06-27s3:winbind: Fix a memory leak in ads_idmap_cached_connection()Samuel Cabrero1-4/+9
2022-04-13s3:winbind: Do not use domain's private data to store the ADS_STRUCTSamuel Cabrero1-5/+5
2022-01-21s3:winbindd: Do not set ADS_AUTH_ALLOW_NTLMSSP in FIPS modePavel Filipenský1-1/+18
2022-01-21s3:winbindd: Remove trailing spaces from winbindd_ads.cPavel Filipenský1-19/+19
2021-04-29winbindd: remove obsolete sequence_number from struct winbindd_methodsRalph Boehme1-1/+0
2021-04-29s3:winbindd: Remove obsolete sequence_number callback from ads backendAndreas Schneider1-49/+1
2020-09-14winbind: Fix a memleakLaurent Menase1-0/+1
2019-10-09s3:libnet: Require sealed LDAP SASL connections for joiningAndreas Schneider1-1/+4
2019-09-20s3-winbindd: fix forest trusts with additional trust attributes.Günther Deschner1-1/+1
2019-04-18winbind: Return queried domain name from name_to_sidChristof Schmitt1-1/+2
2019-02-27winbind: Align integer typesVolker Lendecke1-3/+3
2018-12-20winbindd: Use dom_sid_str_bufVolker Lendecke1-9/+17
2018-12-07winbindd: Use dom_sid_str_bufVolker Lendecke1-3/+3
2018-11-01s3: winbind: Remove fstring from wb_acct_info structSamuel Cabrero1-4/+4
2018-04-11libsmb: Give namequery.c its own headerVolker Lendecke1-0/+1
2018-02-23winbind: make sure we don't contact trusted domains via LDAP as AD DCStefan Metzmacher1-0/+23
2017-05-17winbindd: Give winbindd_ads.c its own headerVolker Lendecke1-0/+1
2017-03-06Revert "winbind: Remove "lookup_usergroups" winbind method"Volker Lendecke1-0/+377
2017-03-02s3:winbindd: fix endless forest trust scanStefan Metzmacher1-0/+8
2017-02-24s3:winbindd: allow a fallback to NTLMSSP for LDAP connectionsStefan Metzmacher1-0/+2
2017-01-13winbind: Fix CID 1398534 Dereference before null checkJeremy Allison1-4/+4
2017-01-11winbind: Fix CID 1398530 Resource leakVolker Lendecke1-2/+3
2017-01-04winbind: Simplify query_user_list to only return ridsVolker Lendecke1-50/+20
2017-01-04winbind: Remove "lookup_usergroups" winbind methodVolker Lendecke1-377/+0
2017-01-04winbind: Remove "query_user" backend functionVolker Lendecke1-166/+0
2016-12-04winbind: lookup_usergroups_cached doesn't use the "domain" parameterVolker Lendecke1-1/+1
2016-12-02lib: Add samlogon_cache.hVolker Lendecke1-0/+1
2016-06-02winbindd: prevent log spam when enumerating usersRalph Boehme1-3/+8
2016-01-13winbindd: Remove double retry from some ADS methodsChristof Schmitt1-14/+12
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2015-06-05winbind: Lookup groupmem via primaryGroupIDVolker Lendecke1-0/+98
2015-05-06Last lot of convert uint32 to uint32_t in winbindd, I promise.Richard Sharpe1-2/+2
2015-04-29Change all uint32/16/8 to 32_t/16_t/8_t in winbindd.Richard Sharpe1-19/+19