blob: c903fdd9e1992319843584c651e5e2378b697a3c (
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
121
122
123
124
125
126
127
|
Sat Feb 22 18:46:38 1997 Richard Basch <basch@lehman.com>
* Makefile.in: Move list file construction to win-post.in
Thu Jan 30 21:30:32 1997 Richard Basch <basch@lehman.com>
* crc.c: Declare the functions to take const pointers, where possible.
Thu Nov 21 00:58:04 EST 1996 Richard Basch <basch@lehman.com>
* Makefile.in: Win32 build
Sun Dec 29 21:53:25 1996 Tom Yu <tlyu@mit.edu>
* Makefile.in:
* configure.in: Update to use new library building procedure.
Tue May 14 19:33:27 1996 Richard Basch <basch@lehman.com>
* crc.c: ensure the cksum content length is sufficient
* crctest.c: set the cksum length field.
Sat Mar 30 22:54:12 1996 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (SRCS): Removed crctest.c from the SRCS list, since
it's only a test program and it confuses the Macintosh build.
Fri Oct 6 21:59:30 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (CFLAGS): Remove ##DOS!include of config/windows.in.
config/windows.in is now included by wconfig.
Mon Sep 25 16:48:23 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the
Makefile.
Wed Sep 13 10:28:47 1995 Keith Vetter (keithv@fusion.com)
* crc.c: put function prototype back in.
Fri Jul 7 16:10:52 EDT 1995 Paul Park (pjpark@mit.edu)
* crc.c - Use CRC32_CKSUM_LENGTH where appropriate. Add checksum
verifier procedure.
Wed Jun 21 10:51:33 1995 <tytso@rsx-11.mit.edu>
* crc.c: Change PROTOTYPE -> KRB5_PROTOTYPE
Fri Jun 9 19:18:36 1995 <tytso@rsx-11.mit.edu>
* configure.in: Remove standardized set of autoconf macros, which
are now handled by CONFIG_RULES.
Thu May 25 22:15:49 1995 Theodore Y. Ts'o (tytso@dcl)
* configure.in, Makefile.in: Add support for shared libraries.
Thu Apr 13 15:49:16 1995 Keith Vetter (keithv@fusion.com)
* *.[ch]: removed unneeded INTERFACE from non-api functions.
* *.h added FAR to pointers visible at to the world.
Thu Mar 16 21:14:15 1995 John Gilmore (gnu at toad.com)
* Makefile.in (crctest, crctest.exe): Replace crctest-unix and
crctest-windows with versions that work for Mac too.
(check): Build and run crctest$(EXEEXT). This runs on MPW now.
Tue Mar 14 17:20:47 1995 Keith Vetter (keithv@fusion.com)
* crc.c: removed method for pulling in a data structure (windows),
and turned an int into a size_t for corrected 'signed'ness.
Fri Mar 3 19:01:59 1995 Keith Vetter (keithv@fusion.com)
* crc.c: added a method to pull in a data structure
from outside a dll.
Thu Mar 2 17:48:08 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: changed LIBNAME for the PC
* crc.c, crctest.c: added cast on the assignment of bits of
a long into characters.
Mon Feb 20 15:37:10 1995 Keith Vetter (keithv@fusion.com)
* crc.c: changed API to INTERFACE
Fri Feb 20 11:08:00 1995 Keith Vetter (keithv@fusion.com)
* crc.c: added function prototype and removed a function
pointer cast.
Mon Feb 6 19:24:13 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: made to work under Windows
- added windows only make preamble
- moved the all target after the objects it depends on
- used $(OBJEXT) and $(EXEEXT) where needed
- split crctest into unix rules and windows rules
- changed file separatars into macros where needed
* crctest.c: changed int to long to work on 16 bit machines
* crc.c: added Windows calling convention to the function
and casted the assignment of the function.
Wed Jan 25 20:01:33 1995 John Gilmore (gnu at toad.com)
* crc-32.h: New file, moved from include/krb5/crc-32.h.
* crc.c, crctest.c: Replace <.../...> includes with "..."s.
Wed Oct 19 12:27:16 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Don't use LDFLAGS, but CCFLAGS since CCFLAGS is
configurable.
Wed Oct 12 02:24:04 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Run crctest on a "make check". Clean up the
crctest program on a "make clean".
Tue Oct 4 14:53:54 1994 Theodore Y. Ts'o (tytso@dcl)
* crc.c: Added placeholder for magic number
|