summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/keyhash_provider/ChangeLog
blob: 9e6a153ed0fe4d88abfed792c86f27d0289f8224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
2003-01-10  Ken Raeburn  <raeburn@mit.edu>

	* Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.

2002-12-23  Ezra Peisach  <epeisach@bu.edu>

	* t_cksum.c: Cleanup (potential) variable used before set warning.

2002-10-09  Ken Raeburn  <raeburn@mit.edu>

	* Makefile.in (t_cksum4, t_cksum5): Include com_err library when
	linking.

2002-08-29  Ken Raeburn  <raeburn@mit.edu>

	* Makefile.in: Revert $(S)=>/ change, for Windows support.

2002-08-23  Ken Raeburn  <raeburn@mit.edu>

	* Makefile.in: Change $(S)=>/ and $(U)=>.. globally.

2001-12-14  Ezra Peisach  <epeisach@mit.edu>

	* hmac_md5.c (k5_hmac_md5_hash): Test if malloc returns NULL and
	not the argument to malloc.

2001-12-05  Ezra Peisach  <epeisach@mit.edu>

	* t_cksum.c (main): Free memory leak in tests.

2001-10-28  Jeff Altman <jaltman@columbia.edu>

        * 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  <hartmans@mit.edu>

	* 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  <hartmans@mit.edu>

	* 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  <epeisach@mit.edu>

	* 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  <raeburn@mit.edu>

	* 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  <raeburn@mit.edu>

	* descbc.c, k5_md4des.c, k5_md5des.c: Use const instead of
	krb5_const.

2000-09-25  Ezra Peisach  <epeisach@mit.edu>

	* 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  <epeisach@mit.edu>

	* descbc.c (k5_descbc_hash): Get rid of unused variable.

2000-01-21  Ken Raeburn  <raeburn@mit.edu>

	* 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  <tritan@mit.edu>

	* 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  <dalmeida@mit.edu>

	* Makefile.in: Do win32 build in subdir.

1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Makefile.in: Set the myfulldir and mydir variables (which are
		relative to buildtop and thisconfigdir, respectively.)