summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
...
* Untabify a recent gssapi_alloc.h changeGreg Hudson2011-10-141-1/+2
* Fix gssapi_strdupSam Hartman2011-10-141-7/+3
* gssalloc memory management for gss_buffer_setSam Hartman2011-10-143-9/+26
* Use gssalloc memory management where appropriateSam Hartman2011-10-1416-65/+66
* Utility functions to move allocations from k5buf/krb5_data to gss_buffer_tSam Hartman2011-10-142-1/+66
* Add new header gssapi_alloc.hSam Hartman2011-10-143-1/+67
* Simplify gss_indicate_mechs() by using generic_gss_copy_oid_setSam Hartman2011-10-141-52/+3
* Fix a memory leak in make_gss_checksumGreg Hudson2011-10-071-0/+1
* Initialize localname on error in gss_localnameGreg Hudson2011-10-061-4/+5
* gss_unwrap_iov crashes with stream buffers for 3des, des, rc4Sam Hartman2011-10-051-1/+5
* Windows fixes: remove unreferenced; use sizeof to compute array sizeSam Hartman2011-09-281-2/+1
* Windows fixes: add KRB5_CALLCONV where neededSam Hartman2011-09-281-1/+1
* WhitespaceGreg Hudson2011-09-213-77/+80
* * New implementation to map a gss name to localnameSam Hartman2011-09-216-75/+106
* Formatting fixesGreg Hudson2011-09-191-203/+219
* __func__ -> __FUNCTION__ in #ifdef DEBUG blocks in util_errmap.cSam Hartman2011-09-191-2/+2
* On Windows, parse mechanism info from Registry instead of mech fileSam Hartman2011-09-191-169/+351
* Fix several bugs in gss-krb5 inq_credGreg Hudson2011-09-061-8/+9
* Make gss-krb5 use cache collectionGreg Hudson2011-09-056-83/+149
* Refactor gss-krb5 acquire_init_credGreg Hudson2011-09-051-224/+237
* Eliminate the mechglue union cred auxinfo fieldGreg Hudson2011-09-058-242/+65
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-0410-33/+30
* Fix style issues in r25087Greg Hudson2011-08-2937-297/+289
* Fix call to gss_inquire_cred from spnego_gss_acquire_cred_impersonate_nameGreg Hudson2011-08-111-13/+11
* Fix major status handling in gss_acquire_credGreg Hudson2011-08-111-0/+1
* Correctly dereference cred_handle when assigning to spcred inGreg Hudson2011-08-111-1/+1
* WhitespaceGreg Hudson2011-08-093-93/+1
* call gssint_mecherrmap_init() from gssint_mechglue_init()Sam Hartman2011-08-091-0/+1
* Use KRB5_CALLCONV for all gss mechanism functions. Also wrap #include <unistd...Sam Hartman2011-08-0943-269/+365
* Add 'const' to fix mismatched parameter warningsSam Hartman2011-08-092-2/+2
* Clean up the lock in gss_krb5int_import_credGreg Hudson2011-07-231-12/+15
* Fix gss_set_cred_option cred creation with no nameGreg Hudson2011-07-221-6/+8
* Fix name initialization in gss_krb5int_import_credGreg Hudson2011-07-201-0/+6
* Fix memory leak of accprinc in kg_accept_krb5()Greg Hudson2011-07-201-2/+4
* make dependEzra Peisach2011-07-013-70/+8
* ANSIfy the remaining K&R functions in lib/gssapi/genericGreg Hudson2011-06-132-26/+15
* Mark up strings for translationGreg Hudson2011-06-104-89/+90
* Kernel subsetGreg Hudson2011-05-091-0/+5
* Avoid calling gss_release_buffer() from the message-processing codeGreg Hudson2011-05-092-15/+6
* Use internal crypto functions directly from util_crypt.c, avoiding aGreg Hudson2011-05-091-17/+4
* Delete sec context properly in gss_krb5_export_lucid_sec_contextGreg Hudson2011-05-091-1/+1
* The MIT krb5 and Heimdal implementations ofGreg Hudson2011-04-271-23/+6
* Correctly set the expiration field of impersonated credentials inGreg Hudson2011-04-251-1/+1
* Remove kg_map_toktype(), as the call sites were removed in r21742Greg Hudson2011-04-212-28/+0
* Handle null OID values in gss_oid_equal()Greg Hudson2011-04-161-0/+3
* Check mech_type as well as mech_name in gssint_import_internal_name(),Greg Hudson2011-04-161-1/+2
* Fix a code path where mech could be used uninitialized inGreg Hudson2011-04-161-1/+1
* Remove pointer validation code from the gss krb5 mechGreg Hudson2011-04-1335-809/+35
* In krb5_gss_display_status, correct the sense of theGreg Hudson2011-04-121-5/+6
* Shuffle around some gss-krb5 entry points to eliminate four mostlyGreg Hudson2011-04-119-301/+171