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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
|
2002-04-05 Ken Raeburn <raeburn@mit.edu>
* sclient.c: Include fake-addrinfo.h. Include stdlib.h
unconditionally.
(net_read): New function, borrowed from krb5_net_read.
(main): Use krb5_c_valid_cksumtype, net_read, getaddrinfo,
getnameinfo. Try contacting each address for the host.
2002-03-28 Ken Raeburn <raeburn@mit.edu>
* sclient.c: Include errno.h.
2001-11-05 Ezra Peisach <epeisach@mit.edu>
* sclient.c (main): Use GETSOCKNAME_ARG3_TYPE instead of int.
2001-01-30 Ezra Peisach <epeisach@mit.edu>
* sclient.c (main): Do not free auth_context unless
set. (krb5-appl/895 from tim.mann@compaq.com)
2000-07-28 Ezra Peisach <epeisach@mit.edu>
* sclient.c: Include unistd.h if present (for close prototype).
Change variable named sin (shadows math library).
2000-02-25 Ezra Peisach <epeisach@mit.edu>
* sclient.c (main): Return type of main should by int, not void.
1999-10-26 Wilfredo Sanchez <tritan@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
LOCAL_INCLUDES such that one can override CFLAGS from the command
line without losing CPP search patchs and defines. Some associated
Makefile cleanup.
1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Set the myfulldir and mydir variables (which are
relative to buildtop and thisconfigdir, respectively.)
Add a MY_SUBDIRS macro set to '.' to indicate that there
are no subdirectories to be processed by the Makefile.
Wed Feb 18 15:32:24 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trailing slash from thisconfigdir. Fix up
BUILDTOP for new conventions.
Mon Feb 2 17:02:29 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile
Tue Dec 16 09:43:15 1997 Ezra Peisach <epeisach@mit.edu>
* sclient.c (main): Free client principal and krb5_ap_rep_enc_part
returned from krb5_sendauth when done using.
Tue Feb 4 20:44:24 1997 Tom Yu <tlyu@mit.edu>
* Makefile.in:
* configure.in: Update to new program build procedure.
Thu Nov 7 15:25:03 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
* sclient.c (argv): Check the error return from
krb5_init_context(), and print an error message if
necessary.
Tue Sep 10 14:09:01 1996 Tom Yu <tlyu@mit.edu>
* sclient.M: remove ".so man1/header.doc"
Mon Sep 18 05:05:48 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* sclient.c (main): Set the default service name to SAMPLE_SERVICE.
Sat Sep 16 03:40:41 1995 Theodore Y. Ts'o <tytso@dcl>
* sclient.c (main): Add an optional third argument which allows
the user to set the Kerberos service name to be used.
Fri Jul 7 15:46:11 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Remove all explicit library handling and LDFLAGS.
* configure.in - Add KRB5_LIBRARIES.
Tue Jun 20 13:16:10 1995 Tom Yu (tlyu@dragons-lair)
* configure.in: added missing check for stdlib.h
Thu Jun 15 17:38:55 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:15 1995 Tom Yu (tlyu@dragons-lair)
* sclient.c: krb5_auth_context redefinitions
Fri Jun 9 18:27:44 1995 <tytso@rsx-11.mit.edu>
* configure.in: Remove standardized set of autoconf macros, which
are now handled by CONFIG_RULES.
Wed May 10 15:13:09 1995 Ezra Peisach (epeisach@kangaroo.mit.edu)
* sclient.c: Include <stdlib.h> if present on system. Else define
malloc.
Fri Mar 24 23:49:22 1995 Theodore Y. Ts'o <tytso@dcl>
* sclient.c (main): Initialize auth_context to NULL before calling
sendauth().
Fri Mar 10 11:09:34 1995 Chris Provenzano (proven@mit.edu)
* sclient.c Use new calling convention for krb5_sendauth().
Thu Mar 2 12:27:22 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
Wed Mar 1 11:56:51 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 01:58:39 1995 John Gilmore (gnu at toad.com)
* sclient.c: Avoid <krb5/...> and <com_err.h> includes.
Tue Feb 14 15:30:55 1995 Chris Provenzano (proven@mit.edu)
* kadmin.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
Mon Oct 3 19:16:02 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Use $(srcdir) to find manual page for make install.
Wed Sep 28 23:09:00 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Relink executable when library chages.
|