use symbolic name for checksum type
[heimdal.git] / lib / otp / ChangeLog
blob3006db2277b50bedf625807cc5ad74e291738263
1 2003-04-16  Love Hörnquist Ã…strand  <lha@it.su.se>
3         * roken_rename.h: rename strlcat, strlcpy
4         * Makefile.am: (ES): add strlcpy.c and strlcat.c
5         * otp_db.c: use strlcpy, from openbsd
6         * otp_md.c: use strlcat/strlcpy, from openbsd
7         * otp_challenge.c: do strdup again, we desupport ultrix
8         
9 2002-09-10  Johan Danielsson  <joda@pdc.kth.se>
11         * otp_md.c: if we only have old hash names, we need to include
12         functions here that do the work
14 2002-05-20  Johan Danielsson  <joda@pdc.kth.se>
16         * otp_db.c: fix ndbm test
18 2002-05-17  Johan Danielsson  <joda@pdc.kth.se>
20         * Makefile.am: add hooks for ndbm_wrap
22         * otp_db.c: use ndbm_wrap
24 2001-07-12  Assar Westerlund  <assar@sics.se>
26         * Makefile.am: add required library dependencies
28 2001-01-30  Assar Westerlund  <assar@sics.se>
30         * Makefile.am (libotp_la_LDFLAGS): bump version to 1:2:1
32 2001-01-29  Assar Westerlund  <assar@sics.se>
34         * otp_md.c: update to new md4/md5/sha API
36 2000-12-11  Assar Westerlund  <assar@sics.se>
38         * Makefile.am (INCLUDES): add krb4 includes here, which are
39         somewhat bogusly used when linking against libdes supplied by krb4
41 2000-07-25  Johan Danielsson  <joda@pdc.kth.se>
43         * Makefile.am: bump version to 1:1:1
45 2000-07-01  Assar Westerlund  <assar@sics.se>
47         *  const-ify
49 2000-02-07  Assar Westerlund  <assar@sics.se>
51         * Makefile.am: update version to 1:0:1
53 2000-01-26  Assar Westerlund  <assar@sics.se>
55         * otp_md.c: update to pseudo-standard APIs for md4,md5,sha.
56         * otp_md.c: start using the pseudo-standard APIs for the hash
57         functions
59 1999-10-20  Assar Westerlund  <assar@sics.se>
61         * Makefile.am: set version to 0:1:0
63 Fri Mar 19 14:52:48 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
65         * Makefile.am: add version-info
67 Thu Mar 18 11:24:19 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
69         * Makefile.am: include Makefile.am.common
71 Sat Mar 13 22:27:10 1999  Assar Westerlund  <assar@sics.se>
73         * otp_parse.c: unsigned-ify
75 Sun Nov 22 10:44:16 1998  Assar Westerlund  <assar@sics.se>
77         * Makefile.in (WFLAGS): set
79 Mon May 25 05:27:07 1998  Assar Westerlund  <assar@sics.se>
81         * Makefile.in (clean): try to remove shared library debris
83 Sat May 23 20:54:28 1998  Assar Westerlund  <assar@sics.se>
85         * Makefile.am: link with DBLIB
87 Sun Apr 19 09:59:46 1998  Assar Westerlund  <assar@sics.se>
89         * Makefile.in: add symlink magic for linux
91 Sat Feb  7 07:27:18 1998  Assar Westerlund  <assar@sics.se>
93         * otp_db.c (otp_put): make sure we don't overrun `buf'
95 Sun Nov  9 07:14:59 1997  Assar Westerlund  <assar@sics.se>
97         * otp_locl.h: use xdbm.h