cli_credentials: Fix a return value
[samba.git] / auth / credentials / credentials.c
2017-09-05 Volker Lendeckecli_credentials: Fix a return value
2017-06-22 Gary Lockyerpycredentials: Add support for netr_crypt_password
2017-01-10 Stefan Metzmacherauth/credentials: remove const where we always return...
2016-12-20 Andreas Schneiderauth/credentials: Add talloc NULL check in cli_credenti...
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 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: 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: anonymous should not have a user...
2016-07-22 Stefan Metzmacherauth/credentials: also do a shallow copy of the krb5_cc...
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-03-12 Stefan Metzmacherauth/credentials: add cli_credentials_[g|s]et_old_nt_hash()
2014-12-19 Stefan Metzmacherauth/credentials: add cli_credentials_set_utf16_password()
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: 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...
2012-08-31 Andrew Bartlettauth/credentials: Do not print passwords in a talloc...
2012-05-24 Alexander Bokovoyauth/credentials: 'workgroup' set via command line...
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