summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_msrpc.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-26s3:winbindd: Fix NULL dereference (CID 1615195)Jennifer Sutton1-1/+1
2025-01-15s3:winbindd: use struct initializers for all struct winbindd_methods casesStefan Metzmacher1-14/+15
2024-09-26s3:winbindd: make use of dcerpc_binding_handle_get_transport()Stefan Metzmacher1-2/+2
2024-07-26winbindd: let LookupNames return NT_STATUS_OK and SID_NAME_UNKNOWN for unmapp...Ralph Boehme1-7/+60
2023-07-05s3:winbindd: make use of reset_cm_connection_on_error() for winbindd_lookup_{...Stefan Metzmacher1-8/+2
2023-06-13s3:winbind: Add lookup_aliasmem to winbindd_methods and implement it in all b...Pavel Filipenský1-0/+55
2023-06-13s3:winbind: Fix trailing whitespace in winbindd_msrpc.cPavel Filipenský1-1/+1
2021-04-29winbindd: remove obsolete sequence_number from struct winbindd_methodsRalph Boehme1-1/+0
2021-04-29s3:winbindd: Remove obsolete sequence_number callback from msrpc backendAndreas Schneider1-156/+1
2019-04-18winbind: Return queried domain name from name_to_sidChristof Schmitt1-0/+12
2019-04-18winbind: Query domain from msrpc name_to_sidChristof Schmitt1-1/+2
2018-12-20winbindd: Use dom_sid_str_bufVolker Lendecke1-4/+9
2018-02-10winbindd: don't force using LSA_LOOKUP_NAMES_ALL for non workstation trusts.Stefan Metzmacher1-1/+60
2018-02-10s3:rpc_client: pass down lsa_LookupNamesLevel to dcerpc_lsa_lookup_sids_gener...Stefan Metzmacher1-0/+2
2017-11-29winbindd: let normalize_name_map() call find_domain_from_name_noinit()Ralph Boehme1-2/+2
2017-04-12winbind_msrpc: Use any_nt_status_not_okVolker Lendecke1-25/+6
2017-03-06Revert "winbind: Remove "lookup_usergroups" winbind method"Volker Lendecke1-0/+72
2017-01-18s3/winbindd: fix invalid freeAurelien Aptel1-1/+1
2017-01-11winbind: Fix CID 1398533 Resource leakVolker Lendecke1-0/+1
2017-01-04winbind: Simplify query_user_list to only return ridsVolker Lendecke1-16/+5
2017-01-04winbind: Remove "lookup_usergroups" winbind methodVolker Lendecke1-72/+0
2017-01-04winbind: Remove "query_user" backend functionVolker Lendecke1-79/+0
2016-12-04winbind: lookup_usergroups_cached doesn't use the "domain" parameterVolker Lendecke1-2/+1
2016-12-02lib: Add samlogon_cache.hVolker Lendecke1-0/+1
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2015-05-06winbind: Fix CID 1035544 Uninitialized scalar variableVolker Lendecke1-1/+1
2015-04-29Change all uint32/16/8 to 32_t/16_t/8_t in winbindd.Richard Sharpe1-11/+11
2014-11-25s3:winbindd: avoid invalid pointer type warningsStefan Metzmacher1-1/+4
2014-10-08s3-winbindd: Pass the whole winbindd_domain to invalidate_cm_connection()Andrew Bartlett1-2/+2
2014-07-15s3-winbindd: use wcache_query_user_fullname after inspecting samlogon cache.Günther Deschner1-0/+8
2014-07-04winbindd: Use a remote RPC server when we are an RODC when neededAndrew Bartlett1-10/+10
2013-12-09CVE-2013-4408:s3:Ensure LookupRids() replies arrays are range checked.Jeremy Allison1-2/+8
2013-10-09Fix bug #10187 - Missing talloc_free can leak stackframe in error path.Jeremy Allison1-2/+3
2012-11-30s3-winbindd: rework reconnect logic in winbindd_lookup_names().Günther Deschner1-12/+13
2012-11-30s3-winbindd: rework reconnect logic in winbindd_lookup_sids().Günther Deschner1-12/+14
2012-11-30s3-winbindd: remove lookup_sids_fn_t.Günther Deschner1-21/+12
2012-11-30s3-winbindd: remove lookup_names_fn_t.Günther Deschner1-23/+13
2012-11-09Revert "s3-winbindd: make sure we obey the -n switch also for samlogon cache ...David Disseldorp1-4/+2
2011-11-17s3-smbldap: move ldap_open_with_timeout out of smb_ldap.h to ads where it lives.Günther Deschner1-1/+1
2011-11-17s3-winbindd: no need to globally include ldap headers in winbindd.Günther Deschner1-1/+1
2011-09-08s3: Fix a typoVolker Lendecke1-1/+1
2011-09-06s3: Make winbindd_lookup_names staticVolker Lendecke1-7/+14
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-3/+3
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-06-08s3-winbindd: make sure we obey the -n switch also for samlogon cache access.Günther Deschner1-2/+4
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison1-1/+1
2011-04-28s3-libads: Use ldap_init_fd() to connect to AD server in socket_wrapperAndrew Bartlett1-3/+3
2011-04-24s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status()Stefan Metzmacher1-4/+4
2011-04-24s3:winbindd: let winbindd_lookup_names() use dcerpc_binding_handle functionsStefan Metzmacher1-11/+20
2011-04-24s3:winbindd: let winbindd_lookup_sids() dcerpc_binding_handle functionsStefan Metzmacher1-9/+19