selftest: add some basic testing for aio_pthread
[samba.git] / source3 / auth /
2018-03-19 Stefan Metzmachers3:auth: support AUTH_SESSION_INFO_NTLM in finalize_loc...
2018-03-19 Stefan Metzmachers3:auth: make use of create_builtin_guests() in finaliz...
2018-03-19 Stefan Metzmachers3:auth: rename "guest" methods to "anonymous"
2018-03-16 Stefan Metzmachers3:auth: make use of make_{server,session}_info_anonymous()
2018-03-15 Stefan Metzmachers3:auth: add make_{server,session}_info_anonymous()
2018-03-15 Stefan Metzmachers3:auth: pass the whole auth_session_info from copy_ses...
2018-03-15 Stefan Metzmachers3:auth: base make_new_session_info_system() on auth_sy...
2018-03-15 Stefan Metzmachers3:auth: add auth3_user_info_dc_add_hints() and auth3_s...
2018-03-15 Stefan Metzmachers3:auth: remove static from finalize_local_nt_token()
2018-03-15 Stefan Metzmachers3:auth: pass AUTH_SESSION_INFO_* flags to finalize_loc...
2018-03-15 Stefan Metzmachers3:auth: don't try to expand system or anonymous tokens...
2018-03-15 Stefan Metzmachers3:auth: add add_builtin_guests() handling to finalize_...
2018-03-15 Stefan Metzmachers3:auth: only call secrets_fetch_domain_sid() once...
2018-03-15 Stefan Metzmachers3:auth: move add_local_groups() out of finalize_local_...
2018-03-15 Stefan Metzmachers3:auth: add the "Unix Groups" sid for the primary gid
2018-03-15 Stefan Metzmachers3:auth: remove unused auth_serversupplied_info->system
2018-03-01 Andreas Schneiders3:auth: Add FALL_THROUGH statements in pampass.c
2018-03-01 Andreas Schneiders3:auth: Add FALL_THROUGH statements in auth_sam.c
2018-02-21 Andreas Schneiders3:auth: Pass mem_ctx to init_system_session_info()
2018-02-20 Andreas Schneiders3:auth: Pass mem_ctx to init_guest_session_info()
2018-02-20 Andreas Schneiders3:auth: Pass a mem_ctx to make_new_session_info_guest()
2018-02-10 Stefan Metzmachers3/auth: add create_info6_from_pac()
2018-01-22 Günther Deschnerbuild: deal with recent glibc sunrpc header removal
2018-01-22 Andreas Schneiderinclude: Create system/nis.h in libreplace
2018-01-15 Andreas Schneiders3:rpc_client: Clenup copy_netr_SamInfo3() code
2018-01-13 Ralph Boehmes3/rpc_client: move copy_netr_SamInfo3() to util_netlogon
2017-12-13 Stefan Metzmachers3:auth: is_trusted_domain() is now only useful (and...
2017-12-13 Stefan Metzmachers3:auth: remove lp_auth_methods() handling
2017-12-13 Stefan Metzmachers3:auth: remove "map untrusted to domain" handling
2017-10-29 Günther Deschners3-auth: remove leftover prototype from auth_domain.
2017-10-27 Volker Lendeckesmbd: Fix the memory hierarchy in the unix token
2017-09-21 Volker Lendeckeauth3: Remove auth_domain
2017-08-07 Stefan Metzmacherauth/common: add support for auth4_ctx->check_ntlm_pass...
2017-06-16 Stefan Metzmacherauth3: prepare the logic for "map untrusted to domain...
2017-06-16 Stefan Metzmacherauth3: call is_trusted_domain() as the last condition...
2017-05-10 Günther Deschners3-auth: remove some dead prototypes
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-04-10 Volker Lendeckeauth3: fallback to "sam_ignoredomain" in make_auth3_con...
2017-04-09 Stefan Metzmacherauth3: merge make_auth_context_subsystem() into make_au...
2017-04-09 Stefan Metzmacherauth3: only use "sam_netlogon3 winbind:trustdomain...
2017-04-09 Stefan Metzmacherauth3: add "sam_netlogon3" which only reacts on lp_work...
2017-03-29 Andrew Bartlettauth: Add hooks for notification of authentication...
2017-03-29 Andrew Bartlettauth: Log the transport connection for the authorization
2017-03-29 Andrew Bartletts3-auth: Log SMB authorization for bare NTLM (NTLMSSP...
2017-03-29 Gary Lockyerrpc: Always supply both the remote and local address...
2017-03-29 Andrew Bartlettauth: Always supply both the remote and local address...
2017-03-29 Gary Lockyerauth: Generate a human readable Authentication log...
2017-03-29 Andrew Bartletts3-auth: Split out get_user_sid_info3_and_extra() from...
2017-03-29 Andrew Bartlettauth: Add a reminder about the strings currently used...
2017-03-29 Andrew Bartlettauth: Fill in user_info->service_description from all...
2017-03-29 Andrew Bartletts3-auth: Pass service_description into gensec via auth_...
2017-03-27 Andrew Bartlettauth: Add SID_NT_NTLM_AUTHENTICATION / S-1-5-64-10...
2017-03-24 Stefan Metzmacherauth3: handle ROLE_ACTIVE_DIRECTORY_DC before lp_auth_m...
2017-03-24 Stefan Metzmacherauth3: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METH...
2017-03-24 Stefan Metzmacherauth3: only use "[samba4:]sam" in make_auth3_context_fo...
2017-03-24 Stefan Metzmacherauth: let auth4_context->check_ntlm_password() return...
2017-03-24 Stefan Metzmacherauth4: let auth_check_password* return pauthoritative
2017-03-24 Stefan Metzmacherauth3: let auth_check_ntlm_password() return pauthoritative
2017-03-24 Stefan Metzmacherauth3: make make_auth_context_subsystem() static
2017-03-24 Stefan Metzmacherauth3: make use of make_auth3_context_for_ntlm()
2017-03-24 Stefan Metzmacherauth3: add make_auth3_context_for_{ntlm,netlogon,winbind}
2017-03-24 Volker Lendeckeauth3: Remove unused make_auth_context_fixed
2017-03-24 Volker Lendeckeauth3: Introduce auth3_context_set_challenge
2017-03-24 Volker Lendeckeauth3: Simplify the logic in auth_check_ntlm_password
2017-03-24 Volker Lendeckeauth3: Don't try other auth modules on any error
2017-03-24 Volker Lendeckeauth3: Introduce make_auth_context_specific
2017-03-24 Volker Lendeckeauth3: Slightly simplify make_auth_context_subsystem...
2017-03-24 Volker Lendeckeauth3: Slightly simplify make_auth_context_subsystem...
2017-03-10 Volker Lendeckeauth_ntdomain3: Correctly handle !authoritative
2017-03-10 Volker Lendeckeauth_winbind3: Correctly handle !authoritative
2017-03-09 Volker Lendeckeauth3: Simplify auth_check_ntlm_password logic with...
2017-03-08 Volker Lendeckeauth3: Simplify auth_check_ntlm_password logic with...
2017-03-08 Volker Lendeckeauth3: Simplify auth_check_ntlm_password server_info...
2017-03-08 Volker Lendeckeauth3: Simplify auth_check_ntlm_password talloc handling
2017-03-08 Volker Lendeckeauth3: Use talloc_move instead of _steal
2017-03-08 Volker Lendeckeauth3: Centralize auth_check_ntlm_password failure...
2017-02-27 Volker Lendeckeauth3: Simplify get_system_info3
2017-02-27 Volker Lendeckeauth3: Fix some whitespace
2017-02-22 Chris LambCorrect "somthing" typos.
2017-02-22 Chris LambCorrect "perfom" typos.
2017-02-15 Volker Lendeckeauth3: Use NT_STATUS_EQUAL
2017-01-09 Volker Lendeckeauth: Remove auth_wbc
2017-01-03 Volker Lendeckeauth: Use "all_zero" where appropriate
2017-01-03 Volker Lendeckeauth3: Avoid some zeros footprint
2017-01-03 Volker Lendeckeauth3: Use "all_zero" where appropriate
2016-12-28 Volker Lendeckelib: Add lib/util_unixsids.h
2016-12-11 Volker Lendeckesmbd: username map file handling xfile->stdio
2016-12-02 Volker Lendeckelib: Add samlogon_cache.h
2016-11-20 Volker Lendeckelib: Remove global xfile.h includes
2016-11-20 Volker Lendeckelib: Rename fgets_slash to x_fgets_slash
2016-10-24 Uri Simchonismbd: in ntlm auth, do not map empty domain in case...
2016-10-13 Trever L. AdamsUpdate smbrun to allow for settings environment variables.
2016-09-28 Jeremy Allisons3: auth: Use wbcAuthenticateUserEx to prime the caches.
2016-07-23 Jeremy Allisons4: messaging: Remove bool auto_remove parameter from...
2016-06-30 Stefan Metzmacherkrb5pac.idl: introduce PAC_DOMAIN_GROUP_MEMBERSHIP...
2016-06-30 Stefan Metzmacherauth/wbc_auth_util: change wbcAuthUserInfo_to_netr_SamI...
2016-05-27 Jeremy Allisons3: auth: Move the declaration of struct dom_sid tmp_si...
2016-04-28 Stefan Metzmachers3:auth_builtin: anonymous authentication doesn't allow...
2016-04-12 Ralph BoehmeCVE-2016-2115: s3:auth_domain: use SMB_SIGNING_IPC_DEFAULT
2016-04-12 Stefan MetzmacherCVE-2016-2111: s3:auth: implement "raw NTLMv2 auth...
next