summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_ads.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-07s3:winbind: Improve logging for query_user_list()Andreas Schneider1-3/+10
2025-01-15s3:winbindd: add winbindd_domain_verify_sid() helperStefan Metzmacher1-6/+23
2025-01-15s3:winbindd: consistently use add_sid_to_array_unique() in winbindd_ads.cStefan Metzmacher1-10/+20
2025-01-15s3:winbindd: use struct initializers for all struct winbindd_methods casesStefan Metzmacher1-14/+15
2024-12-17winbind: Fix Coverity ID 1509002 Use of 32-bit time_tVolker Lendecke1-3/+5
2024-05-14s3:winbindd: use winbindd_get_trust_credentials()/ads_connect_creds() in winb...Stefan Metzmacher1-133/+54
2024-05-14s3:libads: we only need to gensec_expire_time()...Stefan Metzmacher1-1/+1
2024-05-14s3:winbindd: remove useless 'renewable' argument to ads_cached_connection_con...Stefan Metzmacher1-5/+0
2024-04-02s3:winbindd: Improve performance of lookup_groupmem() in idmap_adPavel Filipenský1-4/+7
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