blob: 3fde40fc0ec9bdf742ab8337e5707efa0b8d666e (
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
|
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.
|