..
idmap_hash
idmap_hash: remember new domain sids in idmap_hash_sid_to_id()
2023-03-10 11:35:06 +00:00
idmap_ad_nss.c
s3:winbind: Pass a memory context to ads_idmap_cached_connection()
2022-06-27 15:50:29 +00:00
idmap_ad.c
idmap_ad: Add "deny ous" and "allow ous" options
2023-03-29 17:55:50 +00:00
idmap_autorid_tdb.c
s3:winbind: Improve warning message if we are out of autorid ranges
2023-02-28 14:18:32 +00:00
idmap_autorid.c
idmap_autorid: fix ID_REQUIRE_TYPE for more than one SID for an unknown domain
2023-03-10 10:38:37 +00:00
idmap_ldap.c
ldap: Cut down on string substitution
2023-02-08 00:03:40 +00:00
idmap_nss.c
CVE-2020-25727: idmap_nss: verify that the name of the sid belongs to the configured domain
2021-11-15 18:10:28 +00:00
idmap_passdb.c
winbindd/idmap: apply const to struct idmap_methods pointers
2020-10-23 03:25:35 +00:00
idmap_proto.h
winbindd/idmap: apply const to struct idmap_methods pointers
2020-10-23 03:25:35 +00:00
idmap_rfc2307.c
s3: Zero memory of idmap_fetch_secret() users
2022-08-26 07:59:32 +00:00
idmap_rid.c
winbindd/idmap: apply const to struct idmap_methods pointers
2020-10-23 03:25:35 +00:00
idmap_rw.c
winbindd: allow idmap backends to mark entries with ID_[TYPE_WB_]REQUIRE_TYPE
2020-10-23 03:25:37 +00:00
idmap_rw.h
idmap_script.c
idmap_script: Save a few lines with str_list_add_printf()
2021-10-08 19:28:31 +00:00
idmap_tdb2.c
winbindd/idmap: apply const to struct idmap_methods pointers
2020-10-23 03:25:35 +00:00
idmap_tdb_common.c
winbindd: allow idmap backends to mark entries with ID_[TYPE_WB_]REQUIRE_TYPE
2020-10-23 03:25:37 +00:00
idmap_tdb_common.h
idmap_tdb.c
winbindd/idmap: apply const to struct idmap_methods pointers
2020-10-23 03:25:35 +00:00
idmap_util.c
idmap.c
winbind: Add idmap_config_string_list()
2023-03-29 17:55:50 +00:00
nss_info_template.c
nss_info.c
winbindd/idmap: apply const to struct nss_info_methods pointers
2020-10-23 03:25:35 +00:00
wb_alias_members.c
s3:winbind: Add wb_alias_members_{send/recv}
2023-06-13 12:15:32 +00:00
wb_dsgetdcname.c
wb_dsgetdcname: don't use stack variables for async code
2023-07-02 17:42:56 +00:00
wb_getgrsid.c
s3:winbind: s/wb_group_members_send/wb_alias_members_send/ for SID_NAME_ALIAS in wb_getgrsid_sid2gid_done()
2023-06-13 12:15:32 +00:00
wb_getpwsid.c
s3:winbind: Improve logging in wb_getpwsid.c
2022-07-15 14:25:38 +00:00
wb_gettoken.c
s3:winbind: Add additional debug level check to wb_gettoken_recv()
2022-07-21 13:47:31 +00:00
wb_group_members.c
s3:winbind: Convert wb_group_members_send() to resolve array of groups
2023-06-13 12:15:32 +00:00
wb_lookupname.c
s3:winbind: Improve logging in wb_lookupname.c
2022-07-15 14:25:38 +00:00
wb_lookupsid.c
s3:winbind: Improve logging in wb_lookupsid.c
2022-07-15 14:25:38 +00:00
wb_lookupsids.c
s3:winbind: Move tevent_req_create() before debug macros to have the right call depth
2023-01-26 14:10:36 +00:00
wb_lookupuseraliases.c
s3:winbind: Change '%u' to '%PRIu32' for uint32_t in wb_lookupuseraliases.c
2022-07-21 13:47:31 +00:00
wb_lookupusergroups.c
s3/winbindd: Fix bad access to sid array (with debug level >= info)
2022-08-31 15:07:31 +00:00
wb_next_grent.c
s3:winbind: Improve logging in wb_next_grent.c
2022-07-15 14:25:38 +00:00
wb_next_pwent.c
s3:winbind: Change '%u' to '%PRIu32' for uint32_t in wb_next_pwent.c
2022-07-21 13:47:31 +00:00
wb_query_group_list.c
s3:winbind: Change '%u' to '%PRIu32' for uint32_t in wb_query_group_list.c
2022-07-21 13:47:31 +00:00
wb_query_user_list.c
winbind: Fix a typo
2023-06-16 16:14:30 +00:00
wb_queryuser.c
s4:torture: Skip test_membership_user for users that get incorrectly assigned group sid
2023-06-13 12:15:32 +00:00
wb_seqnum.c
wb_seqnums.c
wb_sids2xids.c
s3:winbind: Move tevent_req_create() before debug macros to have the right call depth
2023-01-26 14:10:36 +00:00
wb_xids2sids.c
winbind: Fix the 32-bit build
2022-07-23 23:29:38 +00:00
winbindd_ads.c
s3:winbind: Add lookup_aliasmem to winbindd_methods and implement it in all backends
2023-06-13 12:15:32 +00:00
winbindd_ads.h
s3:winbind: Pass a memory context to ads_idmap_cached_connection()
2022-06-27 15:50:29 +00:00
winbindd_allocate_gid.c
winbindd: Fix a startup race with allocate_gid
2021-03-24 20:31:30 +00:00
winbindd_allocate_uid.c
winbind: ensure wb_parent_idmap_setup_send() gets called in winbindd_allocate_uid_send()
2021-09-02 15:20:06 +00:00
winbindd_cache.c
s3:winbindd: call reset_cm_connection_on_error() in wb_cache_query_user_list()
2023-07-05 12:17:37 +00:00
winbindd_ccache_access.c
Fix spelling mistakes
2018-11-30 03:35:13 +01:00
winbindd_change_machine_acct.c
winbindd: add dcname arg to ChangeMachineAccount request
2022-12-21 19:10:35 +00:00
winbindd_check_machine_acct.c
winbindd_cm.c
s3:winbind: Fix talloc parent in find_dc() leading to a segfault
2023-06-20 11:07:45 +00:00
winbindd_cred_cache.c
s3:winbind: Use the canonical realm name to renew the credentials
2022-07-12 12:38:55 +00:00
winbindd_creds.c
Fix gcc11 compiler issue "-Werror=stringop-overflow="
2021-05-07 06:23:32 +00:00
winbindd_domain_info.c
s3:winbind: Convert Ping parent/child call to NDR
2022-03-25 17:03:29 +00:00
winbindd_domain.c
s3:winbind: Remove struct winbindd_child_dispatch_table
2022-05-19 18:50:24 +00:00
winbindd_dsgetdcname.c
s3:winbind: Improve logging in winbindd_dsgetdcname.c
2022-07-15 14:25:38 +00:00
winbindd_dual_ndr.c
s3:winbind: Set local and remote addresses in the crafted dcesrv_conn
2022-04-08 20:13:37 +00:00
winbindd_dual_srv.c
s3:winbind: Include local groups in _wbint_QueryGroupList
2023-06-13 12:15:32 +00:00
winbindd_dual.c
s3:winbindd: set TEVENT_DEPRECATED as tevent_thread_call_depth_*() api will change soon
2023-07-19 08:02:33 +00:00
winbindd_endgrent.c
s3:winbind: Improve logging in winbindd_endgrent.c
2022-07-15 14:25:38 +00:00
winbindd_endpwent.c
s3:winbind: Improve logging in winbindd_endpwent.c
2022-07-15 14:25:38 +00:00
winbindd_getdcname.c
s3:winbind: Improve logging in winbindd_getdcname.c
2022-07-15 14:25:38 +00:00
winbindd_getgrent.c
s3:winbind: Change '%u' to '%PRIu32' for uint32_t in winbindd_getgrent.c
2022-07-21 13:47:31 +00:00
winbindd_getgrgid.c
s3:winbind: Change '%u' to '%PRIu32' for uint32_t in winbindd_getgrgid.c
2022-07-21 13:47:31 +00:00
winbindd_getgrnam.c
s3:winbind: Change '%u' to '%PRIu32' for uint32_t in winbindd_getgrnam.c
2022-07-21 13:47:31 +00:00
winbindd_getgroups.c
s3:winbind: Add additional debug level check to winbindd_getgroups_recv()
2022-07-21 13:47:31 +00:00
winbindd_getpwent.c
s3:winbind: Change '%u' to '%PRIu32' for uint32_t in winbindd_getpwent.c
2022-07-21 13:47:31 +00:00
winbindd_getpwnam.c
s3:winbind: Improve logging in winbindd_getpwnam.c
2022-07-15 14:25:38 +00:00
winbindd_getpwsid.c
s3:winbind: Improve logging in winbindd_getpwsid.c
2022-07-15 14:25:38 +00:00
winbindd_getpwuid.c
s3:winbind: Improve logging in winbindd_getpwuid.c
2022-07-15 14:25:38 +00:00
winbindd_getsidaliases.c
s3:winbind: Add additional debug level check to winbindd_getsidaliases_send()
2022-07-21 13:47:31 +00:00
winbindd_getuserdomgroups.c
s3:winbind: Change '%u' to '%PRIu32' for uint32_t in winbindd_getuserdomgroups.c
2022-07-21 13:47:31 +00:00
winbindd_getusersids.c
s3:winbind: Change '%u' to '%PRIu32' for uint32_t in winbindd_getusersids.c
2022-07-21 13:47:31 +00:00
winbindd_gpupdate.c
winbind: Add smbconf fallback for gpupdate_callback
2022-10-27 18:18:36 +00:00
winbindd_group.c
s3:winbind: Fix wrong string zero termination for empty groups
2023-03-28 08:36:50 +00:00
winbindd_idmap.c
s3:winbind: Avoid unnecessary locking in wb_parent_idmap_setup_send()
2022-11-04 10:06:28 +00:00
winbindd_irpc.c
s3:winbind: Move imessaging context init function to winbindd-lib subsystem
2022-04-08 20:13:37 +00:00
winbindd_list_groups.c
s3:winbind: Change '%u' to '%PRIu32' for uint32_t in winbindd_list_groups.c
2022-07-21 13:47:31 +00:00
winbindd_list_users.c
s3:winbind: Change '%u' to '%PRIu32' for uint32_t in winbindd_list_users.c
2022-07-21 13:47:31 +00:00
winbindd_locator.c
s3:winbind: Remove struct winbindd_child_dispatch_table
2022-05-19 18:50:24 +00:00
winbindd_lookupname.c
s3:winbind: Improve logging in winbindd_lookupname.c
2022-07-15 14:25:38 +00:00
winbindd_lookuprids.c
s3: safe_string: do not include string_wrappers.h
2020-08-28 00:56:34 +00:00
winbindd_lookupsid.c
s3: safe_string: do not include string_wrappers.h
2020-08-28 00:56:34 +00:00
winbindd_lookupsids.c
CVE-2020-14323 winbind: Fix invalid lookupsids DoS
2020-10-29 10:25:37 +00:00
winbindd_misc.c
s3:winbind: Add callback winbind_call_flow()
2023-07-19 08:02:33 +00:00
winbindd_msrpc.c
s3:winbindd: make use of reset_cm_connection_on_error() for winbindd_lookup_{names,sids}()
2023-07-05 12:17:38 +00:00
winbindd_ndr.c
s3:winbind: Remove struct winbindd_child_dispatch_table
2022-05-19 18:50:24 +00:00
winbindd_pam_auth_crap.c
s3:winbind: Convert PAM_AUTH_CRAP from struct based to NDR based
2022-04-30 00:10:34 +00:00
winbindd_pam_auth.c
s3:winbind: Improve logging in winbindd_pam_auth.c
2022-07-15 14:25:38 +00:00
winbindd_pam_chauthtok.c
s3:winbind: Convert winbindd_dual_pam_chauthtok() from struct based to NDR based
2022-05-19 17:51:33 +00:00
winbindd_pam_chng_pswd_auth_crap.c
s3:winbind: Convert winbindd_dual_pam_chng_pswd_auth_crap() from struct based to NDR based
2022-05-19 17:51:33 +00:00
winbindd_pam_logoff.c
s3:winbind: Improve logging in winbindd_pam_logoff.c
2022-07-15 14:25:38 +00:00
winbindd_pam.c
s3:winbindd: let winbind_samlogon_retry_loop() fallback to NT_STATUS_NO_LOGON_SERVERS
2023-07-05 12:17:38 +00:00
winbindd_ping_dc.c
winbindd_proto.h
s3:winbind: Add callback winbind_call_flow()
2023-07-19 08:02:33 +00:00
winbindd_reconnect_ads.c
s3:winbind: Add lookup_aliasmem to winbindd_methods and implement it in all backends
2023-06-13 12:15:32 +00:00
winbindd_reconnect.c
s3:winbind: Add lookup_aliasmem to winbindd_methods and implement it in all backends
2023-06-13 12:15:32 +00:00
winbindd_rpc.c
s3:winbind: Remove SID_NAME_ALIAS code from rpc_lookup_groupmem()
2023-06-13 12:15:32 +00:00
winbindd_rpc.h
s3:winbind: Add lookup_aliasmem to winbindd_methods and implement it in all backends
2023-06-13 12:15:32 +00:00
winbindd_samr.c
s3:winbind: Add lookup_aliasmem to winbindd_methods and implement it in all backends
2023-06-13 12:15:32 +00:00
winbindd_setgrent.c
s3:winbind: Improve logging in winbindd_setgrent.c
2022-07-15 14:25:38 +00:00
winbindd_setpwent.c
s3:winbind: Improve logging in winbindd_setpwent.c
2022-07-15 14:25:38 +00:00
winbindd_show_sequence.c
winbindd_sids_to_xids.c
s3:winbind: Change '%u' to '%PRIu32' for uint32_t in winbindd_sids_to_xids.c
2022-07-21 13:47:31 +00:00
winbindd_traceid.c
s3:winbindd add "'winbind debug traceid" support via tevent tracing
2022-05-10 17:31:31 +00:00
winbindd_traceid.h
s3:winbindd add "'winbind debug traceid" support via tevent tracing
2022-05-10 17:31:31 +00:00
winbindd_util.c
s3:winbind: Move winbindd_dual_init_connection() function
2022-05-19 17:51:33 +00:00
winbindd_wins_byip.c
s3:winbind: Improve logging in winbindd_wins_byip.c
2022-07-15 14:25:38 +00:00
winbindd_wins_byname.c
winbind: Save an intermediate NULL check with talloc_asprintf_addbuf()
2022-12-14 04:32:34 +00:00
winbindd_xids_to_sids.c
s3:winbind: Change '%u' to '%PRIu32' for uint32_t in winbindd_xids_to_sids.c
2022-07-21 13:47:31 +00:00
winbindd.c
s3:winbindd: set TEVENT_DEPRECATED as tevent_thread_call_depth_*() api will change soon
2023-07-19 08:02:33 +00:00
winbindd.h
s3:winbind: Add lookup_aliasmem to winbindd_methods and implement it in all backends
2023-06-13 12:15:32 +00:00
wscript_build
s3:winbind: Add wb_alias_members_{send/recv}
2023-06-13 12:15:32 +00:00