source: heimdal/trunk/lib/otp/ChangeLog@ 4

Last change on this file since 4 was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

File size: 3.3 KB
Line 
12007-07-17 Love Hörnquist Å
2strand <lha@it.su.se>
3
4 * Makefile.am: split source files in dist and nodist.
5
62007-07-10 Love Hörnquist Å
7strand <lha@it.su.se>
8
9 * Makefile.am: New library version
10
112007-06-07 Assar Westerlund <assar@kth.se>
12
13 * otp_parse.c: NIIL should be NIL
14
152006-05-08 Love Hörnquist Å
16strand <lha@it.su.se>
17
18 * otp_parse.c: Less "pointer targets in passing argument differ in
19 signedness" warnings.
20
212005-07-09 Love Hörnquist Å
22strand <lha@it.su.se>
23
24 * otp.h: remove parameter names to avoid shadow warnings
25
262005-07-07 Love Hörnquist Å
27strand <lha@it.su.se>
28
29 * otp_parse.c (parse_words): avoid const warnings by making a
30 (shorter) copy of the string instead of truncating it
31
322005-01-09 Love Hörnquist Å
33strand <lha@it.su.se>
34
35 * otp_parse.c: cast argument to tolower to unsigned char
36
372003-04-16 Love Hörnquist Å
38strand <lha@it.su.se>
39
40 * roken_rename.h: rename strlcat, strlcpy
41 * Makefile.am: (ES): add strlcpy.c and strlcat.c
42 * otp_db.c: use strlcpy, from openbsd
43 * otp_md.c: use strlcat/strlcpy, from openbsd
44 * otp_challenge.c: do strdup again, we desupport ultrix
45
462002-09-10 Johan Danielsson <joda@pdc.kth.se>
47
48 * otp_md.c: if we only have old hash names, we need to include
49 functions here that do the work
50
512002-05-20 Johan Danielsson <joda@pdc.kth.se>
52
53 * otp_db.c: fix ndbm test
54
552002-05-17 Johan Danielsson <joda@pdc.kth.se>
56
57 * Makefile.am: add hooks for ndbm_wrap
58
59 * otp_db.c: use ndbm_wrap
60
612001-07-12 Assar Westerlund <assar@sics.se>
62
63 * Makefile.am: add required library dependencies
64
652001-01-30 Assar Westerlund <assar@sics.se>
66
67 * Makefile.am (libotp_la_LDFLAGS): bump version to 1:2:1
68
692001-01-29 Assar Westerlund <assar@sics.se>
70
71 * otp_md.c: update to new md4/md5/sha API
72
732000-12-11 Assar Westerlund <assar@sics.se>
74
75 * Makefile.am (INCLUDES): add krb4 includes here, which are
76 somewhat bogusly used when linking against libdes supplied by krb4
77
782000-07-25 Johan Danielsson <joda@pdc.kth.se>
79
80 * Makefile.am: bump version to 1:1:1
81
822000-07-01 Assar Westerlund <assar@sics.se>
83
84 * const-ify
85
862000-02-07 Assar Westerlund <assar@sics.se>
87
88 * Makefile.am: update version to 1:0:1
89
902000-01-26 Assar Westerlund <assar@sics.se>
91
92 * otp_md.c: update to pseudo-standard APIs for md4,md5,sha.
93 * otp_md.c: start using the pseudo-standard APIs for the hash
94 functions
95
961999-10-20 Assar Westerlund <assar@sics.se>
97
98 * Makefile.am: set version to 0:1:0
99
100Fri Mar 19 14:52:48 1999 Johan Danielsson <joda@hella.pdc.kth.se>
101
102 * Makefile.am: add version-info
103
104Thu Mar 18 11:24:19 1999 Johan Danielsson <joda@hella.pdc.kth.se>
105
106 * Makefile.am: include Makefile.am.common
107
108Sat Mar 13 22:27:10 1999 Assar Westerlund <assar@sics.se>
109
110 * otp_parse.c: unsigned-ify
111
112Sun Nov 22 10:44:16 1998 Assar Westerlund <assar@sics.se>
113
114 * Makefile.in (WFLAGS): set
115
116Mon May 25 05:27:07 1998 Assar Westerlund <assar@sics.se>
117
118 * Makefile.in (clean): try to remove shared library debris
119
120Sat May 23 20:54:28 1998 Assar Westerlund <assar@sics.se>
121
122 * Makefile.am: link with DBLIB
123
124Sun Apr 19 09:59:46 1998 Assar Westerlund <assar@sics.se>
125
126 * Makefile.in: add symlink magic for linux
127
128Sat Feb 7 07:27:18 1998 Assar Westerlund <assar@sics.se>
129
130 * otp_db.c (otp_put): make sure we don't overrun `buf'
131
132Sun Nov 9 07:14:59 1997 Assar Westerlund <assar@sics.se>
133
134 * otp_locl.h: use xdbm.h
135
Note: See TracBrowser for help on using the repository browser.