vfs_ceph: replace deprecated ceph_shutdown() call
[nivanova/samba-autobuild/.git] / auth /
2017-02-10 Douglas Bagnallntlmssp: fix compilation with -O2 -fno-inline
2017-02-01 Aurelien Aptelauth: fix mem leak & use appropriate free function
2017-01-12 Stefan Metzmacherauth/gensec: convert external.c to provide update_send...
2017-01-12 Stefan Metzmacherauth/gensec: convert ncalrpc.c to provide update_send...
2017-01-12 Stefan Metzmacherauth/gensec: convert schannel.c to provide update_send...
2017-01-12 Stefan Metzmacherauth/gensec: remove unused prototype headers
2017-01-12 Andreas Schneidercredentials: Create a smb_gss_krb5_copy_ccache() function
2017-01-11 Stefan Metzmacherwscript: remove executable bits for all wscript* files
2017-01-10 Andreas Schneiderauth/credentials: Always set the the realm if we set...
2017-01-10 Stefan Metzmacherauth/credentials: remove const where we always return...
2016-12-24 Andreas Schneiderauth/credentials: Add missing error code check for...
2016-12-20 Andreas Schneiderauth/credentials: Add NULL check to free_dccache()
2016-12-20 Andreas Schneiderauth/credentials: Add NULL check in free_mccache()
2016-12-20 Andreas Schneiderauth/credentials: Move function to free ccaches to...
2016-12-20 Andreas Schneiderauth/credentials: Add talloc NULL check in cli_credenti...
2016-12-20 Stefan MetzmacherCVE-2016-2126: auth/kerberos: only allow known checksum...
2016-12-20 Stefan Metzmacherauth/credentials: change the parsing order of cli_crede...
2016-12-20 Stefan Metzmacherauth/credentials: let cli_credentials_parse_file()...
2016-12-20 Stefan Metzmacherauth/credentials: let cli_credentials_parse_string...
2016-12-20 Stefan Metzmacherauth/credentials: let cli_credentials_parse_string...
2016-12-20 Stefan Metzmacherauth/credentials: handle situations without a configure...
2016-12-20 Stefan Metzmacherauth/credentials: add python bindings for enum credenti...
2016-12-20 Stefan Metzmacherauth/credentials: add py_creds_parse_file()
2016-12-20 Stefan Metzmacherauth/credentials: add cli_credentials_set_password_will...
2016-12-20 Stefan Metzmacherauth/credentials: let cli_credentials_set_password...
2016-12-20 Stefan Metzmacherauth/credentials: make use of talloc_zero() in cli_cred...
2016-12-09 Stefan Metzmacherauth/credentials: clear all unused blobs in cli_credent...
2016-12-09 Stefan Metzmacherauth/credentials: fix cut'n'paste error in cli_credenti...
2016-12-09 Stefan Metzmacherauth/credentials: let cli_credentials_parse_string...
2016-11-15 Stefan Metzmacherauth/credentials: make cli_credentials_get_ntlm_respons...
2016-11-15 Stefan Metzmacherauth/credentials: anonymous should not have a user...
2016-11-06 Andrew Bartlettpycredentials: Add bindings for {get,set}_principal...
2016-10-26 Stefan Metzmacherauth/gensec: handle DCERPC_AUTH_LEVEL_PACKET similar...
2016-10-26 Stefan Metzmacherauth/gensec: only require GENSEC_FEATURE_SIGN for DCERP...
2016-10-26 Stefan Metzmacherauth/gensec: always verify the wanted SIGN/SEAL flags
2016-10-26 Stefan Metzmacherauth/ntlmssp: always allow NTLMSSP_NEGOTIATE_{SIGN...
2016-10-26 Stefan Metzmachergensec/spnego: remember the wanted features also on...
2016-09-29 Günther Deschnermit: make it possible to build with MIT kerberos and...
2016-09-09 Volker Lendeckeauth: One const is enough...
2016-09-02 Stefan Metzmachergensec/spnego: work around missing server mechListMIC...
2016-08-31 Andreas Schneiderkrb5_wrap: Rename get_kerberos_allowed_etypes()
2016-07-25 Alexander BokovoyWrap krb5_cc_copy_creds and krb5_cc_copy_cache
2016-07-22 Stefan Metzmacherauth/auth_sam_reply: fill user_principal_* and dns_doma...
2016-07-22 Stefan Metzmacherauth/credentials: also do a shallow copy of the krb5_cc...
2016-07-22 Stefan Metzmacherpycredentials: add set_utf16_[old_]password()
2016-07-22 Stefan Metzmacherpycredentials: add {get,set}_old_password()
2016-07-06 Christof Schmittgensec: Change log level for message when obtaining...
2016-07-05 Uri Simchoniauth: fix a memory leak in gssapi_get_session_key()
2016-07-04 Garming Samtypo: mandetory -> mandatory
2016-06-30 Stefan Metzmacherkrb5pac.idl: introduce PAC_DOMAIN_GROUP_MEMBERSHIP...
2016-06-30 Stefan Metzmacherauth/auth_sam_reply: make auth_convert_user_info_dc_sam...
2016-06-30 Stefan Metzmacherauth/auth_sam_reply: do a real copy of strings in auth_...
2016-06-30 Stefan Metzmacherauth/auth_sam_reply: add auth_convert_user_info_dc_sami...
2016-06-30 Stefan Metzmacherauth/auth_sam_reply: add auth_convert_user_info_dc_sami...
2016-06-30 Stefan Metzmacherauth/wbc_auth_util: change wbcAuthUserInfo_to_netr_SamI...
2016-06-30 Stefan Metzmacherauth/wbc_auth_util: fill in base.logon_domain in wbcAut...
2016-06-30 Stefan Metzmacherauth/auth_sam_reply: let make_user_info_dc_netlogon_val...
2016-06-30 Stefan Metzmacherauth/auth_sam_reply: add some const to input parameters
2016-05-03 Volker Lendeckelib: Give base64.c its own .h
2016-04-29 Christof Schmittgensec: Change log level of message when no PAC is...
2016-04-28 Stefan Metzmacherauth/ntlmssp: add ntlmssp_{client,server}:force_old_spn...
2016-04-28 Stefan Metzmacherauth/spnego: add spnego:simulate_w2k option for testing
2016-04-28 Stefan Metzmacherauth/ntlmssp: do map to guest checking after the authen...
2016-04-28 Stefan Metzmacherauth/spnego: only try to verify the mechListMic if...
2016-04-28 Stefan Metzmacherauth/ntlmssp: don't require NTLMSSP_SIGN for smb connec...
2016-04-28 Stefan Metzmacherauth/ntlmssp: don't require any flags in the ccache_res...
2016-04-28 Stefan Metzmacherauth/spnego: handle broken mechListMIC response from...
2016-04-28 Stefan Metzmacherauth/spnego: change log level for 'Failed to setup...
2016-04-12 Stefan MetzmacherCVE-2016-2111: auth/gensec: correctly report GENSEC_FEA...
2016-04-12 Stefan MetzmacherCVE-2016-2111: auth/gensec: require DCERPC_AUTH_LEVEL_I...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/ntlmssp: implement new_spnego suppo...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/ntlmssp: implement new_spnego suppo...
2016-04-12 Stefan MetzmacherCVE-2016-2110: libcli/auth: pass server_timestamp to...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/credentials: pass server_timestamp...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/credentials: clear the LMv2 key...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/ntlmssp: implement gensec_ntlmssp_m...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/ntlmssp: call ntlmssp_sign_init...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/gensec: add gensec_may_reset_crypto...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/gensec: require spnego mechListMIC...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/gensec: fix the client side of...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/gensec: fix the client side of...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/ntlmssp: let gensec_ntlmssp_client_...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/ntlmssp: let gensec_ntlmssp_client_...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/ntlmssp: don't let ntlmssp_handle_n...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/ntlmssp: don't allow a downgrade...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/ntlmssp: split allow_lm_response...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/ntlmssp: maintain conf_flags and...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/ntlmssp: let ntlmssp_handle_neg_fla...
2016-03-17 Stefan Metzmacherauth/gensec: split out a gensec_verify_dcerpc_auth_leve...
2016-03-17 Stefan Metzmacherauth/gensec: make sure gensec_security_by_auth_type...
2016-03-10 Stefan Metzmacherauth/ntlmssp: remove ntlmssp_unwrap() fallback for...
2016-03-10 Stefan Metzmacherauth/ntlmssp: add more compat for GENSEC_FEATURE_LDAP_STYLE
2016-03-10 Stefan Metzmacherauth/ntlmssp: implement GENSEC_FEATURE_LDAP_STYLE
2016-03-10 Stefan Metzmacherauth/gensec: add GENSEC_FEATURE_LDAP_STYLE define
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
2016-03-10 Stefan Metzmacherauth/ntlmssp: let the client always include NTLMSSP_NEG...
2016-03-10 Stefan Metzmacherauth/ntlmssp: add ntlmssp_version_blob()
2016-03-10 Stefan Metzmacherauth/ntlmssp: don't send domain and workstation in...
2016-03-10 Stefan Metzmacherauth/ntlmssp: set NTLMSSP_ANONYMOUS for anonymous authe...
next