| Commit message (Expand) | Author | Age | Files | Lines |
* | Use internal crypto functions directly from util_crypt.c, avoiding a | Greg Hudson | 2011-05-09 | 1 | -2/+0 |
* | Updated documentation: added usage example for krb5_tkt_creds family, removed... | Zhanna Tsitkov | 2011-05-05 | 1 | -91/+105 |
* | Updated API documentation with the comments mostly related to verify and con... | Zhanna Tsitkov | 2011-05-03 | 1 | -250/+172 |
* | Add poll support to sendto_kdc.c so that it can work in processes with | Greg Hudson | 2011-05-02 | 1 | -3/+12 |
* | r24899 moved the declarations of krb5int_mk_chpw_req and related | Greg Hudson | 2011-05-02 | 1 | -29/+0 |
* | Updated documentation of krb5_copy_ , krb5_free_ and krb5_kt_ functions | Zhanna Tsitkov | 2011-05-01 | 1 | -191/+206 |
* | Updated the documentation for API related to the credentials caches and their... | Zhanna Tsitkov | 2011-04-28 | 1 | -137/+140 |
* | Do not reference krb5_chpw_result_code_string in | Greg Hudson | 2011-04-25 | 1 | -3/+1 |
* | Close comment in #endif for KRB5_DEPRECATED to avoid warning of | Ezra Peisach | 2011-04-22 | 1 | -1/+1 |
* | Documented V4/V5 convertion and some credential cache API functions. Marked k... | Zhanna Tsitkov | 2011-04-22 | 1 | -137/+139 |
* | Documented krb5_auth_con_ API family | Zhanna Tsitkov | 2011-04-20 | 1 | -380/+367 |
* | Documentation updates. Mostly GIC related | Zhanna Tsitkov | 2011-04-12 | 1 | -222/+203 |
* | Add k5_kt_get_principal, an internal krb5 interface to try to get a | Greg Hudson | 2011-04-08 | 1 | -0/+3 |
* | Documentation updates | Zhanna Tsitkov | 2011-04-06 | 1 | -190/+213 |
* | Documentation updates | Zhanna Tsitkov | 2011-04-04 | 1 | -201/+276 |
* | In libkrb5, move krb5int_auth_con_chkseqnum to a new file privsafe.c, | Greg Hudson | 2011-04-02 | 1 | -3/+0 |
* | In krb5_cc_move if something went wrong, free the dst credential cache | Zhanna Tsitkov | 2011-03-29 | 1 | -1/+1 |
* | If the new configuration data that is passed to krb5_cc_set_config is NULL, j... | Zhanna Tsitkov | 2011-03-29 | 1 | -12/+5 |
* | Updated the documentation for the krb5_ error_message function family. | Zhanna Tsitkov | 2011-03-29 | 1 | -93/+96 |
* | Documentation update. Mostly related to _kt_ and _cc_ routines | Zhanna Tsitkov | 2011-03-28 | 1 | -118/+162 |
* | Fix DAL documentation to recommend using krb5_db_get_context() and | Greg Hudson | 2011-03-24 | 1 | -2/+2 |
* | Minor clean-up in krb5.hin | Zhanna Tsitkov | 2011-03-18 | 1 | -44/+20 |
* | Move doxygen comments from source to header. Updated comments and added some ... | Zhanna Tsitkov | 2011-03-18 | 1 | -4/+53 |
* | Reinstate the line wrapping of the copyright notice in krb5.hin, and | Greg Hudson | 2011-03-18 | 1 | -3/+3 |
* | Added usage examples to the krb5_build_principal function family | Zhanna Tsitkov | 2011-03-18 | 1 | -24/+56 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 36 | -125/+76 |
* | Consolidate almost all lib/crypto/krb headers into a single | Greg Hudson | 2011-03-02 | 1 | -94/+0 |
* | Reference random-to-key handlers through the enctype instead of the | Greg Hudson | 2011-02-27 | 1 | -3/+0 |
* | Don't reject AP-REQs based on PACs | Greg Hudson | 2011-02-16 | 1 | -3/+2 |
* | Defer hostname lookups in krb5_sendto_kdc | Greg Hudson | 2011-02-13 | 3 | -80/+38 |
* | Set JAVADOC_AUTOBRIEF to YES to allow Doxygen interpret the first line of a J... | Zhanna Tsitkov | 2011-02-08 | 1 | -9/+6 |
* | Improve acceptor name flexibility | Greg Hudson | 2011-02-07 | 2 | -0/+18 |
* | Added doxygen comments (mostly from the backup location) | Zhanna Tsitkov | 2011-02-07 | 1 | -119/+3866 |
* | Restore KRB5_CALLCONV_WRONG attribute to krb5_auth_con_getrcache | Tom Yu | 2011-01-26 | 1 | -1/+1 |
* | Add a trace log event for unrecognized enctypes in a profile enctype | Greg Hudson | 2011-01-21 | 2 | -1/+5 |
* | Where missing, add the argument's names to the function signatures | Zhanna Tsitkov | 2011-01-19 | 1 | -252/+422 |
* | Doxygen style re-formating of the existing comments | Zhanna Tsitkov | 2011-01-13 | 1 | -124/+120 |
* | handle MS PACs that lack server checksum | Tom Yu | 2010-12-10 | 1 | -0/+6 |
* | Implement restrict_anonymous_to_tgt realm flag | Greg Hudson | 2010-12-01 | 2 | -0/+3 |
* | Install kadm5_hook_plugin.h | Sam Hartman | 2010-11-30 | 1 | -0/+1 |
* | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 1 | -2/+3 |
* | Fix Windows build | Greg Hudson | 2010-11-25 | 2 | -5/+8 |
* | Update krb5_gic_opt_private and related code to reflect the change of | Tom Yu | 2010-11-23 | 1 | -1/+1 |
* | Add missing KRB5_CALLCONV in callback declaration | Greg Hudson | 2010-11-23 | 1 | -4/+4 |
* | Implement Camellia-CTS-CMAC instead of Camellia-CCM | Greg Hudson | 2010-11-20 | 1 | -9/+9 |
* | After a failed kdb5_util load, make a subsequent load operation work | Greg Hudson | 2010-11-06 | 1 | -12/+14 |
* | Mark Camellia-CCM code as experimental | Greg Hudson | 2010-10-26 | 1 | -0/+3 |
* | Make k5-buf.h comments consistent with coding style | Greg Hudson | 2010-10-26 | 1 | -44/+54 |
* | Whitespace | Greg Hudson | 2010-10-24 | 1 | -2/+2 |
* | Declare krb5_set_error_message_fl | Ken Raeburn | 2010-10-23 | 1 | -0/+7 |