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
/
mechglue
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add IAKERB mechanism and gss_acquire_cred_with_password
Greg Hudson
2010-04-30
4
-39
/
+605
*
Apply patch from Arlene Berry to cease freeing error tokens output by
Tom Yu
2010-04-22
1
-3
/
+0
*
Update dependencies
Ken Raeburn
2010-02-20
1
-0
/
+8
*
Implement gss_set_neg_mechs
Greg Hudson
2010-02-10
4
-0
/
+88
*
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
*
Update dependencies
Ken Raeburn
2010-01-03
1
-0
/
+7
*
Add GSS extensions to store credentials, generate random bits
Greg Hudson
2009-12-17
5
-1
/
+100
*
Coding Style related fixes
Zhanna Tsitkov
2009-11-25
1
-128
/
+105
*
Consolidate Makefile variables now that we have only a single global
Greg Hudson
2009-11-22
2
-168
/
+166
*
make mark-cstyle
Tom Yu
2009-10-31
47
-187
/
+160
*
Move destest to builtin/des, because it depends on overriding some
Tom Yu
2009-10-10
1
-7
/
+72
*
Implement GSS naming extensions and authdata verification
Greg Hudson
2009-10-09
18
-33
/
+889
*
Fix a few bugs in r22736. Cherry-picked from Luke's authdata branch
Greg Hudson
2009-09-21
1
-1
/
+1
*
Re-run make depend without autoconf.h in the source tree
Greg Hudson
2009-09-16
1
-222
/
+221
*
Crypto modularity proj.: Move prf and random-to-key ops from backend to krb
Zhanna Tsitkov
2009-09-16
1
-216
/
+225
*
Implement s4u extensions
Greg Hudson
2009-09-13
8
-154
/
+707
*
prefer structure assignment to memcpy
Ken Raeburn
2009-02-03
1
-1
/
+1
*
Use 16/32-bit big/little-endian store functions in more places
Ken Raeburn
2009-01-26
1
-6
/
+4
*
Remove some null checks in cases where pointers can't be null
Greg Hudson
2009-01-23
1
-3
/
+1
*
Remove gss_export_name_object and gss_import_name_object.
Sam Hartman
2009-01-12
6
-237
/
+0
*
move generated dependencies out of Makefile.in
Ken Raeburn
2009-01-05
2
-361
/
+359
*
Merge mskrb-integ onto trunk
Sam Hartman
2009-01-03
46
-884
/
+3202
*
Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be used
Greg Hudson
2008-11-05
1
-1
/
+1
*
Don't build dependencies for v4rcp.c.
Ken Raeburn
2008-11-04
1
-127
/
+128
*
Use the k5buf module instead of strcpy/strcat in several places
Greg Hudson
2008-10-30
1
-49
/
+16
*
Apply adapted patch from http://bugs.debian.org/480434 to recurse into
Tom Yu
2008-10-20
1
-0
/
+13
*
Use strdup in place of malloc/strcpy in many places
Greg Hudson
2008-10-20
1
-2
/
+1
*
Use GSS_S_BAD_STATUS for unknown status codes
Ken Raeburn
2008-09-03
1
-1
/
+1
*
Based on patch from lxs, with some changes:
Ken Raeburn
2008-08-27
6
-45
/
+36
*
lean client changes
Zhanna Tsitkov
2008-08-20
3
-1
/
+7
*
Use load_store_16/32_be
Ken Raeburn
2008-08-02
1
-4
/
+2
*
Fix indirection on assignment to minor status
Tom Yu
2008-07-16
1
-4
/
+4
*
Check return value from k5_mutex_lock() to partially mitigate some
Tom Yu
2008-07-16
1
-9
/
+20
*
Check for GSS_C_NO_CREDENTIAL before loop check
Ken Raeburn
2008-06-06
1
-3
/
+3
*
Move auto var to outer scope, because its storage is used beyond the inner scope
Ken Raeburn
2008-05-15
1
-1
/
+1
*
Coverity CID 220: NULL check of "buf" after dereference
Ken Raeburn
2008-03-29
1
-1
/
+3
*
Coverity CID 46: mech_type will always have the address of an
Ken Raeburn
2008-03-29
1
-3
/
+0
*
Coverity CID 47: Unreachable code
Ken Raeburn
2008-03-29
1
-6
/
+0
*
Coverity CID 228: Possible use of uninitialized variable time_req in
Ken Raeburn
2008-03-29
2
-1
/
+30
*
fix CVE-2007-5971: free of non-heap pointer in gss_indicate_mechs()
Tom Yu
2007-12-14
1
-1
/
+1
*
Apply patch from Nalin Dahyabhai to correctly handle delegated
Tom Yu
2007-10-03
1
-2
/
+5
*
remap mechanism-specific status codes in mechglue/spnego
Ken Raeburn
2007-08-16
29
-87
/
+267
*
Avoid use of unchecked sprintf in libraries. Use asprintf if the
Ken Raeburn
2007-07-12
1
-6
/
+6
*
On unload, free up g_mechSet and g_mechList
Ken Raeburn
2007-03-02
1
-7
/
+33
*
When importing a name with a valid (non-null) handle but a zero
Ken Raeburn
2007-02-24
1
-1
/
+4
*
Initialize "loopback" field in newly allocated name structure
Ken Raeburn
2007-02-22
1
-0
/
+1
*
Ensure consistancy between prototypes and functions
Ezra Peisach
2007-02-19
1
-1
/
+1
*
MITKRB5-SA-2006-003: mechglue argument handling too lax
Tom Yu
2007-01-09
24
-277
/
+827
*
make depend
Ken Raeburn
2006-12-12
1
-4
/
+5
[prev]
[next]