| Commit message (Expand) | Author | Age | Files | Lines |
* | fix checksum array to match defines in encryption.h | John Kohl | 1990-11-20 | 1 | -1/+6 |
* | use macros from encryption.h | John Kohl | 1990-11-20 | 1 | -1/+1 |
* | use macros from encryption.h | John Kohl | 1990-11-20 | 1 | -19/+12 |
* | use macros for encryption functions | John Kohl | 1990-11-20 | 1 | -14/+11 |
* | comment that XEROX is snefru | John Kohl | 1990-11-20 | 1 | -2/+2 |
* | don't need types defined here, see <encryption.h> | John Kohl | 1990-11-20 | 2 | -6/+5 |
* | change name for checksum type #define | John Kohl | 1990-11-20 | 1 | -1/+1 |
* | v4 compatibility is commented out | Donald Davis | 1990-11-19 | 1 | -1/+6 |
* | add config options for prototype size | John Kohl | 1990-11-19 | 1 | -1/+6 |
* | current VAX tree needs narrow prototypes | John Kohl | 1990-11-19 | 1 | -0/+1 |
* | add NARROW_PROTOTYPES | John Kohl | 1990-11-19 | 1 | -0/+4 |
* | *** empty log message *** | John Kohl | 1990-11-19 | 2 | -0/+65 |
* | changes for narrow/wide prototypes | John Kohl | 1990-11-19 | 7 | -18/+52 |
* | changes for narrow/wide prototypes | John Kohl | 1990-11-19 | 1 | -0/+6 |
* | add support for narrow/wide prototypes | John Kohl | 1990-11-19 | 1 | -99/+113 |
* | remove confounder | John Kohl | 1990-11-19 | 1 | -3/+7 |
* | allow narrow or wide prototypes | John Kohl | 1990-11-19 | 3 | -11/+39 |
* | 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 |
* | change bcmp to memcmp | John Kohl | 1990-11-15 | 1 | -1/+1 |
* | use memset in place of bzero | John Kohl | 1990-11-15 | 1 | -1/+1 |
* | removed decl of setenv() as it is also in telnetd/local-proto.h | Paul Borman | 1990-11-14 | 1 | -1/+1 |
* | Added the ``common'' subdirectory | Paul Borman | 1990-11-14 | 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 |
* | change bzero to memset | John Kohl | 1990-11-08 | 5 | -12/+16 |
* | use memset instead of bzero | John Kohl | 1990-11-08 | 1 | -1/+1 |
* | change bzero to memset | John Kohl | 1990-11-08 | 3 | -12/+12 |
* | 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 |
* | add USE_STRING_H test | John Kohl | 1990-11-08 | 1 | -0/+4 |
* | 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 |
* | change bcopy to memcpy | John Kohl | 1990-11-08 | 1 | -1/+1 |
* | change bcopy to memcpy, bzero to memset | John Kohl | 1990-11-08 | 1 | -4/+4 |
* | 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 |
* | bcopy->memcpy, bcmp->memcmp | John Kohl | 1990-11-08 | 1 | -5/+6 |
* | Added routines to write authdata structures | Ken Raeburn | 1990-11-08 | 1 | -0/+36 |