index
:
krb5.git
master
master-krb5pkgconfig
master-mechdconf
proxymech
Unnamed repository; edit this file 'description' to name the repository.
Günther Deschner
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
gssapi
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Document use of key fields in GSS context
Sam Hartman
2009-05-18
1
-6
/
+11
*
Add IOV_SHIM_EXERCISE_WRAP and IOV_SHIM_EXERCISE_UNWRAP conditionals
Tom Yu
2009-05-14
1
-2
/
+5
*
gss_krb5int_export_lucid_sec_context was erroneously copying the first
Greg Hudson
2009-05-14
1
-1
/
+1
*
Using a patch from Apple, add support for GSS_C_DELEG_POLICY_FLAG,
Greg Hudson
2009-04-08
2
-1
/
+11
*
CVE-2009-0844 SPNEGO can read beyond buffer end
Tom Yu
2009-04-07
1
-27
/
+24
*
Apply revised patch from Apple that ensures that a REJECT token is
Tom Yu
2009-04-07
1
-3
/
+5
*
CVE-2009-0845 SPNEGO can dereference a null pointer
Tom Yu
2009-03-13
1
-1
/
+2
*
Better fix: Delay setting 'outbuf' until after the header buffer might
Ken Raeburn
2009-03-12
1
-3
/
+2
*
crash using library-allocated storage for header in wrap_iov
Ken Raeburn
2009-03-12
1
-2
/
+3
*
Include authenticator and ticket authdata in gss-api
Sam Hartman
2009-02-26
1
-2
/
+2
*
Don't apply 'const' twice. Make kg_arcfour_l40 static
Ken Raeburn
2009-02-12
1
-1
/
+1
*
remove local objects from list for windows
Ken Raeburn
2009-02-11
1
-3
/
+3
*
remove some redundant or useless qualifiers
Ken Raeburn
2009-02-06
1
-24
/
+24
*
int/ptr bug in gssapi code
Ken Raeburn
2009-02-05
1
-1
/
+1
*
don't do arithmetic on void pointers
Ken Raeburn
2009-02-04
1
-2
/
+2
*
prefer structure assignment to memcpy
Ken Raeburn
2009-02-03
1
-1
/
+1
*
Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...
Ken Raeburn
2009-02-02
4
-11
/
+11
*
TWRITE_STR casts second argument; don't add redundant casting
Ken Raeburn
2009-02-02
1
-3
/
+3
*
explicitly initialize pointer fields after memset (for coverity)
Ken Raeburn
2009-02-02
1
-0
/
+1
*
gss_header|trailerlen should be unsigned int
Sam Hartman
2009-01-26
1
-9
/
+9
*
Use 16/32-bit big/little-endian store functions in more places
Ken Raeburn
2009-01-26
8
-64
/
+27
*
Remove some null checks in cases where pointers can't be null
Greg Hudson
2009-01-23
3
-10
/
+5
*
fix trailing whitespace
Tom Yu
2009-01-22
9
-28
/
+24
*
whitespace
Tom Yu
2009-01-22
35
-1735
/
+1735
*
Patch from Luke: fix error return of krb5_gss_use_kdc_context
Greg Hudson
2009-01-21
1
-1
/
+10
*
patch from Luke - minor cleanup
Ken Raeburn
2009-01-17
3
-10
/
+9
*
Patch from Luke Howard to:
Sam Hartman
2009-01-13
6
-60
/
+180
*
FreeBSD compiler errors out on an error "zero or negative size array"
Ezra Peisach
2009-01-13
1
-0
/
+8
*
Remove gss_export_name_object and gss_import_name_object.
Sam Hartman
2009-01-12
9
-243
/
+0
*
Remove conflict marker; restore broken copyright line
Ken Raeburn
2009-01-09
1
-2
/
+1
*
move generated dependencies out of Makefile.in
Ken Raeburn
2009-01-05
10
-1119
/
+1107
*
Merge mskrb-integ onto trunk
Sam Hartman
2009-01-03
103
-2723
/
+9647
*
Release default credentials before exiting krb5_gss_init_sec_context routine
Zhanna Tsitkov
2008-12-09
1
-1
/
+3
*
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
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
[prev]
[next]