index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
auth
/
credentials
/
credentials.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
auth:credentials: Avoid an 'else' branch
Andreas Schneider
2018-03-01
1
-3
/
+6
*
auth:credentials: Add FALL_THROUGH statements in credentials.c
Andreas Schneider
2018-03-01
1
-1
/
+2
*
CVE-2017-12150: auth/credentials: cli_credentials_authentication_requested() ...
Stefan Metzmacher
2017-09-20
1
-0
/
+16
*
cli_credentials: Apply some const
Volker Lendecke
2017-09-16
1
-2
/
+3
*
cli_credentials: Fix a typo
Volker Lendecke
2017-09-07
1
-1
/
+1
*
cli_credentials: Fix a return value
Volker Lendecke
2017-09-05
1
-1
/
+1
*
pycredentials: Add support for netr_crypt_password
Gary Lockyer
2017-06-22
1
-0
/
+40
*
auth/credentials: remove const where we always return a talloc string
Stefan Metzmacher
2017-01-10
1
-6
/
+6
*
auth/credentials: Add talloc NULL check in cli_credentials_set_principal()
Andreas Schneider
2016-12-20
1
-0
/
+4
*
auth/credentials: change the parsing order of cli_credentials_parse_file()
Stefan Metzmacher
2016-12-20
1
-5
/
+49
*
auth/credentials: let cli_credentials_parse_file() handle 'username' with cli...
Stefan Metzmacher
2016-12-20
1
-1
/
+1
*
auth/credentials: let cli_credentials_parse_string() always reset principal a...
Stefan Metzmacher
2016-12-20
1
-1
/
+32
*
auth/credentials: let cli_credentials_parse_string() always reset username an...
Stefan Metzmacher
2016-12-20
1
-0
/
+8
*
auth/credentials: handle situations without a configured (default) realm
Stefan Metzmacher
2016-12-20
1
-9
/
+34
*
auth/credentials: add cli_credentials_set_password_will_be_nt_hash() and the ...
Stefan Metzmacher
2016-12-20
1
-15
/
+92
*
auth/credentials: let cli_credentials_set_password() fail if talloc_strdup() ...
Stefan Metzmacher
2016-12-20
1
-7
/
+20
*
auth/credentials: make use of talloc_zero() in cli_credentials_init()
Stefan Metzmacher
2016-12-20
1
-75
/
+1
*
auth/credentials: fix cut'n'paste error in cli_credentials_get_principal_and_...
Stefan Metzmacher
2016-12-09
1
-1
/
+1
*
auth/credentials: let cli_credentials_parse_string() handle the "winbind sepa...
Stefan Metzmacher
2016-12-09
1
-1
/
+13
*
auth/credentials: anonymous should not have a user principal
Stefan Metzmacher
2016-11-15
1
-0
/
+1
*
auth/credentials: also do a shallow copy of the krb5_ccache.
Stefan Metzmacher
2016-07-22
1
-15
/
+0
*
auth/credentials: if credentials have principal set, they are not anonymous a...
Alexander Bokovoy
2015-07-15
1
-0
/
+5
*
auth/credentials: anonymous should not try to use kerberos
Stefan Metzmacher
2015-07-03
1
-0
/
+1
*
auth/credentials: add cli_credentials_[g|s]et_old_nt_hash()
Stefan Metzmacher
2015-03-12
1
-0
/
+42
*
auth/credentials: add cli_credentials_set_utf16_password()
Stefan Metzmacher
2014-12-19
1
-5
/
+8
*
auth:credentials: avoid talloc_reference in cli_credentials_set_netlogon_creds()
Stefan Metzmacher
2013-10-16
1
-1
/
+5
*
auth: fix space/tab mixup in cli_credentials_get_password()
Michael Adam
2013-09-20
1
-2
/
+2
*
Prepare for SASL/EXTERNAL support
Howard Chu
2013-09-18
1
-0
/
+8
*
auth/credentials: Add cli_credentials_{set,get}_forced_sasl_mech()
Andrew Bartlett
2013-09-16
1
-0
/
+14
*
auth/credentials: make sure cli_credentials_get_nt_hash() always returns a ta...
Stefan Metzmacher
2013-08-12
1
-5
/
+14
*
auth/credentials: use CRED_CALLBACK_RESULT after a callback
Stefan Metzmacher
2013-08-05
1
-11
/
+23
*
auth/credentials: simplify password_tries state
Stefan Metzmacher
2013-08-05
1
-5
/
+14
*
auth/credentials: keep cli_credentials private
Stefan Metzmacher
2013-08-05
1
-0
/
+1
*
auth/credentials: add cli_credentials_shallow_copy()
Stefan Metzmacher
2013-08-05
1
-0
/
+15
*
auth/credentials: add cli_credentials_[set_]callback_data*
Stefan Metzmacher
2013-08-05
1
-0
/
+11
*
auth/credentials: remove pointless talloc_reference() from cli_credentials_ge...
Stefan Metzmacher
2013-08-05
1
-1
/
+1
*
auth/credentials: remove pointless talloc_reference() from cli_credentials_ge...
Stefan Metzmacher
2013-08-05
1
-1
/
+1
*
auth/credentials: Do not print passwords in a talloc memory dump
Andrew Bartlett
2012-08-31
1
-0
/
+8
*
auth/credentials: 'workgroup' set via command line will not drop existing ccache
Alexander Bokovoy
2012-05-24
1
-1
/
+5
*
credentials: Prioritise command-line specified options above defaults from sm...
Andrew Bartlett
2011-10-18
1
-3
/
+15
*
auth/credentials Declare remaining functions are public interfaces and put in...
Andrew Bartlett
2011-10-11
1
-9
/
+8
*
auth: move credentials layer to the top level
Andrew Bartlett
2011-10-11
1
-0
/
+1002