aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi
AgeCommit message (Expand)AuthorFilesLines
2009-01-03Merge mskrb-integ onto trunkSam Hartman103-2723/+9647
2008-12-09Release default credentials before exiting krb5_gss_init_sec_context routineZhanna Tsitkov1-1/+3
2008-11-05Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson1-1/+1
2008-11-04Don't build dependencies for v4rcp.c.Ken Raeburn5-512/+546
2008-10-30Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson2-49/+17
2008-10-29Only prompt automatically from GUI appsAlexandra Ellwood1-5/+25
2008-10-22Fix previous commit by adding "extern" to header declarations forTom Yu1-2/+2
2008-10-20Apply adapted patch from http://bugs.debian.org/480434 to recurse intoTom Yu1-0/+13
2008-10-20Apply (adapted) patch from Apple to check for SPNEGO mechanism inTom Yu3-19/+48
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson5-19/+5
2008-10-17Adapted patch from Apple to work around SAMBA mech OID quirks and toTom Yu1-39/+37
2008-10-15Untabify. Normalize whitespace. Reindent. Fix some of the mostTom Yu66-8076/+8163
2008-10-01Finished KLL to KIM shim.Alexandra Ellwood1-17/+20
2008-09-30krb5 library-side changes for com_err based error stringsAlexandra Ellwood1-4/+2
2008-09-18makedependKen Raeburn3-326/+339
2008-09-03Use GSS_S_BAD_STATUS for unknown status codesKen Raeburn1-1/+1
2008-08-27Based on patch from lxs, with some changes:Ken Raeburn21-116/+105
2008-08-20lean client changesZhanna Tsitkov13-22/+136
2008-08-02Use load_store_16/32_beKen Raeburn2-10/+6
2008-07-23Fix one missed rename of "exit" label to "done"Tom Yu1-1/+1
2008-07-23replace "exit" label with "done"Jeffrey Altman1-4/+4
2008-07-21This patch addresses the issues raised in this ticket and ticket 5936Jeffrey Altman1-18/+19
2008-07-20Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn1-1/+1
2008-07-16Fix indirection on assignment to minor statusTom Yu1-4/+4
2008-07-16Check return value from k5_mutex_lock() to partially mitigate someTom Yu1-9/+20
2008-06-27call kg_delete_lucidctx_id before freeing, not afterKen Raeburn1-1/+1
2008-06-27misc memory leaksKen Raeburn1-1/+3
2008-06-10Don't use private copy of syslog.h. Rebuild dependenciesKen Raeburn1-4/+3
2008-06-06Check for GSS_C_NO_CREDENTIAL before loop checkKen Raeburn1-3/+3
2008-06-02Fix a few incompatible-pointer warnings that aren't just about signednessKen Raeburn2-7/+11
2008-05-15Move auto var to outer scope, because its storage is used beyond the inner scopeKen Raeburn1-1/+1
2008-05-15Don't test error code when it's known to be 0Ken Raeburn1-3/+1
2008-05-15Fix minor bug in kg_save_name failure cleanup codeKen Raeburn1-1/+1
2008-05-15Free context after use, not beforeKen Raeburn1-2/+2
2008-04-30(more) After malloc/realloc/calloc/strdup/asprintf failures, useKen Raeburn1-2/+2
2008-03-29Coverity CID 220: NULL check of "buf" after dereferenceKen Raeburn1-1/+3
2008-03-29Coverity CID 46: mech_type will always have the address of anKen Raeburn1-3/+0
2008-03-29Coverity CID 47: Unreachable codeKen Raeburn1-6/+0
2008-03-29Coverity CID 91: Context is tested for null, and then unconditionallyKen Raeburn1-1/+1
2008-03-29Coverity CID 228: Possible use of uninitialized variable time_req inKen Raeburn2-1/+30
2007-12-14fix CVE-2007-5971: double-free in gss_krb5int_make_seal_token_v3()Tom Yu1-1/+0
2007-12-14fix CVE-2007-5971: free of non-heap pointer in gss_indicate_mechs()Tom Yu1-1/+1
2007-12-12copy correct key for lucid context acceptor_subkeyKevin Coffman1-1/+1
2007-10-03Apply patch from Nalin Dahyabhai to correctly handle delegatedTom Yu1-2/+5
2007-09-05Rework error-mapping code to preserve status code values when returnedKen Raeburn3-75/+173
2007-09-02GSS-API Win64 support Jeffrey Altman1-1/+6
2007-08-24pullup to trunkAlexandra Ellwood1-2/+2
2007-08-24In clean-windows, replace spaces with tabEzra Peisach1-1/+1
2007-08-24no unistd.h on WindowsJeffrey Altman1-0/+2
2007-08-24cleanup src/lib/gssapi/krb5/error_map.h on WindowsJeffrey Altman1-0/+2