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
/
krb5
/
ccache
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't use memcmp for comparing structures of values
Ken Raeburn
2008-08-07
1
-2
/
+10
*
Use krb5int_random_string, load_32_be, load_16_be, store_32_be, and
Ken Raeburn
2008-08-02
1
-66
/
+6
*
Rename and export random_string from cc_memory.c
Ken Raeburn
2008-08-02
1
-5
/
+3
*
Reduce code duplication: krb5_fcc_store_int32 vs krb5_fcc_store_ui_4
Ken Raeburn
2008-08-02
1
-18
/
+1
*
Another check for null return from krb5_cc_default_name
Ken Raeburn
2008-07-21
1
-11
/
+19
*
Check for null name to krb5_cc_resolve, and return an error
Ken Raeburn
2008-07-21
1
-1
/
+3
*
There are two mutex locking issues that Roland Dowdeswell noticed in
Jeffrey Altman
2008-07-21
1
-0
/
+13
*
ccdefault.c:
Jeffrey Altman
2008-07-21
1
-2
/
+4
*
Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few and
Ken Raeburn
2008-07-20
1
-1
/
+1
*
Check return value from k5_mutex_lock() to partially mitigate some
Tom Yu
2008-07-16
1
-1
/
+3
*
After malloc/realloc/calloc failures, return ENOMEM explicitly instead
Ken Raeburn
2008-04-30
1
-2
/
+2
*
Fix memory leak by delaying instantiation of lid until it's needed
Justin Anderson
2008-03-04
1
-7
/
+6
*
Set close-on-exec flag in most places where file descriptors are
Ken Raeburn
2007-10-22
1
-0
/
+3
*
Removed NOP line of code from krb5_fcc_next_cred()
Alexandra Ellwood
2007-10-03
1
-1
/
+0
*
Remove the broken optimization from UnicodeToANSI() that attempted
Jeffrey Altman
2007-09-24
1
-5
/
+3
*
MSLSA krb5_cc module fails to check success of UNICODE string conversions
Jeffrey Altman
2007-09-24
1
-13
/
+28
*
64-bit Windows krb5int_cc_default calls to Leash
Jeffrey Altman
2007-09-05
1
-1
/
+6
*
krb5_fcc_generate_new is non-functional
Ezra Peisach
2007-09-05
2
-49
/
+104
*
Bail out if encoded "ticket" doesn't decode correctly. This allows
Tom Yu
2007-09-04
1
-1
/
+2
*
Make ccache handle referrals better by storing both server principal
Tom Yu
2007-08-29
1
-3
/
+40
*
Windows 64-bit CCAPI DLL name
Jeffrey Altman
2007-08-29
1
-0
/
+4
*
make depend
Ken Raeburn
2007-08-16
1
-60
/
+66
*
krb5_fcc_generate_new() doesn't work with mkstemp()
Tom Yu
2007-08-04
1
-46
/
+44
*
Avoid use of unchecked sprintf in libraries. Use asprintf if the
Ken Raeburn
2007-07-12
3
-11
/
+10
*
Remove debugging message accidentally left in
Ken Raeburn
2007-07-04
1
-1
/
+0
*
Save a detailed message for FCC_NOFILE including the file name
Ken Raeburn
2007-07-04
1
-2
/
+13
*
Move (BSD-licensed) mkstemp from libdb2 to libkrb5support, and rename
Ken Raeburn
2007-06-20
1
-4
/
+0
*
Move CCAPI sources to krb5 repository
Alexandra Ellwood
2007-05-31
1
-2
/
+2
*
Change struct _krb5_context.os_context into a single element instead of array[1]
Ken Raeburn
2007-05-21
3
-6
/
+6
*
Define and use some inline helper functions for comparing data and authdata s...
Ken Raeburn
2007-05-10
1
-19
/
+5
*
Enable Vista support for MSLSA
Jeffrey Altman
2007-03-20
1
-9
/
+99
*
update dependencies
Ken Raeburn
2007-03-02
1
-2
/
+7
*
Don't need to initialize error tables
Ken Raeburn
2007-02-01
1
-2
/
+0
*
Add const to variable to cleanup warnings
Ezra Peisach
2007-01-23
1
-1
/
+1
*
Include k5-int.h for krb5_cc_register() prototype. Remove defintion of
Ezra Peisach
2007-01-23
1
-2
/
+1
*
Change second argument to krb5_cc_register to take a const krb5_cc_ops *. Makes
Ezra Peisach
2007-01-23
1
-1
/
+2
*
Only declare cc_fcc_entry if USE_KEYRING_CCACHE is not defined
Ezra Peisach
2007-01-21
1
-0
/
+3
*
Delete t_cccursor on cleanup. Add t_cc and t_cccursor to dependencies
Ken Raeburn
2007-01-20
1
-1
/
+11
*
Add t_cccursor to UNIX tests
Ken Raeburn
2007-01-20
1
-2
/
+4
*
Added KDC timesyncing support to the CCAPI ccache backend for CCAPI v5 and
Alexandra Ellwood
2007-01-18
1
-10
/
+72
*
* t_cccursor.c (do_chk): Reverse sense of test of do_chk_one return value
Ken Raeburn
2007-01-17
1
-1
/
+1
*
* cc_memory.c (krb5_mcc_next_cred): Use krb5int_copy_creds_contents
Ken Raeburn
2006-12-28
1
-45
/
+3
*
comment the various data structures
Ken Raeburn
2006-12-28
1
-0
/
+4
*
krb5_cc_remove should work for the CCAPI
Alexandra Ellwood
2006-12-05
5
-111
/
+195
*
* src/lib/krb5/ccache/cc_file.c: Adapted patch from Roland
Tom Yu
2006-12-01
1
-8
/
+24
*
Implemented CCAPI v3 specific ccache collection cursor
Justin Anderson
2006-11-29
3
-3
/
+152
*
* src/lib/krb5/ccache/ccbase.c (krb5int_cc_getops): Internal
Tom Yu
2006-11-18
1
-11
/
+61
*
krb5_stdccv3_generate_new returns NULL ccache
Alexandra Ellwood
2006-11-16
1
-3
/
+3
*
krb5.h not C++-safe due to "struct krb5_cccol_cursor"
Alexandra Ellwood
2006-11-07
1
-1
/
+1
*
Declare krb5_mcc_get_flags static - it is not exported or used outside of file
Ezra Peisach
2006-10-18
1
-5
/
+5
[prev]
[next]