summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add gss_userok and gss_pname_to_uid to dynamic mech loading table.Greg Hudson2011-04-041-0/+2
* Add gss_userok and gss_pname_to_uidGreg Hudson2011-04-0410-70/+428
* Documentation updatesZhanna Tsitkov2011-04-041-201/+276
* CoreFoundation is no longer used for UCS2 conversionsKen Raeburn2011-04-033-10/+2
* Drop some redundant autoconf testsKen Raeburn2011-04-031-5/+0
* Don't check for stdarg.hKen Raeburn2011-04-032-46/+1
* Don't test HAVE_STDARG_H, just assume itKen Raeburn2011-04-031-18/+1
* In t_fortuna.c, use a static buffer in head_tail_test, and use %f forGreg Hudson2011-04-031-2/+3
* Don't allocate over 2MB on the stack; sparc-netbsd3.0 default stackKen Raeburn2011-04-031-1/+1
* Include krb5_libinit.h always, since we call krb5int_initialize_library alwaysKen Raeburn2011-04-031-3/+0
* Revert r24815 and the RTLD_NODELETE part of r24744, which wasGreg Hudson2011-04-031-10/+2
* Avoid using crypto_int.h in t_nfold.c for convenience on Solaris; justGreg Hudson2011-04-031-1/+3
* destest.c no longer needs crypto_int.hGreg Hudson2011-04-031-1/+0
* Use RFC 5587 const types for draft-josefsson-gss-capsulate APIsLuke Howard2011-04-034-13/+13
* Only use RTLD_NODELETE if it's availableKen Raeburn2011-04-031-3/+11
* Factor out the address checks in krb5_rd_safe and krb5_rd_priv intoGreg Hudson2011-04-024-171/+105
* In libkrb5, move krb5int_auth_con_chkseqnum to a new file privsafe.c,Greg Hudson2011-04-027-173/+203
* Add PADL license to collected licensesGreg Hudson2011-04-022-0/+72
* When doing S4U2Self for the anon principal, use the server realmLuke Howard2011-04-021-4/+12
* typo fixLuke Howard2011-04-021-1/+1
* Allow absolute paths for mechglue libraries. From r24736 inGreg Hudson2011-04-011-1/+5
* Implement draft-josefsson-gss-capsulateGreg Hudson2011-04-016-0/+169
* Fix a potential uninitialized free in prepare_error_as()Greg Hudson2011-04-011-1/+1
* only reset greeting if provided attribute is urn:greet:greetingLuke Howard2011-04-011-0/+3
* s4u2proxy_set_attribute should only return EPERM for its own attributeLuke Howard2011-04-011-8/+2
* In r21175 (on the mskrb branch, merged in r21690) the result codes forGreg Hudson2011-03-291-2/+3
* In krb5_cc_move if something went wrong, free the dst credential cacheZhanna Tsitkov2011-03-292-3/+9
* If the new configuration data that is passed to krb5_cc_set_config is NULL, j...Zhanna Tsitkov2011-03-293-57/+72
* Updated the documentation for the krb5_ error_message function family. Zhanna Tsitkov2011-03-293-94/+117
* Static function names should not have krb5_ prefixZhanna Tsitkov2011-03-291-12/+14
* Remove the weak key checks from the builtin rc4 enc provider. ThereGreg Hudson2011-03-281-17/+0
* Use first principal in keytab when verifying credsGreg Hudson2011-03-284-25/+171
* Documentation update. Mostly related to _kt_ and _cc_ routinesZhanna Tsitkov2011-03-281-118/+162
* Fix a precedence error in g_make_token_header() which caused it toGreg Hudson2011-03-251-2/+2
* Set better error messages when plugins fail to load.Greg Hudson2011-03-251-4/+8
* Fix DAL documentation to recommend using krb5_db_get_context() andGreg Hudson2011-03-241-2/+2
* Update dependenciesEzra Peisach2011-03-191-39/+22
* Minor clean-up in krb5.hinZhanna Tsitkov2011-03-181-44/+20
* Move doxygen comments from source to header. Updated comments and added some ...Zhanna Tsitkov2011-03-182-46/+55
* Reinstate the line wrapping of the copyright notice in krb5.hin, andGreg Hudson2011-03-181-3/+3
* Added usage examples to the krb5_build_principal function familyZhanna Tsitkov2011-03-181-24/+56
* Use a helper function to clarify prepare_error_as() in the KDCGreg Hudson2011-03-181-63/+82
* KDC memory leak of reply padata for FAST repliesGreg Hudson2011-03-171-0/+1
* Don't leak the default realm name when initializing the default realmGreg Hudson2011-03-171-1/+8
* KDC memory leak in FAST error pathGreg Hudson2011-03-174-20/+23
* KDC double-free when PKINIT enabled [MITKRB5-SA-2011-003 CVE-2011-0284]Tom Yu2011-03-151-0/+2
* Remove the Yarrow copyright notice since the code is goneGreg Hudson2011-03-152-56/+0
* Resolve a few miscellaneous warningsGreg Hudson2011-03-1414-37/+35
* Remove two headers accidentally left behind in r24677Greg Hudson2011-03-142-71/+0
* Although it can't actually happen, make it more explicit that we won'tGreg Hudson2011-03-111-1/+2