aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin/passwd/ChangeLog
blob: 5b50393154ebfe75aaae8a2d4f6c9c0f73756ae5 (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
Wed Nov 13 19:23:15 1996  Tom Yu  <tlyu@mit.edu>

	* unit-test/Makefile.in (clean): Remove logfiles.

Sun Nov 10 09:40:48 1996  Ezra Peisach  <epeisach@mit.edu>

	* Makefile.in, configure.in: Check for Perl, tcl, and runtest and
	 	only run tests if present.
	
Thu Sep 26 17:50:23 1996  Barry Jaspan  <bjaspan@mit.edu>

	* unit-test/Makefile.in, unit-test/kpasswd.0/principal.exp: use
 	whoami instead of user (USER princ now created by init_db)

Fri Sep 20 17:32:19 1996  Barry Jaspan  <bjaspan@mit.edu>

	* configure.in: add unit-test subdirectory

	* unit-test/: create configure.in and Makefile.in
	
Tue Sep 10 14:17:45 1996  Tom Yu  <tlyu@mit.edu>

	* kpasswd.M: remove ".so man1/header.doc"

Sat Sep  7 02:13:32 1996  Sam Hartman  <hartmans@planet-zorp.MIT.EDU>

	* Makefile.in (install): Fix BINDIR to be CLIENT_BINDIR

Fri Aug 23 14:17:42 1996  Sam Hartman  <hartmans@mit.edu>

	* Makefile.in (install): Install in bin not sbin.

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.