ctdb-ipalloc: Drop remote IP verification
[sharpe/samba-autobuild/.git] / auth / credentials /
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-03-08 Andrew Bartlettpycredentials: Use pytalloc_BaseObject_PyType_Ready()
2016-03-08 Andrew Bartlettpycredentials: Remove PyCredentialCacheContainerObject
2016-03-08 Andrew Bartlettpycredentials: Do not use pytalloc_Object directly
2016-02-16 Volker Lendeckecredentials: Fix a typo
2016-02-16 Volker Lendeckecredentials: Fix whitespace
2016-01-13 Jelmer VernooijRename 'errors' to 'samba-errors' and make it public.
2015-12-16 Stefan MetzmacherMerge tag 'ldb-1.1.24' into master
2015-12-14 Douglas Bagnallpycredentials: add get_kerberos_state() method
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/credentials: use HAVE_GSS_KRB5_CRED_NO_CI_FLAGS_X...
2015-05-19 Andreas Schneiderauth: Make sure error_string is not used uninitialized
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-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-11-22 Jelmer Vernooijcredentials test: Use samba.tests.subunitrun.
2014-11-19 Jelmer VernooijRemove unused imports.
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-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-04-28 Andrew Bartlettkerberos: Remove un-used event context argument from...
2014-04-02 Stefan Metzmacherauth/tests: add missing #include "torture/local/proto.h"
2014-02-07 Michael Adamdbwrap: add dbwrap_flags argument to dbwrap_local_open()
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-18 Howard ChuPrepare for SASL/EXTERNAL support
2013-09-16 Andrew Bartlettauth/credentials: Add cli_credentials_{set,get}_forced_...
2013-08-12 Stefan Metzmacherauth/credentials: make sure cli_credentials_get_nt_hash...
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-04-12 Rusty Russellsecrets: use lpcfg_private_db_path() convenience helper.
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...
2012-11-01 Andrew Tridgellauth: added cli_credentials_failed_kerberos_login()
2012-08-31 Andrew Bartlettauth/credentials: Do not print passwords in a talloc...
2012-08-29 Andrew Bartlettauth/credentials: Support match-by-key in cli_credentia...
2012-08-29 Andrew Bartlettauth/credentials: Remove unused, and un-declared cli_cr...
2012-08-29 Andrew Bartlettauth/credentials: Better integrate fetch of secrets...
2012-08-29 Andrew Bartlettauth/credentials: Improve memory handling in cli_creden...
2012-08-28 Andrew Bartlettauth/credentials: Avoid double-free in the failure...
2012-08-27 Andrew Bartlettauth/credentials: Rework credentials handling to try...
2012-08-27 Andrew Bartlettauth/credentials: Expand secrets.tdb fetch of secrets...
2012-08-10 Björn Jackebuild: rename security → samba-security
2012-07-19 Andrew Bartlettauth/credentials: Remove extra newline
2012-07-15 Andrew Bartlettauth/credentials: Look in the secrets.tdb for the machi...
2012-05-24 Alexander Bokovoyauth/credentials: 'workgroup' set via command line...
2012-05-23 Alexander Bokovoyauth-credentials: Support using pre-fetched ccache...
2012-05-23 Simo Sorceauth and s4-rpc_server: Do not use features we currentl...
2012-05-04 Andreas Schneiders4-auth: Use smb_krb5_cc_get_lifetime() wrapper.
2012-04-24 Alexander Bokovoylib/replace: split out GSSAPI from lib/replace/system...
2012-04-23 Simo SorceMake krb5 wrapper library common so they can be used...
2012-04-12 Simo Sorcesrv_keytab: Pass krb5_context directly, it's all we...
2012-04-12 Simo Sorces4-auth-krb: Remove dependency on credentials too.
2012-04-12 Simo Sorces4-auth-krb: Remove unneded dependency on kerberos_util.
2012-04-12 Simo Sorces4-auth-krb: Move keytab functions in a separate file.
2012-04-12 Simo Sorces4-auth-krb: Move function into more appropriate header.
2012-04-12 Simo Sorces4-auth-krb: Make cli_credentials_invalidate_client_gss...
2012-04-12 Simo Sorces4-auth-krb: Make impersonate_principal_from_credential...
2012-02-10 Andrew Bartlettcredentials: Show returned error_string in debug message
2012-01-09 Andrew Bartlettauth/credentials Remove debug that prints in normal...
2011-12-28 Andrew Bartlettcredentials: Always honour the return value of E_deshash()
2011-12-07 Andrew Bartletts4-dns Use match-by-key in GSSAPI server if principal...
2011-11-21 Jeremy AllisonFix a bunch of "warning: variable ‘XXXX’ set but not...
2011-11-10 Andrew Tridgelltest: fixed several tests to use samba.tests
2011-10-18 Andrew Bartlettbuild: compile gensec_start.c and credentials.c in...
2011-10-18 Andrew Bartlettcredentials: Prioritise command-line specified options...
2011-10-11 Andrew Bartlettauth/credentials Declare remaining functions are public...
2011-10-11 Andrew Bartlettauth: move credentials layer to the top level