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