| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Fix NSS PBKDF2 in the v4 salt (i.e. empty salt) case | Greg Hudson | 2011-03-11 | 1 | -1/+2 |
| * | Move the des and AFS string-to-key implementations into lib/crypto/krb, | Greg Hudson | 2011-03-11 | 22 | -1258/+1025 |
| * | Fix a couple of key import modes in the NSS module, although they don't | Greg Hudson | 2011-03-11 | 2 | -2/+2 |
| * | Remove ser_eblk.c, which has been unused since r11001 (October 1998) | Greg Hudson | 2011-03-09 | 1 | -255/+0 |
| * | Add one-line descriptions in the filename comments to prototype.[ch] | Greg Hudson | 2011-03-09 | 2 | -4/+4 |
| * | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 770 | -3179/+2227 |
| * | Add a script and Makefile target to check for violations of the | Greg Hudson | 2011-03-09 | 2 | -0/+110 |
| * | Fix a memory leak independently found by Tim Pozdeev and Arlene Berry | Tom Yu | 2011-03-08 | 1 | -0/+1 |
| * | SPNEGO's accept_sec_context and init_sec_context produce a null context | Greg Hudson | 2011-03-08 | 1 | -2/+6 |
| * | prototype/getopt.c hasn't been updated in quite some time and we don't | Greg Hudson | 2011-03-08 | 1 | -31/+0 |
| * | Update dependencies | Ezra Peisach | 2011-03-06 | 1 | -1/+3 |
| * | Fix up signed/unsigned warnings in this directory. There are still | Ezra Peisach | 2011-03-06 | 5 | -11/+13 |
| * | Clean up memory leaks at end of program. No leaks now on success | Ezra Peisach | 2011-03-06 | 2 | -0/+21 |
| * | On make clean remove test programs and object files. In lib/krb5/krb | Ezra Peisach | 2011-03-06 | 5 | -3/+18 |
| * | Add test vectors from RFC 3961 for DES and DES3 to t_str2key.c. Fix | Greg Hudson | 2011-03-05 | 2 | -1/+98 |
| * | Add test script for user2user programs | Ezra Peisach | 2011-03-05 | 3 | -4/+35 |
| * | Include crypto_int.h for mit_des_fixup_key_parity prototype | Ezra Peisach | 2011-03-05 | 1 | -6/+7 |
| * | Fix a conceptual (but not practical) type mismatch in the OpenSSL | Greg Hudson | 2011-03-05 | 1 | -1/+1 |
| * | Make enc provider free_state function return void | Greg Hudson | 2011-03-05 | 6 | -25/+16 |
| * | Remove the init_state and free_state enctype functions and go back to | Greg Hudson | 2011-03-05 | 3 | -49/+2 |
| * | Move t_cf2 from lib/crypto/builtin to lib/crypto/crypto_tests, as it | Greg Hudson | 2011-03-05 | 9 | -20/+116 |
| * | Flatten lib/crypto/krb, as its seven subdirectories only contained a | Greg Hudson | 2011-03-05 | 42 | -587/+128 |