source: trunk/third/cns/src/admin/ChangeLog @ 8789

Revision 8789, 4.2 KB checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8788, which included commits to RCS files with non-trunk default branches.
Line 
1Tue Jun  4 23:13:15 1996  Marc Horowitz  <marc@mit.edu>
2
3        * kdb_util.c (load_db): conditionalize sys_errlist declaration on
4        HAVE_SYS_ERRLIST_DECL
5        * kdb_init.c (main): conditionalize sys_errlist declaration on
6        HAVE_SYS_ERRLIST_DECL
7        * kdb_edit.c: conditionalize sys_errlist declaration on
8        HAVE_SYS_ERRLIST_DECL
9
10Fri Feb 16 23:13:53 1996  Mark Eichin  <eichin@cygnus.com>
11
12        * kdb_init.c: remove old (no longer used) declarations.
13
14Fri Feb 16 22:40:54 1996  Mark Eichin  <eichin@cygnus.com>
15
16        * kdb_init.c (add_principal): update default expiration to
17        12/31/2009. Use new random number generator.
18        (main): use master key for random seed.
19
20Fri Feb 16 21:10:13 1996  Mark Eichin  <eichin@cygnus.com>
21
22        * kdb_edit.c (main): use master key for random seed.
23        (change_principal): use new random number generator.
24
25Wed Oct 25 15:01:31 1995  Mark Eichin  <eichin@cygnus.com>
26
27        * ext_srvtab.c: Include stdlib.h before kerberos headers to avoid
28        internal definition collisions.
29
30Wed Jul 26 19:42:19 1995  Ken Raeburn  <raeburn@cygnus.com>
31
32        * kdb_util.c (print_time): Convert time value to time_t before
33        passing it to gmtime.
34
35        * ext_srvtab.c: If POSIX is defined, include stdlib.h; otherwise,
36        declare malloc.
37
38Wed Jan  4 17:39:42 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
39
40        * ext_srvtab.c (main): Pass verify to kdb_get_master_key_from.
41        * kdb_edit.c (main): Likewise.
42        * kdb_init.c (main): Likewise.
43        * kstash.c (main): Likewise.
44        * kdb_util.c (convert_old_format_db): Likewise.
45        (convert_new_master_key): Likewise.  Also, add \n to end of
46        prompts before calling kdb_get_master_key.
47
48Thu Nov 17 17:01:07 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
49
50        * kstash.c (main): Exit with 0 on success.
51        * kdb_edit.c (main): Likewise.
52
53Wed Nov 16 17:16:25 1994  Mark Eichin  (eichin@cygnus.com)
54
55        * kstash.c (main): initialize stashfile.
56
57Tue Nov 15 16:45:43 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
58
59        * kdb_edit.c (optarg, optind): Declare.
60        (mkeyfile): New static variable.
61        (main): Comment out code which checks NSIG, since it seems to have
62        no purpose.  Use getopt to process arguments.  Add support for -k
63        argument to set name of key stash file, and use it to call
64        kdb_get_master_key_from rather than kdb_get_master_key.
65        (Usage): Mention -k argument.
66
67Thu Nov  3 17:43:53 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
68
69        * kdb_util.c (convert_new_master_key): Fix error message printf
70        statements so that the format and the number of arguments matches.
71        (convert_old_format_db): Likewise.  Also, don't use %v.
72
73Tue Nov  1 17:15:53 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
74
75        * kdb_edit.c (change_principal): Pass the address of a local
76        time_t variable to localtime, rather than the address of the
77        exp_date field of principal_data, which is unsigned long.
78        * kdb_init.c (add_principal): Similar change for mod_date.
79
80Mon Oct 31 19:38:29 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
81
82        * Makefile.in (CODE): Use Makefile.in instead of Imakefile.
83
84Fri Oct 28 15:16:23 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
85
86        * kdb_init.c (enum ap_op): Avoid trailing comma in enumerator
87        list; it's not permitted by ANSI C.
88        * kdb_util.c (main): Likewise.
89
90        * ext_srvtab.c (main): Cast calls to malloc.
91
92Thu Jul 21 18:47:49 1994  Mark Eichin  (eichin@tweedledumber.cygnus.com)
93
94        * ext_srvtab.c (main): support alternate database, alternate key
95        stash file.
96
97        * kdb_destroy.c (main): support alternate database.
98
99        * kdb_edit.c (Usage): actually document alternate database
100        argument.
101
102        * kstash.c (main): support alternate stashfile.
103        (usage): new function.
104
105Tue Jul  5 11:13:35 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
106
107        * ext_srvtab.c: Include string.h.
108
109Sat Jun 18 08:00:22 1994  John Gilmore  (gnu@cygnus.com)
110
111        * kdb_util.c:  Lint.
112
113Thu Jun 16 16:29:59 1994  John Gilmore  (gnu@cygnus.com)
114
115        * kdb_init.c:  Remove RCS crud.
116
117Tue May 24 06:24:36 1994  John Gilmore  (gnu@cygnus.com)
118
119        * kdb_init.c:  Lint found by adding prototypes to des.h.
120
121Fri May 13 01:37:14 1994  John Gilmore  (gnu@cygnus.com)
122
123        * Makefile.in:  We don't need to force BSD42 on in this directory;
124        it is never used.  Thereby shorten compiler command lines.
125
126Sun May  8 18:05:48 1994  John Gilmore  (gnu@cygnus.com)
127
128        * kstash.c:  Clean out unnecessary include files, etc,
129        particularly <sys/socket.h>.  Pull RCS crud.  Lint.
130
Note: See TracBrowser for help on using the repository browser.