| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | comment needed some grammatical/typographical fixes too | Ken Raeburn | 2009-02-02 | 1 | -11/+11 |
| * | comment whitespace | Ken Raeburn | 2009-02-02 | 1 | -11/+11 |
| * | handle freeing null keyblock | Ken Raeburn | 2009-01-31 | 1 | -6/+6 |
| * | disable single-DES by default | Tom Yu | 2009-01-28 | 4 | -11/+47 |
| * | Start to phase out krb5_xfree macro, which just casts its argument to | Ken Raeburn | 2009-01-28 | 3 | -5/+5 |
| * | Use 16/32-bit big/little-endian store functions in more places | Ken Raeburn | 2009-01-26 | 10 | -68/+19 |
| * | Change 16/32/64-bit big-/little-endian/native unaligned load/store | Ken Raeburn | 2009-01-24 | 1 | -2/+2 |
| * | Initialize ds.magic in k5_md5_hmac_hash, to avoid harmlessly copying | Greg Hudson | 2009-01-23 | 1 | -0/+1 |
| * | Include cksumtypes.h from aead.h to get struct krb5_cksumtypes (moved | Ken Raeburn | 2009-01-23 | 9 | -23/+33 |
| * | Make enctype and checksumtype name mapping table types private to the | Ken Raeburn | 2009-01-15 | 6 | -124/+120 |
| * | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 30 | -1105/+1075 |
| * | fix minor comment typos | Ken Raeburn | 2009-01-05 | 1 | -2/+2 |
| * | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 30 | -135/+714 |
| * | I don't know what it was that someone else didn't know, but it doesn't | Ken Raeburn | 2008-12-31 | 1 | -5/+3 |
| * | Remove krb524, lib/des425, lib/krb4, and include/kerberosIV. | Greg Hudson | 2008-12-18 | 6 | -87/+120 |
| * | Merge in fix from ms-krb-integ branch to avoid modifying input data on aead... | Sam Hartman | 2008-12-05 | 1 | -4/+15 |
| * | Cleanup warnings | Sam Hartman | 2008-12-04 | 4 | -19/+19 |
| * | Merge R21122 from mskrb-integ | Sam Hartman | 2008-12-04 | 6 | -60/+60 |
| * | Merge r21120 from mskrb-integ | Sam Hartman | 2008-12-04 | 6 | -39/+210 |
| * | make depend | Sam Hartman | 2008-12-02 | 6 | -17/+117 |
| * | Crypto IOV API per Projects/AEAD encryption API | Sam Hartman | 2008-12-02 | 32 | -50/+2560 |
| * | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 1 | -4/+4 |
| * | Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be used | Greg Hudson | 2008-11-05 | 1 | -1/+1 |
| * | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 15 | -550/+597 |
| * | Apply Apple patch to null out key->contents after freeing on failure, | Greg Hudson | 2008-11-03 | 1 | -0/+2 |
| * | Use the k5buf module instead of strcpy/strcat in several places | Greg Hudson | 2008-10-30 | 1 | -4/+6 |
| * | Use strlcpy instead of strcpy in many places | Greg Hudson | 2008-10-24 | 2 | -6/+4 |
| * | makedepend | Ken Raeburn | 2008-09-18 | 15 | -507/+546 |
| * | Based on patch from lxs, with some changes: | Ken Raeburn | 2008-08-27 | 22 | -27/+29 |
| * | Use a valid UTF8 password for randkey password | Alexandra Ellwood | 2008-08-13 | 1 | -3/+5 |
| * | If CONFIG_SMALL_NO_CRYPTO is defined, turn off CONFIG_SMALL changes for crypt... | Ken Raeburn | 2008-08-12 | 6 | -12/+12 |
| * | Update copyright notices to reflect donation of DES implementation by | Tom Yu | 2008-08-12 | 5 | -25/+120 |
| * | Make more uses of load/store_32_be/le, which on x86 at least expands | Ken Raeburn | 2008-08-02 | 7 | -67/+22 |
| * | Use GET_HALF_BLOCK to fetch new values instead of open-coding | Ken Raeburn | 2008-08-02 | 2 | -16/+10 |
| * | Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few and | Ken Raeburn | 2008-07-20 | 1 | -1/+1 |
| * | add copyright to lib/crypto/enc_provider/aes.c | Tom Yu | 2008-07-09 | 1 | -0/+26 |
| * | stop exporting a few symbols internal to aes implementation | Ken Raeburn | 2008-07-03 | 1 | -5/+0 |
| * | When returning an error, don't also pass back an invalid pointer | Ken Raeburn | 2008-06-27 | 1 | -1/+3 |
| * | Fix a few incompatible-pointer warnings that aren't just about signedness | Ken Raeburn | 2008-06-02 | 1 | -2/+2 |
| * | After malloc/realloc/calloc failures, return ENOMEM explicitly instead | Ken Raeburn | 2008-04-30 | 3 | -6/+6 |
| * | Multiple assignments without sequence points invoke undefined | Ken Raeburn | 2008-04-25 | 1 | -6/+12 |
| * | Don't do UTF-8 bits (and include Apple headers) when just rebuilding dependen... | Ken Raeburn | 2008-04-24 | 1 | -2/+2 |
| * | Add "-framework CoreFoundation" to crypto library link command in darwin-mode | Ken Raeburn | 2008-03-04 | 1 | -1/+1 |
| * | krb5int_arcfour_string_to_key does not support utf-8 strings | Alexandra Ellwood | 2008-02-26 | 1 | -9/+47 |
| * | Set close-on-exec flag in most places where file descriptors are | Ken Raeburn | 2007-10-22 | 1 | -6/+5 |
| * | read_entropy_from_device on partial read will not fill buffer | Ezra Peisach | 2007-08-20 | 1 | -4/+6 |
| * | make depend | Ken Raeburn | 2007-08-16 | 15 | -482/+529 |
| * | Fix various gcc warnings about pointer target signedness and qualifiers | Ken Raeburn | 2007-05-10 | 10 | -34/+50 |
| * | Rewrite weak key check to use a small custom struct instead of wedging | Ken Raeburn | 2007-05-10 | 1 | -10/+12 |
| * | We're requiring that 'inline' work nowadays, so don't conditionalize its use | Ken Raeburn | 2007-05-10 | 1 | -7/+1 |