| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * checksum.c (krb5_dk_make_checksum): Cast 0x99 to char explicitly to silence... | Ken Raeburn | 2001-06-22 | 2 | -1/+6 |
| * | * t_nfold.c (main): Cast argument to printf to be consistant | Ezra Peisach | 2001-06-21 | 2 | -1/+6 |
| * | * t_shs.c: Cast arguments to match printf format. Declare main | Ezra Peisach | 2001-06-21 | 2 | -2/+10 |
| * | * t_verify.c: Get rid of global variables i,j | Ezra Peisach | 2001-06-21 | 2 | -1/+7 |
| * | fix salt length for afs case | Ken Raeburn | 2001-06-21 | 2 | -10/+18 |
| * | * destest.c: main returns int instead of void. Add "const" to | Ezra Peisach | 2001-06-12 | 3 | -18/+28 |
| * | * t_mddriver.c: Cleanup assignments in conditionals w/o parentheses. | Ezra Peisach | 2001-06-12 | 2 | -33/+38 |
| * | * k5_md4des.c (k5_md4des_verify): Get rid of local variable that | Ezra Peisach | 2001-05-31 | 3 | -4/+8 |
| * | * des.c (k5_des_docrypt): Do not use a variable named "encrypt" | Ezra Peisach | 2001-05-31 | 3 | -4/+9 |
| * | * f_cbc.c (mit_des_cbc_encrypt): Do not use a variable named "encrypt". | Ezra Peisach | 2001-05-31 | 3 | -6/+9 |
| * | * des_int.h (mit_des_cbc_encrypt, mit_des3_ecb_encrypt, | Ezra Peisach | 2001-05-31 | 2 | -3/+8 |
| * | * f_tables.h: Do not define const to nothing on platforms that | Ezra Peisach | 2001-04-12 | 2 | -6/+5 |
| * | some stuff to be fixed in des code | Ken Raeburn | 2001-04-10 | 1 | -0/+5 |
| * | more casting cleanup | Ken Raeburn | 2001-04-10 | 9 | -13/+26 |
| * | fix/add casts as needed | Ken Raeburn | 2001-04-10 | 16 | -15/+50 |
| * | more cleanup - add const, reduce casting | Ken Raeburn | 2001-04-10 | 8 | -41/+51 |
| * | use const for some inputs (when practical) without changing api | Ken Raeburn | 2001-04-10 | 4 | -25/+36 |
| * | fix pathname in comment | Ken Raeburn | 2001-04-10 | 1 | -1/+1 |
| * | * des_int.h: Don't use PROTOTYPE macro. | Ken Raeburn | 2001-04-10 | 2 | -68/+80 |
| * | afsstring2key.c, destest.c: Don't use PROTOTYPE macro | Ken Raeburn | 2001-04-10 | 3 | -5/+9 |
| * | update comments | Ken Raeburn | 2001-03-15 | 1 | -3/+13 |
| * | t_nfold.c: run n-fold test vector from kerberos-revisions draft | Ken Raeburn | 2001-03-15 | 2 | -1/+68 |
| * | minor cleanup + audit issues | Ken Raeburn | 2001-03-15 | 4 | -81/+79 |
| * | audit issues | Ken Raeburn | 2001-03-15 | 1 | -0/+7 |
| * | * shs.h: Stop using KRB5_PROTOTYPE | Ken Raeburn | 2001-03-15 | 2 | -9/+9 |
| * | minor cleanup + audit issues | Ken Raeburn | 2001-03-15 | 4 | -22/+18 |
| * | * crc-32.h: Stop using PROTOTYPE macro | Ken Raeburn | 2001-03-15 | 2 | -2/+5 |
| * | * Makefile.in (STLIBOBJS): Undo last change | Ken Raeburn | 2001-03-13 | 2 | -1/+5 |
| * | * make_random_key.c, old_api_glue.c: Do not use a variable named | Ezra Peisach | 2001-03-11 | 3 | -9/+14 |
| * | use prototype-style function defs. meant to attach this log with last checkin... | Ken Raeburn | 2001-03-09 | 1 | -0/+5 |
| * | Makefile.in (STLIBOBJS): Nothing uses des_stringtokey.o, drop it | Ken Raeburn | 2001-03-09 | 5 | -28/+25 |
| * | Use krb5int_ prefix for internal "provider" structures | Ken Raeburn | 2001-03-09 | 20 | -43/+65 |
| * | krb5_const -> const | Ken Raeburn | 2001-03-06 | 41 | -208/+245 |
| * | prng.c: use des3 now | Ken Raeburn | 2001-03-06 | 2 | -14/+19 |
| * | * make_checksum.c (krb5_c_make_checksum): Clear checksum contents pointer after | Ken Raeburn | 2001-01-30 | 2 | -0/+6 |
| * | more afsstring2key unterminated-input checks & fixes | Ken Raeburn | 2001-01-25 | 2 | -2/+25 |
| * | * t_afss2k.c: Extend test cases to cover situation where krb5_data refers to | Ken Raeburn | 2001-01-25 | 3 | -18/+49 |
| * | * stringtokey.c (kerberos): Now const. | Ken Raeburn | 2001-01-24 | 2 | -2/+7 |
| * | missed a variable that should've been made const | Ken Raeburn | 2001-01-21 | 2 | -2/+3 |
| * | add mit copyright | Ken Raeburn | 2001-01-21 | 1 | -0/+24 |
| * | fix year for last change | Ken Raeburn | 2001-01-21 | 1 | -1/+1 |
| * | make afs string2key thread-safe | Ken Raeburn | 2001-01-20 | 2 | -53/+63 |
| * | add some comments | Ken Raeburn | 2001-01-20 | 1 | -0/+5 |
| * | new test case for afs string2key | Ken Raeburn | 2001-01-20 | 3 | -2/+106 |
| * | * nfold.c (krb5_nfold): inbots and outbits are now unsigned int | Ezra Peisach | 2000-10-17 | 3 | -3/+9 |
| * | * hash_sha1.c (k5_sha1_hash): Cast length field in shsUpdate call | Ezra Peisach | 2000-10-17 | 2 | -1/+6 |
| * | * des_int.h: Change prototypes for mit_des_cbc_encrypt(), | Ezra Peisach | 2000-10-17 | 7 | -12/+32 |
| * | * descbc.c, k5_md4des.c, k5_md5des.c, t_cksum.c: Cleanup unsigned | Ezra Peisach | 2000-09-25 | 6 | -20/+34 |
| * | * afsstring2key.c: Initialization of S[8][64] - each 64 elements | Ezra Peisach | 2000-06-30 | 2 | -32/+37 |
| * | crypto_libinit.c: Add prototype for prng_cleanup() | Ezra Peisach | 2000-06-30 | 2 | -0/+6 |