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
149
|
2002-03-28 Ken Raeburn <raeburn@mit.edu>
* client.c, server.c: Include errno.h.
2001-06-05 Ezra Peisach <epeisach@mit.edu>
* client.c, server.c: Cleanup assignments in conditionals.
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>
* configure.in: Removed and tests moved up to appl/configure.in
* 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.
Tue Sep 29 18:58:46 1998 Theodore Y. Ts'o <tytso@mit.edu>
* client.c (main): Don't use h_errno at all; it doesn't work on
all platforms (for example HPUX), and it's just not worth
the effort to disambiguate between the different reasons
why gethostbyname() might have failed.
1998-07-05 <hartmans@fundsxpress.com>
* client.c (main): do not declare h_errno
Wed Feb 18 15:39:14 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 Feb 4 20:35:45 1997 Tom Yu <tlyu@mit.edu>
* Makefile.in:
* configure.in: Update to new program build procedure.
Fri Nov 22 15:49:09 1996 unknown <bjaspan@mit.edu>
* client.c (argv): 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:36:15 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
* client.c (argv):
* server.c (argv): Check the error return from
krb5_init_context(), and print an error message if
necessary.
Fri Mar 15 21:39:25 1996 Ezra Peisach (epeisach@kangaroo.mit.edu)
* server.c: Remove declaration of krb5_kdc_default_options.
Fri Jul 7 15:51:45 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Remove explicit library handling and LDFLAGS.
* configure.in - Add KRB5_LIBRARIES.
Thu Jun 15 17:44:23 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 23:00:05 1995 Tom Yu (tlyu@dragons-lair)
* client.c, server.c: krb5_auth_context redefinitions
Fri Jun 9 18:30:36 1995 <tytso@rsx-11.mit.edu>
* configure.in: Remove standardized set of autoconf macros, which
are now handled by CONFIG_RULES.
Wed May 03 03:30:51 1995 Chris Provenzano (proven@mit.edu)
* client.c: (krb5_recvauth()): No longer needs the rc_type arg.
Mon May 01 15:56:32 1995 Chris Provenzano (proven@mit.edu)
* client.c (main()): Changes to auth_context to better
support full addresses, for mk_safe() and friends.
Wed Apr 26 22:12:26 1995 Chris Provenzano (proven@mit.edu)
* server.c, client.c : Use krb5_auth_con_genaddrs() instead of
krb5_auth_con_setaddrs().
Mon Mar 27 07:56:26 11995 Chris Provenzano (proven@mit.edu)
* server.c: Use new calling conventions for krb5_sendauth(),
krb5_mk_req_extended(), and krb5_mk_safe().
* server.c: Use new calling conventions for krb5_recvauth(),
krb5_rd_req(), and krb5_rd_safe().
Thu Mar 2 12:28:58 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
Wed Mar 1 16:26:20 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:51:29 1995 John Gilmore (gnu at toad.com)
* client.c, server.c: Avoid <krb5/...> and <com_err.h> includes.
Tue Feb 14 15:30:55 1995 Chris Provenzano (proven@mit.edu)
* client.c Call krb5_get_credentials() with new calling convention.
* server.c Call krb5_mk_req_extended() with new calling convention.
Fri Feb 3 11:58:18 1995 Theodore Y. Ts'o (tytso@dcl)
* client.c: (tgt_keyproc): Add keytype argument to rd_req_proc.
Wed Jan 25 16:54:40 1995 Chris Provenzano (proven@mit.edu)
* Removed all narrow types and references to wide.h and narrow.h
Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
* Added krb5_context to all krb5_routines
Tue Oct 4 17:12:52 1994 Theodore Y. Ts'o (tytso@dcl)
* client.c (tgt_keyproc): Add widen.h and narrow.h around
declaration so that argument types are widened.
Thu Sep 29 22:48:20 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Relink executable when libraries change
Wed Sep 14 21:47:00 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Fixed stupid typo (uusrever) in the install target.
|