| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added `stdio' subdirectory | Ken Raeburn | 1990-11-28 | 1 | -1/+1 |
| * | Added prototypes from scc_maybe.c | Ken Raeburn | 1990-11-28 | 1 | -0/+4 |
| * | Changed structure name to unique (fcc-specific) name | Ken Raeburn | 1990-11-28 | 1 | -1/+1 |
| * | Renamed structure to unique name | Ken Raeburn | 1990-11-28 | 1 | -1/+1 |
| * | Reordered functions for potentially better optimization (with gcc); | Ken Raeburn | 1990-11-28 | 1 | -32/+68 |
| * | Added declarations of authdata i/o routines | Ken Raeburn | 1990-11-28 | 1 | -0/+4 |
| * | Zero out credentials structure correctly; handle reading of authdata | Ken Raeburn | 1990-11-28 | 1 | -1/+13 |
| * | Replace bzero with memset | Ken Raeburn | 1990-11-28 | 1 | -1/+1 |
| * | ifdef some names that might not be available | Ken Raeburn | 1990-11-28 | 1 | -0/+4 |
| * | Write out authdata component as well | Ken Raeburn | 1990-11-28 | 1 | -0/+2 |
| * | krb5_kt_resolve now takes a const *, so no cast needed | John Kohl | 1990-11-27 | 1 | -1/+1 |
| * | name is now const | John Kohl | 1990-11-27 | 1 | -3/+3 |
| * | fix const binding to correct place | John Kohl | 1990-11-27 | 1 | -1/+1 |
| * | fix up dependency stage | John Kohl | 1990-11-20 | 1 | -0/+2 |
| * | depend must make sure des.c is done (meaning all the generated include files) | John Kohl | 1990-11-20 | 1 | -0/+2 |
| * | don't include mit-des.h twice, if needed more than once | John Kohl | 1990-11-20 | 1 | -0/+6 |
| * | don't need rc_io.h twice | John Kohl | 1990-11-20 | 1 | -1/+0 |
| * | use new macro for assigning encryption system pointers | John Kohl | 1990-11-20 | 9 | -9/+9 |
| * | fix checksum array to match defines in encryption.h | John Kohl | 1990-11-20 | 1 | -1/+6 |
| * | change name for checksum type #define | John Kohl | 1990-11-20 | 1 | -1/+1 |
| * | changes for narrow/wide prototypes | John Kohl | 1990-11-19 | 5 | -11/+35 |
| * | changes for narrow/wide prototypes | John Kohl | 1990-11-19 | 1 | -0/+6 |
| * | Since we're going to need to have glue library anyway, quad_checksum | Theodore Tso | 1990-11-16 | 1 | -6/+2 |
| * | Added krb_glue.c, read_password.c, and quad_cksum.c | Theodore Tso | 1990-11-15 | 1 | -2/+8 |
| * | use memset rather than bzero | John Kohl | 1990-11-15 | 1 | -1/+1 |
| * | use comments after #endif | John Kohl | 1990-11-08 | 1 | -1/+1 |
| * | mis-typed the conversion to memcpy | John Kohl | 1990-11-08 | 1 | -1/+1 |
| * | don't declare external things here, use <krb5/ext-proto.h> | John Kohl | 1990-11-08 | 1 | -11/+1 |
| * | change bcopy to memcpy, bzero to memset | John Kohl | 1990-11-08 | 10 | -32/+32 |
| * | change bzero to memset | John Kohl | 1990-11-08 | 6 | -6/+6 |
| * | change bzero to memset | John Kohl | 1990-11-08 | 7 | -11/+11 |
| * | change bzero to memset | John Kohl | 1990-11-08 | 17 | -42/+52 |
| * | change bcopy to memcpy, memset to bzero | John Kohl | 1990-11-08 | 6 | -19/+20 |
| * | change bcopy to memcpy | John Kohl | 1990-11-08 | 3 | -12/+12 |
| * | use memset/memcpy in the xbzero/xbcopy macros | John Kohl | 1990-11-08 | 1 | -2/+2 |
| * | change bzero to memset | John Kohl | 1990-11-08 | 2 | -8/+8 |
| * | change bcopy to memcpy | John Kohl | 1990-11-08 | 2 | -8/+7 |
| * | change bcopy to memcpy | John Kohl | 1990-11-08 | 1 | -8/+2 |
| * | use memcmp rather than bcmp | John Kohl | 1990-11-08 | 3 | -5/+6 |
| * | use memcpm rather than bcmp | John Kohl | 1990-11-08 | 1 | -1/+1 |
| * | change bcmp to memcmp, bcopy to memcpy | John Kohl | 1990-11-08 | 2 | -21/+21 |
| * | change bcmp to memcmp, bcopy to memcpy | John Kohl | 1990-11-08 | 1 | -2/+2 |
| * | change bcmp to memcmp | John Kohl | 1990-11-08 | 1 | -2/+2 |
| * | Added routines to write authdata structures | Ken Raeburn | 1990-11-08 | 1 | -0/+36 |
| * | Fixed up error catching in a couple of cases; added routines to read | Ken Raeburn | 1990-11-08 | 1 | -6/+84 |
| * | add rsa-md4 | John Kohl | 1990-11-08 | 1 | -1/+1 |
| * | *** empty log message *** | John Kohl | 1990-11-08 | 2 | -0/+79 |
| * | fix indentation to remove extra space from documentation file | John Kohl | 1990-11-08 | 1 | -119/+131 |
| * | change to copy onto stack to avoid modifying input in MDupdate | John Kohl | 1990-11-08 | 1 | -15/+30 |
| * | add MD4 support | John Kohl | 1990-11-08 | 1 | -0/+8 |