aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi
AgeCommit message (Expand)AuthorFilesLines
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson9-718/+761
2009-11-02Clean up a bunch of signed/unsigned comparison warningsGreg Hudson1-1/+1
2009-10-31make mark-cstyleTom Yu58-203/+166
2009-10-28Bump the accessor version number since we made changes.Greg Hudson3-20/+21
2009-10-28Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov1-4/+4
2009-10-25Reformat function definition headers in gss-krb5's util_crypt.c toGreg Hudson1-98/+48
2009-10-23Comment out empty definition of krb5_gss_set_sec_context_option_ops and itsLuke Howard1-0/+4
2009-10-22Ensure that a GSS_C_BOTH acquired for GSS_C_NO_NAME still passesLuke Howard3-1/+3
2009-10-20Make some gss-krb5 utility functions take enctypes instead of keys,Greg Hudson8-38/+44
2009-10-20use ANSI prototypes for acquire_XXX_cred, and fix cast to calling acquire_acc...Luke Howard1-14/+13
2009-10-19Implement new APIs to allow improved crypto performanceGreg Hudson18-196/+260
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu3-296/+387
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson43-251/+2369
2009-09-21Fix a few bugs in r22736. Cherry-picked from Luke's authdata branchGreg Hudson1-1/+1
2009-09-20Clean up warnings of unused variables that have crept into the source tree..Ezra Peisach1-0/+2
2009-09-16Re-run make depend without autoconf.h in the source treeGreg Hudson4-718/+694
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov4-678/+724
2009-09-13Implement s4u extensionsGreg Hudson22-210/+1454
2009-09-11Fix parsing of GSS exported namesGreg Hudson1-4/+18
2009-09-09Fix memory leak in gss_krb5int_copy_ccacheGreg Hudson1-1/+4
2009-08-27Memory leak in spnego accept_sec_context error pathGreg Hudson1-0/+7
2009-08-03Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson2-2/+2
2009-05-22fix minor syntax errorKen Raeburn1-1/+1
2009-05-18Copy the sequence key rather than the subkey for lucid contexts in RFCSam Hartman1-1/+1
2009-05-18Document use of key fields in GSS contextSam Hartman1-6/+11
2009-05-14Add IOV_SHIM_EXERCISE_WRAP and IOV_SHIM_EXERCISE_UNWRAP conditionalsTom Yu1-2/+5
2009-05-14gss_krb5int_export_lucid_sec_context was erroneously copying the firstGreg Hudson1-1/+1
2009-04-08Using a patch from Apple, add support for GSS_C_DELEG_POLICY_FLAG,Greg Hudson2-1/+11
2009-04-07CVE-2009-0844 SPNEGO can read beyond buffer endTom Yu1-27/+24
2009-04-07Apply revised patch from Apple that ensures that a REJECT token isTom Yu1-3/+5
2009-03-13CVE-2009-0845 SPNEGO can dereference a null pointerTom Yu1-1/+2
2009-03-12Better fix: Delay setting 'outbuf' until after the header buffer mightKen Raeburn1-3/+2
2009-03-12crash using library-allocated storage for header in wrap_iovKen Raeburn1-2/+3
2009-02-26Include authenticator and ticket authdata in gss-apiSam Hartman1-2/+2
2009-02-12Don't apply 'const' twice. Make kg_arcfour_l40 staticKen Raeburn1-1/+1
2009-02-11remove local objects from list for windowsKen Raeburn1-3/+3
2009-02-06remove some redundant or useless qualifiersKen Raeburn1-24/+24
2009-02-05int/ptr bug in gssapi codeKen Raeburn1-1/+1
2009-02-04don't do arithmetic on void pointersKen Raeburn1-2/+2
2009-02-03prefer structure assignment to memcpyKen Raeburn1-1/+1
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn4-11/+11
2009-02-02TWRITE_STR casts second argument; don't add redundant castingKen Raeburn1-3/+3
2009-02-02explicitly initialize pointer fields after memset (for coverity)Ken Raeburn1-0/+1
2009-01-26gss_header|trailerlen should be unsigned intSam Hartman1-9/+9
2009-01-26Use 16/32-bit big/little-endian store functions in more placesKen Raeburn8-64/+27
2009-01-23Remove some null checks in cases where pointers can't be nullGreg Hudson3-10/+5
2009-01-22fix trailing whitespaceTom Yu9-28/+24
2009-01-22whitespaceTom Yu35-1735/+1735
2009-01-21Patch from Luke: fix error return of krb5_gss_use_kdc_contextGreg Hudson1-1/+10
2009-01-17patch from Luke - minor cleanupKen Raeburn3-10/+9