summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix checksum array to match defines in encryption.hJohn Kohl1990-11-201-1/+6
* use macros from encryption.hJohn Kohl1990-11-201-1/+1
* use macros from encryption.hJohn Kohl1990-11-201-19/+12
* use macros for encryption functionsJohn Kohl1990-11-201-14/+11
* comment that XEROX is snefruJohn Kohl1990-11-201-2/+2
* don't need types defined here, see <encryption.h>John Kohl1990-11-202-6/+5
* change name for checksum type #defineJohn Kohl1990-11-201-1/+1
* v4 compatibility is commented outDonald Davis1990-11-191-1/+6
* add config options for prototype sizeJohn Kohl1990-11-191-1/+6
* current VAX tree needs narrow prototypesJohn Kohl1990-11-191-0/+1
* add NARROW_PROTOTYPESJohn Kohl1990-11-191-0/+4
* *** empty log message ***John Kohl1990-11-192-0/+65
* changes for narrow/wide prototypesJohn Kohl1990-11-197-18/+52
* changes for narrow/wide prototypesJohn Kohl1990-11-191-0/+6
* add support for narrow/wide prototypesJohn Kohl1990-11-191-99/+113
* remove confounderJohn Kohl1990-11-191-3/+7
* allow narrow or wide prototypesJohn Kohl1990-11-193-11/+39
* Since we're going to need to have glue library anyway, quad_checksumTheodore Tso1990-11-161-6/+2
* Added krb_glue.c, read_password.c, and quad_cksum.cTheodore Tso1990-11-151-2/+8
* use memset rather than bzeroJohn Kohl1990-11-151-1/+1
* change bcmp to memcmpJohn Kohl1990-11-151-1/+1
* use memset in place of bzeroJohn Kohl1990-11-151-1/+1
* removed decl of setenv() as it is also in telnetd/local-proto.hPaul Borman1990-11-141-1/+1
* Added the ``common'' subdirectoryPaul Borman1990-11-141-1/+1
* use comments after #endifJohn Kohl1990-11-081-1/+1
* mis-typed the conversion to memcpyJohn Kohl1990-11-081-1/+1
* change bzero to memsetJohn Kohl1990-11-085-12/+16
* use memset instead of bzeroJohn Kohl1990-11-081-1/+1
* change bzero to memsetJohn Kohl1990-11-083-12/+12
* don't declare external things here, use <krb5/ext-proto.h>John Kohl1990-11-081-11/+1
* change bcopy to memcpy, bzero to memsetJohn Kohl1990-11-0810-32/+32
* add USE_STRING_H testJohn Kohl1990-11-081-0/+4
* change bzero to memsetJohn Kohl1990-11-086-6/+6
* change bzero to memsetJohn Kohl1990-11-087-11/+11
* change bzero to memsetJohn Kohl1990-11-0817-42/+52
* change bcopy to memcpy, memset to bzeroJohn Kohl1990-11-086-19/+20
* change bcopy to memcpyJohn Kohl1990-11-083-12/+12
* change bcopy to memcpyJohn Kohl1990-11-081-1/+1
* change bcopy to memcpy, bzero to memsetJohn Kohl1990-11-081-4/+4
* use memset/memcpy in the xbzero/xbcopy macrosJohn Kohl1990-11-081-2/+2
* change bzero to memsetJohn Kohl1990-11-082-8/+8
* change bcopy to memcpyJohn Kohl1990-11-082-8/+7
* change bcopy to memcpyJohn Kohl1990-11-081-8/+2
* use memcmp rather than bcmpJohn Kohl1990-11-083-5/+6
* use memcpm rather than bcmpJohn Kohl1990-11-081-1/+1
* change bcmp to memcmp, bcopy to memcpyJohn Kohl1990-11-082-21/+21
* change bcmp to memcmp, bcopy to memcpyJohn Kohl1990-11-081-2/+2
* change bcmp to memcmpJohn Kohl1990-11-081-2/+2
* bcopy->memcpy, bcmp->memcmpJohn Kohl1990-11-081-5/+6
* Added routines to write authdata structuresKen Raeburn1990-11-081-0/+36