python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / source3 / winbindd / winbindd_proto.h
2024-01-20 Ralph Boehmewinbindd: make add_trusted_domains_dc() public
2023-12-13 Samuel Cabreros3:winbind: talloc the static locator child
2023-12-13 Samuel Cabreros3:winbind: talloc the static idmap child
2023-10-24 Noel Powers3:/winbindd: remove parse_domain_user_fstr
2023-10-24 Noel Powers3/winbindd: Add new parse_domain_user function
2023-10-24 Noel Powers3/winbindd: rename parse_domain_user to parse_domain_u...
2023-10-24 Noel Powers3/winbindd: remove canonicalize_username_fstr
2023-10-24 Noel Powers3/winbindd: Add new canonicalize_username function
2023-10-24 Noel Powers3/winbindd: rename canonicalize_username to canonicali...
2023-07-19 Andreas Schneiders3:winbindd: Fix code spelling
2023-07-19 Pavel Filipenskýs3:winbind: Add callback winbind_call_flow()
2023-06-13 Pavel Filipenskýs3:winbind: Convert wb_group_members_send() to resolve...
2023-06-13 Pavel Filipenskýs3:winbind: Add wb_alias_members_{send/recv}
2023-06-13 Pavel Filipenskýs3:winbind: Add wbint_LookupAliasMembers to winbind...
2023-03-29 Volker Lendeckewinbind: Add idmap_config_string_list()
2022-10-21 David Mulderwinbind: Enforce user group policy when enabled
2022-07-15 Pavel Filipenskýs3:winbind: Change num_groups from int to uint32_t...
2022-07-15 Pavel Filipenskýs3:winbind: Change num_sids from int to uint32_t in...
2022-07-15 Pavel Filipenskýs3:winbind: Change num_sids from int to uint32_t in...
2022-07-15 Pavel Filipenskýs3:winbind: Change num_sids from int to uint32_t in...
2022-07-12 Samuel Cabreros3:winbind: Create service principal inside add_ccache_...
2022-07-12 Samuel Cabreros3:winbind: Fix trailing whitespaces in winbindd_proto.h
2022-05-19 Samuel Cabreros3:winbind: Remove struct winbindd_child_dispatch_table
2022-05-19 Samuel Cabreros3:winbind: Convert InitConnection from struct based...
2022-05-19 Samuel Cabreros3:winbind: Convert winbindd_dual_pam_chauthtok() from...
2022-05-19 Samuel Cabreros3:winbind: Convert winbindd_dual_pam_chng_pswd_auth_cr...
2022-05-19 Samuel Cabreros3:winbind: Convert PamLogOff from struct based to...
2022-04-30 Samuel Cabreros3:winbind: Convert PAM_AUTH_CRAP from struct based...
2022-04-30 Samuel Cabreros3:winbind: Use temp memory context in winbindd_pam_aut...
2022-04-30 Samuel Cabreros3:winbind: Pass the challenge to winbind_dual_SamLogon...
2022-04-08 Samuel Cabreros3:winbind: Convert PamAuth from struct based to NDR...
2022-04-08 Samuel Cabreros3:winbind: Make extra_data_to_sid_array() public
2022-04-08 Samuel Cabreros3:winbind: Move sigterm handling functions to winbindd...
2022-04-08 Samuel Cabreros3:winbind: Move functions to enable or disable cache...
2022-03-25 Samuel Cabreros3:winbind: Convert Ping parent/child call to NDR
2022-03-06 Samuel Cabreros3:winbind: Convert ListTrustedDomains parent/child...
2022-02-23 Samuel Cabreros3:winbind: Store canonical principal and realm in...
2021-07-14 Isaac Boukriss3:winbind: Get rid of the winbind dc-connect child
2021-05-07 Günther DeschnerFix gcc11 compiler issue "-Werror=stringop-overflow="
2021-03-09 Volker Lendeckewinbindd: Apply some const to normalize_name_map()
2021-01-21 Ralph Boehmewinbind: move config-reloading code to winbindd_dual.c
2020-10-23 Stefan Metzmacherwinbindd: add generic wb_parent_idmap_setup_send/recv...
2020-10-23 Stefan Metzmacherwinbindd: add and use is_idmap_child()
2020-10-23 Stefan Metzmacherwinbindd: add and use idmap_child_pid()
2019-02-23 Ralph Boehmewinbindd: make xids a const argument to wb_xids2sids_send()
2019-02-20 Gary Lockyerwinbind: Log PAM and NTLM authentications.
2019-02-20 Gary Lockyerwinbind: Generate and pass logon ID
2018-05-17 Günther Deschners3-winbindd: remove unused fill_domain_username()
2018-05-17 Volker Lendeckewinbindd: Remove an unused function prototype
2018-05-17 Volker Lendeckewinbindd: Make "request_error()" static to winbindd.c
2018-05-17 Volker Lendeckewinbindd: Make "request_ok()" static to winbindd.c
2018-05-17 Volker Lendeckewinbindd: Make DOMAIN_INFO a proper async request
2018-05-17 Volker Lendeckewinbindd: winbindd_list_trusted_domains() -> bool_dispa...
2018-05-17 Volker Lendeckewinbindd: winbindd_priv_pipe_dir() -> bool_dispatch_table
2018-05-17 Volker Lendeckewinbindd: winbindd_ccache_save() -> bool_dispatch_table
2018-05-17 Volker Lendeckewinbindd: winbindd_ccache_ntlm_auth() -> bool_dispatch_...
2018-05-17 Volker Lendeckewinbindd: winbindd_dc_info() -> bool_dispatch_table
2018-05-17 Volker Lendeckewinbindd: winbindd_netbios_name() -> bool_dispatch_table
2018-05-17 Volker Lendeckewinbindd: winbindd_domain_name() -> bool_dispatch_table
2018-05-17 Volker Lendeckewinbindd: winbindd_ping() -> bool_dispatch_table
2018-05-17 Volker Lendeckewinbindd: winbindd_info() -> bool_dispatch_table
2018-05-17 Volker Lendeckewinbindd: winbindd_interface_version() -> bool_dispatch...
2018-05-11 Andreas Schneiderwinbind: Fix UPN handling in canonicalize_username()
2018-05-11 Andreas Schneiderwinbind: Fix UPN handling in parse_domain_user()
2018-05-11 Andreas Schneiderwinbind: Remove unused function parse_domain_user_talloc()
2018-05-11 Stefan Metzmacherwinbind: Pass upn unmodified to lookup names
2018-04-24 Volker Lendeckewinbind: Speed up wbinfo -p
2018-03-15 Ralph Boehmewinbindd: call dcerpc_binding_handle_is_connected(...
2018-03-15 Ralph Boehmewinbindd: make reset_cm_connection_on_error() public
2018-03-15 Volker Lendeckewinbind: Add smbcontrol disconnect-dc
2018-03-01 Volker Lendeckewinbind: Remove unused winbindd_internal_child()
2018-02-23 Stefan Metzmacherwinbind: make choose_domain_child() static
2018-02-23 Stefan Metzmacherwinbind: add locator_child_handle() and use it instead...
2018-02-23 Stefan Metzmacherwinbind: add idmap_child_handle() and use it instead...
2018-02-10 Stefan Metzmacherwinbindd: rename winbindd_pam_auth_pac_send and let...
2018-02-10 Stefan Metzmacherwinbindd: introduce a cm_connect_netlogon_secure()...
2018-02-10 Stefan Metzmacherwinbindd: pass 'bool interactive' to winbind_dual_SamLo...
2018-02-10 Stefan Metzmacherwinbindd: remove const from set_routing_domain()
2018-01-13 David Muldergpo: Add the winbind call to gpupdate
2018-01-13 Ralph Boehmewinbindd: add add_trusted_domain_from_auth
2018-01-13 Ralph Boehmewinbindd: add set_routing_domain()
2018-01-13 Ralph Boehmewinbindd: add find_default_route_domain()
2018-01-13 Stefan Metzmacherwinbindd: add find_trust_from_{name,sid}_noinit()
2018-01-13 Ralph Boehmewinbindd: pass down validation to append_auth_data()
2018-01-13 Ralph Boehmewinbindd: let winbind_dual_SamLogon return validation
2017-11-29 Ralph Boehmewinbindd: let normalize_name_map() call find_domain_fro...
2017-11-18 Volker Lendeckewinbind: Remove winbind_messaging_context
2017-11-17 Volker Lendeckewinbind: Remove winbind_event_context
2017-09-30 Volker Lendeckewinbind: Remove the use of "talloc_dict"
2017-08-07 Volker Lendeckewinbindd: Make wcache_query_user static
2017-08-01 Volker Lendeckewinbindd: Make wcache_lookup_usergroups static
2017-08-01 Volker Lendeckewinbindd: Make init_wcache static
2017-08-01 Volker Lendeckewinbindd: Make wcache_lookup_useraliases static
2017-08-01 Volker Lendeckewinbindd: Make wcache_name_to_sid static
2017-08-01 Volker Lendeckewinbindd: Make wcache_lookup_groupmem static
2017-08-01 Volker Lendeckewinbindd: Make wcache_flush_cache static
2017-05-30 Garming Samwinbindd: Do not run SAM auth stack in winbind SamLogon
2017-05-16 Volker Lendeckewinbindd: Give winbindd_ads.c its own header
2017-05-10 Günther Deschners3-winbindd: remove some dead prototypes
2017-03-20 Volker Lendeckewinbind: Add idmap_config_int
next