aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi/krb5/k5unsealiov.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-04Fix gss_process_context_token() [CVE-2014-5352]Greg Hudson1-1/+1
2014-07-08Include autoconf.h before system headersGreg Hudson1-4/+1
2014-06-26Handle invalid RFC 1964 tokens [CVE-2014-4341...]Greg Hudson1-1/+8
2014-03-18Improve internal API for GSS sequence numbersGreg Hudson1-1/+1
2014-02-26Eliminate internal fixed-width type wrappersGreg Hudson1-1/+1
2013-10-03Use constant-time comparisons for checksumsGreg Hudson1-2/+2
2013-09-18Add GSSAPI IOV MIC functionsGreg Hudson1-9/+6
2013-09-08Get rid of G_VFY_TOKEN_HDR_IGNORE_SEQ_SIZEGreg Hudson1-4/+0
2012-06-08Remove big-endian gss-krb5 supportGreg Hudson1-2/+0
2011-10-05gss_unwrap_iov crashes with stream buffers for 3des, des, rc4Sam Hartman1-1/+5
2011-08-29Fix style issues in r25087Greg Hudson1-2/+2
2011-08-09Use KRB5_CALLCONV for all gss mechanism functions. Also wrap #include <unistd...Sam Hartman1-1/+1
2011-05-09Avoid calling gss_release_buffer() from the message-processing codeGreg Hudson1-6/+2
2011-04-13Remove pointer validation code from the gss krb5 mechGreg Hudson1-5/+0
2011-04-11Shuffle around some gss-krb5 entry points to eliminate four mostlyGreg Hudson1-0/+35
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-4/+1
2010-10-26Add a kg_encrypt_inplace() utility function to the krb5 GSS mech, andGreg Hudson1-4/+5
2010-06-08Stop checking the current time against the context expiration time inGreg Hudson1-14/+0
2009-12-08Mark and reindent lib/gssapi, with some exceptionsTom Yu1-5/+5
2009-10-20Make some gss-krb5 utility functions take enctypes instead of keys,Greg Hudson1-2/+3
2009-10-19Implement new APIs to allow improved crypto performanceGreg Hudson1-3/+3
2009-01-26Use 16/32-bit big/little-endian store functions in more placesKen Raeburn1-5/+2
2009-01-22fix trailing whitespaceTom Yu1-2/+1
2009-01-22whitespaceTom Yu1-283/+283
2009-01-13Patch from Luke Howard to:Sam Hartman1-27/+65
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-0/+631