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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
|
Thu Dec 5 21:15:27 1996 Tom Yu <tlyu@mit.edu>
* kslave_update: Update script for new filename conventions. [PR
280]
* kprop.M: Update outdated references to kdb5_edit and /krb5 [PR
279]
* kpropd.M: Update outdated references to kdb5_edit and /krb5 [PR
279]
Fri Nov 22 15:52:07 1996 unknown <bjaspan@mit.edu>
* kprop.c (open_connection): 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:18:01 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
* kprop.c (main):
* kpropd.c (PRS): Check the error return from krb5_init_context(),
and print an error message if necessary.
Tue Oct 22 16:42:37 1996 Barry Jaspan <bjaspan@mit.edu>
* kpropd.c (PRS): munge realm of sname_to_princ when -r is
specified [krb5-admin/39]
Tue Sep 10 14:19:08 1996 Tom Yu <tlyu@mit.edu>
* kprop.M, kpropd.M: remove ".so man1/header.doc"
Mon Aug 12 14:33:31 1996 Barry Jaspan <bjaspan@mit.edu>
* kpropd.c: rework to use kdb5_util instead of kdb5_edit; don't
send # bytes received until kdb5_util succeeds, so kprop won't
print SUCCESS until it is true; accept an acl_file name on the
command line
Fri Mar 15 14:33:06 1996 Richard Basch <basch@lehman.com>
* kprop.c: Corrected various memory leaks and unreferenced
memory access conditions.
Tue Mar 12 14:01:32 1996 Richard Basch <basch@lehman.com>
* kprop.c: Write a byte to the last-prop file to ensure the file
modtime is updated. Simply opening the file isn't sufficient.
Wed Mar 6 16:15:46 1996 Richard Basch <basch@lehman.com>
* kprop.c: The credentials cache should be destroyed after any error.
Tue Mar 5 12:20:00 1996 Richard Basch <basch@lehman.com>
* kprop.c: Call krb5_sname_to_principal rather than doing the OS
specific calls; this also deals with site-specific hostname
munging that might have occurred.
Removed a trailing ; that caused a spurious message to be printed
even upon success.
* kpropd.c: Call krb5_sname_to_principal rather than doing the OS
specific calls.
Open the lock file read-write, as required by
POSIX.
Downgrade the lock to a shared lock prior to the execution
of kdb5_edit (it also tries to place a shared lock on the dump file).
Wed Sep 13 23:53:19 1995 Mark Eichin <eichin@cygnus.com>
* kprop.h (KPROP_SRVTAB, KPROP_DEFAULT_FILE, KPROPD_DEFAULT_FILE,
KPROPD_DEFAULT_KDB5_EDIT, KPROPD_DEFAULT_KRB_DB, KPROPD_ACL_FILE):
removed configurable pathnames, they are now in osconf.h (which
gets included here via k5-int.h).
Wed Aug 16 02:45:19 1995 Chris Provenzano <proven@mit.edu>
* kprop.c, kpropd.c: Pass fds to krb5_lock_file() and krb5_unlock_file()
Fri Jul 7 16:34:36 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Remove all explicit library handling and LDFLAGS.
* configure.in - Add USE_KDB5_LIBRARY and KRB5_LIBRARIES.
Wed July 5 15:52:31 1995 James Mattly <mattly@fusion.com>
* kprop.c changed open to THREEPARAMOPEN
Fri Jun 30 14:47:04 EDT 1995 Paul Park (pjpark@mit.edu)
* configure.in - Add --with-dbm to select between Berkeley and DBM
KDC database format.
Thu Jun 15 18:09:33 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:07:45 1995 Tom Yu (tlyu@dragons-lair)
* kprop.c, kpropd.c: krb5_auth_context redefinitions
Fri Jun 9 18:56:39 1995 <tytso@rsx-11.mit.edu>
* configure.in: Remove standardized set of autoconf macros, which
are now handled by CONFIG_RULES.
Sat May 20 13:46:36 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* kpropd.c (load_database): If realm specified then invoke
kdb5_edit with -r option.
* kprop.M: Document -P (port) option.
* kpropd.M: Document -P (port) option.
* kprop.h: KPROPD_DEFAULT_KDB5_EDIT was pointing to wrong place.
Mon May 15 13:11:15 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* kpropd.c (recv_database): Use krb5_int32 for over the wire
database length.
(kerberos_authenticate): Make keytab support work
* kprop.c (PRS): Add support for keytab and port specification.
(xmit_database): Use krb5_int32 for length of database to go over
the wire.
(kerberos_authenticate): Add krb5_auth_setaddrs call
Wed May 03 03:30:51 1995 Chris Provenzano (proven@mit.edu)
* kpropd.c: (krb5_recvauth()): No longer needs the rc_type arg.
Fri Apr 14 15:23:29 1995 <tytso@rsx-11.mit.edu>
* kpropd.c (load_database): kpropd uses fork instead of vfork,
because it's closing file descriptors in the child.
Print out the pid of the child process if debugging is
enabled.
Use _exit() instead exit() after a fork(), so that child
process doesn't cause the stdio buffers don't get flushed
twice.
When debugging is enabled and kpropd can't bind to the
port, it should try binding again after setting
SO_REUSEADDR on the socket. This avoids problems when
debugging modifications to kprop/kpropd or its setup, when
kpropd is run twice quickly in succession.
kpropd shouldn't signal(SIGCHLD, SIG_IGN) in the parent.
Instead, it should wait() until the child exits. This was
causing problems because setting SIGCHLD to SIG_IGN under
SYSV causes child processes to get reaped automatically,
so the wait() for kdb5_edit was failing.
Mon Mar 27 07:56:26 1995 Chris Provenzano (proven@mit.edu)
* kprop.c : Use new calling conventions for krb5_sendauth(),
krb5_mk_safe(), krb5_rd_safe() and krb5_mk_priv().
* kpropd.c : Use new calling conventions for krb5_recvauth(),
krb5_mk_safe(), krb5_rd_safe() and krb5_rd_priv().
Fri Mar 24 14:49:41 1995 <tytso@rsx-11.mit.edu>
* kpropd.c (PRS): Don't bother initializing server_addrs since
it's not used.
* kprop.c (get_tickets): Remove the call to krb5_os_localaddr() since
get_in_tkt_XXXX will default appropriately.
Thu Mar 2 12:26:08 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
Wed Mar 1 16:31:13 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:21:52 1995 John Gilmore (gnu at toad.com)
* kprop.c, kpropd.c: Avoid <krb5/...> includes.
Tue Feb 14 15:30:55 1995 Chris Provenzano (proven@mit.edu)
* kprop.c Call krb5_sendauth() with new calling convention.
* kprop.c (kerberos_authenticate()), (xmit_database()), cleaned up
to not use globals. Instead use krb5_creds * args.
Fri Feb 03 18:39:24 1995 Chris Provenzano (proven@mit.edu)
* kprop.c Use krb5_get_in_tkt_with_keytab() instead of
krb5_get_in_tkt_with_skey().
Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
* Added krb5_context to all krb5_routines
Thu Nov 17 18:31:18 1994 Mark Eichin (eichin@cygnus.com)
* kprop.c: Use NPROTOTYPE for declarations.
(close_database): New function. Cleans up locks properly.
(main): call it.
(open_database): Use krb5_lock_file instead of POSIX_FILE_LOCKS.
* kpropd.c (doit): Use krb5_lock_file.
(changes from jtkohl@mit.edu.)
Mon Oct 3 19:13:46 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Use $(srcdir) to find manual page for make install.
Thu Sep 29 22:15:27 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Relink executable if libraries change.
* kprop.c (open_connection): Use getsockname instead of
getpeername when getting the sender address.
Thu Sep 15 12:48:21 1994 Theodore Y. Ts'o (tytso@dcl)
* kpropd.c (PRS): Only report errors to syslog if the debug flag
is not set. (Otherwise, send them to stderr).
Thu Aug 4 15:15:00 1994 Tom Yu (tlyu@dragons-lair)
* configure.in:
* kpropd.c: include <sgtty.h> only if POSIX_TERMIOS is not defined
Sat Jul 16 00:01:41 1994 Theodore Y. Ts'o (tytso at tsx-11)
* kpropd.c (do_standalone): Replace detach_process() with call to
daemon(), which we can now guarantee will be in libc or in the
Kerberos library.
|