summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5
Commit message (Expand)AuthorAgeFilesLines
* Make reindentTom Yu2011-10-173-3/+3
* Style policeGreg Hudson2011-10-171-2/+1
* gssalloc-related fixes to naming_exts.cSam Hartman2011-10-171-28/+31
* make dependTom Yu2011-10-141-141/+146
* gssalloc memory management for gss_buffer_setSam Hartman2011-10-141-4/+11
* Use gssalloc memory management where appropriateSam Hartman2011-10-147-43/+46
* Utility functions to move allocations from k5buf/krb5_data to gss_buffer_tSam Hartman2011-10-141-0/+28
* Fix a memory leak in make_gss_checksumGreg Hudson2011-10-071-0/+1
* gss_unwrap_iov crashes with stream buffers for 3des, des, rc4Sam Hartman2011-10-051-1/+5
* Windows fixes: add KRB5_CALLCONV where neededSam Hartman2011-09-281-1/+1
* * New implementation to map a gss name to localnameSam Hartman2011-09-211-19/+11
* 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
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-047-13/+10
* Fix style issues in r25087Greg Hudson2011-08-2933-158/+150
* WhitespaceGreg Hudson2011-08-092-92/+0
* Use KRB5_CALLCONV for all gss mechanism functions. Also wrap #include <unistd...Sam Hartman2011-08-0935-109/+203
* 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 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-011-56/+0
* Mark up strings for translationGreg Hudson2011-06-101-2/+3
* 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
* Remove pointer validation code from the gss krb5 mechGreg Hudson2011-04-1331-354/+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
* Implement gss_authorize_localname, as discussed on the kitten list,Greg Hudson2011-04-101-13/+28
* When inquiring the default GSS acceptor principal, return a principalGreg Hudson2011-04-081-3/+19
* gss_duplicate_name SPI for SPNEGOGreg Hudson2011-04-051-0/+1
* Add gss_userok and gss_pname_to_uidGreg Hudson2011-04-041-0/+91
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0926-97/+31
* Fix a memory leak independently found by Tim Pozdeev and Arlene BerryTom Yu2011-03-081-0/+1
* Make dependGreg Hudson2011-02-251-255/+208
* Fix a memory leak introduced in r23926 where k_cred was not freed onGreg Hudson2011-02-221-30/+24
* In kg_acceptor_princ, make Coverity happy by using a different test toGreg Hudson2011-02-141-1/+1
* Improve acceptor name flexibilityGreg Hudson2011-02-077-58/+207
* Change flow control in krb5_gss_import_name to better match currentGreg Hudson2011-02-041-95/+60
* Remove an unnecessary statement in acquire_init_cred(). We never setGreg Hudson2011-02-031-7/+1
* Make gss_krb5_set_allowable_enctypes work for the acceptorGreg Hudson2011-01-251-0/+9
* Don't call memset with a zero lengthKen Raeburn2011-01-121-1/+2
* Don't attempt to serialize a NULL authdata context when serializing aGreg Hudson2010-12-281-2/+4
* Eliminate some unused variable warningsGreg Hudson2010-12-202-1/+3