summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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