| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | 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 | 6 | -170/+203 |
| * | When doing S4U2Self for the anon principal, use the server realm | Luke Howard | 2011-04-02 | 1 | -4/+12 |
| * | 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 |
| * | s4u2proxy_set_attribute should only return EPERM for its own attribute | Luke Howard | 2011-04-01 | 1 | -8/+2 |
| * | In krb5_cc_move if something went wrong, free the dst credential cache | Zhanna Tsitkov | 2011-03-29 | 1 | -2/+8 |
| * | If the new configuration data that is passed to krb5_cc_set_config is NULL, j... | Zhanna Tsitkov | 2011-03-29 | 1 | -45/+51 |
| * | 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 |
| * | Fix a precedence error in g_make_token_header() which caused it to | Greg Hudson | 2011-03-25 | 1 | -2/+2 |
| * | Update dependencies | Ezra Peisach | 2011-03-19 | 1 | -39/+22 |
| * | Move doxygen comments from source to header. Updated comments and added some ... | Zhanna Tsitkov | 2011-03-18 | 1 | -42/+2 |
| * | 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 |
| * | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 422 | -2178/+1328 |
| * | 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 |
| * | 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 |
| * | On make clean remove test programs and object files. In lib/krb5/krb | Ezra Peisach | 2011-03-06 | 4 | -2/+16 |
| * | Add test vectors from RFC 3961 for DES and DES3 to t_str2key.c. Fix | Greg Hudson | 2011-03-05 | 2 | -1/+98 |
| * | 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 | 41 | -577/+121 |
| * | Fix SHA-256 on big-endian platforms | Greg Hudson | 2011-03-03 | 1 | -0/+4 |
| * | Consolidate almost all lib/crypto/krb headers into a single | Greg Hudson | 2011-03-02 | 211 | -3866/+1884 |
| * | Simplify lib/crypto/krb/arcfour in the wake of r23444. Move the | Greg Hudson | 2011-02-28 | 11 | -393/+305 |
| * | Use the hash provider interface in krb5int_arcfour_string_to_key so | Greg Hudson | 2011-02-28 | 2 | -34/+13 |
| * | Reference random-to-key handlers through the enctype instead of the | Greg Hudson | 2011-02-27 | 58 | -695/+482 |
| * | Remove nonexistent aes_ctr from object and source file lists in | Greg Hudson | 2011-02-27 | 1 | -3/+0 |
| * | Namespace-protect SHA-256 symbols. Build SHA-256 code independently of | Greg Hudson | 2011-02-25 | 8 | -92/+68 |
| * | Add Fortuna test program to file list for dependency generation | Greg Hudson | 2011-02-25 | 2 | -9/+23 |
| * | Add a non-default PRNG module which just retrieves entropy from | Greg Hudson | 2011-02-25 | 1 | -0/+94 |
| * | Remove some unnecessary includes from prng_fortuna.c | Greg Hudson | 2011-02-25 | 1 | -2/+0 |
| * | Make depend | Greg Hudson | 2011-02-25 | 35 | -1420/+1303 |
| * | Now that all PRNG modules fit nicely into a single source file, | Greg Hudson | 2011-02-25 | 18 | -324/+149 |
| * | Remove Yarrow PRNG implementation | Greg Hudson | 2011-02-25 | 29 | -2913/+5 |