blob: cd5d61d03390611d1d0acfa91c7dfb05e294c4bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Thu Sep 29 15:52:22 1994 Theodore Y. Ts'o (tytso@dcl)
* dump.c (update_ok_file): Make sure mod time on the dump_ok file
is updated. (Some systems don't update the mod-time when
a file is opened for writing.)
* Makefile.in: Relink executable when libraries change.
* kdb5_edit.c (show_principal): Pass variable with correct type to
ctime().
* tcl_wrapper.c (doquit):
ss_wrapper.c (main):
kdb5_edit.c:
dump.c: Exit with a non-zero exit status if there was an error
in a executed command.
Thu Sep 15 11:00:30 1994 Theodore Y. Ts'o (tytso@dcl)
* dump.c (load_db): Fix error string on failed fopen. ("for
writing" -> "for reading")
|