summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix multiple libkdb_ldap memory leaksGreg Hudson2011-06-234-43/+40
* Document clpreauth/kdcpreauth module configurationGreg Hudson2011-06-231-0/+12
* Separate license and non-license comment in kpropdGreg Hudson2011-06-231-2/+3
* Use AI_ADDRCONFIG for more efficient getaddrinfoGreg Hudson2011-06-239-6/+11
* Work around glibc getaddrinfo PTR lookupsGreg Hudson2011-06-231-8/+1
* Use AI_ADDRCONFIG unconditionally in kpropdGreg Hudson2011-06-231-5/+1
* Cosmetic fixes to preauth_plugin.h from Linus NordbergGreg Hudson2011-06-221-2/+2
* Fix the build and doxygen markupZhanna Tsitkov2011-06-221-6/+4
* Formatting and editorial pass over krb5.hin doxygen markupGreg Hudson2011-06-221-2356/+2482
* Document that e_data can be used by KDB modules internallyGreg Hudson2011-06-201-0/+9
* Convert preauth_plugin.h to new plugin frameworkGreg Hudson2011-06-1728-1333/+1224
* Add k5_plugin_register_dyn internal APIGreg Hudson2011-06-177-31/+91
* ANSIfy the remaining K&R functions in lib/gssapi/genericGreg Hudson2011-06-132-26/+15
* Fix old-style GSSRPC authenticationGreg Hudson2011-06-131-3/+10
* Handle invalid intervals in lockout-related kadmin parametersGreg Hudson2011-06-101-8/+18
* Set LC_MESSAGES to "C" in tests which run commandsGreg Hudson2011-06-103-0/+8
* Add setlocale() calls to main functionsGreg Hudson2011-06-1014-2/+14
* Generating mit-krb5 pot fileGreg Hudson2011-06-101-1/+7826
* Mark up strings for translationGreg Hudson2011-06-1094-1999/+2205
* 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-161-0/+21
* 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-051-91/+105
* 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
* Add poll support to sendto_kdc.c so that it can work in processes withGreg Hudson2011-05-026-136/+276