summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2024-01-20winbindd: fix listing trusted domains with NT trustsRalph Boehme1-33/+25
2024-01-20winbindd: call add_trusted_domains_dc() in smbcontrol reload-config handlerRalph Boehme1-0/+6
2024-01-20winbindd: make add_trusted_domains_dc() publicRalph Boehme2-3/+2
2024-01-20winbindd: also apply schannel logic as an NT4 DCRalph Boehme1-6/+6
2023-12-15VERSION: move COPYRIGHT_STARTUP_MESSAGE as SAMBA_COPYRIGHT_STRING into version.hStefan Metzmacher1-3/+3
2023-12-13idmap_nss: Install a messaging filter to reload the configurationSamuel Cabrero1-0/+43
2023-12-13idmap_nss: Add a parameter to use UPNs instead of plain namesSamuel Cabrero1-13/+177
2023-12-13idmap_nss: Increase debug on failuresSamuel Cabrero1-2/+14
2023-12-13s3:winbind: Register a messaging filter foreach domain childSamuel Cabrero1-12/+22
2023-12-13s3:winbind: talloc the static locator childSamuel Cabrero3-7/+23
2023-12-13s3:winbind: talloc the static idmap childSamuel Cabrero3-11/+26
2023-11-21winbind: Fix Coverity ID 1398910Volker Lendecke1-0/+2
2023-11-21s3:winbind: Always close the policy handle we openedAndreas Schneider1-1/+8
2023-11-21s3:winbind: Use dcerpc_lsa_open_policy_fallback() in winbindd_cm.cAndreas Schneider1-3/+20
2023-11-20logging: use DBG_STARTUP_NOTICE for startup messageBjörn Jacke1-2/+3
2023-11-01librpc:ndr: Introduce ‘ndr_flags_type’ typeJoseph Sutton1-1/+1
2023-10-24s3:/winbindd: remove parse_domain_user_fstrNoel Power2-48/+0
2023-10-24s3/winbindd: use parse_domain_user instead of parse_domain_user_fstrNoel Power1-26/+7
2023-10-24s3/winbindd: replace use of parse_domain_user_fstr with parse_domain_userNoel Power1-43/+78
2023-10-24s3/winbindd: replace parse_domain_user_fn with parse_domain_userNoel Power1-6/+13
2023-10-24s3/winbindd: use parse_domain_user instead of parse_domain_user_fstrNoel Power1-23/+8
2023-10-24s3/winbindd: use parse_domain_user instead of parse_domain_user_fstrNoel Power1-7/+8
2023-10-24s3/winbindd: use parse_domain_user_fstr instead of parse_domain_userNoel Power1-7/+7
2023-10-24s3/winbindd: Add new parse_domain_user functionNoel Power2-0/+100
2023-10-24s3/winbindd: rename parse_domain_user to parse_domain_user_fstrNoel Power7-14/+23
2023-10-24s3/winbindd: remove canonicalize_username_fstrNoel Power2-31/+0
2023-10-24s3/winbindd: in winbindd_pam_chauthtok_send use canonicalize_usernameNoel Power1-5/+12
2023-10-24s3/winbindd: in winbindd_pam_auth_send use canonicalize_usernameNoel Power1-7/+12
2023-10-24s3/winbindd: in winbindd_pam_logoff_send use canonicalize_usernameNoel Power1-5/+15
2023-10-24s3/winbindd: in winbindd_ccache_save use canonicalize_usernameNoel Power1-14/+52
2023-10-24s3/winbindd: Add new canonicalize_username functionNoel Power2-0/+88
2023-10-24s3/winbindd: rename canonicalize_username to canonicalize_username_fstrNoel Power6-7/+8
2023-10-24s3/winbind: Ensure parse_domain_user() can't write beyond the end of domain[]Noel Power1-0/+6
2023-10-18s3:winbindd: Improve logging for failover scenarios in winbindd_pam.cPavel Filipenský1-0/+4
2023-10-18s3:winbindd: Improve logging for failover scenarios in winbindd_cm.cPavel Filipenský1-2/+29
2023-10-11s3:winbindd: Call winbind_add_failed_connection_entry() for the correct dc namePavel Filipenský1-1/+4
2023-10-11s3:winbindd: Skip check_negative_conn_cache() if saf_servername == NULLPavel Filipenský1-3/+6
2023-09-26s3-winbind: Use token as parent for token->sids in check_info3_in_group()Andrew Bartlett1-1/+1
2023-09-26libcli/security: Pass in claims evaluation state when building any security t...Andrew Bartlett1-1/+7
2023-09-25libsmb: Pass neg contexts through sync smbXcli_negprot_recv()Volker Lendecke1-2/+6
2023-09-14s3:winbindd: Add zero digit to literalJoseph Sutton1-1/+1
2023-09-11s3:winbindd: Fix code spellingJoseph Sutton3-5/+5
2023-08-30s3:winbindd: Use a correct value for the length of domain childrenPavel Filipenský3-4/+4
2023-08-30s3:winbindd: Avoid doing the same assignment twicePavel Filipenský1-1/+0
2023-08-14idmap:fix whitespaceVolker Lendecke1-5/+5
2023-08-14idmap_tdb: Remove a variable never usedVolker Lendecke1-8/+0
2023-08-14idmap: Fix whitespaceVolker Lendecke2-8/+8
2023-08-08s3:winbindd: Fix debug messagesJoseph Sutton1-6/+6
2023-08-08s3:winbindd: Add missing newlines to logging messagesJoseph Sutton7-17/+17
2023-07-25s3:winbindd: Fix double close(fd)Pavel Filipenský1-2/+8