summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove conflict marker; restore broken copyright lineKen Raeburn2009-01-091-2/+1
* move generated dependencies out of Makefile.inKen Raeburn2009-01-0510-1119/+1107
* Merge mskrb-integ onto trunkSam Hartman2009-01-03103-2723/+9647
* Release default credentials before exiting krb5_gss_init_sec_context routineZhanna Tsitkov2008-12-091-1/+3
* Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson2008-11-051-1/+1
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-045-512/+546
* Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson2008-10-302-49/+17
* Only prompt automatically from GUI appsAlexandra Ellwood2008-10-291-5/+25
* Fix previous commit by adding "extern" to header declarations forTom Yu2008-10-221-2/+2
* Apply adapted patch from http://bugs.debian.org/480434 to recurse intoTom Yu2008-10-201-0/+13
* Apply (adapted) patch from Apple to check for SPNEGO mechanism inTom Yu2008-10-203-19/+48
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-205-19/+5
* Adapted patch from Apple to work around SAMBA mech OID quirks and toTom Yu2008-10-171-39/+37
* Untabify. Normalize whitespace. Reindent. Fix some of the mostTom Yu2008-10-1566-8076/+8163
* Finished KLL to KIM shim.Alexandra Ellwood2008-10-011-17/+20
* krb5 library-side changes for com_err based error stringsAlexandra Ellwood2008-09-301-4/+2
* makedependKen Raeburn2008-09-183-326/+339
* Use GSS_S_BAD_STATUS for unknown status codesKen Raeburn2008-09-031-1/+1
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-2721-116/+105
* lean client changesZhanna Tsitkov2008-08-2013-22/+136
* Use load_store_16/32_beKen Raeburn2008-08-022-10/+6