aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kdb4/ChangeLog
blob: 39dfea473f39e7ff562504a23978b39f0161f8e3 (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
72
73
74
75
76
77
78
79
80
81
82
83
84
Fri Jun  9 19:26:57 1995    <tytso@rsx-11.mit.edu>

	* configure.in: Remove standardized set of autoconf macros, which
		are now handled by CONFIG_RULES.

Mon May 22 15:14:17 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>

	* krb_dbm.c (kerb_end_update): Use the POSIX  utime instead of utimes.

Fri Apr 28 16:24:20 1995  Theodore Y. Ts'o  <tytso@dcl>

	* configure.in: Add check for KRB5_POSIX_LOCKS

	* krb_dbm.c: Add #include of fcntl.h; if POSIX_FILE_LOCKS is
		defined, use POSIX-style locking.

Fri Jan 13 18:24:26 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>

	* krb_kdb_utils.c (kdb_verify_master_key): Don't say ``BEWARE!'',
	since it's not clear what to be wary of.

Tue Jan 10 01:16:22 1995  Mark Eichin  <eichin@cygnus.com>

	* krb_dbm.c: add macro for dbm_delete under dbm.
	(kerb_db_del_principal): dbm_delete the key, and handle database
	locking correctly.
	* krb_lib.c (kerb_del_principal): get the principal, to sanity
	check, and then delete it.

Wed Jan  4 17:44:26 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>

	* krb_kdb_utils.c (kdb_get_master_key_from): Add verify argument,
	and pass it to read_password routine.
	(kdb_get_master_key): Add verify argument, and pass it to
	kdb_get_master_key_from.

Thu Nov  3 16:33:34 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>

	* krb_dbm.c (kerb_db_rename): Initialize local variable ok.

Tue Nov  1 16:29:32 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>

	* krb_lib.c: Don't bother to declare strncpy or ctime.  Declare
	getenv only if it is needed.
	(kerb_put_principal): Pass the address of a local time_t variable
	to localtime, rather than principal->mod_date which has type
	unsigned long.
	* krb_cache.c: Don't declare strncpy.
	* print_princ.c: Don't declare strncpy or ctime.

Mon Oct 31 19:40:43 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>

	* Makefile.in (CODE): Remove Imakefile.

Thu Jul 21 17:40:14 1994  Mark Eichin  (eichin@cygnus.com)

	* krb_kdb_utils.c (kdb_get_master_key_from): new function.
	Modification of kdb_get_master_key (which is now only called by
	things that force a prompt anyway, but is kept for compatibility.)
	Takes an extra argument, optional filename to get the key from.

Tue Jul  5 11:21:18 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)

	* print_princ.c (krb_print_principal): Arg to localtime() should
	be time_t*.
	* krb_lib.c (kerb_put_principal): Arg to time() should be time_t*.

	* krb_kdb_utils.c: Include string.h.

Tue Jun 21 00:19:04 1994  John Gilmore  (gnu@cygnus.com)

	* krb_kdb_utils.c:  Lint.

Fri May 20 01:31:04 1994  John Gilmore  (gnu@cygnus.com)

	* Makefile.in:  Don't keep backup files of libraries.  Use LIBEXT.

Fri May 13 02:01:36 1994  John Gilmore  (gnu@cygnus.com)

	* krb_dbm.c:  Move <krb.h> to where it can control #if NDBM.

Mon May  9 00:14:50 1994  John Gilmore  (gnu@cygnus.com)

	* krb_lib.c:  Lint.