lib: Remove unused client_socket_port()
[amitay/samba.git] / source3 / auth /
2020-05-30 Ralph Boehmes3:auth: fill in info3 domain name in passwd_to_SamInfo3()
2020-02-14 Volker Lendeckeauth: Fix CID 1458418 Null pointer dereferences (REVERS...
2020-02-14 Volker Lendeckeauth: Fix CID 1458420 Null pointer dereferences (REVERS...
2020-02-06 Ralph Boehmes3/auth: use set_current_user_info() in auth3_check_pas...
2020-02-06 Ralph Boehmes3/auth: use set_current_user_info() in auth3_generate_...
2020-02-06 Ralph Boehmes3:auth: use talloc_alpha_strcpy() in auth3_session_inf...
2020-02-06 Ralph Boehmes3/auth: use talloc_alpha_strcpy() in create_local_token()
2020-02-05 Stefan Metzmachers3:auth_sam: map an empty domain or '.' to the local...
2020-02-05 Stefan Metzmachers3:auth_sam: introduce effective_domain helper variables
2020-02-05 Stefan Metzmachers3:auth_sam: make sure we never handle empty usernames
2020-02-05 Stefan Metzmachers3:auth_sam: unify the debug messages of all auth_sam...
2020-02-05 Stefan Metzmachers3:auth_sam: replace confusing FALL_THROUGH; with break;
2020-01-30 Volker Lendeckeauth3: Fix a typo
2020-01-06 Volker Lendeckeauth: Simplify struct auth4_context
2020-01-06 Volker Lendeckeauth3: Replace auth3_check_password() by _send and...
2020-01-06 Volker Lendeckeauth: Remove the "typedef auth_methods"
2020-01-06 Volker Lendeckeauth3: Avoid a casts in auth3_check_password()
2020-01-06 Volker Lendeckeauth3: Simplify auth_get_ntlm_challenge()
2020-01-06 Volker Lendeckeauth3: Check for talloc failure
2019-12-10 Isaac Boukrissmbdes: convert E_P24() and SMBOWFencrypt to use gnutls
2019-12-02 Volker Lendeckeauth3: Remove auth_script
2019-11-27 Ralph Boehmesmbdotconf: mark "username map script" with substitutio...
2019-11-27 Ralph Boehmesmbdotconf: mark "username map" with substitution="1"
2019-11-27 Ralph Boehmesmbdotconf: mark "passwd chat" with substitution="1"
2019-11-27 Ralph Boehmesmbdotconf: mark "log nt token command" with substituti...
2019-11-27 Ralph Boehmesmbdotconf: mark "add user script" with substitution="1"
2019-09-26 Noel Powers3/auth: clang: Fix 'Value stored during its initializa...
2019-09-26 Noel Powers3/auth: clang: Fix 'Value stored during its initializa...
2019-06-13 Gary Lockyerauth auth_log: csbuild unused parm unix_username
2019-06-05 Ralph Boehmes3:auth: explicitly add BUILTIN\Guests to the guest...
2019-06-05 Ralph Boehmes3:auth: add reinit_guest_session_info()
2019-04-02 Kristján Valurmake some auth functions return an NTSTATUS like other...
2019-02-22 Andreas Schneiders3:auth: Remove unused arcfour.h from auth_util.c
2019-02-22 Andreas Schneiders3:auth: Remove unused arcfour.h header from server_info.c
2019-02-20 Gary Lockyers3 auth: Create messaging and lp contexts.
2019-01-08 Volker Lendeckeauth3: Use dom_sid_str_buf
2018-12-20 Volker Lendeckeauth3: Use dom_sid_str_buf
2018-12-20 Stefan Metzmachers3:auth_winbind: ignore a missing winbindd as NT4 PDC...
2018-12-20 Stefan Metzmachers3:auth_winbind: return NT_STATUS_NO_LOGON_SERVERS...
2018-12-20 Stefan Metzmachers3:auth_winbind: remove fallback to optional backend
2018-12-20 Stefan Metzmachers3:auth: ignore create_builtin_guests() failing without...
2018-12-10 Volker Lendeckeauth: Use dom_sid_str_buf
2018-11-28 Andreas Schneiders3:auth: Use #ifdef instead of #if for config.h definitions
2018-10-19 Volker Lendeckelib: Remove gencache.h from proto.h
2018-10-17 Volker Lendeckeauth3: Avoid an explicit ZERO_STRUCT
2018-10-11 Björn Baumbachauth: move copy_session_info() from source3 into the...
2018-10-08 Volker Lendeckepdb: Reduce code duplication in make_user_info()
2018-10-08 Volker Lendeckepdb: Use "sid_compose" where appropriate
2018-09-07 Christof Schmitts3: Rename server_messaging_context() to global_messagi...
2018-06-25 Andrew Bartlettauth: For NTLM and KDC authentication, log the authenti...
2018-05-10 Gary Lockyerauth: Add unique session GUID identifier
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...
next