aboutsummaryrefslogtreecommitdiff
path: root/src/appl/simple/client/ChangeLog
blob: db1136c43ae26ea37b0b9c79d553d15e07a950d1 (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
99
100
101
102
103
104
105
Fri Nov 22 15:48:30 1996  unknown  <bjaspan@mit.edu>

	* sim_client.c (main): use sizeof instead of h_length to determine
 	number of bytes of addr to copy from DNS response [krb5-misc/211]

Thu Nov  7 15:26:10 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* sim_client.c (main): Check the error return from
 		krb5_init_context(), and print an error message if
 		necessary.

Thu Nov  9 09:33:38 1995  Ezra Peisach  (epeisach@kangaroo.mit.edu)

	* sim_client.c (main): Use krb5_get_server_rcache instead of
		duplicating code. Remove use of krb5_clockskew variable.

Sun Oct 15 10:49:35 1995    <tytso@rsts-11.mit.edu>

	* sim_client.c (main): Fixed location where usage() wasn't being
		called with an argument.

Sat Sep 16 03:45:59 1995  Theodore Y. Ts'o  <tytso@dcl>

	* sim_client.c (main): Fix optional host parsing so that host is
		recognized as an argument without the -h option.  
		Free the context and auth_context structures before exiting.

Fri Sep 15 04:59:30 1995  Theodore Y. Ts'o  <tytso@dcl>

	* sim_client.c (main): Added better options parsing for more
		flexibility in calling this program.  Worked around
		breakage in the Solaris Streams Sockets emulation where
		getsockname() can not be used to find out the address of
		a network interface.

	* configure.in: If we are including both -lsocket and -lnsl,
		#define BROKEN_STREAMS_SOCKETS.
	

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

Wed Jun 28 13:27:17 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>

	* sim_client.c: Include stdlib.h or declare malloc.
		Include string.h for strlen and memcpy defintions.

	* configure.in: Check for stdlib.h.

Thu Jun 15 17:39:54 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.

Sat Jun 10 22:58:57 1995  Tom Yu  (tlyu@dragons-lair)

	* sim_client.c: krb5_auth_context redefinitions

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

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

Mon May 01 15:56:32 1995  Chris Provenzano  (proven@mit.edu)

        * sim_client.c (main()): Changes to auth_context to better
                support full addresses, for mk_safe() and friends.

Mon Mar 27 09:25:21 1995  Chris Provenzano (proven@mit.edu)

	* sim_client.c: Don't set cksumtype because CKSUMTYPE_RSA_MD4_DES
		is now the default type.

Fri Mar 10 11:09:34 1995  Chris Provenzano (proven@mit.edu)

        * sim_client.c: Use new calling convention for krb5_mk_req(),
		krb5_mk_priv(), and krb5_mk_safe().

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

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

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

	* configure.in: Remove ISODE_INCLUDE, replace check for -lsocket
		and -lnsl with WITH_NETLIB check.

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

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

Tue Feb 14 15:30:55 1995 Chris Provenzano  (proven@mit.edu)

        * sim_client.c Call krb5_sendauth() with new calling convention.

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

    * Added krb5_context to all krb5_routines

Thu Sep 29 22:45:52 1994  Theodore Y. Ts'o  (tytso@dcl)

	* Makefile.in: Relink executable if library changes