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
*
Don't build dependencies for v4rcp.c.
Ken Raeburn
2008-11-04
5
-512
/
+546
*
Use the k5buf module instead of strcpy/strcat in several places
Greg Hudson
2008-10-30
2
-49
/
+17
*
Only prompt automatically from GUI apps
Alexandra Ellwood
2008-10-29
1
-5
/
+25
*
Fix previous commit by adding "extern" to header declarations for
Tom Yu
2008-10-22
1
-2
/
+2
*
Apply adapted patch from http://bugs.debian.org/480434 to recurse into
Tom Yu
2008-10-20
1
-0
/
+13
*
Apply (adapted) patch from Apple to check for SPNEGO mechanism in
Tom Yu
2008-10-20
3
-19
/
+48
*
Use strdup in place of malloc/strcpy in many places
Greg Hudson
2008-10-20
5
-19
/
+5
*
Adapted patch from Apple to work around SAMBA mech OID quirks and to
Tom Yu
2008-10-17
1
-39
/
+37
*
Untabify. Normalize whitespace. Reindent. Fix some of the most
Tom Yu
2008-10-15
66
-8076
/
+8163
*
Finished KLL to KIM shim.
Alexandra Ellwood
2008-10-01
1
-17
/
+20
*
krb5 library-side changes for com_err based error strings
Alexandra Ellwood
2008-09-30
1
-4
/
+2
*
makedepend
Ken Raeburn
2008-09-18
3
-326
/
+339
*
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
21
-116
/
+105
*
lean client changes
Zhanna Tsitkov
2008-08-20
13
-22
/
+136
*
Use load_store_16/32_be
Ken Raeburn
2008-08-02
2
-10
/
+6
*
Fix one missed rename of "exit" label to "done"
Tom Yu
2008-07-23
1
-1
/
+1
*
replace "exit" label with "done"
Jeffrey Altman
2008-07-23
1
-4
/
+4
*
This patch addresses the issues raised in this ticket and ticket 5936
Jeffrey Altman
2008-07-21
1
-18
/
+19
*
Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few and
Ken Raeburn
2008-07-20
1
-1
/
+1
*
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
*
call kg_delete_lucidctx_id before freeing, not after
Ken Raeburn
2008-06-27
1
-1
/
+1
*
misc memory leaks
Ken Raeburn
2008-06-27
1
-1
/
+3
*
Don't use private copy of syslog.h. Rebuild dependencies
Ken Raeburn
2008-06-10
1
-4
/
+3
*
Check for GSS_C_NO_CREDENTIAL before loop check
Ken Raeburn
2008-06-06
1
-3
/
+3
*
Fix a few incompatible-pointer warnings that aren't just about signedness
Ken Raeburn
2008-06-02
2
-7
/
+11
*
Move auto var to outer scope, because its storage is used beyond the inner scope
Ken Raeburn
2008-05-15
1
-1
/
+1
*
Don't test error code when it's known to be 0
Ken Raeburn
2008-05-15
1
-3
/
+1
*
Fix minor bug in kg_save_name failure cleanup code
Ken Raeburn
2008-05-15
1
-1
/
+1
*
Free context after use, not before
Ken Raeburn
2008-05-15
1
-2
/
+2
*
(more) After malloc/realloc/calloc/strdup/asprintf failures, use
Ken Raeburn
2008-04-30
1
-2
/
+2
*
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 91: Context is tested for null, and then unconditionally
Ken Raeburn
2008-03-29
1
-1
/
+1
*
Coverity CID 228: Possible use of uninitialized variable time_req in
Ken Raeburn
2008-03-29
2
-1
/
+30
*
fix CVE-2007-5971: double-free in gss_krb5int_make_seal_token_v3()
Tom Yu
2007-12-14
1
-1
/
+0
*
fix CVE-2007-5971: free of non-heap pointer in gss_indicate_mechs()
Tom Yu
2007-12-14
1
-1
/
+1
*
copy correct key for lucid context acceptor_subkey
Kevin Coffman
2007-12-12
1
-1
/
+1
*
Apply patch from Nalin Dahyabhai to correctly handle delegated
Tom Yu
2007-10-03
1
-2
/
+5
*
Rework error-mapping code to preserve status code values when returned
Ken Raeburn
2007-09-05
3
-75
/
+173
*
GSS-API Win64 support
Jeffrey Altman
2007-09-02
1
-1
/
+6
*
pullup to trunk
Alexandra Ellwood
2007-08-24
1
-2
/
+2
*
In clean-windows, replace spaces with tab
Ezra Peisach
2007-08-24
1
-1
/
+1
*
no unistd.h on Windows
Jeffrey Altman
2007-08-24
1
-0
/
+2
*
cleanup src/lib/gssapi/krb5/error_map.h on Windows
Jeffrey Altman
2007-08-24
1
-0
/
+2
*
Added errmap.h to the generate-files-mac target
Alexandra Ellwood
2007-08-20
1
-1
/
+1
*
make depend
Ken Raeburn
2007-08-16
4
-305
/
+340
*
remap mechanism-specific status codes in mechglue/spnego
Ken Raeburn
2007-08-16
35
-93
/
+565
[next]