summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
* Bump the accessor version number since we made changes.Greg Hudson2009-10-283-20/+21
* Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov2009-10-281-4/+4
* Reformat function definition headers in gss-krb5's util_crypt.c toGreg Hudson2009-10-251-98/+48
* Comment out empty definition of krb5_gss_set_sec_context_option_ops and itsLuke Howard2009-10-231-0/+4
* Ensure that a GSS_C_BOTH acquired for GSS_C_NO_NAME still passesLuke Howard2009-10-223-1/+3
* Make some gss-krb5 utility functions take enctypes instead of keys,Greg Hudson2009-10-208-38/+44
* use ANSI prototypes for acquire_XXX_cred, and fix cast to calling acquire_acc...Luke Howard2009-10-201-14/+13
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-1918-196/+260
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-103-296/+387
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-0943-251/+2369
* Fix a few bugs in r22736. Cherry-picked from Luke's authdata branchGreg Hudson2009-09-211-1/+1
* Clean up warnings of unused variables that have crept into the source tree..Ezra Peisach2009-09-201-0/+2
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-164-718/+694
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-164-678/+724
* Implement s4u extensionsGreg Hudson2009-09-1322-210/+1454
* Fix parsing of GSS exported namesGreg Hudson2009-09-111-4/+18
* Fix memory leak in gss_krb5int_copy_ccacheGreg Hudson2009-09-091-1/+4
* Memory leak in spnego accept_sec_context error pathGreg Hudson2009-08-271-0/+7
* Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson2009-08-032-2/+2
* fix minor syntax errorKen Raeburn2009-05-221-1/+1
* Copy the sequence key rather than the subkey for lucid contexts in RFCSam Hartman2009-05-181-1/+1
* Document use of key fields in GSS contextSam Hartman2009-05-181-6/+11
* Add IOV_SHIM_EXERCISE_WRAP and IOV_SHIM_EXERCISE_UNWRAP conditionalsTom Yu2009-05-141-2/+5
* gss_krb5int_export_lucid_sec_context was erroneously copying the firstGreg Hudson2009-05-141-1/+1
* Using a patch from Apple, add support for GSS_C_DELEG_POLICY_FLAG,Greg Hudson2009-04-082-1/+11
* CVE-2009-0844 SPNEGO can read beyond buffer endTom Yu2009-04-071-27/+24
* Apply revised patch from Apple that ensures that a REJECT token isTom Yu2009-04-071-3/+5
* CVE-2009-0845 SPNEGO can dereference a null pointerTom Yu2009-03-131-1/+2
* Better fix: Delay setting 'outbuf' until after the header buffer mightKen Raeburn2009-03-121-3/+2
* crash using library-allocated storage for header in wrap_iovKen Raeburn2009-03-121-2/+3
* Include authenticator and ticket authdata in gss-apiSam Hartman2009-02-261-2/+2
* Don't apply 'const' twice. Make kg_arcfour_l40 staticKen Raeburn2009-02-121-1/+1
* remove local objects from list for windowsKen Raeburn2009-02-111-3/+3
* remove some redundant or useless qualifiersKen Raeburn2009-02-061-24/+24
* int/ptr bug in gssapi codeKen Raeburn2009-02-051-1/+1
* don't do arithmetic on void pointersKen Raeburn2009-02-041-2/+2
* prefer structure assignment to memcpyKen Raeburn2009-02-031-1/+1
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-024-11/+11
* TWRITE_STR casts second argument; don't add redundant castingKen Raeburn2009-02-021-3/+3
* explicitly initialize pointer fields after memset (for coverity)Ken Raeburn2009-02-021-0/+1
* gss_header|trailerlen should be unsigned intSam Hartman2009-01-261-9/+9
* Use 16/32-bit big/little-endian store functions in more placesKen Raeburn2009-01-268-64/+27
* Remove some null checks in cases where pointers can't be nullGreg Hudson2009-01-233-10/+5
* fix trailing whitespaceTom Yu2009-01-229-28/+24
* whitespaceTom Yu2009-01-2235-1735/+1735
* Patch from Luke: fix error return of krb5_gss_use_kdc_contextGreg Hudson2009-01-211-1/+10
* patch from Luke - minor cleanupKen Raeburn2009-01-173-10/+9
* Patch from Luke Howard to:Sam Hartman2009-01-136-60/+180
* FreeBSD compiler errors out on an error "zero or negative size array"Ezra Peisach2009-01-131-0/+8
* Remove gss_export_name_object and gss_import_name_object.Sam Hartman2009-01-129-243/+0