blob: ebb991c59b6e3bd3ee49c7ea8a8065bc4d13db03 (
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
|
Thu Aug 15 19:30:18 1996 Tom Yu <tlyu@mit.edu>
* configure.in: Add USE_KDB5_LIBRARY to pick up -ldb. Recent
changes to db-ndbm.h and k5-int.h cause ndbm.h to no
longer be included, which means that the dbm_error and
dbm_clearerr are no longer necessarily macros (as they
often are in ndbm.h), so must be pulled in from libdb.
Mon Aug 12 12:01:28 1996 Barry Jaspan <bjaspan@mit.edu>
* configure.in, Makefile.in: don't build kpasswd.local (not really
needed)
Tue Aug 6 11:35:45 1996 Tom Yu <tlyu@voltage-multiplier.mit.edu>
* kpasswd.c (kpasswd): call ovsec_kadm_init with
KADM5_CHANGEPW_SERVICE so that ovsec principals don't need
to exist in the db.
Mon Jul 22 04:07:02 1996 Marc Horowitz <marc@mit.edu>
* tty_kpasswd.c: main returns int, not void
Thu Jul 18 19:46:24 1996 Marc Horowitz <marc@mit.edu>
* configure.in: removed ET_RULES, replaced with AC_PROG_AWK
Wed Jul 10 01:28:12 1996 Marc Horowitz <marc@mit.edu>
* Makefile.in, configure.in: added autoconf support
Tue Jul 9 15:03:13 1996 Marc Horowitz <marc@mit.edu>
* kpasswd.c, tty_kpasswd.c, xm_kpasswd.c: renamed
<ovsec_admin/foo.h> to <kadm5/foo.h>
* configure.in (CONFIG_DIRS): build the subdirs for the new admin
system, not the old one.
|