index
:
krb5.git
gss_cs
keyring
kinit-c
master
msspng_ntlmssp
proxymech
spnego
MIT Kerberos patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
gssapi
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use gss_set_cred_option instead of (undeclared) gssspi_set_cred_option
Ken Raeburn
2010-10-02
1
-4
/
+4
*
A cleaner impleentation of r24399 which adds two new auth context APIs
Greg Hudson
2010-10-01
1
-4
/
+7
*
GSSAPI forwarded credentials must be encrypted in session key
Greg Hudson
2010-10-01
1
-3
/
+11
*
Use IAKERB OID header for all IAKERB messages including AP-REQ
Luke Howard
2010-09-27
4
-4
/
+16
*
Simplify acquire_accept_cred very slightly, avoiding some long lines
Greg Hudson
2010-09-27
1
-7
/
+6
*
Add gss_krb5_import_cred
Greg Hudson
2010-09-27
13
-273
/
+577
*
Make depend
Greg Hudson
2010-09-08
3
-164
/
+211
*
Allow krb5_gss_register_acceptor_identity to unset keytab name
Greg Hudson
2010-08-19
2
-10
/
+8
*
Remove two unused source files in lib/gssapi/generic
Greg Hudson
2010-08-12
2
-118
/
+0
*
Add correct error table when initializing gss-krb5
Greg Hudson
2010-06-21
1
-1
/
+1
*
Stop checking the current time against the context expiration time in
Greg Hudson
2010-06-08
3
-29
/
+3
*
Stop checking the current time against the context expiration time in
Greg Hudson
2010-06-08
1
-14
/
+0
*
make depend
Greg Hudson
2010-06-07
3
-264
/
+270
*
make depend
Greg Hudson
2010-05-28
1
-15
/
+0
*
Apply patch from Arlene Berry to detect and ignore a duplicate
Tom Yu
2010-05-20
1
-0
/
+12
*
In gss_acquire_cred_with_password() and gss_add_cred_with_password(),
Greg Hudson
2010-05-20
1
-38
/
+23
*
CVE-2010-1321 GSS-API lib null pointer deref (MITKRB5-SA-2010-005)
Tom Yu
2010-05-19
1
-0
/
+7
*
If gss_inquire_cred is called with a null credential, acquire a
Greg Hudson
2010-05-17
1
-44
/
+13
*
The mechglue always passes null for desired_mechs and actual_mechs
Greg Hudson
2010-05-17
7
-244
/
+30
*
The mechglue never invokes a mech's gss_add_cred function. Remove the
Greg Hudson
2010-05-17
4
-411
/
+1
*
Update dependencies
Ken Raeburn
2010-05-16
2
-0
/
+22
*
Fix some bugs in the IAKERB code discovered by Coverity. Also trim
Greg Hudson
2010-05-01
2
-28
/
+16
*
Add IAKERB mechanism and gss_acquire_cred_with_password
Greg Hudson
2010-04-30
22
-303
/
+2413
*
In kg_new_connection(), make sure k_cred is freed in all failure
Greg Hudson
2010-04-22
1
-3
/
+2
*
Apply patch from Arlene Berry to cease freeing error tokens output by
Tom Yu
2010-04-22
1
-3
/
+0
*
Amend r23917 to correct some uses of *out_creds which should now use
Greg Hudson
2010-04-21
1
-3
/
+2
*
In the get_credentials() helper of the gss-krb5 init_sec_context code,
Greg Hudson
2010-04-21
1
-2
/
+8
*
Apply patch from Arlene Berry to not use freed memory in
Tom Yu
2010-03-23
1
-1
/
+2
*
MITKRB5-SA-2010-002 CVE-2010-0628 denial of service in SPNEGO
Tom Yu
2010-03-23
1
-22
/
+16
*
Release the internal_name field of a SPNEGO context if it has not been
Greg Hudson
2010-03-05
1
-0
/
+3
*
Explain the current SPNEGO initiator/acceptor design in comments. No
Greg Hudson
2010-02-22
1
-11
/
+66
*
Fix two unrelated problems in SPNEGO which don't crop up with the krb5
Greg Hudson
2010-02-22
1
-10
/
+16
*
Update dependencies
Ken Raeburn
2010-02-20
1
-0
/
+8
*
Clarify the SPNEGO NegHints code and plug two cases where half-created
Greg Hudson
2010-02-13
1
-25
/
+19
*
Simplify the SPNEGO neg_mechs intersection logic a bit using
Greg Hudson
2010-02-12
1
-7
/
+6
*
Implement gss_set_neg_mechs
Greg Hudson
2010-02-10
9
-81
/
+301
*
Apply patch from Arlene Berry to handle the case where a mechanism
Tom Yu
2010-02-05
1
-2
/
+10
*
Apply patch from Arlene Berry to avoid segfault if a mech
Tom Yu
2010-02-05
1
-0
/
+5
*
Apply patch from Arlene Berry to return a comparable static OID object
Tom Yu
2010-02-05
1
-0
/
+3
*
define MIN() in lib/gssapi/krb5/prf.c
Tom Yu
2010-01-26
1
-0
/
+4
*
Update dependencies
Ken Raeburn
2010-01-03
2
-0
/
+36
*
krb5_gss_acquire_cred will deref garbage pointer if actual_mechs is NULL
Ezra Peisach
2010-01-03
1
-3
/
+5
*
Whitespace fixes for new anonymous support
Greg Hudson
2009-12-28
1
-1
/
+2
*
Anonymous support for Kerberos
Sam Hartman
2009-12-28
2
-2
/
+18
*
Add a set_cred_option handler for SPNEGO which forwards to the
Greg Hudson
2009-12-21
2
-1
/
+25
*
Fix a cleanup handler in the store_creds code; krb5_cc_close doesn't
Greg Hudson
2009-12-17
1
-2
/
+2
*
Add GSS extensions to store credentials, generate random bits
Greg Hudson
2009-12-17
15
-2
/
+511
*
Mark and reindent lib/gssapi, with some exceptions
Tom Yu
2009-12-08
64
-312
/
+312
*
Reindent
Zhanna Tsitkov
2009-11-30
1
-35
/
+26
*
Remove the non-iov entry point introduced in r23378, since it's easy
Greg Hudson
2009-11-29
1
-5
/
+6
[prev]
[next]