pyldb: avoid segfault when adding an element with no name
[nivanova/samba-autobuild/.git] / auth / ntlmssp / ntlmssp_server.c
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