summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add localization support to com_errGreg Hudson2011-06-1012-18/+113
* Add localization infrastructureGreg Hudson2011-06-1011-9/+98
* Remove static error table list in built-in com_errGreg Hudson2011-06-052-69/+32
* Restore fallback non-referral TGS request to same realmGreg Hudson2011-06-031-12/+10
* Restore krb5_get_credentials caching for referral requestsGreg Hudson2011-05-261-0/+5
* Don't assume principal components are C strings in klist -sGreg Hudson2011-05-251-5/+4
* Fix multiple tl-data updates over ipropGreg Hudson2011-05-221-35/+8
* Revert r5233 and mark get_age as deprecated in the DAL documentation.Greg Hudson2011-05-202-19/+6
* Updated documentation for krb5_c_ and sensauth API.Zhanna Tsitkov2011-05-192-534/+328
* In mk_rd_cred if recv_subkey in the authentication context is NULL and the de...Zhanna Tsitkov2011-05-161-23/+42
* Updated documentation for krb5_rd_ APIZhanna Tsitkov2011-05-161-168/+161
* Document the lockout-related options in kadmin (modprinc -unlock andGreg Hudson2011-05-162-0/+42
* In kadmin, try using get_date() for lockout-related duration inputs toGreg Hudson2011-05-161-6/+17
* Link t_kgss_kernel against libkrb5support since parts of libkgss useGreg Hudson2011-05-151-2/+3
* Use hmac-md5 checksum for PA-FOR-USER padataGreg Hudson2011-05-141-8/+2
* Updated documentation for PAC API. Moved PAC type definitions into krb5.hinZhanna Tsitkov2011-05-132-8/+106
* Updated documentation for krb5_mk_ functionsZhanna Tsitkov2011-05-121-176/+190
* Add more missing headers in kernel subset directory. Hopefully theGreg Hudson2011-05-112-91/+101
* Reference libraries from the build tree when linking andGreg Hudson2011-05-111-0/+1
* Add more missing headers in kernel subset directoryGreg Hudson2011-05-102-84/+109
* Fix the header list for the kernel subset directoryGreg Hudson2011-05-102-32/+38
* fix regression in r24853: PAC no longer exposedLuke Howard2011-05-091-1/+1
* Kernel subsetGreg Hudson2011-05-0913-2/+1496
* Updated documentation for krb5_init_creds_ function familyZhanna Tsitkov2011-05-091-18/+112
* 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-092-19/+4
* Delete sec context properly in gss_krb5_export_lucid_sec_contextGreg Hudson2011-05-091-1/+1
* Updated documentation: added usage example for krb5_tkt_creds family, removed...Zhanna Tsitkov2011-05-052-91/+160
* API documentation: added a usage example for krb5_verify_init_creds function ...Zhanna Tsitkov2011-05-031-0/+28
* Eliminate a redundant initialization in cm_init_selstate() inGreg Hudson2011-05-031-1/+0
* Updated API documentation with the comments mostly related to verify and con...Zhanna Tsitkov2011-05-031-250/+172
* modernize doc/Makefile somewhatTom Yu2011-05-021-2/+3
* Add poll support to sendto_kdc.c so that it can work in processes withGreg Hudson2011-05-026-136/+276
* r24899 moved the declarations of krb5int_mk_chpw_req and relatedGreg Hudson2011-05-021-29/+0
* Updated documentation of krb5_copy_ , krb5_free_ and krb5_kt_ functionsZhanna Tsitkov2011-05-011-191/+206
* Updated the documentation for API related to the credentials caches and their...Zhanna Tsitkov2011-04-281-137/+140
* Properly release resources in krb5_copy_authenticator()Zhanna Tsitkov2011-04-281-3/+1
* The MIT krb5 and Heimdal implementations ofGreg Hudson2011-04-271-23/+6
* Make krb5_os_init_context compile again after r24901Greg Hudson2011-04-271-11/+9
* Remove worthless call to krb5_cc_set_default_name in krb5_os_init_contextZhanna Tsitkov2011-04-271-3/+0
* Correctly set the expiration field of impersonated credentials inGreg Hudson2011-04-251-1/+1
* Refactor krb5int_rd_chpw_rep() and make it properly handle both framedGreg Hudson2011-04-253-349/+165
* Do not reference krb5_chpw_result_code_string inGreg Hudson2011-04-251-3/+1
* Close comment in #endif for KRB5_DEPRECATED to avoid warning ofEzra Peisach2011-04-221-1/+1
* Documented V4/V5 convertion and some credential cache API functions. Marked k...Zhanna Tsitkov2011-04-221-137/+139
* Remove kg_map_toktype(), as the call sites were removed in r21742Greg Hudson2011-04-212-28/+0
* Documented krb5_auth_con_ API familyZhanna Tsitkov2011-04-201-380/+367
* Install k5login(5) as well as .k5login(5)Greg Hudson2011-04-201-0/+1
* Missed in r24888: remove the process_chpw_request() prototype fromGreg Hudson2011-04-191-8/+0
* Clean up schpw.c in kadmind a bit, making use of new k5-int.h helpersGreg Hudson2011-04-191-79/+44