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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gensec:spnego: Add debug message for the failed principal
Stefan Metzmacher
2017-03-02
1
-5
/
+53
*
auth/credentials: try to use kerberos with the machine account unless we're i...
Stefan Metzmacher
2017-02-24
1
-1
/
+16
*
Correct "intialise" typos.
Chris Lamb
2017-02-22
1
-1
/
+1
*
Correct "overriden" typos.
Chris Lamb
2017-02-22
1
-1
/
+1
*
ntlmssp: fix compilation with -O2 -fno-inline
Douglas Bagnall
2017-02-10
1
-0
/
+4
*
auth: fix mem leak & use appropriate free function
Aurelien Aptel
2017-02-01
1
-1
/
+1
*
auth/gensec: convert external.c to provide update_send/recv
Stefan Metzmacher
2017-01-12
2
-7
/
+49
*
auth/gensec: convert ncalrpc.c to provide update_send/recv
Stefan Metzmacher
2017-01-12
1
-6
/
+73
*
auth/gensec: convert schannel.c to provide update_send/recv
Stefan Metzmacher
2017-01-12
1
-4
/
+69
*
auth/gensec: remove unused prototype headers
Stefan Metzmacher
2017-01-12
1
-3
/
+0
*
credentials: Create a smb_gss_krb5_copy_ccache() function
Andreas Schneider
2017-01-12
1
-4
/
+129
*
wscript: remove executable bits for all wscript* files
Stefan Metzmacher
2017-01-11
3
-0
/
+0
*
auth/credentials: Always set the the realm if we set the principal from the c...
Andreas Schneider
2017-01-10
1
-3
/
+17
*
auth/credentials: remove const where we always return a talloc string
Stefan Metzmacher
2017-01-10
2
-9
/
+9
*
auth/credentials: Add missing error code check for MIT Kerberos
Andreas Schneider
2016-12-24
1
-1
/
+5
*
auth/credentials: Add NULL check to free_dccache()
Andreas Schneider
2016-12-20
1
-2
/
+7
*
auth/credentials: Add NULL check in free_mccache()
Andreas Schneider
2016-12-20
1
-1
/
+5
*
auth/credentials: Move function to free ccaches to the top
Andreas Schneider
2016-12-20
1
-15
/
+15
*
auth/credentials: Add talloc NULL check in cli_credentials_set_principal()
Andreas Schneider
2016-12-20
1
-0
/
+4
*
CVE-2016-2126: auth/kerberos: only allow known checksum types in check_pac_ch...
Stefan Metzmacher
2016-12-20
1
-0
/
+22
*
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 python bindings for enum credentials_obtained
Stefan Metzmacher
2016-12-20
1
-10
/
+17
*
auth/credentials: add py_creds_parse_file()
Stefan Metzmacher
2016-12-20
1
-0
/
+18
*
auth/credentials: add cli_credentials_set_password_will_be_nt_hash() and the ...
Stefan Metzmacher
2016-12-20
5
-15
/
+135
*
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: clear all unused blobs in cli_credentials_get_ntlm_response()
Stefan Metzmacher
2016-12-09
1
-4
/
+12
*
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
2
-1
/
+15
*
auth/credentials: make cli_credentials_get_ntlm_response() more robust
Stefan Metzmacher
2016-11-15
1
-73
/
+131
*
auth/credentials: anonymous should not have a user principal
Stefan Metzmacher
2016-11-15
1
-0
/
+1
*
pycredentials: Add bindings for {get,set}_principal, get_ntlm_username_domain
Andrew Bartlett
2016-11-06
1
-0
/
+45
*
auth/gensec: handle DCERPC_AUTH_LEVEL_PACKET similar to DCERPC_AUTH_LEVEL_INT...
Stefan Metzmacher
2016-10-26
1
-0
/
+8
*
auth/gensec: only require GENSEC_FEATURE_SIGN for DCERPC_AUTH_LEVEL_INTEGRITY...
Stefan Metzmacher
2016-10-26
1
-1
/
+3
*
auth/gensec: always verify the wanted SIGN/SEAL flags
Stefan Metzmacher
2016-10-26
1
-28
/
+15
*
auth/ntlmssp: always allow NTLMSSP_NEGOTIATE_{SIGN,SEAL} in gensec_ntlmssp_se...
Stefan Metzmacher
2016-10-26
1
-0
/
+8
*
gensec/spnego: remember the wanted features also on the main gensec context
Stefan Metzmacher
2016-10-26
1
-1
/
+1
*
mit: make it possible to build with MIT kerberos and --picky-developer
Günther Deschner
2016-09-29
2
-2
/
+4
*
auth: One const is enough...
Volker Lendecke
2016-09-09
1
-1
/
+1
*
gensec/spnego: work around missing server mechListMIC in SMB servers
Stefan Metzmacher
2016-09-02
1
-1
/
+68
*
krb5_wrap: Rename get_kerberos_allowed_etypes()
Andreas Schneider
2016-08-31
1
-1
/
+1
*
Wrap krb5_cc_copy_creds and krb5_cc_copy_cache
Alexander Bokovoy
2016-07-25
1
-2
/
+2
*
auth/auth_sam_reply: fill user_principal_* and dns_domain_name in make_user_i...
Stefan Metzmacher
2016-07-22
2
-0
/
+23
*
auth/credentials: also do a shallow copy of the krb5_ccache.
Stefan Metzmacher
2016-07-22
4
-18
/
+71
*
pycredentials: add set_utf16_[old_]password()
Stefan Metzmacher
2016-07-22
1
-0
/
+59
*
pycredentials: add {get,set}_old_password()
Stefan Metzmacher
2016-07-22
1
-1
/
+25
[next]