summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix one missed rename of "exit" label to "done"Tom Yu2008-07-231-1/+1
* replace "exit" label with "done"Jeffrey Altman2008-07-231-4/+4
* This patch addresses the issues raised in this ticket and ticket 5936Jeffrey Altman2008-07-211-18/+19
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-201-1/+1
* Fix indirection on assignment to minor statusTom Yu2008-07-161-4/+4
* Check return value from k5_mutex_lock() to partially mitigate someTom Yu2008-07-161-9/+20
* call kg_delete_lucidctx_id before freeing, not afterKen Raeburn2008-06-271-1/+1
* misc memory leaksKen Raeburn2008-06-271-1/+3
* Don't use private copy of syslog.h. Rebuild dependenciesKen Raeburn2008-06-101-4/+3
* Check for GSS_C_NO_CREDENTIAL before loop checkKen Raeburn2008-06-061-3/+3
* Fix a few incompatible-pointer warnings that aren't just about signednessKen Raeburn2008-06-022-7/+11
* Move auto var to outer scope, because its storage is used beyond the inner scopeKen Raeburn2008-05-151-1/+1
* Don't test error code when it's known to be 0Ken Raeburn2008-05-151-3/+1
* Fix minor bug in kg_save_name failure cleanup codeKen Raeburn2008-05-151-1/+1
* Free context after use, not beforeKen Raeburn2008-05-151-2/+2
* (more) After malloc/realloc/calloc/strdup/asprintf failures, useKen Raeburn2008-04-301-2/+2
* Coverity CID 220: NULL check of "buf" after dereferenceKen Raeburn2008-03-291-1/+3
* Coverity CID 46: mech_type will always have the address of anKen Raeburn2008-03-291-3/+0
* Coverity CID 47: Unreachable codeKen Raeburn2008-03-291-6/+0
* Coverity CID 91: Context is tested for null, and then unconditionallyKen Raeburn2008-03-291-1/+1
* Coverity CID 228: Possible use of uninitialized variable time_req inKen Raeburn2008-03-292-1/+30
* fix CVE-2007-5971: double-free in gss_krb5int_make_seal_token_v3()Tom Yu2007-12-141-1/+0
* fix CVE-2007-5971: free of non-heap pointer in gss_indicate_mechs()Tom Yu2007-12-141-1/+1
* copy correct key for lucid context acceptor_subkeyKevin Coffman2007-12-121-1/+1
* Apply patch from Nalin Dahyabhai to correctly handle delegatedTom Yu2007-10-031-2/+5
* Rework error-mapping code to preserve status code values when returnedKen Raeburn2007-09-053-75/+173
* GSS-API Win64 support Jeffrey Altman2007-09-021-1/+6
* pullup to trunkAlexandra Ellwood2007-08-241-2/+2
* In clean-windows, replace spaces with tabEzra Peisach2007-08-241-1/+1