summaryrefslogtreecommitdiffstats
path: root/src/clients/klist/ChangeLog
blob: bdbeeb2f6bf4a38d2abac8aed30e80605b5cdb13 (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
85
86
87
88
89
90
91
92
93
94
95
96
97
98

Tue Sep 05 22:10:34 1995   Chris Provenzano (proven@mit.edu)

        * klist.c : Remove krb5_enctype references, and replace with
                krb5_keytype where appropriate.

Mon Aug 21 16:50:54 EDT 1995	Paul Park	(pjpark@mit.edu)
	* klist.c - Add logic to figure out width of time string and then use
		this width to format the timestamp output.  Remove English-
		specific months and let timestamp_to_sfstring() handle it.
		Replace etype string array with enctype_to_string().
	* configure.in - Add -lkadm.


Fri Jul 7 15:54:35 EDT 1995	Paul Park	(pjpark@mit.edu)
	* Makefile.in - Remove explicit library handling and LDFLAGS.
	* configure.in - Add KRB5_LIBRARIES.

Wed Jun 21 10:37:01 1995    <tytso@rsx-11.mit.edu>

	* klist.c: Change PROTOTYPE -> KRB5_PROTOTYPE

Thu Jun 15 17:47:11 EDT 1995	Paul Park	(pjpark@mit.edu)
	* Makefile.in - Change explicit library names to -l<lib> form, and
		change target link line to use $(LD) and associated flags.
	* configure.in - Add shared library usage check.

Fri Jun  9 18:37:35 1995    <tytso@rsx-11.mit.edu>

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

Thu Jun  8 17:46:51 1995    <tytso@rsx-11.mit.edu>

	* klist.c: Integrated patch from OpenVision which allows klist to
		list keytabs as well as ccache's.

Thu May 11 07:31:42 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>

	* klist.c (main): Update usage message to include -e and -f.

	* klist.M: -e flag documented.

Thu May 04 04:24:38 1995  Chris Provenzano (proven@mit.edu)

	* klist.c : Changed progname to argv[0] for consistancy with 
		kdestroy, and to cleanup the code some.

Wed May 03 20:20:48 1995  Chris Provenzano (proven@mit.edu)

	* klist.c : #include <string.h>, a must for prototypes of various 
		string routines on systems where int != void *.

Thu Mar  2 12:31:29 1995  Theodore Y. Ts'o  <tytso@dcl>

	* Makefile.in (ISODELIB): Remove reference to $(ISODELIB).

Wed Mar  1 16:28:00 1995  Theodore Y. Ts'o  <tytso@dcl>

	* configure.in: Replace check for -lsocket and -lnsl with
		WITH_NETLIB check.

Tue Feb 28 02:11:02 1995  John Gilmore  (gnu at toad.com)

	* klist.c:  Avoid <krb5/...> and <com_err.h> includes.

Fri Feb 10 18:44:44 1995  Theodore Y. Ts'o  <tytso@dcl>

	* Makefile.in (ISODELIB): Remove ISODE cruft.  Use $(LIBS) so that
		libsocket can be pulled in if necessary.

	* configure.in: Add check for libsocket and libnsl (sigh).
		krb5_init_ctx drags in cryptoconf.c, which drags in enough
		of the crypto library that socket() gets called.  We should
		to fix this eventually to make klist smaller, but the fix
		will be subtle.

Thu Feb 09 17:43:47 1995  Chris Provenzano (proven@mit.edu)

	* klist.c Added -e option to print out encryption types.

Fri Feb 03 22:14:26 1995  Chris Provenzano (proven@mit.edu)

	* klist.c Do a krb5_init_context() before using a krb5_context.

Fri Jan 13 15:23:47 1995  Chris Provenzano (proven@mit.edu)

    * Added krb5_context to all krb5_routines

Mon Oct  3 19:14:09 1994  Theodore Y. Ts'o  (tytso@dcl)

	* Makefile.in: Use $(srcdir) to find manual page for make install.

Thu Sep 22 22:41:42 1994  Theodore Y. Ts'o  (tytso@dcl)

	* klist.c (main): Fix memory leak in klist --- the returned
		credentials should be freed before you fetch the next set.