ctdb-client: Store db_flags instead of a boolean persistent flag
[sfrench/samba-autobuild/.git] / auth /
2017-06-27 Stefan Metzmacherauth/credentials: remove unused smb_krb5_create_salt_pr...
2017-06-27 Stefan Metzmacherauth/credentials: make use of smb_krb5_salt_principal...
2017-06-26 Stefan Metzmacherauth/ntlmssp: enforce NTLMSSP_NEGOTIATE_NTLM2 for the...
2017-06-26 Stefan Metzmacherauth/ntlmssp: make ntlmssp_server_check_password()...
2017-06-26 Stefan Metzmacherauth/ntlmssp: remove useless talloc_steal calls in...
2017-06-22 Gary Lockyerpycredentials: Add support for netr_crypt_password
2017-06-22 Gary Lockyerpycredentials: add function to return the netr_Authenti...
2017-06-17 Stefan Metzmacherauth/gensec: add GENSEC_UPDATE_IS_NTERROR() helper...
2017-06-17 Stefan Metzmacherauth/gensec: clear the update_busy_ptr in gensec_subcon...
2017-05-25 Gary Lockyerauth pycredentials: incorrect PyArg_ParseTupleAndKeywor...
2017-05-25 Gary Lockyerauth pycredentials: correct docstring of get_ntlm_respo...
2017-05-25 Gary Lockyerauth_log: Add test that execises the SamLogon python...
2017-05-21 Stefan Metzmacherauth/gensec: make sure there's only one pending gensec_...
2017-05-21 Stefan Metzmacherauth/gensec: improve NT_STATUS_MORE_PROCESSING_REQUIRED...
2017-05-21 Stefan Metzmacherauth/gensec: avoid using a state->subreq pointer
2017-05-21 Stefan Metzmacherauth/gensec: remove the sync update() hook from gensec_...
2017-05-21 Stefan Metzmacherauth/spnego: add simple gensec_spnego_update_send/recv...
2017-05-21 Stefan Metzmacherauth/ntlmssp: add implement gensec_ntlmssp_update_send...
2017-05-21 Stefan Metzmacherauth/ntlmssp: make gensec_ntlmssp_update() static
2017-05-21 Stefan Metzmacherauth/ntlmssp: rename 'input' to 'in' in gensec_ntlmssp_...
2017-05-21 Stefan Metzmacherauth/ntlmssp: remove unused variable from gensec_ntlmss...
2017-05-21 Stefan Metzmacherauth/ntlmssp: avoid using NT_STATUS_NOT_OK_RETURN(...
2017-05-21 Stefan Metzmacherauth/ntlmssp: remove mem_ctx=NULL handling from gensec_...
2017-05-21 Stefan Metzmacherauth/spnego: make sure a fatal error or the final succe...
2017-05-21 Stefan Metzmacherauth/spnego: let spnego.c use the new gensec_child_...
2017-05-21 Stefan Metzmacherauth/gensec: add gensec_child_* helper functions
2017-05-21 Stefan Metzmacherauth/gensec: reset existing context on gensec_start_mech()
2017-05-21 Stefan Metzmacherauth/gensec: make gensec_start_mech() static
2017-05-21 Stefan Metzmacherauth/gensec: add some basic doxygen comments for gensec...
2017-05-21 Stefan Metzmacherauth/spnego: always announce GENSEC_FEATURE_SIGN_PKT_HE...
2017-05-21 Stefan Metzmacherauth/gensec: call gensec_verify_features() also after...
2017-05-21 Stefan Metzmacherauth/spnego: fix gensec_update_ev() argument order...
2017-05-19 Petr Viktorinpython3: Use "y#" instead of "s#" for binary data in...
2017-05-13 Jeremy Allisongensec: Add a TALLOC_CTX * to gensec_register().
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
next