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
/
kerberos
Commit message (
Expand
)
Author
Age
Files
Lines
*
auth/kerberos: clang: Fix same instances of 'Value stored is never read'
Noel Power
2019-07-08
1
-7
/
+7
*
auth/kerberos: Fix typo in error message regarding fetching PAC using Heimdal
Matt Selsky
2018-03-19
1
-1
/
+1
*
define DBGC_AUTH class
kkplein
2018-01-08
3
-0
/
+11
*
wscript: remove executable bits for all wscript* files
Stefan Metzmacher
2017-01-11
1
-0
/
+0
*
CVE-2016-2126: auth/kerberos: only allow known checksum types in check_pac_ch...
Stefan Metzmacher
2016-12-20
1
-0
/
+22
*
mit: make it possible to build with MIT kerberos and --picky-developer
Günther Deschner
2016-09-29
1
-1
/
+2
*
gensec: Change log level for message when obtaining PAC from gss_get_name_att...
Christof Schmitt
2016-07-06
1
-6
/
+4
*
auth: fix a memory leak in gssapi_get_session_key()
Uri Simchoni
2016-07-06
1
-6
/
+1
*
auth: Fix picky const warnings in gssapi_pac
Andreas Schneider
2015-11-23
1
-2
/
+10
*
auth/kerberos: add gssapi_get_sig_size() and gssapi_{seal,unseal,sign,check}_...
Stefan Metzmacher
2015-06-24
3
-1
/
+451
*
auth/kerberos: remove allow_warnings=True
Stefan Metzmacher
2015-03-20
1
-1
/
+0
*
auth/kerberos: avoid compiler warnings
Stefan Metzmacher
2015-03-20
1
-4
/
+12
*
auth/kerberos: Do a string comparison in kerberos_decode_pac() not a principa...
Andrew Bartlett
2015-03-12
1
-11
/
+12
*
auth/kerberos: explicitly use allow_warnings=True
Stefan Metzmacher
2014-04-02
1
-0
/
+1
*
auth/kerberos: fix a typo.
Günther Deschner
2014-03-12
1
-1
/
+1
*
auth/kerberos: add HAVE_KRB5 guard to fix non-krb5 build after winbindd pac c...
Andrew Bartlett
2012-09-22
1
-0
/
+3
*
auth/kerberos: Adjust log level for failed PAC signature verification
Christof Schmitt
2012-09-20
1
-1
/
+1
*
auth/kerberos: Do not do pointer arithmatic on a void *
Andrew Bartlett
2012-07-30
1
-1
/
+1
*
auth: Common function for retrieving PAC_LOGIN_INFO from PAC
Christof Schmitt
2012-07-06
2
-0
/
+47
*
auth-kerberos: avoid crash with MIT krb5 1.10.0 in gss_get_name_attribute()
Alexander Bokovoy
2012-06-06
1
-2
/
+18
*
gse: Use the smb_gss_oid_equal wrapper.
Andreas Schneider
2012-05-23
1
-1
/
+1
*
lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...
Alexander Bokovoy
2012-04-25
2
-1
/
+2
*
Make krb5 wrapper library common so they can be used all over
Simo Sorce
2012-04-23
3
-4
/
+55
*
auth-krb: Move pac related util functions in a single place.
Simo Sorce
2012-04-12
4
-11
/
+78
*
auth-krb: Make functions static.
Simo Sorce
2012-04-12
3
-100
/
+2
*
auth-krb: Use simpler method to extract keytype.
Simo Sorce
2012-04-12
1
-19
/
+12
*
auth-krb: Nove oid packet check to gensec_util.
Simo Sorce
2012-04-12
1
-20
/
+0
*
auth/kerberos: Fall back to gsskrb5_get_subkey if we did not get the key type
Andrew Bartlett
2012-03-08
1
-4
/
+23
*
auth/kerberos: Ensure we do not print invalid memory in failure case
Andrew Bartlett
2012-03-08
1
-4
/
+1
*
auth/kerberos: Move gse_get_session_key() to common code and use in gensec_gs...
Andrew Bartlett
2012-02-17
1
-0
/
+113
*
auth/kerberos: Remove unused TALLOC_CTX argument to check_pac_checksum
Andrew Bartlett
2012-01-12
1
-6
/
+3
*
auth/kerberos: Remove unused headers from gssapi_parse.c
Andrew Bartlett
2012-01-11
1
-2
/
+0
*
auth/kerberos: Rename memory contexts for greater clarity
Andrew Bartlett
2011-12-29
1
-34
/
+34
*
auth/kerberos: Make pac_data_out in kerberos_decode_pac() optional
Andrew Bartlett
2011-12-29
1
-3
/
+32
*
auth/kerberos: Move gssapi_parse.c to the top level
Andrew Bartlett
2011-12-28
2
-2
/
+121
*
Add missing com_err dependencies
Ewoud Kohl van Wijngaarden
2011-10-06
1
-1
/
+1
*
auth/kerberos/gssapi_pac: fix compiler warnings
Stefan Metzmacher
2011-06-15
1
-6
/
+5
*
Fix Samba3 on OpenIndiana.
Gordon Ross
2011-05-07
1
-0
/
+24
*
auth/kerberos Add check for gss_inquire_sec_context_by_oid
Andrew Bartlett
2011-04-27
1
-4
/
+10
*
auth/kerberos Move all the PAC handling functions to auth/kerberos
Andrew Bartlett
2011-04-27
2
-1
/
+365
*
auth/kerberos: Create common helper to get the verified PAC from GSSAPI
Andrew Bartlett
2011-04-27
2
-0
/
+126