aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi/krb5
AgeCommit message (Expand)AuthorFilesLines
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson2-486/+524
2009-10-31make mark-cstyleTom Yu7-7/+0
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 Yu1-283/+308
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson21-217/+1190
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 Hudson1-432/+421
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov1-410/+435
2009-09-13Implement s4u extensionsGreg Hudson10-53/+543
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-03Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson1-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 Hudson1-1/+10
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-06remove some redundant or useless qualifiersKen Raeburn1-24/+24
2009-02-05int/ptr bug in gssapi codeKen Raeburn1-1/+1
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2-9/+9
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 Raeburn6-44/+17
2009-01-23Remove some null checks in cases where pointers can't be nullGreg Hudson2-7/+4
2009-01-22fix trailing whitespaceTom Yu9-28/+24
2009-01-22whitespaceTom Yu29-1711/+1711
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
2009-01-13Patch from Luke Howard to:Sam Hartman6-60/+180
2009-01-13FreeBSD compiler errors out on an error "zero or negative size array"Ezra Peisach1-0/+8
2009-01-12Remove gss_export_name_object and gss_import_name_object.Sam Hartman1-2/+0
2009-01-09Remove conflict marker; restore broken copyright lineKen Raeburn1-2/+1
2009-01-05move generated dependencies out of Makefile.inKen Raeburn2-659/+657
2009-01-03Merge mskrb-integ onto trunkSam Hartman39-2038/+5097
2008-12-09Release default credentials before exiting krb5_gss_init_sec_context routineZhanna Tsitkov1-1/+3
2008-11-04Don't build dependencies for v4rcp.c.Ken Raeburn1-328/+361
2008-10-29Only prompt automatically from GUI appsAlexandra Ellwood1-5/+25
2008-10-20Apply (adapted) patch from Apple to check for SPNEGO mechanism inTom Yu1-9/+34