| Commit message (Expand) | Author | Age | Files | Lines |
* | Add gss_userok and gss_pname_to_uid to dynamic mech loading table. | Greg Hudson | 2011-04-04 | 1 | -0/+2 |
* | Add gss_userok and gss_pname_to_uid | Greg Hudson | 2011-04-04 | 10 | -70/+428 |
* | Documentation updates | Zhanna Tsitkov | 2011-04-04 | 1 | -201/+276 |
* | CoreFoundation is no longer used for UCS2 conversions | Ken Raeburn | 2011-04-03 | 3 | -10/+2 |
* | Drop some redundant autoconf tests | Ken Raeburn | 2011-04-03 | 1 | -5/+0 |
* | Don't check for stdarg.h | Ken Raeburn | 2011-04-03 | 2 | -46/+1 |
* | Don't test HAVE_STDARG_H, just assume it | Ken Raeburn | 2011-04-03 | 1 | -18/+1 |
* | In t_fortuna.c, use a static buffer in head_tail_test, and use %f for | Greg Hudson | 2011-04-03 | 1 | -2/+3 |
* | Don't allocate over 2MB on the stack; sparc-netbsd3.0 default stack | Ken Raeburn | 2011-04-03 | 1 | -1/+1 |
* | Include krb5_libinit.h always, since we call krb5int_initialize_library always | Ken Raeburn | 2011-04-03 | 1 | -3/+0 |
* | Revert r24815 and the RTLD_NODELETE part of r24744, which was | Greg Hudson | 2011-04-03 | 1 | -10/+2 |
* | Avoid using crypto_int.h in t_nfold.c for convenience on Solaris; just | Greg Hudson | 2011-04-03 | 1 | -1/+3 |
* | destest.c no longer needs crypto_int.h | Greg Hudson | 2011-04-03 | 1 | -1/+0 |
* | Use RFC 5587 const types for draft-josefsson-gss-capsulate APIs | Luke Howard | 2011-04-03 | 4 | -13/+13 |
* | Only use RTLD_NODELETE if it's available | Ken Raeburn | 2011-04-03 | 1 | -3/+11 |
* | Factor out the address checks in krb5_rd_safe and krb5_rd_priv into | Greg Hudson | 2011-04-02 | 4 | -171/+105 |
* | In libkrb5, move krb5int_auth_con_chkseqnum to a new file privsafe.c, | Greg Hudson | 2011-04-02 | 7 | -173/+203 |
* | Add PADL license to collected licenses | Greg Hudson | 2011-04-02 | 2 | -0/+72 |
* | When doing S4U2Self for the anon principal, use the server realm | Luke Howard | 2011-04-02 | 1 | -4/+12 |
* | typo fix | Luke Howard | 2011-04-02 | 1 | -1/+1 |
* | Allow absolute paths for mechglue libraries. From r24736 in | Greg Hudson | 2011-04-01 | 1 | -1/+5 |
* | Implement draft-josefsson-gss-capsulate | Greg Hudson | 2011-04-01 | 6 | -0/+169 |
* | Fix a potential uninitialized free in prepare_error_as() | Greg Hudson | 2011-04-01 | 1 | -1/+1 |
* | only reset greeting if provided attribute is urn:greet:greeting | Luke Howard | 2011-04-01 | 1 | -0/+3 |
* | s4u2proxy_set_attribute should only return EPERM for its own attribute | Luke Howard | 2011-04-01 | 1 | -8/+2 |
* | In r21175 (on the mskrb branch, merged in r21690) the result codes for | Greg Hudson | 2011-03-29 | 1 | -2/+3 |
* | In krb5_cc_move if something went wrong, free the dst credential cache | Zhanna Tsitkov | 2011-03-29 | 2 | -3/+9 |
* | If the new configuration data that is passed to krb5_cc_set_config is NULL, j... | Zhanna Tsitkov | 2011-03-29 | 3 | -57/+72 |
* | Updated the documentation for the krb5_ error_message function family. | Zhanna Tsitkov | 2011-03-29 | 3 | -94/+117 |
* | Static function names should not have krb5_ prefix | Zhanna Tsitkov | 2011-03-29 | 1 | -12/+14 |
* | Remove the weak key checks from the builtin rc4 enc provider. There | Greg Hudson | 2011-03-28 | 1 | -17/+0 |
* | Use first principal in keytab when verifying creds | Greg Hudson | 2011-03-28 | 4 | -25/+171 |
* | Documentation update. Mostly related to _kt_ and _cc_ routines | Zhanna Tsitkov | 2011-03-28 | 1 | -118/+162 |
* | Fix a precedence error in g_make_token_header() which caused it to | Greg Hudson | 2011-03-25 | 1 | -2/+2 |
* | Set better error messages when plugins fail to load. | Greg Hudson | 2011-03-25 | 1 | -4/+8 |
* | Fix DAL documentation to recommend using krb5_db_get_context() and | Greg Hudson | 2011-03-24 | 1 | -2/+2 |
* | Update dependencies | Ezra Peisach | 2011-03-19 | 1 | -39/+22 |
* | 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 | 2 | -46/+55 |
* | 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 |
* | Use a helper function to clarify prepare_error_as() in the KDC | Greg Hudson | 2011-03-18 | 1 | -63/+82 |
* | KDC memory leak of reply padata for FAST replies | Greg Hudson | 2011-03-17 | 1 | -0/+1 |
* | Don't leak the default realm name when initializing the default realm | Greg Hudson | 2011-03-17 | 1 | -1/+8 |
* | KDC memory leak in FAST error path | Greg Hudson | 2011-03-17 | 4 | -20/+23 |
* | KDC double-free when PKINIT enabled [MITKRB5-SA-2011-003 CVE-2011-0284] | Tom Yu | 2011-03-15 | 1 | -0/+2 |
* | Remove the Yarrow copyright notice since the code is gone | Greg Hudson | 2011-03-15 | 2 | -56/+0 |
* | Resolve a few miscellaneous warnings | Greg Hudson | 2011-03-14 | 14 | -37/+35 |
* | Remove two headers accidentally left behind in r24677 | Greg Hudson | 2011-03-14 | 2 | -71/+0 |
* | Although it can't actually happen, make it more explicit that we won't | Greg Hudson | 2011-03-11 | 1 | -1/+2 |