testprogs: Add test_kinit_mit.sh test
[amitay/samba.git] / auth /
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-04-18 Jan Engelhardtbuild: correct package dependencies
2017-03-29 Garming Samwhitespace: auth_log.c C code conventions
2017-03-29 Andrew Bartlettpycredentials: Add bindings for get_ntlm_response()
2017-03-29 Andrew Bartlettheimdal: Pass extra information to hdb_auth_status...
2017-03-29 Andrew Bartlettauth: Add hooks for notification of authentication...
2017-03-29 Andrew Bartlettauth_log: Improve comment
2017-03-29 Andrew Bartlettauth_log: Prepared to allow logging JSON events to...
2017-03-29 Andrew Bartletts4-messaging: split up messaging into a smaller library...
2017-03-29 Gary Lockyerauth_log: Add JSON logging of Authorisation and Authent...
2017-03-29 Andrew Bartlettauth: Log the transport connection for the authorization
2017-03-29 Andrew Bartlettauth_log: Split up auth/authz logging levels and handle...
2017-03-29 Andrew Bartlettauth_log: Also log the final type of authentication...
2017-03-29 Andrew Bartlettauth_log: Expand to include the type of password used...
2017-03-29 Andrew Bartlettauth: Add logging of service authorization
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 Bartlettauth: Add "auth_description" to allow logs to distingui...
2017-03-29 Andrew Bartlettgensec: Pass service_description into auth_usersupplied...
2017-03-29 Andrew Bartlettgensec: Add gensec_{get,set}_target_service_description()
2017-03-29 Andrew Bartletts4-netlogon: Remember many more details in the auth_use...
2017-03-27 Andrew Bartlettauth: Add SID_NT_NTLM_AUTHENTICATION / S-1-5-64-10...
2017-03-24 Stefan Metzmacherauth: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METHO...
2017-03-24 Stefan Metzmacherauth: let auth4_context->check_ntlm_password() return...
2017-03-10 Lumir Balharpython: wscript_build: Build some modules for Python 3
2017-03-10 Lumir Balharpython: samba.credentials: Port pycredentials.c to...
2017-03-08 Alexander Bokovoycredentials_krb5: convert to use smb_gss_krb5_import_cred
2017-03-02 Stefan Metzmachergensec:spnego: Add debug message for the failed principal
2017-02-24 Stefan Metzmacherauth/credentials: try to use kerberos with the machine...
2017-02-22 Chris LambCorrect "intialise" typos.
2017-02-22 Chris LambCorrect "overriden" typos.
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...
next