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
|
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.)
|