ctdb-scripts: Fix CTDB_DBDIR=tmpfs support
[kai/samba-autobuild/.git] / auth /
2015-10-22 Jeremy Allisonauth: gensec: Parameters out_mem_ctx and ev are passed...
2015-08-25 Richard SharpePrevent a crash in Python modules that try to authentic...
2015-08-20 Volker Lendeckegensec: Fix CID 242642 Unchecked return value
2015-07-16 Andreas Schneiders4-auth: Always pass down the salt principal
2015-07-15 Alexander Bokovoyauth/credentials: if credentials have principal set...
2015-07-03 Stefan Metzmacherauth/credentials: anonymous should not try to use kerberos
2015-06-24 Andreas Schneiderauth: Explain why GSS_KRB5_CRED_NO_CI_FLAGS_X is needed
2015-06-23 Stefan Metzmacherauth/kerberos: add gssapi_get_sig_size() and gssapi_...
2015-06-23 Stefan Metzmacherauth/gensec: remove unused gensec_[un]wrap_packets...
2015-06-23 Stefan Metzmacherauth/gensec: make sure gensec_start_mech_by_authtype...
2015-06-23 Stefan Metzmacherauth/gensec: gensec_[un]seal_packet() should only work...
2015-06-23 Stefan Metzmacherauth/credentials: use HAVE_GSS_KRB5_CRED_NO_CI_FLAGS_X...
2015-06-18 Jeremy Allisondcerpc: NULL pointer deref crash in handling rpc request.
2015-05-19 Andreas Schneiderauth: Make sure error_string is not used uninitialized
2015-03-20 Stefan Metzmacherauth/kerberos: remove allow_warnings=True
2015-03-20 Stefan Metzmacherauth/kerberos: avoid compiler warnings
2015-03-19 Andrew Bartlettbuild: Add talloc and samba-debug dep for gensec_extern...
2015-03-19 Jeremy Allisons4: lib: auth: If NTLMSSP_NEGOTIATE_TARGET_INFO isn...
2015-03-12 Stefan Metzmacherauth/credentials: add cli_credentials_set_old_utf16_pas...
2015-03-12 Stefan Metzmacherauth/credentials: add cli_credentials_[g|s]et_old_nt_hash()
2015-03-12 Stefan Metzmacherauth/credentials: add a missing talloc check to cli_cre...
2015-03-12 Andrew Bartlettauth/kerberos: Do a string comparison in kerberos_decod...
2015-03-03 Volker LendeckeFix the O3 developer build
2015-01-26 Günther Deschnerauth/credentials_krb5: fix memory leak in cli_credentia...
2014-12-19 Stefan Metzmacherauth/credentials: add cli_credentials_set_utf16_password()
2014-12-19 Stefan Metzmacherauth/gensec: add support for SEC_CHAN_DNS_DOMAIN to...
2014-12-19 Stefan Metzmacherauth/gensec: make sure we keep a DCERPC_AUTH_TYPE_SCHAN...
2014-11-22 Jelmer Vernooijcredentials test: Use samba.tests.subunitrun.
2014-11-19 Jelmer VernooijRemove unused imports.
2014-11-14 Stefan Metzmacherauth: add missing includes to auth/wbc_auth_util.c
2014-10-17 Andrew Bartlettauth/credentials: Ensure that we set the realm when...
2014-10-17 Andrew Bartlettcredentials: Allow the secret.tdb handle to be passed...
2014-10-17 Andrew Bartlettcredentials: Improve error message on failure to set...
2014-10-17 Andrew Bartlettcredentials: Set secure_channel_type from secrets.tdb...
2014-09-26 Andrew Bartlettcredentials: Allow the secrets.tdb password to be newer...
2014-09-25 Jeremy Allisonauth: gensec: asn1 fixes - check all returns.
2014-08-08 Günther Deschnerauth/credentials_krb5: silence a build warning.
2014-08-08 Günther Deschnerauth/credentials-krb5: use get_kerberos_allowed_etypes().
2014-07-04 Andrew Bartletts4-auth: Do not override the NT_STATUS_NOT_IMPLEMENTED...
2014-06-11 Andrew Bartlettauth: Provide a way to use the auth stack for winbindd...
2014-05-12 Günther Deschnerauth: avoid overwriting the auth_sam_reply.h header...
2014-04-28 Andrew Bartlettkerberos: Remove un-used event context argument from...
2014-04-24 Andreas Schneidergensec: add DCERPC_AUTH_TYPE_NCALRPC_AS_SYSTEM backend
2014-04-24 Stefan Metzmacherauth/gensec: use auth_ctx->generate_session_info()...
2014-04-18 Andrew Bartlettauth: Move wbcAuthUserInfo_to_netr_SamInfo3 to the...
2014-04-02 Andrew Bartlettauth: Pass though error from GENSEC sub-mechanism
2014-04-02 Stefan Metzmacherauth/kerberos: explicitly use allow_warnings=True
2014-04-02 Stefan Metzmacherauth/tests: add missing #include "torture/local/proto.h"
2014-03-27 Stefan Metzmacherauth/gensec/spnego: map SPNEGO_REJECT to NT_STATUS_LOGO...
2014-03-26 Stefan Metzmacherauth/gensec: remove tevent_context argument from gensec...
2014-03-26 Stefan Metzmacherauth/gensec: make use of gensec_update_ev() in spnego.c
2014-03-26 Stefan Metzmacherauth/gensec: add a gensec_update_ev() function
2014-03-26 Stefan Metzmacherauth/gensec: fix gensec_update() with ev == NULL.
2014-03-12 Günther Deschnerauth/kerberos: fix a typo.
2014-03-05 Garming SamRemove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE...
2014-02-13 Stefan Metzmacherauth/gensec: only include "librpc/gen_ndr/dcerpc.h"
2014-02-07 Michael Adamdbwrap: add dbwrap_flags argument to dbwrap_local_open()
2014-01-06 Stefan Metzmacherauth/gensec: implement GENSEC_FEATURE_SIGN_PKT_HEADER...
2014-01-06 Stefan Metzmacherauth/gensec: move libcli/auth/schannel_sign.c into...
2014-01-06 Stefan Metzmacherauth/ntlmssp: GENSEC_FEATURE_SIGN_PKT_HEADER is always...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-16 Stefan Metzmacherauth:credentials: avoid talloc_reference in cli_credent...
2013-09-21 Michael Adamauth: fix space/tab mixup in cli_credentials_get_password()
2013-09-19 Günther Deschnergensec: check for NULL gensec_security in gensec_securi...
2013-09-19 Günther Deschnergensec: remove duplicate gensec_security_by_authtype...
2013-09-19 Günther Deschnergensec: move schannel module to toplevel.
2013-09-18 Howard ChuAdd SASL/EXTERNAL gensec module
2013-09-18 Howard ChuPrepare for SASL/EXTERNAL support
2013-09-16 Andrew Bartlettauth/credentials: Add cli_credentials_{set,get}_forced_...
2013-08-18 Volker Lendeckegensec: Fix CID 1063258 Uninitialized scalar variable
2013-08-12 Stefan Metzmacherauth/credentials: make sure cli_credentials_get_nt_hash...
2013-08-10 Stefan Metzmacherauth/gensec: treat struct gensec_security_ops as const...
2013-08-10 Stefan Metzmacherauth/gensec: use 'const char * const *' for function...
2013-08-10 Stefan Metzmacherauth/gensec: make it possible to implement async backends
2013-08-10 Stefan Metzmacherauth/gensec: avoid talloc_reference in gensec_security_...
2013-08-10 Stefan Metzmacherauth/gensec: avoid talloc_reference in gensec_use_kerbe...
2013-08-10 Stefan Metzmacherauth/gensec: introduce gensec_internal.h
2013-08-10 Stefan Metzmacherauth/gensec: add gensec_security_by_auth_type()
2013-08-10 Stefan Metzmacherauth/gensec: first check GENSEC_FEATURE_SESSION_KEY...
2013-08-05 Stefan Metzmacherauth/credentials: use CRED_CALLBACK_RESULT after a...
2013-08-05 Stefan Metzmacherauth/credentials: simplify password_tries state
2013-08-05 Stefan Metzmacherauth/credentials: get the old password from secrets.tdb
2013-08-05 Stefan Metzmacherauth/credentials: keep cli_credentials private
2013-08-05 Stefan Metzmacherauth/credentials: add cli_credentials_shallow_copy()
2013-08-05 Stefan Metzmacherauth/credentials: add cli_credentials_[set_]callback_data*
2013-08-05 Stefan Metzmacherauth/credentials: remove pointless talloc_reference...
2013-08-05 Stefan Metzmacherauth/credentials: remove pointless talloc_reference...
2013-06-19 Andrew Bartlettbuild: Build with system md5.h on OpenIndiana
2013-05-28 Andrew Bartlettbuild: Remove unused credentials_samba3.c
2013-05-15 Volker Lendeckegensec: Make gensec_security_oids_from_ops static
2013-05-15 Volker Lendeckegensec: Make gensec_security_by_sasl_list static
2013-05-15 Volker Lendeckegensec: Make gensec_interface_version public
2013-04-12 Rusty Russellsecrets: use lpcfg_private_db_path() convenience helper.
2013-03-27 Andrew Bartlettauth/ntlmssp: Avoid use-after-free of user_info after...
2013-02-28 Stefan Metzmacherauth/pycredentials: make use of samba_tevent_context_init()
2013-02-20 Rusty Russellntdb: switch between secrets.tdb and secrets.ntdb depen...
2013-01-24 Andrew Bartlettgensec: Allow login without a PAC by default (bug ...
2012-11-01 Andrew Tridgellauth: added cli_credentials_failed_kerberos_login()
2012-09-22 Andrew Bartlettauth/kerberos: add HAVE_KRB5 guard to fix non-krb5...
2012-09-21 Christof Schmittauth/kerberos: Adjust log level for failed PAC signatur...
next