summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.h
AgeCommit message (Expand)AuthorFilesLines
2025-02-22winbindd: remember ForestTrustInformation in routing_domain->ftiStefan Metzmacher1-0/+2
2025-02-08winbindd: use struct winbindd_domain_ref in struct getgrent_stateStefan Metzmacher1-1/+1
2025-02-08winbindd: use struct winbindd_domain_ref in struct getpwent_stateStefan Metzmacher1-1/+1
2025-02-08winbindd: add struct winbindd_domain_ref infrastructureStefan Metzmacher1-2/+29
2025-02-08winbindd: winbindd_child->domain is a talloc grant parent if validStefan Metzmacher1-1/+1
2024-10-01s3:winbindd: it's 2024 and all AD domains should be native nowStefan Metzmacher1-1/+0
2023-07-19s3:winbindd: Fix code spellingAndreas Schneider1-1/+1
2023-06-13s3:winbind: Add lookup_aliasmem to winbindd_methods and implement it in all b...Pavel Filipenský1-0/+8
2022-12-21winbindd: Add force_dc to bypass cached connection and DC lookupRalph Boehme1-0/+1
2022-11-04s3:winbind: Avoid unnecessary locking in wb_parent_idmap_setup_send()Pavel Filipenský1-0/+1
2022-07-15s3:winbind: Change max_groups, num_groups from int to uint32_t in getpwent_statePavel Filipenský1-2/+2
2022-07-15s3:winbind: Fix trailing whitespace in winbindd.hPavel Filipenský1-1/+1
2022-05-19s3:winbind: Remove struct winbindd_child_dispatch_tableSamuel Cabrero1-9/+0
2022-04-13s3:winbind: Remove no longer used domain's private_data pointerSamuel Cabrero1-4/+0
2022-04-13s3:winbind: Do not use domain's private data to store the ADS_STRUCTSamuel Cabrero1-0/+2
2022-04-13s3:winbind: Do not use domain's private data to store the SAMR pipesSamuel Cabrero1-0/+6
2022-02-23s3:winbind: Store canonical principal and realm in ccache entrySamuel Cabrero1-0/+2
2021-07-14s3:winbind: Get rid of the winbind dc-connect childIsaac Boukris1-5/+2
2021-04-29winbindd: remove obsolete sequence_number from struct winbindd_methodsRalph Boehme1-3/+0
2020-10-23winbindd: add generic wb_parent_idmap_setup_send/recv() helpersStefan Metzmacher1-0/+13
2019-04-18winbind: Return queried domain name from name_to_sidChristof Schmitt1-0/+1
2018-11-12s3:winbindd: Also log the process name in winbinddAndreas Schneider1-0/+1
2018-11-01s3: winbind: Remove fstring from wb_acct_info structSamuel Cabrero1-2/+2
2018-04-24winbind: Remove an unused struct declarationVolker Lendecke1-8/+0
2018-03-01winbind: Fix a race between the sigchld and 0-sized socket readVolker Lendecke1-0/+1
2018-03-01winbind: Remove the "winbindd_children" globalVolker Lendecke1-2/+0
2018-02-23winbind: Use one queue for all domain childrenStefan Metzmacher1-0/+1
2018-02-23winbind: Maintain a binding handle per domain and always go via wb_domain_req...Volker Lendecke1-0/+2
2018-02-10winbindd: remove const from set_routing_domain()Stefan Metzmacher1-1/+1
2018-02-10winbindd: fix LSA connections via DCERPC_AUTH_SCHANNELStefan Metzmacher1-1/+0
2018-01-13winbindd: add set_routing_domain()Ralph Boehme1-0/+1
2018-01-13winbindd: remember the secure_channel_type in winbindd_domainStefan Metzmacher1-0/+1
2017-09-30winbind: Remove the use of "talloc_dict"Volker Lendecke1-2/+0
2017-08-30winbind: Rename winbindd_cm_conn->netlogon_creds to _ctxVolker Lendecke1-1/+1
2017-03-18s3:winbind: Remove unused struct getpwent_userAndreas Schneider1-11/+0
2017-03-06Revert "winbind: Remove "lookup_usergroups" winbind method"Volker Lendecke1-0/+8
2017-01-04winbind: Simplify query_user_list to only return ridsVolker Lendecke1-2/+1
2017-01-04winbind: Remove "lookup_usergroups" winbind methodVolker Lendecke1-8/+0
2017-01-04winbind: Remove "query_user" backend functionVolker Lendecke1-6/+0
2017-01-02winbind: Go throught wb_getpwsid for listing usersVolker Lendecke1-3/+2
2016-10-11winbindd: Remove now unused domain->methodsChristof Schmitt1-5/+4
2016-09-10winbindd: Remove unused enum ent_typeChristof Schmitt1-6/+0
2015-08-24winbind: Remove "have_idmap_config" from winbindd_domainVolker Lendecke1-7/+0
2015-05-20s3:winbindd: make sure we remove pending io requests before closing client so...Stefan Metzmacher1-0/+1
2015-05-06Last lot of convert uint32 to uint32_t in winbindd, I promise.Richard Sharpe1-1/+1
2015-04-29Change all uint32/16/8 to 32_t/16_t/8_t in winbindd.Richard Sharpe1-19/+19
2014-07-11s3:winbindd: remove unused get[pw|gr]ent_initialized from winbindd_cli_stateStefan Metzmacher1-4/+0
2014-07-04winbindd: Use a remote RPC server when we are an RODC when neededAndrew Bartlett1-0/+1
2014-06-11librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...Andrew Bartlett1-1/+1
2014-01-07s3:winbindd: make use of rpccli_{create,setup}_netlogon_creds()Stefan Metzmacher1-0/+3