s4/torture: Fix misplaced positional arguments for u64 comparison
[gd/samba-autobuild/.git] / auth / ntlmssp / ntlmssp_server.c
2023-03-28 Andreas Schneiderauth: Fix code spelling
2022-06-09 Joseph Suttonlib/util: Change function to mem_equal_const_time()
2022-06-09 Joseph Suttonauth: Use constant-time memcmp when comparing sensitive...
2022-03-10 Stefan Metzmacherauth/ntlmssp: don't set mapped_state explicitly in...
2022-01-04 Stefan Metzmacherauth/ntlmssp: make sure we return INVALID_PARAMETER...
2021-11-09 Stefan MetzmacherCVE-2020-25717: auth/ntlmssp: start with authoritative = 1
2020-01-06 Volker Lendeckeauth: Simplify struct auth4_context
2019-12-10 Isaac BoukrisSMBsesskeygen_lm_sess_key: use gnutls and return NTSTATUS
2019-06-27 Andreas Schneiderauth:ntlmssp: Use GnuTLS RC4 in ntlmssp server
2019-06-27 Andrew Bartlettlib/crypto: move gnutls error wrapper to own subsystem
2019-06-24 Andreas Schneiderauth:ntlmssp: Use gnutls_error_to_ntstatus() in ntlmssp...
2019-05-21 Andreas Schneiderauth:ntlmssp: Use GnuTLS MD5 and HMAC MD5 in ntlmssp...
2018-05-16 Stefan Metzmacherauth/ntlmssp: fix handling of GENSEC_FEATURE_LDAP_STYLE...
2018-01-08 kkpleindefine DBGC_AUTH class
2017-08-07 Stefan Metzmacherauth/common: add support for auth4_ctx->check_ntlm_pass...
2017-08-07 Stefan Metzmacherauth/ntlmssp: merge ntlmssp_server_check_password(...
2017-08-07 Stefan Metzmacherauth/ntlmssp: introduce ntlmssp_server_auth_send/recv
2017-06-26 Stefan Metzmacherauth/ntlmssp: make ntlmssp_server_check_password()...
2017-06-26 Stefan Metzmacherauth/ntlmssp: remove useless talloc_steal calls in...
2017-03-29 Andrew Bartlettauth_log: Also log the final type of authentication...
2017-03-29 Andrew Bartlettauth: Always supply both the remote and local address...
2017-03-29 Andrew Bartlettauth: Add "auth_description" to allow logs to distingui...
2017-03-29 Andrew Bartlettgensec: Pass service_description into auth_usersupplied...
2017-03-24 Stefan Metzmacherauth: let auth4_context->check_ntlm_password() return...
2016-04-28 Stefan Metzmacherauth/ntlmssp: do map to guest checking after the authen...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/ntlmssp: implement new_spnego suppo...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/ntlmssp: call ntlmssp_sign_init...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/ntlmssp: let ntlmssp_handle_neg_fla...
2016-03-10 Günther Deschnerauth/ntlmssp: use ndr_push_AV_PAIR_LIST in gensec_ntlms...
2016-03-10 Stefan Metzmacherauth/ntlmssp: use ntlmssp_version_blob() in the server
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-10 Stefan Metzmacherauth/gensec: introduce gensec_internal.h
2013-06-19 Andrew Bartlettbuild: Build with system md5.h on OpenIndiana
2013-03-27 Andrew Bartlettauth/ntlmssp: Avoid use-after-free of user_info after...
2012-07-02 Andrew Bartlettauth: Remove .get_challenge (only used for security...
2012-03-09 Andrew Bartlettauth/ntlmssp: Remove reference to struct ntlmssp_state
2012-03-09 Andrew Bartlettauth/ntlmssp: Remove gensec_security element from gense...
2012-02-24 Andrew Bartlettauth: Remove plugable password-check functions from...
2012-02-24 Andrew Bartlettauth: consolidate gensec_ntlmssp_server wrapper functions
2012-02-17 Andrew Bartletts3-auth: Add extra error messages on authentication...
2011-10-18 Andrew Bartlettntlmssp: Move ntlmssp code to auth/ntlmssp