2004-05-13 Ken Raeburn * Makefile.in (t_cksum4, t_cksum5): Link test programs against thread support library. 2003-12-19 Ken Raeburn * descbc.c (mit_des_zeroblock): Don't define here. * k5_md4des.c (mit_des_zeroblock): Don't define here. * k5_md5des.c (mit_des_zeroblock): Don't define here. 2003-07-22 Ken Raeburn * descbc.c (k5_descbc_hash_size): Deleted. (krb5int_keyhash_descbc): Updated. * hmac_md5.c (k5_hmac_md5_hash_size): Deleted. (krb5int_keyhash_hmac_md5): Updated. * k5_md4des.c (k5_md4des_hash_size): Deleted. (krb5int_keyhash_md4des): Updated. * k5_md5des.c (k5_md5des_hash_size): Deleted. (krb5int_keyhash_md5des): Updated. * t_cksum.c (main): Use the hashsize field instead of calling a function. 2003-07-17 Ken Raeburn * Makefile.in (LIBNAME) [##WIN16##]: Don't define. 2003-01-10 Ken Raeburn * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag. 2002-12-23 Ezra Peisach * t_cksum.c: Cleanup (potential) variable used before set warning. 2002-10-09 Ken Raeburn * Makefile.in (t_cksum4, t_cksum5): Include com_err library when linking. 2002-08-29 Ken Raeburn * Makefile.in: Revert $(S)=>/ change, for Windows support. 2002-08-23 Ken Raeburn * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. 2001-12-14 Ezra Peisach * hmac_md5.c (k5_hmac_md5_hash): Test if malloc returns NULL and not the argument to malloc. 2001-12-05 Ezra Peisach * t_cksum.c (main): Free memory leak in tests. 2001-10-28 Jeff Altman * Makefile.in - added dependency info for hmac_md5.c Fixed typo $(OUTP)hmac_md5.c -> $(OUTPRE)hmac_md5.c which prevented builds on Windows. 2001-10-23 Sam Hartman * t_cksum.c (main): Include usage argument to verify * k5_md5des.c (k5_md5des_verify): Add usage * k5_md4des.c (k5_md4des_verify): Add usage 2001-10-22 Sam Hartman * keyhash_provider.h hmac_md5.c: Implement Microsoft hmac-md5 keyhash provider * t_cksum.c (main): Include key usage in hash call. * k5_md5des.c (k5_md5des_hash): add usage * k5_md4des.c (k5_md4des_hash): add key usage * descbc.c (k5_descbc_hash): Add key usage 2001-05-31 Ezra Peisach * k5_md4des.c (k5_md4des_verify): Get rid of local variable that is assigned to, without side effects, but never used. * k5_md5des.c (k5_md5des_verify): Likewise. 2001-03-09 Ken Raeburn * descbc.c, k5_md4des.c, k5_md5des.c, keyhash_provider.h, t_cksum.c: Use krb5int_ prefix for internal "provider" structures. 2001-03-05 Ken Raeburn * descbc.c, k5_md4des.c, k5_md5des.c: Use const instead of krb5_const. 2000-09-25 Ezra Peisach * descbc.c, k5_md4des.c, k5_md5des.c, t_cksum.c: Cleanup unsigned vs. signed warnings. * Makefile.in (t_cksum5, t_cksum4): Executables do not need to link with the krb5 library. 2000-06-28 Ezra Peisach * descbc.c (k5_descbc_hash): Get rid of unused variable. 2000-01-21 Ken Raeburn * descbc.c (mit_des_zeroblock): Now const, and using C default initializer. (krb5_keyhash_descbc): Now const. * k5_md4des.c (mit_des_zeroblock): Now const, and using C default initializer. (k5_md4des_hash): Change if(a=b) constructs to silence gcc warnings. (k5_md4des_verify): Delete unused variable. (krb5_keyhash_md4des): Now const. * k5_md5des.c (mit_des_zeroblock): Now const, and using C default initializer. (k5_md5des_hash): Change if(a=b) constructs to silence gcc warnings. (k5_md5des_verify): Delete unused variable. (krb5_keyhash_md5des): Now const. * keyhash_provider.h: Updated krb5_keyhash_* decls. 1999-10-26 Wilfredo Sanchez * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES such that one can override CFLAGS from the command line without losing CPP search patchs and defines. Some associated Makefile cleanup. Mon May 10 15:19:24 1999 Danilo Almeida * Makefile.in: Do win32 build in subdir. 1998-11-13 Theodore Ts'o * Makefile.in: Set the myfulldir and mydir variables (which are relative to buildtop and thisconfigdir, respectively.)