]> andersk Git - openssh.git/blame - ChangeLog
- markus@cvs.openbsd.org 2001/02/06 22:26:17
[openssh.git] / ChangeLog
CommitLineData
abf1f107 120010211
2 - (bal) OpenBSD Sync
3 - markus@cvs.openbsd.org 2001/02/07 22:35:46
4 [auth1.c auth2.c sshd.c]
5 move k_setpag() to a central place; ok dugsong@
c845316f 6 - markus@cvs.openbsd.org 2001/02/10 12:52:02
7 [auth2.c]
8 offer passwd before s/key
e6fa162e 9 - markus@cvs.openbsd.org 2001/02/8 22:37:10
10 [canohost.c]
11 remove last call to sprintf; ok deraadt@
0ab4b0f0 12 - markus@cvs.openbsd.org 2001/02/10 1:33:32
13 [canohost.c]
14 add debug message, since sshd blocks here if DNS is not available
7f8ea238 15 - markus@cvs.openbsd.org 2001/02/10 12:44:02
16 [cli.c]
17 don't call vis() for \r
5c470997 18 - danh@cvs.openbsd.org 2001/02/10 0:12:43
19 [scp.c]
20 revert a small change to allow -r option to work again; ok deraadt@
21 - danh@cvs.openbsd.org 2001/02/10 15:14:11
22 [scp.c]
23 fix memory leak; ok markus@
a0e6fead 24 - djm@cvs.openbsd.org 2001/02/10 0:45:52
25 [scp.1]
26 Mention that you can quote pathnames with spaces in them
b3106440 27 - markus@cvs.openbsd.org 2001/02/10 1:46:28
28 [ssh.c]
29 remove mapping of argv[0] -> hostname
f72e01a5 30 - markus@cvs.openbsd.org 2001/02/06 22:26:17
31 [sshconnect2.c]
32 do not ask for passphrase in batch mode; report from ejb@ql.org
33 - itojun@cvs.opebsd.org 2001/02/08 10:47:05
34 [sshconnect2.c]
35 %.30s is too short for IPv6 numeric address. use %.128s for now.
36 markus ok
37 - markus@cvs.openbsd.org 2001/02/09 12:28:35
38 [sshconnect2.c]
39 do not free twice, thanks to /etc/malloc.conf
40 - markus@cvs.openbsd.org 2001/02/09 17:10:53
41 [sshconnect2.c]
42 partial success: debug->log; "Permission denied" if no more auth methods
43 - markus@cvs.openbsd.org 2001/02/10 12:09:21
44 [sshconnect2.c]
45 remove some lines
9afadca8 46 - (bal) Minor correction to sftp-client.c I made. Should return 'status'
47 instead of '0' (from the OpenBSD tree)
48 - (bal) Synced ssh.1 w/ OpenBSD
abf1f107 49
0426a3b4 5020010210
51 - (djm) Sync sftp and scp stuff from OpenBSD:
52 - djm@cvs.openbsd.org 2001/02/07 03:55:13
53 [sftp-client.c]
54 Don't free handles before we are done with them. Based on work from
55 Corinna Vinschen <vinschen@redhat.com>. ok markus@
56 - djm@cvs.openbsd.org 2001/02/06 22:32:53
57 [sftp.1]
58 Punctuation fix from Pekka Savola <pekkas@netcore.fi>
59 - deraadt@cvs.openbsd.org 2001/02/07 04:07:29
60 [sftp.1]
61 pretty up significantly
62 - itojun@cvs.openbsd.org 2001/02/07 06:49:42
63 [sftp.1]
64 .Bl-.El mismatch. markus ok
65 - djm@cvs.openbsd.org 2001/02/07 06:12:30
66 [sftp-int.c]
67 Check that target is a directory before doing ls; ok markus@
68 - itojun@cvs.openbsd.org 2001/02/07 11:01:18
69 [scp.c sftp-client.c sftp-server.c]
70 unsigned long long -> %llu, not %qu. markus ok
71 - stevesk@cvs.openbsd.org 2001/02/07 11:10:39
72 [sftp.1 sftp-int.c]
73 more man page cleanup and sync of help text with man page; ok markus@
74 - markus@cvs.openbsd.org 2001/02/07 14:58:34
75 [sftp-client.c]
76 older servers reply with SSH2_FXP_NAME + count==0 instead of EOF
77 - djm@cvs.openbsd.org 2001/02/07 15:27:19
78 [sftp.c]
79 Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov
80 <roumen.petrov@skalasoft.com>
81 - stevesk@cvs.openbsd.org 2001/02/07 15:36:04
82 [sftp-int.c]
83 portable; ok markus@
84 - stevesk@cvs.openbsd.org 2001/02/07 15:55:47
85 [sftp-int.c]
86 lowercase cmds[].c also; ok markus@
87 - markus@cvs.openbsd.org 2001/02/07 17:04:52
88 [pathnames.h sftp.c]
89 allow sftp over ssh protocol 1; ok djm@
90 - deraadt@cvs.openbsd.org 2001/02/08 07:38:55
91 [scp.c]
92 memory leak fix, and snprintf throughout
93 - deraadt@cvs.openbsd.org 2001/02/08 08:02:02
94 [sftp-int.c]
95 plug a memory leak
96 - stevesk@cvs.openbsd.org 2001/02/08 10:11:23
97 [session.c sftp-client.c]
98 %i -> %d
99 - stevesk@cvs.openbsd.org 2001/02/08 10:57:59
100 [sftp-int.c]
101 typo
102 - stevesk@cvs.openbsd.org 2001/02/08 15:28:07
103 [sftp-int.c pathnames.h]
104 _PATH_LS; ok markus@
105 - djm@cvs.openbsd.org 2001/02/09 04:46:25
106 [sftp-int.c]
107 Check for NULL attribs for chown, chmod & chgrp operations, only send
108 relevant attribs back to server; ok markus@
96b64eb0 109 - djm@cvs.openbsd.org 2001/02/06 15:05:25
110 [sftp.c]
111 Use getopt to process commandline arguments
112 - djm@cvs.openbsd.org 2001/02/06 15:06:21
113 [sftp.c ]
114 Wait for ssh subprocess at exit
115 - djm@cvs.openbsd.org 2001/02/06 15:18:16
116 [sftp-int.c]
117 stat target for remote chdir before doing chdir
118 - djm@cvs.openbsd.org 2001/02/06 15:32:54
119 [sftp.1]
120 Punctuation fix from Pekka Savola <pekkas@netcore.fi>
121 - provos@cvs.openbsd.org 2001/02/05 22:22:02
122 [sftp-int.c]
123 cleanup get_pathname, fix pwd after failed cd. okay djm@
0426a3b4 124 - (djm) Update makefile.in for _PATH_SFTP_SERVER
c9f5e42e 125 - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree)
0426a3b4 126
6d1e1d2b 12720010209
128 - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
129 <rjmooney@mediaone.net>
bb0c1991 130 - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
131 main tree while porting forward. Pointed out by Lutz Jaenicke
132 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
f902d909 133 - (bal) double entry in configure.in. Pointed out by Lutz Jaenicke
134 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
25f4c264 135 - (stevesk) OpenBSD sync:
136 - markus@cvs.openbsd.org 2001/02/08 11:20:01
137 [auth2.c]
138 strict checking
139 - markus@cvs.openbsd.org 2001/02/08 11:15:22
140 [version.h]
141 update to 2.3.2
142 - markus@cvs.openbsd.org 2001/02/08 11:12:30
143 [auth2.c]
144 fix typo
72b3f75d 145 - (djm) Update spec files
0ed28836 146 - (bal) OpenBSD sync:
147 - deraadt@cvs.openbsd.org 2001/02/08 14:38:54
148 [scp.c]
149 memory leak fix, and snprintf throughout
1fc8ccdf 150 - markus@cvs.openbsd.org 2001/02/06 22:43:02
151 [clientloop.c]
152 remove confusing callback code
0b202697 153 - (djm) Add CVS Id's to files that we have missed
5ca51e19 154 - (bal) OpenBSD Sync (more):
155 - itojun@cvs.openbsd.org 2001/02/08 19:30:52
156 sync with netbsd tree changes.
157 - more strict prototypes, include necessary headers
158 - use paths.h/pathnames.h decls
159 - size_t typecase to int -> u_long
1f3bf5aa 160 - markus@cvs.openbsd.org 2001/02/06 22:07:42
161 [ssh.c]
162 fatal() if subsystem fails
163 - markus@cvs.openbsd.org 2001/02/06 22:43:02
164 [ssh.c]
165 remove confusing callback code
166 - jakob@cvs.openbsd.org 2001/02/06 23:03:24
167 [ssh.c]
168 add -1 option (force protocol version 1). ok markus@
169 - jakob@cvs.openbsd.org 2001/02/06 23:06:21
170 [ssh.c]
171 reorder -{1,2,4,6} options. ok markus@
e6aa01b4 172 - (bal) Missing 'const' in readpass.h
9c5a8165 173 - (bal) OpenBSD Sync (so at least the thing compiles for 2.3.2 =)
174 - djm@cvs.openbsd.org 2001/02/06 23:30:28
175 [sftp-client.c]
176 replace arc4random with counter for request ids; ok markus@
bc79ed5c 177 - (djm) Define _PATH_TTY for systems that don't. Report from Lutz
178 Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
6d1e1d2b 179
6a25c04c 18020010208
181 - (djm) Don't delete external askpass program in make uninstall target.
182 Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
6958bd37 183 - (djm) Fix linking of sftp, don't need arc4random any more.
184 - (djm) Try to use shell that supports "test -S" for EGD socket search.
185 Based on patch from Tim Rice <tim@multitalents.net>
6a25c04c 186
547519f0 18720010207
bee0a37e 188 - (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs
189 seem lose track of it while in openbsd-compat/ (two confirmed reports)
5c377b3b 190 - (djm) Much KNF on PAM code
547519f0 191 - (djm) Revise auth-pam.c conversation function to be a little more
192 readable.
5c377b3b 193 - (djm) Revise kbd-int PAM conversation function to fold all text messages
194 to before first prompt. Fixes hangs if last pam_message did not require
195 a reply.
196 - (djm) Fix password changing when using PAM kbd-int authentication
bee0a37e 197
547519f0 19820010205
2b87da3b 199 - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
99286dc8 200 that don't have NGROUPS_MAX.
57559587 201 - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
2b87da3b 202 - (stevesk) OpenBSD sync:
203 - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
204 [many files; did this manually to our top-level source dir]
205 unexpand and remove end-of-line whitespace; ok markus@
408ba72f 206 - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
207 [sftp-server.c]
208 SSH2_FILEXFER_ATTR_UIDGID support; ok markus@
ec2a033a 209 - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
210 [sftp-int.c]
211 ? == help
212 - deraadt@cvs.openbsd.org 2001/02/04 16:47:46
213 [sftp-int.c]
214 sort commands, so that abbreviations work as expected
215 - stevesk@cvs.openbsd.org 2001/02/04 15:17:52
216 [sftp-int.c]
217 debugging sftp: precedence and missing break. chmod, chown, chgrp
218 seem to be working now.
219 - markus@cvs.openbsd.org 2001/02/04 14:41:21
220 [sftp-int.c]
221 use base 8 for umask/chmod
222 - markus@cvs.openbsd.org 2001/02/04 11:11:54
223 [sftp-int.c]
224 fix LCD
c44559d2 225 - markus@cvs.openbsd.org 2001/02/04 08:10:44
226 [ssh.1]
227 typo; dpo@club-internet.fr
a5930351 228 - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
229 [auth2.c authfd.c packet.c]
230 remove duplicate #include's; ok markus@
6a416424 231 - deraadt@cvs.openbsd.org 2001/02/04 16:56:23
232 [scp.c sshd.c]
233 alpha happiness
234 - stevesk@cvs.openbsd.org 2001/02/04 15:12:17
235 [sshd.c]
236 precedence; ok markus@
02a024dd 237 - deraadt@cvs.openbsd.org 2001/02/04 08:14:15
6a416424 238 [ssh.c sshd.c]
239 make the alpha happy
02a024dd 240 - markus@cvs.openbsd.org 2001/01/31 13:37:24
241 [channels.c channels.h serverloop.c ssh.c]
547519f0 242 do not disconnect if local port forwarding fails, e.g. if port is
243 already in use
02a024dd 244 - markus@cvs.openbsd.org 2001/02/01 14:58:09
245 [channels.c]
246 use ipaddr in channel messages, ietf-secsh wants this
247 - markus@cvs.openbsd.org 2001/01/31 12:26:20
248 [channels.c]
547519f0 249 ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE
250 messages; bug report from edmundo@rano.org
a741554f 251 - markus@cvs.openbsd.org 2001/01/31 13:48:09
252 [sshconnect2.c]
253 unused
9378f292 254 - deraadt@cvs.openbsd.org 2001/02/04 08:23:08
255 [sftp-client.c sftp-server.c]
256 make gcc on the alpha even happier
1fc243d1 257
547519f0 25820010204
781a0585 259 - (bal) I think this is the last of the bsd-*.h that don't belong.
634e0b53 260 - (bal) Minor Makefile fix
f0f14bea 261 - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
61e96248 262 right.
78987b57 263 - (bal) Changed order of LIB="" in -with-skey due to library resolving.
166e4f2a 264 - (bal) next-posix.h changed to bsd-nextstep.h
61e96248 265 - (djm) OpenBSD CVS sync:
266 - markus@cvs.openbsd.org 2001/02/03 03:08:38
267 [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c]
268 [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8]
269 [sshd_config]
270 make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
271 - markus@cvs.openbsd.org 2001/02/03 03:19:51
272 [ssh.1 sshd.8 sshd_config]
273 Skey is now called ChallengeResponse
274 - markus@cvs.openbsd.org 2001/02/03 03:43:09
275 [sshd.8]
276 use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean
277 channel. note from Erik.Anggard@cygate.se (pr/1659)
278 - stevesk@cvs.openbsd.org 2001/02/03 10:03:06
279 [ssh.1]
280 typos; ok markus@
281 - djm@cvs.openbsd.org 2001/02/04 04:11:56
282 [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h]
283 [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c]
284 Basic interactive sftp client; ok theo@
285 - (djm) Update RPM specs for new sftp binary
286 - (djm) Update several bits for new optional reverse lookup stuff. I
287 think I got them all.
8b061486 288 - (djm) Makefile.in fixes
1aa00dcb 289 - (stevesk) add mysignal() wrapper and use it for the protocol 2
290 SIGCHLD handler.
408ba72f 291 - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevesk@
781a0585 292
547519f0 29320010203
63fe0529 294 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
bf3db92d 295 - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
296 based file) to ensure #include space does not get confused.
f78888c7 297 - (bal) Minor Makefile.in tweak. dirname may not exist on some
298 platforms so builds fail. (NeXT being a well known one)
63fe0529 299
547519f0 30020010202
61e96248 301 - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
c85a87f2 302 <vinschen@redhat.com>
71301416 303 - (bal) Makefile fix to use $(MAKE) instead of 'make' for platforms
304 that use 'gmake'. Patch by Tim Rice <tim@multitalents.net>
c85a87f2 305
547519f0 30620010201
ad5075bd 307 - (bal) Minor fix to Makefile to stop rebuilding executables if no
308 changes have occured to any of the supporting code. Patch by
309 Roumen Petrov <roumen.petrov@skalasoft.com>
310
9c8dbb1b 31120010131
37845585 312 - (djm) OpenBSD CVS Sync:
313 - djm@cvs.openbsd.org 2001/01/30 15:48:53
314 [sshconnect.c]
315 Make warning message a little more consistent. ok markus@
8c89dd2b 316 - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
317 Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com>
318 respectively.
c59dc6bd 319 - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
320 passwords.
9c8dbb1b 321 - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
322 openbsd-compat/. And resolve all ./configure and Makefile.in issues
323 assocated.
37845585 324
9c8dbb1b 32520010130
39929cdb 326 - (djm) OpenBSD CVS Sync:
327 - markus@cvs.openbsd.org 2001/01/29 09:55:37
328 [channels.c channels.h clientloop.c serverloop.c]
329 fix select overflow; ok deraadt@ and stevesk@
865ac82e 330 - markus@cvs.openbsd.org 2001/01/29 12:42:35
331 [canohost.c canohost.h channels.c clientloop.c]
332 add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS
46aa2d1f 333 - markus@cvs.openbsd.org 2001/01/29 12:47:32
334 [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c]
335 handle rsa_private_decrypt failures; helps against the Bleichenbacher
336 pkcs#1 attack
ae810de7 337 - djm@cvs.openbsd.org 2001/01/29 05:36:11
338 [ssh.1 ssh.c]
339 Allow invocation of sybsystem by commandline (-s); ok markus@
83bc57f9 340 - (stevesk) configure.in: remove duplicate PROG_LS
39929cdb 341
9c8dbb1b 34220010129
f29ef605 343 - (stevesk) sftp-server.c: use %lld vs. %qd
344
cb9da0fc 34520010128
346 - (bal) Put USE_PIPES back into sco3.2v5
23c2a7a5 347 - (bal) OpenBSD Sync
9bd5b720 348 - markus@cvs.openbsd.org 2001/01/28 10:15:34
349 [dispatch.c]
350 re-keying is not supported; ok deraadt@
5fb622e4 351 - markus@cvs.openbsd.org 2001/01/28 10:24:04
7f5c4295 352 [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
5fb622e4 353 cleanup AUTHORS sections
9bd5b720 354 - markus@cvs.openbsd.org 2001/01/28 10:37:26
ab60252b 355 [sshd.c sshd.8]
9bd5b720 356 remove -Q, no longer needed
357 - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
a877488a 358 [readconf.c ssh.1]
9bd5b720 359 ``StrictHostKeyChecking ask'' documentation and small cleanup.
360 ok markus@
6f37606e 361 - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
61e96248 362 [sshd.8]
6f37606e 363 spelling. ok markus@
95f4ccfb 364 - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
365 [xmalloc.c]
366 use size_t for strlen() return. ok markus@
6f37606e 367 - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
368 [authfile.c]
369 spelling. use sizeof vs. strlen(). ok markus@
9bd5b720 370 - niklas@cvs.openbsd.org 2001/01/29 1:59:14
23c2a7a5 371 [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
372 groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
373 key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
374 radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1
375 ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
376 sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
377 $OpenBSD$
b0e305c9 378 - (bal) Minor auth2.c resync. Whitespace and moving of an #include.
cb9da0fc 379
c9606e03 38020010126
61e96248 381 - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
c9606e03 382 Petrov <roumen.petrov@skalasoft.com>
2f4b2e38 383 - (bal) OpenBSD Sync
384 - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
385 [ssh-agent.c]
386 call _exit() in signal handler
c9606e03 387
d7d5f0b2 38820010125
389 - (djm) Sync bsd-* support files:
390 - deraadt@cvs.openbsd.org 2000/01/26 03:43:20
391 [rresvport.c bindresvport.c]
61e96248 392 new bindresvport() semantics that itojun, shin, jean-luc and i have
d7d5f0b2 393 agreed on, which will be happy for the future. bindresvport_sa() for
394 sockaddr *, too. docs later..
395 - deraadt@cvs.openbsd.org 2000/01/24 02:24:21
396 [bindresvport.c]
61e96248 397 in bindresvport(), if sin is non-NULL, example sin->sin_family for
d7d5f0b2 398 the actual family being processed
e1dd3a7a 399 - (djm) Mention PRNGd in documentation, it is nicer than EGD
400 - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
8080699b 401 - (bal) AC_FUNC_STRFTIME added to autoconf
4ccb01d6 402 - (bal) OpenBSD Resync
403 - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
404 [channels.c]
405 missing freeaddrinfo(); ok markus@
d7d5f0b2 406
556eb464 40720010124
408 - (bal) OpenBSD Resync
409 - markus@cvs.openbsd.org 2001/01/23 10:45:10
410 [ssh.h]
61e96248 411 nuke comment
1aecda34 412 - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>
413 - (bal) #ifdef around S_IFSOCK if platform does not support it.
414 patch by Tim Rice <tim@multitalents.net>
415 - (bal) fake-regex.h cleanup based on Tim Rice's patch.
c33f0b36 416 - (stevesk) sftp-server.c: fix chmod() mode mask
556eb464 417
effa6591 41820010123
419 - (bal) regexp.h typo in configure.in. Should have been regex.h
420 - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
61e96248 421 - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
53a24016 422 - (bal) OpenBSD Resync
423 - markus@cvs.openbsd.org 2001/01/22 8:15:00
424 [auth-krb4.c sshconnect1.c]
425 only AFS needs radix.[ch]
426 - markus@cvs.openbsd.org 2001/01/22 8:32:53
427 [auth2.c]
428 no need to include; from mouring@etoh.eviladmin.org
429 - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
430 [key.c]
431 free() -> xfree(); ok markus@
432 - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
433 [sshconnect2.c sshd.c]
434 fix memory leaks in SSH2 key exchange; ok markus@
d464095c 435 - markus@cvs.openbsd.org 2001/01/22 23:06:39
436 [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h
437 sshconnect1.c sshconnect2.c sshd.c]
438 rename skey -> challenge response.
439 auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
53a24016 440
effa6591 441
42f11eb2 44220010122
443 - (bal) OpenBSD Resync
444 - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
445 [servconf.c ssh.h sshd.c]
446 only auth-chall.c needs #ifdef SKEY
447 - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
448 [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
449 auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
450 packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
451 session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
452 ssh1.h sshconnect1.c sshd.c ttymodes.c]
453 move ssh1 definitions to ssh1.h, pathnames to pathnames.h
454 - markus@cvs.openbsd.org 2001/01/19 16:48:14
455 [sshd.8]
456 fix typo; from stevesk@
457 - markus@cvs.openbsd.org 2001/01/19 16:50:58
458 [ssh-dss.c]
61e96248 459 clear and free digest, make consistent with other code (use dlen); from
42f11eb2 460 stevesk@
461 - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
462 [auth-options.c auth-options.h auth-rsa.c auth2.c]
463 pass the filename to auth_parse_options()
61e96248 464 - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001
42f11eb2 465 [readconf.c]
466 fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
467 - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
468 [sshconnect2.c]
469 dh_new_group() does not return NULL. ok markus@
470 - markus@cvs.openbsd.org 2001/01/20 21:33:42
471 [ssh-add.c]
61e96248 472 do not loop forever if askpass does not exist; from
42f11eb2 473 andrew@pimlott.ne.mediaone.net
474 - djm@cvs.openbsd.org 2001/01/20 23:00:56
475 [servconf.c]
476 Check for NULL return from strdelim; ok markus
477 - djm@cvs.openbsd.org 2001/01/20 23:02:07
478 [readconf.c]
479 KNF; ok markus
480 - jakob@cvs.openbsd.org 2001/01/21 9:00:33
481 [ssh-keygen.1]
482 remove -R flag; ok markus@
483 - markus@cvs.openbsd.org 2001/01/21 19:05:40
484 [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
485 auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
486 auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
487 bufaux.c bufaux.h buffer.c canahost.c canahost.h channels.c
488 cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
489 deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
490 key.c key.h log-client.c log-server.c log.c log.h login.c login.h
491 match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
492 readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
493 session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
61e96248 494 ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h
42f11eb2 495 sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
496 ttysmodes.c uidswap.c xmalloc.c]
61e96248 497 split ssh.h and try to cleanup the #include mess. remove unnecessary
42f11eb2 498 #includes. rename util.[ch] -> misc.[ch]
499 - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
61e96248 500 - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve
42f11eb2 501 conflict when compiling for non-kerb install
502 - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
503 on 1/19.
504
6005a40c 50520010120
506 - (bal) OpenBSD Resync
507 - markus@cvs.openbsd.org 2001/01/19 12:45:26
508 [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
509 only auth-chall.c needs #ifdef SKEY
47af6577 510 - (bal) Slight auth2-pam.c clean up.
511 - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
512 but no 'regexp.h' found (SCO OpenServer 3 lacks the header).
6005a40c 513
922e6493 51420010119
515 - (djm) Update versions in RPM specfiles
59c97189 516 - (bal) OpenBSD Resync
517 - markus@cvs.openbsd.org 2001/01/18 16:20:21
518 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
519 sshd.8 sshd.c]
61e96248 520 log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
59c97189 521 systems
522 - markus@cvs.openbsd.org 2001/01/18 16:59:59
523 [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
524 session.h sshconnect1.c]
525 1) removes fake skey from sshd, since this will be much
526 harder with /usr/libexec/auth/login_XXX
527 2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
528 3) make addition of BSD_AUTH and other challenge reponse methods
529 easier.
530 - markus@cvs.openbsd.org 2001/01/18 17:12:43
531 [auth-chall.c auth2-chall.c]
532 rename *-skey.c *-chall.c since the files are not skey specific
04fc7a67 533 - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
534 to fix NULL pointer deref and fake authloop breakage in PAM code.
f4ebf0e8 535 - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
3c418020 536 - (bal) Minor cygwin patch to auth1.c. Suggested by djm.
61e96248 537
b5c334cc 53820010118
539 - (bal) Super Sized OpenBSD Resync
540 - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
541 [sshd.c]
542 maxfd+1
543 - markus@cvs.openbsd.org 2001/01/13 17:59:18
544 [ssh-keygen.1]
545 small ssh-keygen manpage cleanup; stevesk@pobox.com
546 - markus@cvs.openbsd.org 2001/01/13 18:03:07
547 [scp.c ssh-keygen.c sshd.c]
548 getopt() returns -1 not EOF; stevesk@pobox.com
549 - markus@cvs.openbsd.org 2001/01/13 18:06:54
550 [ssh-keyscan.c]
551 use SSH_DEFAULT_PORT; from stevesk@pobox.com
552 - markus@cvs.openbsd.org 2001/01/13 18:12:47
553 [ssh-keyscan.c]
554 free() -> xfree(); fix memory leak; from stevesk@pobox.com
555 - markus@cvs.openbsd.org 2001/01/13 18:14:13
556 [ssh-add.c]
557 typo, from stevesk@sweden.hp.com
558 - markus@cvs.openbsd.org 2001/01/13 18:32:50
61e96248 559 [packet.c session.c ssh.c sshconnect.c sshd.c]
b5c334cc 560 split out keepalive from packet_interactive (from dale@accentre.com)
561 set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
562 - markus@cvs.openbsd.org 2001/01/13 18:36:45
563 [packet.c packet.h]
564 reorder, typo
565 - markus@cvs.openbsd.org 2001/01/13 18:38:00
566 [auth-options.c]
567 fix comment
568 - markus@cvs.openbsd.org 2001/01/13 18:43:31
569 [session.c]
570 Wall
61e96248 571 - markus@cvs.openbsd.org 2001/01/13 19:14:08
b5c334cc 572 [clientloop.h clientloop.c ssh.c]
573 move callback to headerfile
574 - markus@cvs.openbsd.org 2001/01/15 21:40:10
575 [ssh.c]
576 use log() instead of stderr
577 - markus@cvs.openbsd.org 2001/01/15 21:43:51
578 [dh.c]
579 use error() not stderr!
580 - markus@cvs.openbsd.org 2001/01/15 21:45:29
581 [sftp-server.c]
582 rename must fail if newpath exists, debug off by default
583 - markus@cvs.openbsd.org 2001/01/15 21:46:38
584 [sftp-server.c]
585 readable long listing for sftp-server, ok deraadt@
586 - markus@cvs.openbsd.org 2001/01/16 19:20:06
587 [key.c ssh-rsa.c]
61e96248 588 make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
589 galb@vandyke.com. note that you have to delete older ssh2-rsa keys,
590 since they are in the wrong format, too. they must be removed from
b5c334cc 591 .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
61e96248 592 (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
593 .ssh/authorized_keys2) additionally, we now check that
b5c334cc 594 BN_num_bits(rsa->n) >= 768.
595 - markus@cvs.openbsd.org 2001/01/16 20:54:27
596 [sftp-server.c]
597 remove some statics. simpler handles; idea from nisse@lysator.liu.se
598 - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
599 [bufaux.c radix.c sshconnect.h sshconnect1.c]
600 indent
601 - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
602 be missing such feature.
603
61e96248 604
52ce34a2 60520010117
606 - (djm) Only write random seed file at exit
717057b6 607 - (djm) Make PAM support optional, enable with --with-pam
61e96248 608 - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
717057b6 609 provides a crypt() of its own)
610 - (djm) Avoid a warning in bsd-bindresvport.c
611 - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
61e96248 612 can cause weird segfaults errors on Solaris
8694a1ce 613 - (djm) Avoid warning in PAM code by making read_passphrase arguments const
d748039d 614 - (djm) Add --with-pam to RPM spec files
52ce34a2 615
2fd3c144 61620010115
617 - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
89c7e31c 618 - (bal) utimes() support via utime() interface on machine that lack utimes().
2fd3c144 619
63b68889 62020010114
621 - (stevesk) initial work for OpenBSD "support supplementary group in
622 {Allow,Deny}Groups" patch:
623 - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
624 - add bsd-getgrouplist.h
625 - new files groupaccess.[ch]
626 - build but don't use yet (need to merge auth.c changes)
c6a69271 627 - (stevesk) complete:
628 - markus@cvs.openbsd.org 2001/01/13 11:56:48
629 [auth.c sshd.8]
630 support supplementary group in {Allow,Deny}Groups
631 from stevesk@pobox.com
61e96248 632
f546c780 63320010112
634 - (bal) OpenBSD Sync
635 - markus@cvs.openbsd.org 2001/01/10 22:56:22
636 [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
637 cleanup sftp-server implementation:
547519f0 638 add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
639 parse SSH2_FILEXFER_ATTR_EXTENDED
640 send SSH2_FX_EOF if readdir returns no more entries
641 reply to SSH2_FXP_EXTENDED message
642 use #defines from the draft
643 move #definations to sftp.h
f546c780 644 more info:
61e96248 645 http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
f546c780 646 - markus@cvs.openbsd.org 2001/01/10 19:43:20
647 [sshd.c]
648 XXX - generate_empheral_server_key() is not safe against races,
61e96248 649 because it calls log()
f546c780 650 - markus@cvs.openbsd.org 2001/01/09 21:19:50
651 [packet.c]
652 allow TCP_NDELAY for ipv6; from netbsd via itojun@
653
9548d6c8 65420010110
655 - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from
656 Bladt Norbert <Norbert.Bladt@adi.ch>
657
af972861 65820010109
659 - (bal) Resync CVS ID of cli.c
4b80e97b 660 - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE
661 code.
eea39c02 662 - (bal) OpenBSD Sync
663 - markus@cvs.openbsd.org 2001/01/08 22:29:05
664 [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
665 sshd_config version.h]
666 implement option 'Banner /etc/issue.net' for ssh2, move version to
667 2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
668 is enabled).
669 - markus@cvs.openbsd.org 2001/01/08 22:03:23
670 [channels.c ssh-keyscan.c]
671 O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
672 - markus@cvs.openbsd.org 2001/01/08 21:55:41
673 [sshconnect1.c]
674 more cleanups and fixes from stevesk@pobox.com:
675 1) try_agent_authentication() for loop will overwrite key just
676 allocated with key_new(); don't alloc
677 2) call ssh_close_authentication_connection() before exit
678 try_agent_authentication()
679 3) free mem on bad passphrase in try_rsa_authentication()
680 - markus@cvs.openbsd.org 2001/01/08 21:48:17
681 [kex.c]
682 missing free; thanks stevesk@pobox.com
f1c4659d 683 - (bal) Detect if clock_t structure exists, if not define it.
684 - (bal) Detect if O_NONBLOCK exists, if not define it.
685 - (bal) removed news4-posix.h (now empty)
686 - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
687 instead of 'int'
adc83ebf 688 - (stevesk) sshd_config: sync
4f771a33 689 - (stevesk) defines.h: remove spurious ``;''
af972861 690
bbcf899f 69120010108
692 - (bal) Fixed another typo in cli.c
693 - (bal) OpenBSD Sync
694 - markus@cvs.openbsd.org 2001/01/07 21:26:55
695 [cli.c]
696 typo
697 - markus@cvs.openbsd.org 2001/01/07 21:26:55
698 [cli.c]
699 missing free, stevesk@pobox.com
700 - markus@cvs.openbsd.org 2001/01/07 19:06:25
701 [auth1.c]
702 missing free, stevesk@pobox.com
703 - markus@cvs.openbsd.org 2001/01/07 11:28:04
704 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1
705 ssh.h sshd.8 sshd.c]
706 rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
707 syslog priority changes:
708 fatal() LOG_ERR -> LOG_CRIT
709 log() LOG_INFO -> LOG_NOTICE
b8c37305 710 - Updated TODO
bbcf899f 711
9616313f 71220010107
713 - (bal) OpenBSD Sync
714 - markus@cvs.openbsd.org 2001/01/06 11:23:27
715 [ssh-rsa.c]
716 remove unused
717 - itojun@cvs.openbsd.org 2001/01/05 08:23:29
718 [ssh-keyscan.1]
719 missing .El
720 - markus@cvs.openbsd.org 2001/01/04 22:41:03
721 [session.c sshconnect.c]
722 consistent use of _PATH_BSHELL; from stevesk@pobox.com
723 - djm@cvs.openbsd.org 2001/01/04 22:35:32
724 [ssh.1 sshd.8]
725 Mention AES as available SSH2 Cipher; ok markus
726 - markus@cvs.openbsd.org 2001/01/04 22:25:58
727 [sshd.c]
728 sync usage()/man with defaults; from stevesk@pobox.com
729 - markus@cvs.openbsd.org 2001/01/04 22:21:26
730 [sshconnect2.c]
731 handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
732 that prints a banner (e.g. /etc/issue.net)
61e96248 733
1877dc0c 73420010105
735 - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
5a64a938 736 - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()
1877dc0c 737
488c06c8 73820010104
739 - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on
740 work by Chris Vaughan <vaughan99@yahoo.com>
741
7c49df64 74220010103
743 - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD
744 tree (mainly positioning)
745 - (bal) OpenSSH CVS Update
746 - markus@cvs.openbsd.org 2001/01/02 20:41:02
747 [packet.c]
748 log remote ip on disconnect; PR 1600 from jcs@rt.fm
749 - markus@cvs.openbsd.org 2001/01/02 20:50:56
750 [sshconnect.c]
61e96248 751 strict_host_key_checking for host_status != HOST_CHANGED &&
7c49df64 752 ip_status == HOST_CHANGED
61e96248 753 - (bal) authfile.c: Synced CVS ID tag
2c523de9 754 - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>
755 - (bal) Disable sftp-server if no 64bit int support exists. Based on
756 patch by Tim Rice <tim@multitalents.net>
757 - (bal) Makefile.in changes to uninstall: target to remove sftp-server
758 and sftp-server.8 manpage.
7c49df64 759
a421e945 76020010102
761 - (bal) OpenBSD CVS Update
762 - markus@cvs.openbsd.org 2001/01/01 14:52:49
763 [scp.c]
764 use shared fatal(); from stevesk@pobox.com
765
0efc80a7 76620001231
767 - (bal) Reverted out of MAXHOSTNAMELEN. This should be set per OS.
768 for multiple reasons.
b1335fdf 769 - (bal) Reverted out of a partial NeXT patch.
0efc80a7 770
efcae5b1 77120001230
772 - (bal) OpenBSD CVS Update
773 - markus@cvs.openbsd.org 2000/12/28 18:58:30
774 [ssh-keygen.c]
775 enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
b148018f 776 - markus@cvs.openbsd.org 2000/12/29 22:19:13
777 [channels.c]
778 missing xfree; from vaughan99@yahoo.com
efcae5b1 779 - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
03a14cc9 780 - (bal) if no MAXHOSTNAMELEN is defined. Default to 64 character defination.
34665bf7 781 Suggested by Christian Kurz <shorty@debian.org>
cb6dabf4 782 - (bal) Add in '.c.o' section to Makefile.in to address make programs that
61e96248 783 don't honor CPPFLAGS by default. Suggested by Lutz Jaenicke
cb6dabf4 784 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
0dd78cd8 785
78620001229
61e96248 787 - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
34665bf7 788 Kurz <shorty@debian.org>
8abcdba4 789 - (bal) OpenBSD CVS Update
790 - markus@cvs.openbsd.org 2000/12/28 14:25:51
791 [auth.h auth2.c]
792 count authentication failures only
793 - markus@cvs.openbsd.org 2000/12/28 14:25:03
794 [sshconnect.c]
795 fingerprint for MITM attacks, too.
796 - markus@cvs.openbsd.org 2000/12/28 12:03:57
797 [sshd.8 sshd.c]
798 document -D
799 - markus@cvs.openbsd.org 2000/12/27 14:19:21
800 [serverloop.c]
801 less chatty
802 - markus@cvs.openbsd.org 2000/12/27 12:34
803 [auth1.c sshconnect2.c sshd.c]
804 typo
805 - markus@cvs.openbsd.org 2000/12/27 12:30:19
806 [readconf.c readconf.h ssh.1 sshconnect.c]
807 new option: HostKeyAlias: allow the user to record the host key
808 under a different name. This is useful for ssh tunneling over
809 forwarded connections or if you run multiple sshd's on different
810 ports on the same machine.
811 - markus@cvs.openbsd.org 2000/12/27 11:51:53
812 [ssh.1 ssh.c]
813 multiple -t force pty allocation, document ORIGINAL_COMMAND
814 - markus@cvs.openbsd.org 2000/12/27 11:41:31
815 [sshd.8]
816 update for ssh-2
c52c7082 817 - (stevesk) compress.[ch] sync with openbsd; missed in prototype
818 fix merge.
0dd78cd8 819
8f523d67 82020001228
821 - (bal) Patch to add libutil.h to loginrec.c only if the platform has
822 libutil.h. Suggested by Pekka Savola <pekka@netcore.fi>
9fb76616 823 - (djm) Update to new x11-askpass in RPM spec
0dd78cd8 824 - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
825 header. Patch by Tim Rice <tim@multitalents.net>
826 - Updated TODO w/ known HP/UX issue
827 - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
828 bad reference to 'NeXT including it else were' on the #ifdef version.
8f523d67 829
b03bd394 83020001227
61e96248 831 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
b03bd394 832 Takumi Yamane <yamtak@b-session.com>
833 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
8f523d67 834 by Corinna Vinschen <vinschen@redhat.com>
835 - (djm) Fix catman-do target for non-bash
61e96248 836 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
8f523d67 837 Takumi Yamane <yamtak@b-session.com>
838 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
b03bd394 839 by Corinna Vinschen <vinschen@redhat.com>
13991f8e 840 - (djm) Fix catman-do target for non-bash
61e96248 841 - (bal) Fixed NeXT's lack of CPPFLAGS honoring.
842 - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/
f318b98b 843 'RLIMIT_NOFILE'
61e96248 844 - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,
845 the info in COPYING.Ylonen has been moved to the start of each
3bdf55b1 846 SSH1-derived file and README.Ylonen is well out of date.
b03bd394 847
8d88011e 84820001223
849 - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
850 if a change to config.h has occurred. Suggested by Gert Doering
851 <gert@greenie.muc.de>
852 - (bal) OpenBSD CVS Update:
853 - markus@cvs.openbsd.org 2000/12/22 16:49:40
854 [ssh-keygen.c]
855 fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
856
1e3b8b07 85720001222
858 - Updated RCSID for pty.c
859 - (bal) OpenBSD CVS Updates:
860 - markus@cvs.openbsd.org 2000/12/21 15:10:16
861 [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c]
862 print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@
863 - markus@cvs.openbsd.org 2000/12/20 19:26:56
864 [authfile.c]
865 allow ssh -i userkey for root
866 - markus@cvs.openbsd.org 2000/12/20 19:37:21
867 [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h]
868 fix prototypes; from stevesk@pobox.com
869 - markus@cvs.openbsd.org 2000/12/20 19:32:08
870 [sshd.c]
871 init pointer to NULL; report from Jan.Ivan@cern.ch
872 - markus@cvs.openbsd.org 2000/12/19 23:17:54
873 [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c
874 auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c
875 bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c
876 crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h
877 key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c
878 packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h
879 serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h
880 ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h uuencode.c
881 uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c]
882 replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char
883 unsigned' with u_char.
884
67b0facb 88520001221
886 - (stevesk) OpenBSD CVS updates:
887 - markus@cvs.openbsd.org 2000/12/19 15:43:45
888 [authfile.c channels.c sftp-server.c ssh-agent.c]
889 remove() -> unlink() for consistency
890 - markus@cvs.openbsd.org 2000/12/19 15:48:09
891 [ssh-keyscan.c]
892 replace <ssl/x.h> with <openssl/x.h>
893 - markus@cvs.openbsd.org 2000/12/17 02:33:40
894 [uidswap.c]
895 typo; from wsanchez@apple.com
61e96248 896
adeebd37 89720001220
61e96248 898 - (djm) Workaround PAM inconsistencies between Solaris derived PAM code
adeebd37 899 and Linux-PAM. Based on report and fix from Andrew Morgan
900 <morgan@transmeta.com>
901
f072c47a 90220001218
903 - (stevesk) rsa.c: entropy.h not needed.
0c2fb82f 904 - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.
905 Suggested by Wilfredo Sanchez <wsanchez@apple.com>
f072c47a 906
731c1541 90720001216
908 - (stevesk) OpenBSD CVS updates:
909 - markus@cvs.openbsd.org 2000/12/16 02:53:57
910 [scp.c]
911 allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE
912 - markus@cvs.openbsd.org 2000/12/16 02:39:57
913 [scp.c]
914 unused; from stevesk@pobox.com
915
227e8e86 91620001215
9853409f 917 - (stevesk) Old OpenBSD patch wasn't completely applied:
918 - markus@cvs.openbsd.org 2000/01/24 22:11:20
919 [scp.c]
920 allow '.' in usernames; from jedgar@fxp.org
227e8e86 921 - (stevesk) OpenBSD CVS updates:
922 - markus@cvs.openbsd.org 2000/12/13 16:26:53
923 [ssh-keyscan.c]
924 fatal already adds \n; from stevesk@pobox.com
925 - markus@cvs.openbsd.org 2000/12/13 16:25:44
926 [ssh-agent.c]
927 remove redundant spaces; from stevesk@pobox.com
928 - ho@cvs.openbsd.org 2000/12/12 15:50:21
929 [pty.c]
930 When failing to set tty owner and mode on a read-only filesystem, don't
931 abort if the tty already has correct owner and reasonably sane modes.
932 Example; permit 'root' to login to a firewall with read-only root fs.
933 (markus@ ok)
934 - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
935 [pty.c]
936 KNF
6ffc9c88 937 - markus@cvs.openbsd.org 2000/12/12 14:45:21
938 [sshd.c]
939 source port < 1024 is no longer required for rhosts-rsa since it
940 adds no additional security.
941 - markus@cvs.openbsd.org 2000/12/12 16:11:49
942 [ssh.1 ssh.c]
943 rhosts-rsa is no longer automagically disabled if ssh is not privileged.
944 UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
945 these changes should not change the visible default behaviour of the ssh client.
71c0d06a 946 - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
947 [scp.c]
948 when copying 0-sized files, do not re-print ETA time at completion
3e1caa83 949 - provos@cvs.openbsd.org 2000/12/15 10:30:15
950 [kex.c kex.h sshconnect2.c sshd.c]
951 compute diffie-hellman in parallel between server and client. okay markus@
227e8e86 952
6c935fbd 95320001213
954 - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
955 from Andreas M. Kirchwitz <amk@krell.zikzak.de>
227e8e86 956 - (stevesk) OpenBSD CVS update:
1fe6a48f 957 - markus@cvs.openbsd.org 2000/12/12 15:30:02
958 [ssh-keyscan.c ssh.c sshd.c]
61e96248 959 consistently use __progname; from stevesk@pobox.com
6c935fbd 960
367d1840 96120001211
962 - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
963 patch to install ssh-keyscan manpage. Patch by Pekka Savola
964 <pekka@netcore.fi>
e3a70753 965 - (bal) OpenbSD CVS update
966 - markus@cvs.openbsd.org 2000/12/10 17:01:53
967 [sshconnect1.c]
968 always request new challenge for skey/tis-auth, fixes interop with
969 other implementations; report from roth@feep.net
367d1840 970
6b523bae 97120001210
972 - (bal) OpenBSD CVS updates
61e96248 973 - markus@cvs.openbsd.org 2000/12/09 13:41:51
6b523bae 974 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
975 undo rijndael changes
61e96248 976 - markus@cvs.openbsd.org 2000/12/09 13:48:31
6b523bae 977 [rijndael.c]
978 fix byte order bug w/o introducing new implementation
61e96248 979 - markus@cvs.openbsd.org 2000/12/09 14:08:27
6b523bae 980 [sftp-server.c]
981 "" -> "." for realpath; from vinschen@redhat.com
61e96248 982 - markus@cvs.openbsd.org 2000/12/09 14:06:54
6b523bae 983 [ssh-agent.c]
984 extern int optind; from stevesk@sweden.hp.com
13af0aa2 985 - provos@cvs.openbsd.org 2000/12/09 23:51:11
986 [compat.c]
987 remove unnecessary '\n'
6b523bae 988
ce9c0b75 98920001209
6b523bae 990 - (bal) OpenBSD CVS updates:
61e96248 991 - djm@cvs.openbsd.org 2000/12/07 4:24:59
ce9c0b75 992 [ssh.1]
993 Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
994
f72fc97f 99520001207
6b523bae 996 - (bal) OpenBSD CVS updates:
61e96248 997 - markus@cvs.openbsd.org 2000/12/06 22:58:14
f72fc97f 998 [compat.c compat.h packet.c]
999 disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
dfe89252 1000 - markus@cvs.openbsd.org 2000/12/06 23:10:39
1001 [rijndael.c]
1002 unexpand(1)
61e96248 1003 - markus@cvs.openbsd.org 2000/12/06 23:05:43
dfe89252 1004 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
1005 new rijndael implementation. fixes endian bugs
f72fc97f 1006
97fb6912 100720001206
6b523bae 1008 - (bal) OpenBSD CVS updates:
97fb6912 1009 - markus@cvs.openbsd.org 2000/12/05 20:34:09
1010 [channels.c channels.h clientloop.c serverloop.c]
1011 async connects for -R/-L; ok deraadt@
1012 - todd@cvs.openssh.org 2000/12/05 16:47:28
1013 [sshd.c]
1014 tweak comment to reflect real location of pid file; ok provos@
bf5f69f7 1015 - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
1016 have it (used in ssh-keyscan).
227e8e86 1017 - (stevesk) OpenBSD CVS update:
f20255cb 1018 - markus@cvs.openbsd.org 2000/12/06 19:57:48
1019 [ssh-keyscan.c]
1020 err(3) -> internal error(), from stevesk@sweden.hp.com
97fb6912 1021
f6fdbddf 102220001205
6b523bae 1023 - (bal) OpenBSD CVS updates:
f6fdbddf 1024 - markus@cvs.openbsd.org 2000/12/04 19:24:02
1025 [ssh-keyscan.c ssh-keyscan.1]
1026 David Maziere's ssh-keyscan, ok niels@
1027 - (bal) Updated Makefile.in to include ssh-keyscan that was just added
1028 to the recent OpenBSD source tree.
835d2104 1029 - (stevesk) fix typos in contrib/hpux/README
f6fdbddf 1030
cbc5abf9 103120001204
1032 - (bal) More C functions defined in NeXT that are unaccessable without
61e96248 1033 defining -POSIX.
1034 - (bal) OpenBSD CVS updates:
1035 - markus@cvs.openbsd.org 2000/12/03 11:29:04
cbc5abf9 1036 [compat.c]
1037 remove fallback to SSH_BUG_HMAC now that the drafts are updated
1038 - markus@cvs.openbsd.org 2000/12/03 11:27:55
1039 [compat.c]
61e96248 1040 correctly match "2.1.0.pl2 SSH" etc; from
97fb6912 1041 pekkas@netcore.fi/bugzilla.redhat
cbc5abf9 1042 - markus@cvs.openbsd.org 2000/12/03 11:15:03
1043 [auth2.c compat.c compat.h sshconnect2.c]
1044 support f-secure/ssh.com 2.0.12; ok niels@
1045
0b6fbf03 104620001203
cbc5abf9 1047 - (bal) OpenBSD CVS updates:
0b6fbf03 1048 - markus@cvs.openbsd.org 2000/11/30 22:54:31
1049 [channels.c]
61e96248 1050 debug->warn if tried to do -R style fwd w/o client requesting this;
0b6fbf03 1051 ok neils@
1052 - markus@cvs.openbsd.org 2000/11/29 20:39:17
1053 [cipher.c]
1054 des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
1055 - markus@cvs.openbsd.org 2000/11/30 18:33:05
1056 [ssh-agent.c]
1057 agents must not dump core, ok niels@
61e96248 1058 - markus@cvs.openbsd.org 2000/11/30 07:04:02
0b6fbf03 1059 [ssh.1]
1060 T is for both protocols
1061 - markus@cvs.openbsd.org 2000/12/01 00:00:51
1062 [ssh.1]
1063 typo; from green@FreeBSD.org
1064 - markus@cvs.openbsd.org 2000/11/30 07:02:35
1065 [ssh.c]
1066 check -T before isatty()
1067 - provos@cvs.openbsd.org 2000/11/29 13:51:27
1068 [sshconnect.c]
61e96248 1069 show IP address and hostname when new key is encountered. okay markus@
0b6fbf03 1070 - markus@cvs.openbsd.org 2000/11/30 22:53:35
1071 [sshconnect.c]
1072 disable agent/x11/port fwding if hostkey has changed; ok niels@
1073 - marksu@cvs.openbsd.org 2000/11/29 21:11:59
1074 [sshd.c]
1075 sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
1076 from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
8c9fe09e 1077 - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
1078 PAM authentication using KbdInteractive.
1079 - (djm) Added another TODO
0b6fbf03 1080
90f4078a 108120001202
1082 - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
61e96248 1083 - (bal) Irix need some sort of mansubdir, patch by Michael Stone
90f4078a 1084 <mstone@cs.loyola.edu>
1085
dcef6523 108620001129
7062c40f 1087 - (djm) Back out all the serverloop.c hacks. sshd will now hang again
1088 if there are background children with open fds.
c193d002 1089 - (djm) bsd-rresvport.c bzero -> memset
61e96248 1090 - (djm) Don't fail in defines.h on absence of 64 bit types (we will
c193d002 1091 still fail during compilation of sftp-server).
1092 - (djm) Fail if ar is not found during configure
c523303b 1093 - (djm) OpenBSD CVS updates:
1094 - provos@cvs.openbsd.org 2000/11/22 08:38:31
1095 [sshd.8]
1096 talk about /etc/primes, okay markus@
1097 - markus@cvs.openbsd.org 2000/11/23 14:03:48
1098 [ssh.c sshconnect1.c sshconnect2.c]
1099 complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
1100 defaults
1101 - markus@cvs.openbsd.org 2000/11/25 09:42:53
1102 [sshconnect1.c]
1103 reorder check for illegal ciphers, bugreport from espie@
1104 - markus@cvs.openbsd.org 2000/11/25 10:19:34
1105 [ssh-keygen.c ssh.h]
1106 print keytype when generating a key.
1107 reasonable defaults for RSA1/RSA/DSA keys.
b3ec54b4 1108 - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
1109 more manpage paths in fixpaths calls
1110 - (djm) Also add xauth path at Pekka's suggestion.
57ce3f00 1111 - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
dcef6523 1112
e879a080 111320001125
1114 - (djm) Give up privs when reading seed file
1115
d343d900 111620001123
1117 - (bal) Merge OpenBSD changes:
1118 - markus@cvs.openbsd.org 2000/11/15 22:31:36
1119 [auth-options.c]
61e96248 1120 case insensitive key options; from stevesk@sweeden.hp.com
d343d900 1121 - markus@cvs.openbsd.org 2000/11/16 17:55:43
1122 [dh.c]
1123 do not use perror() in sshd, after child is forked()
1124 - markus@cvs.openbsd.org 2000/11/14 23:42:40
1125 [auth-rsa.c]
1126 parse option only if key matches; fix some confusing seen by the client
1127 - markus@cvs.openbsd.org 2000/11/14 23:44:19
1128 [session.c]
1129 check no_agent_forward_flag for ssh-2, too
1130 - markus@cvs.openbsd.org 2000/11/15
1131 [ssh-agent.1]
1132 reorder SYNOPSIS; typo, use .It
1133 - markus@cvs.openbsd.org 2000/11/14 23:48:55
1134 [ssh-agent.c]
1135 do not reorder keys if a key is removed
1136 - markus@cvs.openbsd.org 2000/11/15 19:58:08
1137 [ssh.c]
61e96248 1138 just ignore non existing user keys
d343d900 1139 - millert@cvs.openbsd.org 200/11/15 20:24:43
1140 [ssh-keygen.c]
1141 Add missing \n at end of error message.
1142
0b49a754 114320001122
1144 - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
1145 are compilable.
1146 - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
1147
fab2e5d3 114820001117
1149 - (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It
1150 has no affect the output. Patch by Corinna Vinschen <vinschen@redhat.com>
61e96248 1151 - (stevesk) Reworked progname support.
260d427b 1152 - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c. Patch by
1153 Shinichi Maruyama <marya@st.jip.co.jp>
fab2e5d3 1154
c2207f11 115520001116
1156 - (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO
1157 releases.
1158 - (bal) Make builds work outside of source tree. Patch by Mark D. Roth
1159 <roth@feep.net>
1160
3d398e04 116120001113
61e96248 1162 - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
3d398e04 1163 contrib/README
fa08c86b 1164 - (djm) Merge OpenBSD changes:
1165 - markus@cvs.openbsd.org 2000/11/06 16:04:56
1166 [channels.c channels.h clientloop.c nchan.c serverloop.c]
1167 [session.c ssh.c]
1168 agent forwarding and -R for ssh2, based on work from
1169 jhuuskon@messi.uku.fi
1170 - markus@cvs.openbsd.org 2000/11/06 16:13:27
1171 [ssh.c sshconnect.c sshd.c]
1172 do not disabled rhosts(rsa) if server port > 1024; from
1173 pekkas@netcore.fi
1174 - markus@cvs.openbsd.org 2000/11/06 16:16:35
1175 [sshconnect.c]
1176 downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
1177 - markus@cvs.openbsd.org 2000/11/09 18:04:40
1178 [auth1.c]
1179 typo; from mouring@pconline.com
1180 - markus@cvs.openbsd.org 2000/11/12 12:03:28
1181 [ssh-agent.c]
1182 off-by-one when removing a key from the agent
1183 - markus@cvs.openbsd.org 2000/11/12 12:50:39
1184 [auth-rh-rsa.c auth2.c authfd.c authfd.h]
1185 [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
1186 [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
1187 [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
1188 [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
61e96248 1189 [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
fa08c86b 1190 add support for RSA to SSH2. please test.
1191 there are now 3 types of keys: RSA1 is used by ssh-1 only,
1192 RSA and DSA are used by SSH2.
1193 you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
1194 keys for SSH2 and use the RSA keys for hostkeys or for user keys.
1195 SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
1196 - (djm) Fix up Makefile and Redhat init script to create RSA host keys
f001465f 1197 - (djm) Change to interim version
5733a41a 1198 - (djm) Fix RPM spec file stupidity
6fff1ac4 1199 - (djm) fixpaths to DSA and RSA keys too
3d398e04 1200
d287c664 120120001112
1202 - (bal) SCO Patch to add needed libraries for configure.in. Patch by
1203 Phillips Porch <root@theporch.com>
3d398e04 1204 - (bal) IRIX patch to adding Job Limits. Patch by Denis Parker
1205 <dcp@sgi.com>
a3bf38d0 1206 - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to
1207 failed ioctl(TIOCSCTTY) call.
d287c664 1208
3c4d4fef 120920001111
1210 - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
1211 packaging files
35325fd4 1212 - (djm) Fix new Makefile.in warnings
61e96248 1213 - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
1214 promoted to type int. Report and fix from Dan Astoorian
027bf205 1215 <djast@cs.toronto.edu>
61e96248 1216 - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
e3291159 1217 it wrong. Report from Bennett Todd <bet@rahul.net>
3c4d4fef 1218
3e366738 121920001110
1220 - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
1221 - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
1222 - (bal) Added in check to verify S/Key library is being detected in
1223 configure.in
61e96248 1224 - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
3e366738 1225 Patch by Mark Miller <markm@swoon.net>
1226 - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
61e96248 1227 to remove warnings under MacOS X. Patch by Mark Miller <markm@swoon.net>
3e366738 1228 - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
1229
373998a4 123020001107
e506ee73 1231 - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
1232 Mark Miller <markm@swoon.net>
373998a4 1233 - (bal) sshd.init files corrected to assign $? to RETVAL. Patch by
1234 Jarno Huuskonen <jhuuskon@messi.uku.fi>
e506ee73 1235 - (bal) fixpaths fixed to stop it from quitely failing. Patch by
1236 Mark D. Roth <roth@feep.net>
373998a4 1237
ac89998a 123820001106
1239 - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
6c09e23c 1240 - (djm) Manually fix up missed diff hunks (mainly RCS idents)
61e96248 1241 - (djm) Remove UPGRADING document in favour of a link to the better
d6846e6a 1242 maintained FAQ on www.openssh.com
73bd30fe 1243 - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
1244 <pekkas@netcore.fi>
1245 - (djm) Don't need X11-askpass in RPM spec file if building without it
1246 from Pekka Savola <pekkas@netcore.fi>
c215ba3b 1247 - (djm) Release 2.3.0p1
97b378bf 1248 - (bal) typo in configure.in in regards to --with-ldflags from Marko
1249 Asplund <aspa@kronodoc.fi>
1250 - (bal) fixed next-posix.h. Forgot prototype of getppid().
68f189a9 1251
b850ecd9 125220001105
1253 - (bal) Sync with OpenBSD:
1254 - markus@cvs.openbsd.org 2000/10/31 9:31:58
1255 [compat.c]
1256 handle all old openssh versions
1257 - markus@cvs.openbsd.org 2000/10/31 13:1853
1258 [deattack.c]
1259 so that large packets do not wrap "n"; from netbsd
1260 - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
a30ce26d 1261 - (bal) auth2-skey.c - Checked in. Missing from portable tree.
1262 - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
1263 setsid() into more common files
96054e6f 1264 - (stevesk) pty.c: use __hpux to identify HP-UX.
d0127657 1265 - (bal) Missed auth-skey.o in Makefile.in and minor correction to
1266 bsd-waitpid.c
b850ecd9 1267
75b90ced 126820001029
1269 - (stevesk) Fix typo in auth.c: USE_PAM not PAM
95273555 1270 - (stevesk) Create contrib/cygwin/ directory; patch from
1271 Corinna Vinschen <vinschen@redhat.com>
e9e4a1c7 1272 - (bal) Resolved more $xno and $xyes issues in configure.in
fd5f0295 1273 - (bal) next-posix.h - spelling and forgot a prototype
75b90ced 1274
344f2b94 127520001028
61e96248 1276 - (djm) fix select hack in serverloop.c from Philippe WILLEM
344f2b94 1277 <Philippe.WILLEM@urssaf.fr>
240ae474 1278 - (djm) Fix mangled AIXAUTHENTICATE code
61e96248 1279 - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
606ea390 1280 <markus.friedl@informatik.uni-erlangen.de>
a22aff1f 1281 - (djm) Sync with OpenBSD:
1282 - markus@cvs.openbsd.org 2000/10/16 15:46:32
1283 [ssh.1]
1284 fixes from pekkas@netcore.fi
1285 - markus@cvs.openbsd.org 2000/10/17 14:28:11
1286 [atomicio.c]
1287 return number of characters processed; ok deraadt@
1288 - markus@cvs.openbsd.org 2000/10/18 12:04:02
1289 [atomicio.c]
1290 undo
1291 - markus@cvs.openbsd.org 2000/10/18 12:23:02
1292 [scp.c]
1293 replace atomicio(read,...) with read(); ok deraadt@
1294 - markus@cvs.openbsd.org 2000/10/18 12:42:00
1295 [session.c]
1296 restore old record login behaviour
1297 - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
1298 [auth-skey.c]
1299 fmt string problem in unused code
1300 - provos@cvs.openbsd.org 2000/10/19 10:45:16
1301 [sshconnect2.c]
1302 don't reference freed memory. okay deraadt@
1303 - markus@cvs.openbsd.org 2000/10/21 11:04:23
1304 [canohost.c]
1305 typo, eramore@era-t.ericsson.se; ok niels@
1306 - markus@cvs.openbsd.org 2000/10/23 13:31:55
1307 [cipher.c]
1308 non-alignment dependent swap_bytes(); from
1309 simonb@wasabisystems.com/netbsd
1310 - markus@cvs.openbsd.org 2000/10/26 12:38:28
1311 [compat.c]
1312 add older vandyke products
1313 - markus@cvs.openbsd.org 2000/10/27 01:32:19
1314 [channels.c channels.h clientloop.c serverloop.c session.c]
1315 [ssh.c util.c]
61e96248 1316 enable non-blocking IO on channels, and tty's (except for the
a22aff1f 1317 client ttys).
344f2b94 1318
ddc49b5c 131920001027
1320 - (djm) Increase REKEY_BYTES to 2^24 for arc4random
1321
48e7916f 132220001025
1323 - (djm) Added WARNING.RNG file and modified configure to ask users of the
1324 builtin entropy code to read it.
1325 - (djm) Prefer builtin regex to PCRE.
00937921 1326 - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
1327 - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
1328 <proski@gnu.org>
48e7916f 1329
8dcda1e3 133020001020
1331 - (djm) Don't define _REENTRANT for SNI/Reliant Unix
07bee9a7 1332 - (bal) Imported NEWS-OS waitpid() macros into NeXT. Since implementation
1333 is more correct then current version.
8dcda1e3 1334
f5af5cd5 133520001018
1336 - (stevesk) Add initial support for setproctitle(). Current
1337 support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
134fd7f6 1338 - (stevesk) Add egd startup scripts to contrib/hpux/
f5af5cd5 1339
2f31bdd6 134020001017
1341 - (djm) Add -lregex to cywin libs from Corinna Vinschen
1342 <vinschen@cygnus.com>
ba7a3f40 1343 - (djm) Don't rely on atomicio's retval to determine length of askpass
1344 supplied passphrase. Problem report from Lutz Jaenicke
1345 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
66d6c27e 1346 - (bal) Changed from GNU rx to PCRE on suggestion from djm.
61e96248 1347 - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
66d6c27e 1348 <nakaji@tutrp.tut.ac.jp>
2f31bdd6 1349
33de75a3 135020001016
1351 - (djm) Sync with OpenBSD:
1352 - markus@cvs.openbsd.org 2000/10/14 04:01:15
1353 [cipher.c]
1354 debug3
1355 - markus@cvs.openbsd.org 2000/10/14 04:07:23
1356 [scp.c]
1357 remove spaces from arguments; from djm@mindrot.org
1358 - markus@cvs.openbsd.org 2000/10/14 06:09:46
1359 [ssh.1]
1360 Cipher is for SSH-1 only
1361 - markus@cvs.openbsd.org 2000/10/14 06:12:09
1362 [servconf.c servconf.h serverloop.c session.c sshd.8]
1363 AllowTcpForwarding; from naddy@
1364 - markus@cvs.openbsd.org 2000/10/14 06:16:56
1365 [auth2.c compat.c compat.h sshconnect2.c version.h]
61e96248 1366 OpenSSH_2.3; note that is is not complete, but the version number
33de75a3 1367 needs to be changed for interoperability reasons
1368 - markus@cvs.openbsd.org 2000/10/14 06:19:45
1369 [auth-rsa.c]
1370 do not send RSA challenge if key is not allowed by key-options; from
1371 eivind@ThinkSec.com
1372 - markus@cvs.openbsd.org 2000/10/15 08:14:01
1373 [rijndael.c session.c]
1374 typos; from stevesk@sweden.hp.com
1375 - markus@cvs.openbsd.org 2000/10/15 08:18:31
1376 [rijndael.c]
1377 typo
61e96248 1378 - (djm) Copy manpages back over from OpenBSD - too tedious to wade
30d8b039 1379 through diffs
61e96248 1380 - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
30d8b039 1381 <pekkas@netcore.fi>
aa0289fe 1382 - (djm) Update version in Redhat spec file
61e96248 1383 - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
aa0289fe 1384 Redhat 7.0 spec file
5b2d4b75 1385 - (djm) Make inability to read/write PRNG seedfile non-fatal
1386
33de75a3 1387
4d670c24 138820001015
1389 - (djm) Fix ssh2 hang on background processes at logout.
1390
71dfaf1c 139120001014
443172c4 1392 - (bal) Add support for realpath and getcwd for platforms with broken
1393 or missing realpath implementations for sftp-server.
1394 - (bal) Corrected mistake in INSTALL in regards to GNU rx library
61e96248 1395 - (bal) Add support for GNU rx library for those lacking regexp support
71dfaf1c 1396 - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
02323c45 1397 - (djm) Revert SSH2 serverloop hack, will find a better way.
4ee81249 1398 - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
1399 from Martin Johansson <fatbob@acc.umu.se>
94ec8c6b 1400 - (djm) Big OpenBSD sync:
1401 - markus@cvs.openbsd.org 2000/09/30 10:27:44
1402 [log.c]
1403 allow loglevel debug
1404 - markus@cvs.openbsd.org 2000/10/03 11:59:57
1405 [packet.c]
1406 hmac->mac
1407 - markus@cvs.openbsd.org 2000/10/03 12:03:03
1408 [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
1409 move fake-auth from auth1.c to individual auth methods, disables s/key in
1410 debug-msg
1411 - markus@cvs.openbsd.org 2000/10/03 12:16:48
1412 ssh.c
1413 do not resolve canonname, i have no idea why this was added oin ossh
1414 - markus@cvs.openbsd.org 2000/10/09 15:30:44
1415 ssh-keygen.1 ssh-keygen.c
1416 -X now reads private ssh.com DSA keys, too.
1417 - markus@cvs.openbsd.org 2000/10/09 15:32:34
1418 auth-options.c
1419 clear options on every call.
1420 - markus@cvs.openbsd.org 2000/10/09 15:51:00
1421 authfd.c authfd.h
1422 interop with ssh-agent2, from <res@shore.net>
1423 - markus@cvs.openbsd.org 2000/10/10 14:20:45
1424 compat.c
1425 use rexexp for version string matching
1426 - provos@cvs.openbsd.org 2000/10/10 22:02:18
1427 [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
1428 First rough implementation of the diffie-hellman group exchange. The
1429 client can ask the server for bigger groups to perform the diffie-hellman
1430 in, thus increasing the attack complexity when using ciphers with longer
1431 keys. University of Windsor provided network, T the company.
1432 - markus@cvs.openbsd.org 2000/10/11 13:59:52
1433 [auth-rsa.c auth2.c]
1434 clear auth options unless auth sucessfull
1435 - markus@cvs.openbsd.org 2000/10/11 14:00:27
1436 [auth-options.h]
1437 clear auth options unless auth sucessfull
1438 - markus@cvs.openbsd.org 2000/10/11 14:03:27
1439 [scp.1 scp.c]
1440 support 'scp -o' with help from mouring@pconline.com
1441 - markus@cvs.openbsd.org 2000/10/11 14:11:35
1442 [dh.c]
1443 Wall
1444 - markus@cvs.openbsd.org 2000/10/11 14:14:40
1445 [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
1446 [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
1447 add support for s/key (kbd-interactive) to ssh2, based on work by
1448 mkiernan@avantgo.com and me
1449 - markus@cvs.openbsd.org 2000/10/11 14:27:24
1450 [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
1451 [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
1452 [sshconnect2.c sshd.c]
1453 new cipher framework
1454 - markus@cvs.openbsd.org 2000/10/11 14:45:21
1455 [cipher.c]
1456 remove DES
1457 - markus@cvs.openbsd.org 2000/10/12 03:59:20
1458 [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
1459 enable DES in SSH-1 clients only
1460 - markus@cvs.openbsd.org 2000/10/12 08:21:13
1461 [kex.h packet.c]
1462 remove unused
1463 - markus@cvs.openbsd.org 2000/10/13 12:34:46
1464 [sshd.c]
1465 Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
1466 - markus@cvs.openbsd.org 2000/10/13 12:59:15
1467 [cipher.c cipher.h myproposal.h rijndael.c rijndael.h]
1468 rijndael/aes support
1469 - markus@cvs.openbsd.org 2000/10/13 13:10:54
1470 [sshd.8]
1471 more info about -V
1472 - markus@cvs.openbsd.org 2000/10/13 13:12:02
1473 [myproposal.h]
1474 prefer no compression
3ed32516 1475 - (djm) Fix scp user@host handling
1476 - (djm) Don't clobber ssh_prng_cmds on install
6bcf7caa 1477 - (stevesk) Include config.h in rijndael.c so we define intXX_t and
1478 u_intXX_t types on all platforms.
9ea53ba5 1479 - (stevesk) rijndael.c: cleanup missing declaration warnings.
2919e060 1480 - (stevesk) ~/.hushlogin shouldn't cause required password change to
1481 be bypassed.
f5665f6f 1482 - (stevesk) Display correct path to ssh-askpass in configure output.
1483 Report from Lutz Jaenicke.
71dfaf1c 1484
ebd782f7 148520001007
1486 - (stevesk) Print PAM return value in PAM log messages to aid
1487 with debugging.
97994d32 1488 - (stevesk) Fix detection of pw_class struct member in configure;
1489 patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
1490
47a134c1 149120001002
1492 - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
1493 - (djm) Add host system and CC to end-of-configure report. Suggested by
1494 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1495
7322ef0e 149620000931
1497 - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
1498
6ac7829a 149920000930
b6490dcb 1500 - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
61e96248 1501 - (djm) Support in bsd-snprintf.c for long long conversions from
772bd898 1502 Ben Lindstrom <mouring@pconline.com>
1503 - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
857040fb 1504 - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
61e96248 1505 very short lived X connections. Bug report from Tobias Oetiker
857040fb 1506 <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
bd2d7f6a 1507 - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
1508 patch from Pekka Savola <pekkas@netcore.fi>
58665035 1509 - (djm) Forgot to cvs add LICENSE file
dc2901a0 1510 - (djm) Add LICENSE to RPM spec files
de273eef 1511 - (djm) CVS OpenBSD sync:
1512 - markus@cvs.openbsd.org 2000/09/26 13:59:59
1513 [clientloop.c]
1514 use debug2
1515 - markus@cvs.openbsd.org 2000/09/27 15:41:34
1516 [auth2.c sshconnect2.c]
1517 use key_type()
1518 - markus@cvs.openbsd.org 2000/09/28 12:03:18
1519 [channels.c]
1520 debug -> debug2 cleanup
61e96248 1521 - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
2a7d529a 1522 strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
1523 <Alain.St-Denis@ec.gc.ca>
61e96248 1524 - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
1525 Problem was caused by interrupted read in ssh-add. Report from Donald
2a7d529a 1526 J. Barry <don@astro.cornell.edu>
6ac7829a 1527
c5d85828 152820000929
1529 - (djm) Fix SSH2 not terminating until all background tasks done problem.
61e96248 1530 - (djm) Another off-by-one fix from Pavel Kankovsky
1531 <peak@argo.troja.mff.cuni.cz>
22d89d24 1532 - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
1533 tidy necessary differences. Use Markus' new debugN() in entropy.c
61e96248 1534 - (djm) Merged big SCO portability patch from Tim Rice
77bb0bca 1535 <tim@multitalents.net>
c5d85828 1536
6fd7f731 153720000926
1538 - (djm) Update X11-askpass to 1.0.2 in RPM spec file
c5ae7384 1539 - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
61e96248 1540 - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
1541 Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
6fd7f731 1542
2f125ca1 154320000924
1544 - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
1545 - (djm) A bit more cleanup - created cygwin_util.h
bcdaaeab 1546 - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
1547 <markm@swoon.net>
2f125ca1 1548
764d4113 154920000923
61e96248 1550 - (djm) Fix address logging in utmp from Kevin Steves
764d4113 1551 <stevesk@sweden.hp.com>
777319db 1552 - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
bd590612 1553 - (djm) Seperate tests for int64_t and u_int64_t types
61e96248 1554 - (djm) Tweak password expiry checking at suggestion of Kevin Steves
37c1c46d 1555 <stevesk@sweden.hp.com>
e79b44e1 1556 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
61e96248 1557 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
e2144f11 1558 Michael Stone <mstone@cs.loyola.edu>
188adeb2 1559 - (djm) OpenBSD CVS sync:
1560 - markus@cvs.openbsd.org 2000/09/17 09:38:59
1561 [sshconnect2.c sshd.c]
1562 fix DEBUG_KEXDH
1563 - markus@cvs.openbsd.org 2000/09/17 09:52:51
1564 [sshconnect.c]
1565 yes no; ok niels@
1566 - markus@cvs.openbsd.org 2000/09/21 04:55:11
1567 [sshd.8]
1568 typo
1569 - markus@cvs.openbsd.org 2000/09/21 05:03:54
1570 [serverloop.c]
1571 typo
1572 - markus@cvs.openbsd.org 2000/09/21 05:11:42
1573 scp.c
1574 utime() to utimes(); mouring@pconline.com
1575 - markus@cvs.openbsd.org 2000/09/21 05:25:08
1576 sshconnect2.c
1577 change login logic in ssh2, allows plugin of other auth methods
1578 - markus@cvs.openbsd.org 2000/09/21 05:25:35
1579 [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
1580 [serverloop.c]
1581 add context to dispatch_run
1582 - markus@cvs.openbsd.org 2000/09/21 05:07:52
1583 authfd.c authfd.h ssh-agent.c
1584 bug compat for old ssh.com software
764d4113 1585
7f377177 158620000920
1587 - (djm) Fix bad path substitution. Report from Andrew Miner
1588 <asminer@cs.iastate.edu>
1589
bcbf86ec 159020000916
61e96248 1591 - (djm) Fix SSL search order from Lutz Jaenicke
7950bf97 1592 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
19ece6d2 1593 - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
9cd45ea4 1594 - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
995edaac 1595 - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
1596 Patch from Larry Jones <larry.jones@sdrc.com>
61e96248 1597 - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
ad55cd03 1598 password change patch.
1599 - (djm) Bring licenses on my stuff in line with OpenBSD's
0bbfbdeb 1600 - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
1601 Kevin Steves <stevesk@sweden.hp.com>
7f8f5e00 1602 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
1603 - (djm) Re-enable int64_t types - we need them for sftp
1604 - (djm) Use libexecdir from configure , rather than libexecdir/ssh
1605 - (djm) Update Redhat SPEC file accordingly
1606 - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
1607 - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
61e96248 1608 - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
7f8f5e00 1609 <Dirk.DeWachter@rug.ac.be>
61e96248 1610 - (djm) Fixprogs and entropy list fixes from Larry Jones
7f8f5e00 1611 <larry.jones@sdrc.com>
1612 - (djm) Fix for SuSE spec file from Takashi YOSHIDA
1613 <tyoshida@gemini.rc.kyushu-u.ac.jp>
bcbf86ec 1614 - (djm) Merge OpenBSD changes:
1615 - markus@cvs.openbsd.org 2000/09/05 02:59:57
1616 [session.c]
1617 print hostname (not hushlogin)
1618 - markus@cvs.openbsd.org 2000/09/05 13:18:48
1619 [authfile.c ssh-add.c]
1620 enable ssh-add -d for DSA keys
1621 - markus@cvs.openbsd.org 2000/09/05 13:20:49
1622 [sftp-server.c]
1623 cleanup
1624 - markus@cvs.openbsd.org 2000/09/06 03:46:41
1625 [authfile.h]
1626 prototype
1627 - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
1628 [ALL]
61e96248 1629 cleanup copyright notices on all files. I have attempted to be
1630 accurate with the details. everything is now under Tatu's licence
1631 (which I copied from his readme), and/or the core-sdi bsd-ish thing
1632 for deattack, or various openbsd developers under a 2-term bsd
bcbf86ec 1633 licence. We're not changing any rules, just being accurate.
1634 - markus@cvs.openbsd.org 2000/09/07 14:40:30
1635 [channels.c channels.h clientloop.c serverloop.c ssh.c]
1636 cleanup window and packet sizes for ssh2 flow control; ok niels
1637 - markus@cvs.openbsd.org 2000/09/07 14:53:00
1638 [scp.c]
1639 typo
1640 - markus@cvs.openbsd.org 2000/09/07 15:13:37
1641 [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
1642 [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
1643 [pty.c readconf.c]
1644 some more Copyright fixes
1645 - markus@cvs.openbsd.org 2000/09/08 03:02:51
1646 [README.openssh2]
1647 bye bye
1648 - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
1649 [LICENCE cipher.c]
1650 a few more comments about it being ARC4 not RC4
1651 - markus@cvs.openbsd.org 2000/09/12 14:53:11
1652 [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
1653 multiple debug levels
1654 - markus@cvs.openbsd.org 2000/09/14 14:25:15
1655 [clientloop.c]
1656 typo
1657 - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
1658 [ssh-agent.c]
1659 check return value for setenv(3) for failure, and deal appropriately
1660
deb8d717 166120000913
1662 - (djm) Fix server not exiting with jobs in background.
1663
b5e300c2 166420000905
1665 - (djm) Import OpenBSD CVS changes
1666 - markus@cvs.openbsd.org 2000/08/31 15:52:24
1667 [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
1668 implement a SFTP server. interops with sftp2, scp2 and the windows
1669 client from ssh.com
1670 - markus@cvs.openbsd.org 2000/08/31 15:56:03
1671 [README.openssh2]
1672 sync
1673 - markus@cvs.openbsd.org 2000/08/31 16:05:42
1674 [session.c]
1675 Wall
1676 - markus@cvs.openbsd.org 2000/08/31 16:09:34
1677 [authfd.c ssh-agent.c]
1678 add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
1679 - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
1680 [scp.1 scp.c]
1681 cleanup and fix -S support; stevesk@sweden.hp.com
1682 - markus@cvs.openbsd.org 2000/09/01 16:29:32
1683 [sftp-server.c]
1684 portability fixes
1685 - markus@cvs.openbsd.org 2000/09/01 16:32:41
1686 [sftp-server.c]
1687 fix cast; mouring@pconline.com
1688 - itojun@cvs.openbsd.org 2000/09/03 09:23:28
1689 [ssh-add.1 ssh.1]
1690 add missing .El against .Bl.
1691 - markus@cvs.openbsd.org 2000/09/04 13:03:41
1692 [session.c]
1693 missing close; ok theo
1694 - markus@cvs.openbsd.org 2000/09/04 13:07:21
1695 [session.c]
1696 fix get_last_login_time order; from andre@van-veen.de
1697 - markus@cvs.openbsd.org 2000/09/04 13:10:09
1698 [sftp-server.c]
1699 more cast fixes; from mouring@pconline.com
1700 - markus@cvs.openbsd.org 2000/09/04 13:06:04
1701 [session.c]
1702 set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
1703 - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
3c62e7eb 1704 - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
1705
1e61f54a 170620000903
1707 - (djm) Fix Redhat init script
1708
c80876b4 170920000901
1710 - (djm) Pick up Jim's new X11-askpass
1711 - (djm) Release 2.2.0p1
1712
8b4a0d08 171320000831
bcbf86ec 1714 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
8b4a0d08 1715 <acox@cv.telegroup.com>
b817711d 1716 - (djm) Pick up new version (2.2.0) from OpenBSD CVS
8b4a0d08 1717
0b65b628 171820000830
1719 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
10fa00c8 1720 - (djm) Periodically rekey arc4random
1721 - (djm) Clean up diff against OpenBSD.
bcbf86ec 1722 - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
2b10f47a 1723 <stevesk@sweden.hp.com>
b33a2e6e 1724 - (djm) Quieten the pam delete credentials error message
44839801 1725 - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
1726 Kevin Steves <stevesk@sweden.hp.com>
84a770d1 1727 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
7efa2776 1728 - (djm) Fix doh in bsd-arc4random.c
0b65b628 1729
9aaf9be4 173020000829
bcbf86ec 1731 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
1732 Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
9aaf9be4 1733 Garrick James <garrick@james.net>
b5f90139 1734 - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
1735 Bastian Trompetter <btrompetter@firemail.de>
698d107e 1736 - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
14a9a859 1737 - More OpenBSD updates:
1738 - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
1739 [scp.c]
1740 off_t in sink, to fix files > 2GB, i think, test is still running ;-)
1741 - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
1742 [session.c]
1743 Wall
1744 - markus@cvs.openbsd.org 2000/08/26 04:33:43
1745 [compat.c]
1746 ssh.com-2.3.0
1747 - markus@cvs.openbsd.org 2000/08/27 12:18:05
1748 [compat.c]
1749 compatibility with future ssh.com versions
1750 - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
1751 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
1752 print uid/gid as unsigned
1753 - markus@cvs.openbsd.org 2000/08/28 13:51:00
1754 [ssh.c]
1755 enable -n and -f for ssh2
1756 - markus@cvs.openbsd.org 2000/08/28 14:19:53
1757 [ssh.c]
1758 allow combination of -N and -f
1759 - markus@cvs.openbsd.org 2000/08/28 14:20:56
1760 [util.c]
1761 util.c
1762 - markus@cvs.openbsd.org 2000/08/28 14:22:02
1763 [util.c]
1764 undo
1765 - markus@cvs.openbsd.org 2000/08/28 14:23:38
1766 [util.c]
1767 don't complain if setting NONBLOCK fails with ENODEV
9aaf9be4 1768
137d7b6c 176920000823
1770 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
bcbf86ec 1771 Avoids "scp never exits" problem. Reports from Lutz Jaenicke
1772 <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
137d7b6c 1773 <kajiyama@grad.sccs.chukyo-u.ac.jp>
2e73a022 1774 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
da40ab4d 1775 - (djm) Add local version to version.h
ea788c22 1776 - (djm) Don't reseed arc4random everytime it is used
2e73a022 1777 - (djm) OpenBSD CVS updates:
1778 - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
1779 [ssh.c]
1780 accept remsh as a valid name as well; roman@buildpoint.com
1781 - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
1782 [deattack.c crc32.c packet.c]
1783 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
1784 libz crc32 function yet, because it has ugly "long"'s in it;
1785 oneill@cs.sfu.ca
1786 - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
1787 [scp.1 scp.c]
1788 -S prog support; tv@debian.org
1789 - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
1790 [scp.c]
1791 knf
1792 - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
1793 [log-client.c]
1794 shorten
1795 - markus@cvs.openbsd.org 2000/08/19 12:48:11
1796 [channels.c channels.h clientloop.c ssh.c ssh.h]
1797 support for ~. in ssh2
1798 - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
1799 [crc32.h]
1800 proper prototype
1801 - markus@cvs.openbsd.org 2000/08/19 15:34:44
bcbf86ec 1802 [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
1803 [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
2e73a022 1804 [fingerprint.c fingerprint.h]
1805 add SSH2/DSA support to the agent and some other DSA related cleanups.
1806 (note that we cannot talk to ssh.com's ssh2 agents)
1807 - markus@cvs.openbsd.org 2000/08/19 15:55:52
1808 [channels.c channels.h clientloop.c]
1809 more ~ support for ssh2
1810 - markus@cvs.openbsd.org 2000/08/19 16:21:19
1811 [clientloop.c]
1812 oops
1813 - millert@cvs.openbsd.org 2000/08/20 12:25:53
1814 [session.c]
1815 We have to stash the result of get_remote_name_or_ip() before we
1816 close our socket or getpeername() will get EBADF and the process
1817 will exit. Only a problem for "UseLogin yes".
1818 - millert@cvs.openbsd.org 2000/08/20 12:30:59
1819 [session.c]
1820 Only check /etc/nologin if "UseLogin no" since login(1) may have its
1821 own policy on determining who is allowed to login when /etc/nologin
1822 is present. Also use the _PATH_NOLOGIN define.
1823 - millert@cvs.openbsd.org 2000/08/20 12:42:43
1824 [auth1.c auth2.c session.c ssh.c]
1825 Add calls to setusercontext() and login_get*(). We basically call
1826 setusercontext() in most places where previously we did a setlogin().
1827 Add default login.conf file and put root in the "daemon" login class.
1828 - millert@cvs.openbsd.org 2000/08/21 10:23:31
1829 [session.c]
1830 Fix incorrect PATH setting; noted by Markus.
137d7b6c 1831
c345cf9d 183220000818
1833 - (djm) OpenBSD CVS changes:
1834 - markus@cvs.openbsd.org 2000/07/22 03:14:37
1835 [servconf.c servconf.h sshd.8 sshd.c sshd_config]
1836 random early drop; ok theo, niels
1837 - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
1838 [ssh.1]
1839 typo
1840 - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
1841 [sshd.8]
1842 many fixes from pepper@mail.reppep.com
1843 - provos@cvs.openbsd.org 2000/08/01 13:01:42
1844 [Makefile.in util.c aux.c]
1845 rename aux.c to util.c to help with cygwin port
1846 - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
1847 [authfd.c]
1848 correct sun_len; Alexander@Leidinger.net
1849 - provos@cvs.openbsd.org 2000/08/02 10:27:17
1850 [readconf.c sshd.8]
1851 disable kerberos authentication by default
1852 - provos@cvs.openbsd.org 2000/08/02 11:27:05
1853 [sshd.8 readconf.c auth-krb4.c]
1854 disallow kerberos authentication if we can't verify the TGT; from
1855 dugsong@
1856 kerberos authentication is on by default only if you have a srvtab.
1857 - markus@cvs.openbsd.org 2000/08/04 14:30:07
1858 [auth.c]
1859 unused
1860 - markus@cvs.openbsd.org 2000/08/04 14:30:35
1861 [sshd_config]
1862 MaxStartups
1863 - markus@cvs.openbsd.org 2000/08/15 13:20:46
1864 [authfd.c]
1865 cleanup; ok niels@
1866 - markus@cvs.openbsd.org 2000/08/17 14:05:10
1867 [session.c]
1868 cleanup login(1)-like jobs, no duplicate utmp entries
1869 - markus@cvs.openbsd.org 2000/08/17 14:06:34
1870 [session.c sshd.8 sshd.c]
1871 sshd -u len, similar to telnetd
1a022229 1872 - (djm) Lastlog was not getting closed after writing login entry
39987cc0 1873 - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
c345cf9d 1874
416ed5a7 187520000816
1876 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
bcbf86ec 1877 - (djm) Fix strerror replacement for old SunOS. Based on patch from
416ed5a7 1878 Charles Levert <charles@comm.polymtl.ca>
bcbf86ec 1879 - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
416ed5a7 1880 implementation.
ba606eb2 1881 - (djm) SUN_LEN macro for systems which lack it
416ed5a7 1882
dbaa2e87 188320000815
1884 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
cd352c82 1885 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
1886 Michael Stone <mstone@cs.loyola.edu>
d93a7e5a 1887 - (djm) Don't seek in directory based lastlogs
bcbf86ec 1888 - (djm) Fix --with-ipaddr-display configure option test. Patch from
d93a7e5a 1889 Jarno Huuskonen <jhuuskon@messi.uku.fi>
2a2cb9e7 1890 - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
dbaa2e87 1891
6c33bf70 189220000813
1893 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
1894 Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
1895
3fcce26c 189620000809
bcbf86ec 1897 - (djm) Define AIX hard limits if headers don't. Report from
3fcce26c 1898 Bill Painter <william.t.painter@lmco.com>
bcbf86ec 1899 - (djm) utmp direct write & SunOS 4 patch from Charles Levert
32eec038 1900 <charles@comm.polymtl.ca>
3fcce26c 1901
71d43804 190220000808
1903 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
1904 time, spec file cleanup.
1905
f9bcea07 190620000807
378f2232 1907 - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
47670e77 1908 - (djm) Suppress error messages on channel close shutdown() failurs
1909 works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
378f2232 1910 - (djm) Add some more entropy collection commands from Lutz Jaenicke
f9bcea07 1911
bcf89935 191220000725
1913 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
1914
4c8722d9 191520000721
1916 - (djm) OpenBSD CVS updates:
1917 - markus@cvs.openbsd.org 2000/07/16 02:27:22
1918 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
1919 [sshconnect1.c sshconnect2.c]
1920 make ssh-add accept dsa keys (the agent does not)
1921 - djm@cvs.openbsd.org 2000/07/17 19:25:02
1922 [sshd.c]
1923 Another closing of stdin; ok deraadt
1924 - markus@cvs.openbsd.org 2000/07/19 18:33:12
1925 [dsa.c]
1926 missing free, reorder
1927 - markus@cvs.openbsd.org 2000/07/20 16:23:14
1928 [ssh-keygen.1]
1929 document input and output files
1930
240777b8 193120000720
4c8722d9 1932 - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
240777b8 1933
3c7def32 193420000716
4c8722d9 1935 - (djm) Release 2.1.1p4
3c7def32 1936
819b676f 193720000715
704b1659 1938 - (djm) OpenBSD CVS updates
1939 - provos@cvs.openbsd.org 2000/07/13 16:53:22
1940 [aux.c readconf.c servconf.c ssh.h]
1941 allow multiple whitespace but only one '=' between tokens, bug report from
1942 Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
1943 - provos@cvs.openbsd.org 2000/07/13 17:14:09
1944 [clientloop.c]
1945 typo; todd@fries.net
1946 - provos@cvs.openbsd.org 2000/07/13 17:19:31
1947 [scp.c]
1948 close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
1949 - markus@cvs.openbsd.org 2000/07/14 16:59:46
1950 [readconf.c servconf.c]
1951 allow leading whitespace. ok niels
1952 - djm@cvs.openbsd.org 2000/07/14 22:01:38
1953 [ssh-keygen.c ssh.c]
1954 Always create ~/.ssh with mode 700; ok Markus
819b676f 1955 - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
1956 - Include floatingpoint.h for entropy.c
1957 - strerror replacement
704b1659 1958
3f7a7e4a 195920000712
c37fb3c1 1960 - (djm) Remove -lresolve for Reliant Unix
3f7a7e4a 1961 - (djm) OpenBSD CVS Updates:
1962 - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
1963 [session.c sshd.c ]
1964 make MaxStartups code still work with -d; djm
1965 - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
1966 [readconf.c ssh_config]
1967 disable FallBackToRsh by default
c37fb3c1 1968 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
1969 Ben Lindstrom <mouring@pconline.com>
1e970014 1970 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
1971 spec file.
dcb36e5d 1972 - (djm) Released 2.1.1p3
3f7a7e4a 1973
56118702 197420000711
1975 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
1976 <tbert@abac.com>
132dd316 1977 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
bcbf86ec 1978 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
c99e5056 1979 <mouring@pconline.com>
bcbf86ec 1980 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
dc2a6d09 1981 from Jim Watt <jimw@peisj.pebio.com>
2d9a148e 1982 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
1983 to compile on more platforms (incl NeXT).
cc6f2c4c 1984 - (djm) Added bsd-inet_aton and configure support for NeXT
aae19451 1985 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
089fbbd2 1986 - (djm) OpenBSD CVS updates:
1987 - markus@cvs.openbsd.org 2000/06/26 03:22:29
1988 [authfd.c]
1989 cleanup, less cut&paste
1990 - markus@cvs.openbsd.org 2000/06/26 15:59:19
1991 [servconf.c servconf.h session.c sshd.8 sshd.c]
bcbf86ec 1992 MaxStartups: limit number of unauthenticated connections, work by
089fbbd2 1993 theo and me
1994 - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
1995 [session.c]
1996 use no_x11_forwarding_flag correctly; provos ok
1997 - provos@cvs.openbsd.org 2000/07/05 15:35:57
1998 [sshd.c]
1999 typo
2000 - aaron@cvs.openbsd.org 2000/07/05 22:06:58
2001 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
bcbf86ec 2002 Insert more missing .El directives. Our troff really should identify
089fbbd2 2003 these and spit out a warning.
2004 - todd@cvs.openbsd.org 2000/07/06 21:55:04
2005 [auth-rsa.c auth2.c ssh-keygen.c]
2006 clean code is good code
2007 - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
2008 [serverloop.c]
2009 sense of port forwarding flag test was backwards
2010 - provos@cvs.openbsd.org 2000/07/08 17:17:31
2011 [compat.c readconf.c]
2012 replace strtok with strsep; from David Young <dyoung@onthejob.net>
2013 - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
2014 [auth.h]
2015 KNF
2016 - ho@cvs.openbsd.org 2000/07/08 19:27:33
2017 [compat.c readconf.c]
2018 Better conditions for strsep() ending.
2019 - ho@cvs.openbsd.org 2000/07/10 10:27:05
2020 [readconf.c]
2021 Get the correct message on errors. (niels@ ok)
2022 - ho@cvs.openbsd.org 2000/07/10 10:30:25
2023 [cipher.c kex.c servconf.c]
2024 strtok() --> strsep(). (niels@ ok)
5540ea9b 2025 - (djm) Fix problem with debug mode and MaxStartups
eb37534b 2026 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
2027 builds)
229f64ee 2028 - (djm) Add strsep function from OpenBSD libc for systems that lack it
56118702 2029
a8545c6c 203020000709
2031 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
2032 Kevin Steves <stevesk@sweden.hp.com>
ec90a7d6 2033 - (djm) Match prototype and function declaration for rresvport_af.
2034 Problem report from Niklas Edmundsson <nikke@ing.umu.se>
bcbf86ec 2035 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
732e8ac5 2036 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
37f1df94 2037 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
2038 <jimw@peisj.pebio.com>
264dce47 2039 - (djm) Fix pam sprintf fix
2040 - (djm) Cleanup entropy collection code a little more. Split initialisation
2041 from seeding, perform intialisation immediatly at start, be careful with
2042 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
5bf9cfe9 2043 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
2044 Including sigaction() et al. replacements
bcbf86ec 2045 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
eeec075f 2046 <tbert@abac.com>
a8545c6c 2047
e2902a5b 204820000708
bcbf86ec 2049 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
e2902a5b 2050 Aaron Hopkins <aaron@die.net>
7a33f831 2051 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
2052 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 2053 - (djm) Fixed undefined variables for OSF SIA. Report from
b3f162ba 2054 Baars, Henk <Hendrik.Baars@nl.origin-it.com>
bcbf86ec 2055 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
b28e4a3b 2056 Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
bcbf86ec 2057 - (djm) Don't use inet_addr.
e2902a5b 2058
5637650d 205920000702
2060 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
27494968 2061 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
2062 on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
a4070484 2063 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
2064 Chris, the Young One <cky@pobox.com>
bcbf86ec 2065 - (djm) Fix scp progress meter on really wide terminals. Based on patch
88726b31 2066 from James H. Cloos Jr. <cloos@jhcloos.com>
5637650d 2067
388e9f9f 206820000701
2069 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
daaff4d5 2070 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
82258d68 2071 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
2072 <vinschen@cygnus.com>
30228d7c 2073 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2647ae26 2074 - (djm) Added check for broken snprintf() functions which do not correctly
2075 terminate output string and attempt to use replacement.
46158300 2076 - (djm) Released 2.1.1p2
388e9f9f 2077
9f32ceb4 207820000628
2079 - (djm) Fixes to lastlog code for Irix
2080 - (djm) Use atomicio in loginrec
3206bb3b 2081 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
2082 Irix 6.x array sessions, project id's, and system audit trail id.
9e0c3e1f 2083 - (djm) Added 'distprep' make target to simplify packaging
bcbf86ec 2084 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
4d33e531 2085 support. Enable using "USE_SIA=1 ./configure [options]"
61e96248 2086
d8caae24 208720000627
2088 - (djm) Fixes to login code - not setting li->uid, cleanups
a05a70ab 2089 - (djm) Formatting
d8caae24 2090
fe30cc2e 209120000626
3e98362e 2092 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
4cb5ffa0 2093 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
2094 - (djm) Added password expiry checking (no password change support)
be0b9bb7 2095 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
2096 based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
b5b3f75d 2097 - (djm) Fix fixed EGD code.
3e98362e 2098 - OpenBSD CVS update
2099 - provos@cvs.openbsd.org 2000/06/25 14:17:58
2100 [channels.c]
2101 correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
2102
1c04b088 210320000623
bcbf86ec 2104 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
1c04b088 2105 Svante Signell <svante.signell@telia.com>
2106 - (djm) Autoconf logic to define sa_family_t if it is missing
e5a0294f 2107 - OpenBSD CVS Updates:
2108 - markus@cvs.openbsd.org 2000/06/22 10:32:27
2109 [sshd.c]
2110 missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
2111 - djm@cvs.openbsd.org 2000/06/22 17:55:00
2112 [auth-krb4.c key.c radix.c uuencode.c]
2113 Missing CVS idents; ok markus
1c04b088 2114
f528fdf2 211520000622
2116 - (djm) Automatically generate host key during "make install". Suggested
2117 by Gary E. Miller <gem@rellim.com>
2118 - (djm) Paranoia before kill() system call
74fc9186 2119 - OpenBSD CVS Updates:
2120 - markus@cvs.openbsd.org 2000/06/18 18:50:11
2121 [auth2.c compat.c compat.h sshconnect2.c]
2122 make userauth+pubkey interop with ssh.com-2.2.0
2123 - markus@cvs.openbsd.org 2000/06/18 20:56:17
2124 [dsa.c]
2125 mem leak + be more paranoid in dsa_verify.
2126 - markus@cvs.openbsd.org 2000/06/18 21:29:50
2127 [key.c]
2128 cleanup fingerprinting, less hardcoded sizes
2129 - markus@cvs.openbsd.org 2000/06/19 19:39:45
2130 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
2131 [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
bcbf86ec 2132 [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
74fc9186 2133 [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
2134 [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
bcbf86ec 2135 [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
2136 [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
74fc9186 2137 [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
2138 [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
2139 OpenBSD tag
2140 - markus@cvs.openbsd.org 2000/06/21 10:46:10
2141 sshconnect2.c missing free; nuke old comment
f528fdf2 2142
e5fe9a1f 214320000620
2144 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
986a22ec 2145 with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx>
e5fe9a1f 2146 to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
c03aced4 2147 - (djm) Typo in loginrec.c
e5fe9a1f 2148
cbd7492e 214920000618
2150 - (djm) Add summary of configure options to end of ./configure run
bcbf86ec 2151 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
cbd7492e 2152 Michael Stone <mstone@cs.loyola.edu>
bcbf86ec 2153 - (djm) rusage is a privileged operation on some Unices (incl.
cbd7492e 2154 Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
bcbf86ec 2155 - (djm) Avoid PAM failures when running without a TTY. Report from
cbd7492e 2156 Martin Petrak <petrak@spsknm.schools.sk>
2157 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
2158 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
729bfe59 2159 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
38c295d6 2160 - OpenBSD CVS updates:
2161 - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
2162 [channels.c]
2163 everyone says "nix it" (remove protocol 2 debugging message)
2164 - markus@cvs.openbsd.org 2000/06/17 13:24:34
2165 [sshconnect.c]
2166 allow extended server banners
2167 - markus@cvs.openbsd.org 2000/06/17 14:30:10
2168 [sshconnect.c]
2169 missing atomicio, typo
2170 - jakob@cvs.openbsd.org 2000/06/17 16:52:34
2171 [servconf.c servconf.h session.c sshd.8 sshd_config]
2172 add support for ssh v2 subsystems. ok markus@.
2173 - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
2174 [readconf.c servconf.c]
2175 include = in WHITESPACE; markus ok
2176 - markus@cvs.openbsd.org 2000/06/17 19:09:10
2177 [auth2.c]
2178 implement bug compatibility with ssh-2.0.13 pubkey, server side
2179 - markus@cvs.openbsd.org 2000/06/17 21:00:28
2180 [compat.c]
2181 initial support for ssh.com's 2.2.0
2182 - markus@cvs.openbsd.org 2000/06/17 21:16:09
2183 [scp.c]
2184 typo
2185 - markus@cvs.openbsd.org 2000/06/17 22:05:02
2186 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
2187 split auth-rsa option parsing into auth-options
2188 add options support to authorized_keys2
2189 - markus@cvs.openbsd.org 2000/06/17 22:42:54
2190 [session.c]
2191 typo
cbd7492e 2192
509b1f88 219320000613
2194 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
2195 - Platform define for SCO 3.x which breaks on /dev/ptmx
2196 - Detect and try to fix missing MAXPATHLEN
a4d05724 2197 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
2198 <P.S.S.Camp@ukc.ac.uk>
509b1f88 2199
09564242 220020000612
2201 - (djm) Glob manpages in RPM spec files to catch compressed files
2202 - (djm) Full license in auth-pam.c
08ae384f 2203 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
383207f7 2204 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
2205 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
2206 def'd
2207 - Set AIX to use preformatted manpages
61e96248 2208
74b224a0 220920000610
2210 - (djm) Minor doc tweaks
217ab55e 2211 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
74b224a0 2212
32c80420 221320000609
2214 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
2215 (in favour of utmpx) on Solaris 8
2216
fa649821 221720000606
48c99b2c 2218 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
2219 list of commands (by default). Removed verbose debugging (by default).
bcbf86ec 2220 - (djm) Increased command entropy estimates and default entropy collection
48c99b2c 2221 timeout
f988dce5 2222 - (djm) Remove duplicate headers from loginrec.c
c5fa2eb0 2223 - (djm) Don't add /usr/local/lib to library search path on Irix
bcbf86ec 2224 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
fa649821 2225 <tibbs@math.uh.edu>
1e83f2a2 2226 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
2227 <zack@wolery.cumb.org>
fa649821 2228 - (djm) OpenBSD CVS updates:
2229 - todd@cvs.openbsd.org
2230 [sshconnect2.c]
2231 teach protocol v2 to count login failures properly and also enable an
2232 explanation of why the password prompt comes up again like v1; this is NOT
2233 crypto
61e96248 2234 - markus@cvs.openbsd.org
fa649821 2235 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
2236 xauth_location support; pr 1234
2237 [readconf.c sshconnect2.c]
2238 typo, unused
2239 [session.c]
2240 allow use_login only for login sessions, otherwise remote commands are
2241 execed with uid==0
2242 [sshd.8]
2243 document UseLogin better
2244 [version.h]
2245 OpenSSH 2.1.1
2246 [auth-rsa.c]
bcbf86ec 2247 fix match_hostname() logic for auth-rsa: deny access if we have a
fa649821 2248 negative match or no match at all
2249 [channels.c hostfile.c match.c]
bcbf86ec 2250 don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
fa649821 2251 kris@FreeBSD.org
2252
8e7b16f8 225320000606
bcbf86ec 2254 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
8e7b16f8 2255 configure.
2256
d7c0f3d5 225720000604
2258 - Configure tweaking for new login code on Irix 5.3
2d6c411f 2259 - (andre) login code changes based on djm feedback
d7c0f3d5 2260
2d6c411f 226120000603
2262 - (andre) New login code
2263 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
2264 - Add loginrec.[ch], logintest.c and autoconf code
61e96248 2265
5daf7064 226620000531
2267 - Cleanup of auth.c, login.c and fake-*
2268 - Cleanup of auth-pam.c, save and print "account expired" error messages
e5662474 2269 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
69134b9b 2270 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
2271 of fallback DIY code.
5daf7064 2272
b9f446d1 227320000530
2274 - Define atexit for old Solaris
b02ebca1 2275 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
2276 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
71276795 2277 - OpenBSD CVS updates:
2278 - markus@cvs.openbsd.org
2279 [session.c]
2280 make x11-fwd work w/ localhost (xauth add host/unix:11)
2281 [cipher.c compat.c readconf.c servconf.c]
2282 check strtok() != NULL; ok niels@
2283 [key.c]
2284 fix key_read() for uuencoded keys w/o '='
2285 [serverloop.c]
2286 group ssh1 vs. ssh2 in serverloop
2287 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
2288 split kexinit/kexdh, factor out common code
2289 [readconf.c ssh.1 ssh.c]
2290 forwardagent defaults to no, add ssh -A
2291 - theo@cvs.openbsd.org
2292 [session.c]
2293 just some line shortening
60688ef9 2294 - Released 2.1.0p3
b9f446d1 2295
29611d9c 229620000520
2297 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
25422c70 2298 - Don't touch utmp if USE_UTMPX defined
a423beaf 2299 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
fc1e8bf4 2300 - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
bcbf86ec 2301 - HPUX and Configure fixes from Lutz Jaenicke
fc1e8bf4 2302 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 2303 - Use mkinstalldirs script to make directories instead of non-portable
fc1e8bf4 2304 "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a905808d 2305 - Doc cleanup
29611d9c 2306
301e9b01 230720000518
2308 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
2309 - OpenBSD CVS updates:
2310 - markus@cvs.openbsd.org
2311 [sshconnect.c]
2312 copy only ai_addrlen bytes; misiek@pld.org.pl
2313 [auth.c]
bcbf86ec 2314 accept an empty shell in authentication; bug reported by
301e9b01 2315 chris@tinker.ucr.edu
2316 [serverloop.c]
2317 we don't have stderr for interactive terminal sessions (fcntl errors)
2318
ad85db64 231920000517
2320 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
2321 - Fixes command line printing segfaults (spotter: Bladt Norbert)
2322 - Fixes erroneous printing of debug messages to syslog
2323 - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
2324 - Gives useful error message if PRNG initialisation fails
2325 - Reduced ssh startup delay
2326 - Measures cumulative command time rather than the time between reads
704b1659 2327 after select()
ad85db64 2328 - 'fixprogs' perl script to eliminate non-working entropy commands, and
704b1659 2329 optionally run 'ent' to measure command entropy
c1ef8333 2330 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
a64009ad 2331 - Avoid WCOREDUMP complation errors for systems that lack it
bcbf86ec 2332 - Avoid SIGCHLD warnings from entropy commands
28c1d5ce 2333 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
0e73cc53 2334 - OpenBSD CVS update:
bcbf86ec 2335 - markus@cvs.openbsd.org
0e73cc53 2336 [ssh.c]
2337 fix usage()
2338 [ssh2.h]
2339 draft-ietf-secsh-architecture-05.txt
2340 [ssh.1]
2341 document ssh -T -N (ssh2 only)
2342 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
2343 enable nonblocking IO for sshd w/ proto 1, too; split out common code
2344 [aux.c]
2345 missing include
c04f75f1 2346 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
2347 - INSTALL typo and URL fix
2348 - Makefile fix
2349 - Solaris fixes
bcbf86ec 2350 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
c04f75f1 2351 <ksakai@kso.netwk.ntt-at.co.jp>
afa5ee68 2352 - RSAless operation patch from kevin_oconnor@standardandpoors.com
d45e3d76 2353 - Detect OpenSSL seperatly from RSA
bcbf86ec 2354 - Better test for RSA (more compatible with RSAref). Based on work by
d45e3d76 2355 Ed Eden <ede370@stl.rural.usda.gov>
ad85db64 2356
3d1a1654 235720000513
bcbf86ec 2358 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
3d1a1654 2359 <misiek@pld.org.pl>
2360
d02a3a00 236120000511
bcbf86ec 2362 - Fix for prng_seed permissions checking from Lutz Jaenicke
d02a3a00 2363 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3d1a1654 2364 - "make host-key" fix for Irix
d02a3a00 2365
d0c832f3 236620000509
2367 - OpenBSD CVS update
2368 - markus@cvs.openbsd.org
2369 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
2370 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
2371 - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
2372 - hugh@cvs.openbsd.org
2373 [ssh.1]
2374 - zap typo
2375 [ssh-keygen.1]
2376 - One last nit fix. (markus approved)
2377 [sshd.8]
2378 - some markus certified spelling adjustments
2379 - markus@cvs.openbsd.org
2380 [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
2381 [sshconnect2.c ]
2382 - bug compat w/ ssh-2.0.13 x11, split out bugs
2383 [nchan.c]
2384 - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
2385 [ssh-keygen.c]
2386 - handle escapes in real and original key format, ok millert@
2387 [version.h]
2388 - OpenSSH-2.1
3dc1102e 2389 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
e93ee87a 2390 - Doc updates
bcbf86ec 2391 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
21e5304a 2392 by Andre Lucas <andre.lucas@dial.pipex.com>
d0c832f3 2393
ebdeb9a8 239420000508
2395 - Makefile and RPM spec fixes
2396 - Generate DSA host keys during "make key" or RPM installs
f6cde515 2397 - OpenBSD CVS update
2398 - markus@cvs.openbsd.org
2399 [clientloop.c sshconnect2.c]
2400 - make x11-fwd interop w/ ssh-2.0.13
2401 [README.openssh2]
2402 - interop w/ SecureFX
2403 - Release 2.0.0beta2
ebdeb9a8 2404
bcbf86ec 2405 - Configure caching and cleanup patch from Andre Lucas'
58d100bf 2406 <andre.lucas@dial.pipex.com>
2407
1d1ffb87 240820000507
2409 - Remove references to SSLeay.
2410 - Big OpenBSD CVS update
2411 - markus@cvs.openbsd.org
2412 [clientloop.c]
2413 - typo
2414 [session.c]
2415 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
2416 [session.c]
2417 - update proctitle for proto 1, too
2418 [channels.h nchan.c serverloop.c session.c sshd.c]
2419 - use c-style comments
2420 - deraadt@cvs.openbsd.org
2421 [scp.c]
2422 - more atomicio
bcbf86ec 2423 - markus@cvs.openbsd.org
1d1ffb87 2424 [channels.c]
2425 - set O_NONBLOCK
2426 [ssh.1]
2427 - update AUTHOR
2428 [readconf.c ssh-keygen.c ssh.h]
2429 - default DSA key file ~/.ssh/id_dsa
2430 [clientloop.c]
2431 - typo, rm verbose debug
2432 - deraadt@cvs.openbsd.org
2433 [ssh-keygen.1]
2434 - document DSA use of ssh-keygen
2435 [sshd.8]
2436 - a start at describing what i understand of the DSA side
2437 [ssh-keygen.1]
2438 - document -X and -x
2439 [ssh-keygen.c]
2440 - simplify usage
bcbf86ec 2441 - markus@cvs.openbsd.org
1d1ffb87 2442 [sshd.8]
2443 - there is no rhosts_dsa
2444 [ssh-keygen.1]
2445 - document -y, update -X,-x
2446 [nchan.c]
2447 - fix close for non-open ssh1 channels
2448 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
2449 - s/DsaKey/HostDSAKey/, document option
2450 [sshconnect2.c]
2451 - respect number_of_password_prompts
2452 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
2453 - GatewayPorts for sshd, ok deraadt@
2454 [ssh-add.1 ssh-agent.1 ssh.1]
2455 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
2456 [ssh.1]
2457 - more info on proto 2
2458 [sshd.8]
2459 - sync AUTHOR w/ ssh.1
2460 [key.c key.h sshconnect.c]
2461 - print key type when talking about host keys
2462 [packet.c]
2463 - clear padding in ssh2
2464 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
2465 - replace broken uuencode w/ libc b64_ntop
2466 [auth2.c]
2467 - log failure before sending the reply
2468 [key.c radix.c uuencode.c]
2469 - remote trailing comments before calling __b64_pton
2470 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
2471 [sshconnect2.c sshd.8]
2472 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
2473 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
2474
1a11e1ae 247520000502
0fbe8c74 2476 - OpenBSD CVS update
2477 [channels.c]
2478 - init all fds, close all fds.
2479 [sshconnect2.c]
2480 - check whether file exists before asking for passphrase
2481 [servconf.c servconf.h sshd.8 sshd.c]
2482 - PidFile, pr 1210
2483 [channels.c]
2484 - EINTR
2485 [channels.c]
2486 - unbreak, ok niels@
2487 [sshd.c]
2488 - unlink pid file, ok niels@
2489 [auth2.c]
2490 - Add missing #ifdefs; ok - markus
bcbf86ec 2491 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
d3083fbd 2492 gathering commands from a text file
1a11e1ae 2493 - Release 2.0.0beta1
2494
c4bc58eb 249520000501
2496 - OpenBSD CVS update
2497 [packet.c]
2498 - send debug messages in SSH2 format
3189621b 2499 [scp.c]
2500 - fix very rare EAGAIN/EINTR issues; based on work by djm
2501 [packet.c]
2502 - less debug, rm unused
2503 [auth2.c]
2504 - disable kerb,s/key in ssh2
2505 [sshd.8]
2506 - Minor tweaks and typo fixes.
2507 [ssh-keygen.c]
2508 - Put -d into usage and reorder. markus ok.
bcbf86ec 2509 - Include missing headers for OpenSSL tests. Fix from Phil Karn
44fb55e9 2510 <karn@ka9q.ampr.org>
bcbf86ec 2511 - Fixed __progname symbol collisions reported by Andre Lucas
3fd95d9a 2512 <andre.lucas@dial.pipex.com>
0d5f7abc 2513 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
2514 <gd@hilb1.medat.de>
8cb940db 2515 - Add some missing ifdefs to auth2.c
8af50c98 2516 - Deprecate perl-tk askpass.
52bcc044 2517 - Irix portability fixes - don't include netinet headers more than once
2518 - Make sure we don't save PRNG seed more than once
c4bc58eb 2519
2b763e31 252020000430
2521 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
b7a87eea 2522 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
2523 patch.
2524 - Adds timeout to entropy collection
2525 - Disables slow entropy sources
2526 - Load and save seed file
bcbf86ec 2527 - Changed entropy seed code to user per-user seeds only (server seed is
b7a87eea 2528 saved in root's .ssh directory)
2529 - Use atexit() and fatal cleanups to save seed on exit
0b242b12 2530 - More OpenBSD updates:
2531 [session.c]
2532 - don't call chan_write_failed() if we are not writing
2533 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
2534 - keysize warnings error() -> log()
2b763e31 2535
a306f2dd 253620000429
2537 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
2538 [README.openssh2]
2539 - interop w/ F-secure windows client
2540 - sync documentation
2541 - ssh_host_dsa_key not ssh_dsa_key
2542 [auth-rsa.c]
2543 - missing fclose
2544 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
2545 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
2546 [sshd.c uuencode.c uuencode.h authfile.h]
2547 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
2548 for trading keys with the real and the original SSH, directly from the
2549 people who invented the SSH protocol.
2550 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
2551 [sshconnect1.c sshconnect2.c]
2552 - split auth/sshconnect in one file per protocol version
2553 [sshconnect2.c]
2554 - remove debug
2555 [uuencode.c]
2556 - add trailing =
2557 [version.h]
2558 - OpenSSH-2.0
2559 [ssh-keygen.1 ssh-keygen.c]
2560 - add -R flag: exit code indicates if RSA is alive
2561 [sshd.c]
2562 - remove unused
2563 silent if -Q is specified
2564 [ssh.h]
2565 - host key becomes /etc/ssh_host_dsa_key
2566 [readconf.c servconf.c ]
2567 - ssh/sshd default to proto 1 and 2
2568 [uuencode.c]
2569 - remove debug
2570 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
2571 - xfree DSA blobs
2572 [auth2.c serverloop.c session.c]
2573 - cleanup logging for sshd/2, respect PasswordAuth no
2574 [sshconnect2.c]
2575 - less debug, respect .ssh/config
2576 [README.openssh2 channels.c channels.h]
bcbf86ec 2577 - clientloop.c session.c ssh.c
a306f2dd 2578 - support for x11-fwding, client+server
2579
0ac7199f 258020000421
2581 - Merge fix from OpenBSD CVS
2582 [ssh-agent.c]
2583 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
2584 via Debian bug #59926
18ba2aab 2585 - Define __progname in session.c if libc doesn't
2586 - Remove indentation on autoconf #include statements to avoid bug in
bcbf86ec 2587 DEC Tru64 compiler. Report and fix from David Del Piero
18ba2aab 2588 <David.DelPiero@qed.qld.gov.au>
0ac7199f 2589
e1b37056 259020000420
bcbf86ec 2591 - Make fixpaths work with perl4, patch from Andre Lucas
e1b37056 2592 <andre.lucas@dial.pipex.com>
9da5c3c9 2593 - Sync with OpenBSD CVS:
2594 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
2595 - pid_t
2596 [session.c]
2597 - remove bogus chan_read_failed. this could cause data
2598 corruption (missing data) at end of a SSH2 session.
4e577b89 2599 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
2600 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
2601 - Use vhangup to clean up Linux ttys
2602 - Force posix getopt processing on GNU libc systems
371ecff9 2603 - Debian bug #55910 - remove references to ssl(8) manpages
247f1a89 2604 - Debian bug #58031 - ssh_config lies about default cipher
e1b37056 2605
d6f24e45 260620000419
2607 - OpenBSD CVS updates
2608 [channels.c]
2609 - fix pr 1196, listen_port and port_to_connect interchanged
2610 [scp.c]
bcbf86ec 2611 - after completion, replace the progress bar ETA counter with a final
d6f24e45 2612 elapsed time; my idea, aaron wrote the patch
2613 [ssh_config sshd_config]
2614 - show 'Protocol' as an example, ok markus@
2615 [sshd.c]
2616 - missing xfree()
2617 - Add missing header to bsd-misc.c
2618
35484284 261920000416
2620 - Reduce diff against OpenBSD source
bcbf86ec 2621 - All OpenSSL includes are now unconditionally referenced as
35484284 2622 openssl/foo.h
2623 - Pick up formatting changes
2624 - Other minor changed (typecasts, etc) that I missed
2625
6ae2364d 262620000415
2627 - OpenBSD CVS updates.
2628 [ssh.1 ssh.c]
2629 - ssh -2
2630 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
2631 [session.c sshconnect.c]
2632 - check payload for (illegal) extra data
2633 [ALL]
2634 whitespace cleanup
2635
c323ac76 263620000413
2637 - INSTALL doc updates
f54651ce 2638 - Merged OpenBSD updates to include paths.
bcbf86ec 2639
a8be9f80 264020000412
2641 - OpenBSD CVS updates:
2642 - [channels.c]
2643 repair x11-fwd
2644 - [sshconnect.c]
2645 fix passwd prompt for ssh2, less debugging output.
2646 - [clientloop.c compat.c dsa.c kex.c sshd.c]
2647 less debugging output
2648 - [kex.c kex.h sshconnect.c sshd.c]
2649 check for reasonable public DH values
2650 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
2651 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
2652 add Cipher and Protocol options to ssh/sshd, e.g.:
2653 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
2654 arcfour,3des-cbc'
2655 - [sshd.c]
2656 print 1.99 only if server supports both
2657
18e92801 265820000408
2659 - Avoid some compiler warnings in fake-get*.c
2660 - Add IPTOS macros for systems which lack them
9d98aaf6 2661 - Only set define entropy collection macros if they are found
e78a59f5 2662 - More large OpenBSD CVS updates:
2663 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
2664 [session.h ssh.h sshd.c README.openssh2]
2665 ssh2 server side, see README.openssh2; enable with 'sshd -2'
2666 - [channels.c]
2667 no adjust after close
2668 - [sshd.c compat.c ]
2669 interop w/ latest ssh.com windows client.
61e96248 2670
8ce64345 267120000406
2672 - OpenBSD CVS update:
2673 - [channels.c]
2674 close efd on eof
2675 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
2676 ssh2 client implementation, interops w/ ssh.com and lsh servers.
2677 - [sshconnect.c]
2678 missing free.
2679 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
2680 remove unused argument, split cipher_mask()
2681 - [clientloop.c]
2682 re-order: group ssh1 vs. ssh2
2683 - Make Redhat spec require openssl >= 0.9.5a
2684
e7627112 268520000404
2686 - Add tests for RAND_add function when searching for OpenSSL
7e7327a1 2687 - OpenBSD CVS update:
2688 - [packet.h packet.c]
2689 ssh2 packet format
2690 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
2691 [channels.h channels.c]
2692 channel layer support for ssh2
2693 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
2694 DSA, keyexchange, algorithm agreement for ssh2
6c081128 2695 - Generate manpages before make install not at the end of make all
2696 - Don't seed the rng quite so often
2697 - Always reseed rng when requested
e7627112 2698
bfc9a610 269920000403
2700 - Wrote entropy collection routines for systems that lack /dev/random
2701 and EGD
837c30b8 2702 - Disable tests and typedefs for 64 bit types. They are currently unused.
bfc9a610 2703
7368a6c8 270420000401
2705 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
2706 - [auth.c session.c sshd.c auth.h]
2707 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
2708 - [bufaux.c bufaux.h]
2709 support ssh2 bignums
2710 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
2711 [readconf.c ssh.c ssh.h serverloop.c]
2712 replace big switch() with function tables (prepare for ssh2)
2713 - [ssh2.h]
2714 ssh2 message type codes
2715 - [sshd.8]
2716 reorder Xr to avoid cutting
2717 - [serverloop.c]
2718 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
2719 - [channels.c]
2720 missing close
2721 allow bigger packets
2722 - [cipher.c cipher.h]
2723 support ssh2 ciphers
2724 - [compress.c]
2725 cleanup, less code
2726 - [dispatch.c dispatch.h]
2727 function tables for different message types
2728 - [log-server.c]
2729 do not log() if debuggin to stderr
2730 rename a cpp symbol, to avoid param.h collision
2731 - [mpaux.c]
2732 KNF
2733 - [nchan.c]
2734 sync w/ channels.c
2735
f5238bee 273620000326
2737 - Better tests for OpenSSL w/ RSAref
bcbf86ec 2738 - Added replacement setenv() function from OpenBSD libc. Suggested by
f5238bee 2739 Ben Lindstrom <mouring@pconline.com>
4fe2af09 2740 - OpenBSD CVS update
2741 - [auth-krb4.c]
2742 -Wall
2743 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
2744 [match.h ssh.c ssh.h sshconnect.c sshd.c]
2745 initial support for DSA keys. ok deraadt@, niels@
2746 - [cipher.c cipher.h]
2747 remove unused cipher_attack_detected code
2748 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
2749 Fix some formatting problems I missed before.
2750 - [ssh.1 sshd.8]
2751 fix spelling errors, From: FreeBSD
2752 - [ssh.c]
2753 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
f5238bee 2754
0024a081 275520000324
2756 - Released 1.2.3
2757
bd499f9e 275820000317
2759 - Clarified --with-default-path option.
2760 - Added -blibpath handling for AIX to work around stupid runtime linking.
2761 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
986a22ec 2762 <jmknoble@jmknoble.cx>
474b5fef 2763 - Checks for 64 bit int types. Problem report from Mats Fredholm
2764 <matsf@init.se>
610cd5c6 2765 - OpenBSD CVS updates:
bcbf86ec 2766 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
610cd5c6 2767 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
2768 [sshd.c]
2769 pedantic: signed vs. unsigned, void*-arithm, etc
2770 - [ssh.1 sshd.8]
2771 Various cleanups and standardizations.
bcbf86ec 2772 - Runtime error fix for HPUX from Otmar Stahl
be48d23c 2773 <O.Stahl@lsw.uni-heidelberg.de>
bd499f9e 2774
4696775a 277520000316
bcbf86ec 2776 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
4696775a 2777 Hesprich <dghespri@sprintparanet.com>
d423d822 2778 - Propogate LD through to Makefile
b7a9ce47 2779 - Doc cleanups
2ba2a610 2780 - Added blurb about "scp: command not found" errors to UPGRADING
4696775a 2781
cb0b7ea4 278220000315
2783 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
2784 problems with gcc/Solaris.
bcbf86ec 2785 - Don't free argument to putenv() after use (in setenv() replacement).
db55a3ea 2786 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
bcbf86ec 2787 - Created contrib/ subdirectory. Included helpers from Phil Hands'
13652e52 2788 Debian package, README file and chroot patch from Ricardo Cerqueira
2789 <rmcc@clix.pt>
bcbf86ec 2790 - Moved gnome-ssh-askpass.c to contrib directory and removed config
13652e52 2791 option.
2792 - Slight cleanup to doc files
b14b2ae7 2793 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
cb0b7ea4 2794
a8ed9fd9 279520000314
bcbf86ec 2796 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
a8ed9fd9 2797 peter@frontierflying.com
84afc958 2798 - Include /usr/local/include and /usr/local/lib for systems that don't
2799 do it themselves
2800 - -R/usr/local/lib for Solaris
2801 - Fix RSAref detection
2802 - Fix IN6_IS_ADDR_V4MAPPED macro
a8ed9fd9 2803
bcf36c78 280420000311
2805 - Detect RSAref
43e48848 2806 - OpenBSD CVS change
2807 [sshd.c]
2808 - disallow guessing of root password
867dbf40 2809 - More configure fixes
80faa19f 2810 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
bcf36c78 2811
c8d54615 281220000309
2813 - OpenBSD CVS updates to v1.2.3
704b1659 2814 [ssh.h atomicio.c]
2815 - int atomicio -> ssize_t (for alpha). ok deraadt@
2816 [auth-rsa.c]
2817 - delay MD5 computation until client sends response, free() early, cleanup.
2818 [cipher.c]
2819 - void* -> unsigned char*, ok niels@
2820 [hostfile.c]
2821 - remove unused variable 'len'. fix comments.
2822 - remove unused variable
2823 [log-client.c log-server.c]
2824 - rename a cpp symbol, to avoid param.h collision
2825 [packet.c]
2826 - missing xfree()
2827 - getsockname() requires initialized tolen; andy@guildsoftware.com
2828 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
2829 from Holger.Trapp@Informatik.TU-Chemnitz.DE
2830 [pty.c pty.h]
bcbf86ec 2831 - register cleanup for pty earlier. move code for pty-owner handling to
c8d54615 2832 pty.c ok provos@, dugsong@
704b1659 2833 [readconf.c]
2834 - turn off x11-fwd for the client, too.
2835 [rsa.c]
2836 - PKCS#1 padding
2837 [scp.c]
2838 - allow '.' in usernames; from jedgar@fxp.org
2839 [servconf.c]
2840 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
2841 - sync with sshd_config
2842 [ssh-keygen.c]
2843 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
2844 [ssh.1]
2845 - Change invalid 'CHAT' loglevel to 'VERBOSE'
2846 [ssh.c]
2847 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
2848 - turn off x11-fwd for the client, too.
2849 [sshconnect.c]
2850 - missing xfree()
2851 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
2852 - read error vs. "Connection closed by remote host"
2853 [sshd.8]
2854 - ie. -> i.e.,
2855 - do not link to a commercial page..
2856 - sync with sshd_config
2857 [sshd.c]
2858 - no need for poll.h; from bright@wintelcom.net
2859 - log with level log() not fatal() if peer behaves badly.
2860 - don't panic if client behaves strange. ok deraadt@
2861 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
2862 - delay close() of pty until the pty has been chowned back to root
2863 - oops, fix comment, too.
2864 - missing xfree()
2865 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
2866 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
bcbf86ec 2867 - register cleanup for pty earlier. move code for pty-owner handling to
704b1659 2868 pty.c ok provos@, dugsong@
2869 - create x11 cookie file
2870 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
2871 - version 1.2.3
c8d54615 2872 - Cleaned up
bcbf86ec 2873 - Removed warning workaround for Linux and devpts filesystems (no longer
d8223847 2874 required after OpenBSD updates)
c8d54615 2875
07055445 287620000308
2877 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
2878
287920000307
2880 - Released 1.2.2p1
2881
9c8c3fc6 288220000305
2883 - Fix DEC compile fix
54096dcc 2884 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
aa6bd60a 2885 - Check for getpagesize in libucb.a if not found in libc. Fix for old
2886 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 2887 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
9fc7867e 2888 Mate Wierdl <mw@moni.msci.memphis.edu>
9c8c3fc6 2889
6bf4d066 289020000303
2891 - Added "make host-key" target, Suggestion from Dominik Brettnacher
2892 <domi@saargate.de>
bcbf86ec 2893 - Don't permanently fail on bind() if getaddrinfo has more choices left for
16218745 2894 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
2895 Miskiewicz <misiek@pld.org.pl>
22fa590f 2896 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
2897 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6bf4d066 2898
a0391976 289920000302
2900 - Big cleanup of autoconf code
2901 - Rearranged to be a little more logical
2902 - Added -R option for Solaris
2903 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
2904 to detect library and header location _and_ ensure library has proper
2905 RSA support built in (this is a problem with OpenSSL 0.9.5).
817175bc 2906 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
0a1718dc 2907 - Avoid warning message with Unix98 ptys
bcbf86ec 2908 - Warning was valid - possible race condition on PTYs. Avoided using
3276571c 2909 platform-specific code.
2910 - Document some common problems
bcbf86ec 2911 - Allow root access to any key. Patch from
81eef326 2912 markus.friedl@informatik.uni-erlangen.de
a0391976 2913
f55afe71 291420000207
2915 - Removed SOCKS code. Will support through a ProxyCommand.
2916
d07d1c58 291720000203
2918 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
d581b7ae 2919 - Add --with-ssl-dir option
d07d1c58 2920
9d5f374b 292120000202
bcbf86ec 2922 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
9d5f374b 2923 <jmd@aoe.vt.edu>
6b1f3fdb 2924 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 2925 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
6b1f3fdb 2926 <haruyama@nt.phys.s.u-tokyo.ac.jp>
9d5f374b 2927
bc8c2601 292820000201
2929 - Use socket pairs by default (instead of pipes). Prevents race condition
2930 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
2931
69c76614 293220000127
2933 - Seed OpenSSL's random number generator before generating RSA keypairs
2934 - Split random collector into seperate file
aaf2abd7 2935 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
69c76614 2936
f9507c24 293720000126
2938 - Released 1.2.2 stable
2939
bcbf86ec 2940 - NeXT keeps it lastlog in /usr/adm. Report from
f9507c24 2941 mouring@newton.pconline.com
bcbf86ec 2942 - Added note in UPGRADING re interop with commercial SSH using idea.
986a22ec 2943 Report from Jim Knoble <jmknoble@jmknoble.cx>
587120ad 2944 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
2945 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
f9507c24 2946
bfae20ad 294720000125
bcbf86ec 2948 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
bfae20ad 2949 <andre.lucas@dial.pipex.com>
07b0cb78 2950 - Reorder PAM initialisation so it does not mess up lastlog. Reported
2951 by Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 2952 - Use preformatted manpages on SCO, report from Gary E. Miller
9755cbdb 2953 <gem@rellim.com>
2954 - New URL for x11-ssh-askpass.
bcbf86ec 2955 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
986a22ec 2956 <jmknoble@jmknoble.cx>
bcbf86ec 2957 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
986a22ec 2958 Jim Knoble <jmknoble@jmknoble.cx>
ff8ecdb8 2959 - Updated RPM spec files to use DESTDIR
bfae20ad 2960
bb58aa4b 296120000124
2962 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
2963 increment)
2964
d45317d8 296520000123
2966 - OpenBSD CVS:
2967 - [packet.c]
2968 getsockname() requires initialized tolen; andy@guildsoftware.com
bcbf86ec 2969 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
4c40f834 2970 <drankin@bohemians.lexington.ky.us>
12aa90af 2971 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
d45317d8 2972
e844f761 297320000122
2974 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
2975 <bent@clark.net>
c54a6257 2976 - Merge preformatted manpage patch from Andre Lucas
2977 <andre.lucas@dial.pipex.com>
8eb34e02 2978 - Make IPv4 use the default in RPM packages
2979 - Irix uses preformatted manpages
1e64903d 2980 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
2981 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
9bc5ddfe 2982 - OpenBSD CVS updates:
2983 - [packet.c]
2984 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
2985 from Holger.Trapp@Informatik.TU-Chemnitz.DE
2986 - [sshd.c]
2987 log with level log() not fatal() if peer behaves badly.
2988 - [readpass.c]
bcbf86ec 2989 instead of blocking SIGINT, catch it ourselves, so that we can clean
2990 the tty modes up and kill ourselves -- instead of our process group
61e96248 2991 leader (scp, cvs, ...) going away and leaving us in noecho mode.
9bc5ddfe 2992 people with cbreak shells never even noticed..
399d9d44 2993 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
2994 ie. -> i.e.,
e844f761 2995
4c8ef3fb 299620000120
2997 - Don't use getaddrinfo on AIX
7b2ea3a1 2998 - Update to latest OpenBSD CVS:
2999 - [auth-rsa.c]
3000 - fix user/1056, sshd keeps restrictions; dbt@meat.net
3001 - [sshconnect.c]
3002 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
3003 - destroy keys earlier
bcbf86ec 3004 - split key exchange (kex) and user authentication (user-auth),
d468fc76 3005 ok: provos@
7b2ea3a1 3006 - [sshd.c]
3007 - no need for poll.h; from bright@wintelcom.net
3008 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
bcbf86ec 3009 - split key exchange (kex) and user authentication (user-auth),
d468fc76 3010 ok: provos@
f3bba493 3011 - Big manpage and config file cleanup from Andre Lucas
3012 <andre.lucas@dial.pipex.com>
5f4fdfae 3013 - Re-added latest (unmodified) OpenBSD manpages
47f9a56a 3014 - Doc updates
d468fc76 3015 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
3016 Christos Zoulas <christos@netbsd.org>
4c8ef3fb 3017
082bbfb3 301820000119
20af321f 3019 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
082bbfb3 3020 - Compile fix from Darren_Hall@progressive.com
59e76f33 3021 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
3022 addresses using getaddrinfo(). Added a configure switch to make the
3023 default lookup mode AF_INET
082bbfb3 3024
a63a7f37 302520000118
3026 - Fixed --with-pid-dir option
51a6baf8 3027 - Makefile fix from Gary E. Miller <gem@rellim.com>
61e96248 3028 - Compile fix for HPUX and Solaris from Andre Lucas
976f7e19 3029 <andre.lucas@dial.pipex.com>
a63a7f37 3030
f914c7fb 303120000117
3032 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
3033 port, ignore EINVAL errors (Linux) when searching for free port.
bcbf86ec 3034 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
de93b046 3035 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
9b363e1c 3036 - Document location of Redhat PAM file in INSTALL.
bcbf86ec 3037 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
3038 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
f4a7cf29 3039 deliver (no IPv6 kernel support)
80a44451 3040 - Released 1.2.1pre27
f914c7fb 3041
f4a7cf29 3042 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
bcbf86ec 3043 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
cf8ad170 3044 <jhuuskon@hytti.uku.fi>
bcbf86ec 3045 - Fix hang on logout if processes are still using the pty. Needs
691a8a9f 3046 further testing.
5957fd29 3047 - Patch from Christos Zoulas <christos@zoulas.com>
3048 - Try $prefix first when looking for OpenSSL.
3049 - Include sys/types.h when including sys/socket.h in test programs
bcbf86ec 3050 - Substitute PID directory in sshd.8. Suggestion from Andrew
19d9ac2a 3051 Stribblehill <a.d.stribblehill@durham.ac.uk>
f4a7cf29 3052
47e45e44 305320000116
3054 - Renamed --with-xauth-path to --with-xauth
3055 - Added --with-pid-dir option
3056 - Released 1.2.1pre26
3057
a82ef8ae 3058 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
bcbf86ec 3059 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
66be05a1 3060 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
a82ef8ae 3061
5cdfe03f 306220000115
3063 - Add --with-xauth-path configure directive and explicit test for
bcbf86ec 3064 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
5cdfe03f 3065 Nordby <anders@fix.no>
bcbf86ec 3066 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
5cdfe03f 3067 openpty. Report from John Seifarth <john@waw.be>
3068 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
bcbf86ec 3069 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
5cdfe03f 3070 <gem@rellim.com>
3071 - Use __snprintf and __vnsprintf if they are found where snprintf and
3072 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
3073 and others.
3074
48e671d5 307520000114
3076 - Merged OpenBSD IPv6 patch:
3077 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
3078 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
3079 [hostfile.c sshd_config]
3080 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
bcbf86ec 3081 features: sshd allows multiple ListenAddress and Port options. note
3082 that libwrap is not IPv6-ready. (based on patches from
48e671d5 3083 fujiwara@rcac.tdi.co.jp)
3084 - [ssh.c canohost.c]
bcbf86ec 3085 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
48e671d5 3086 from itojun@
3087 - [channels.c]
3088 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
3089 - [packet.h]
3090 allow auth-kerberos for IPv4 only
3091 - [scp.1 sshd.8 servconf.h scp.c]
3092 document -4, -6, and 'ssh -L 2022/::1/22'
3093 - [ssh.c]
bcbf86ec 3094 'ssh @host' is illegal (null user name), from
48e671d5 3095 karsten@gedankenpolizei.de
3096 - [sshconnect.c]
3097 better error message
3098 - [sshd.c]
3099 allow auth-kerberos for IPv4 only
3100 - Big IPv6 merge:
3101 - Cleanup overrun in sockaddr copying on RHL 6.1
3102 - Replacements for getaddrinfo, getnameinfo, etc based on versions
3103 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
3104 - Replacement for missing structures on systems that lack IPv6
3105 - record_login needed to know about AF_INET6 addresses
3106 - Borrowed more code from OpenBSD: rresvport_af and requisites
3107
2598df62 310820000110
3109 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
3110
b8a0310d 311120000107
3112 - New config.sub and config.guess to fix problems on SCO. Supplied
3113 by Gary E. Miller <gem@rellim.com>
b6a98a85 3114 - SCO build fix from Gary E. Miller <gem@rellim.com>
2598df62 3115 - Released 1.2.1pre25
b8a0310d 3116
dfb95100 311720000106
3118 - Documentation update & cleanup
3119 - Better KrbIV / AFS detection, based on patch from:
3120 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
3121
b9795b89 312220000105
bcbf86ec 3123 - Fixed annoying DES corruption problem. libcrypt has been
b9795b89 3124 overriding symbols in libcrypto. Removed libcrypt and crypt.h
3125 altogether (libcrypto includes its own crypt(1) replacement)
3126 - Added platform-specific rules for Irix 6.x. Included warning that
3127 they are untested.
3128
a1ec4d79 312920000103
3130 - Add explicit make rules for files proccessed by fixpaths.
61e96248 3131 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
a1ec4d79 3132 <tnh@kondara.org>
bcbf86ec 3133 - Removed "nullok" directive from default PAM configuration files.
3134 Added information on enabling EmptyPasswords on openssh+PAM in
607d73e6 3135 UPGRADING file.
e02735bb 3136 - OpenBSD CVS updates
3137 - [ssh-agent.c]
bcbf86ec 3138 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
e02735bb 3139 dgaudet@arctic.org
3140 - [sshconnect.c]
3141 compare correct version for 1.3 compat mode
a1ec4d79 3142
93c7f644 314320000102
3144 - Prevent multiple inclusion of config.h and defines.h. Suggested
3145 by Andre Lucas <andre.lucas@dial.pipex.com>
3146 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
3147 <dgaudet@arctic.org>
3148
76b8607f 314919991231
bcbf86ec 3150 - Fix password support on systems with a mixture of shadowed and
3151 non-shadowed passwords (e.g. NIS). Report and fix from
76b8607f 3152 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 3153 - Fix broken autoconf typedef detection. Report from Marc G.
723221b5 3154 Fournier <marc.fournier@acadiau.ca>
b92964b7 3155 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
3156 <Franz.Sirl-kernel@lauterbach.com>
bcbf86ec 3157 - Prevent typedefs from being compiled more than once. Report from
a6ddc88b 3158 Marc G. Fournier <marc.fournier@acadiau.ca>
4811cc0b 3159 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
3160 <iretd@bigfoot.com>
bcbf86ec 3161 - Really fix broken default path. Fix from Jim Knoble
986a22ec 3162 <jmknoble@jmknoble.cx>
ae3a3d31 3163 - Remove test for quad_t. No longer needed.
76a8e733 3164 - Released 1.2.1pre24
3165
3166 - Added support for directory-based lastlogs
3167 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
76b8607f 3168
13f825f4 316919991230
3170 - OpenBSD CVS updates:
3171 - [auth-passwd.c]
3172 check for NULL 1st
bcbf86ec 3173 - Removed most of the pam code into its own file auth-pam.[ch]. This
a5c9cd31 3174 cleaned up sshd.c up significantly.
bcbf86ec 3175 - PAM authentication was incorrectly interpreting
76b8607f 3176 "PermitRootLogin without-password". Report from Matthias Andree
3177 <ma@dt.e-technik.uni-dortmund.de
a5c9cd31 3178 - Several other cleanups
0bc5b6fb 3179 - Merged Dante SOCKS support patch from David Rankin
3180 <drankin@bohemians.lexington.ky.us>
3181 - Updated documentation with ./configure options
76b8607f 3182 - Released 1.2.1pre23
13f825f4 3183
c73a0cb5 318419991229
bcbf86ec 3185 - Applied another NetBSD portability patch from David Rankin
c73a0cb5 3186 <drankin@bohemians.lexington.ky.us>
3187 - Fix --with-default-path option.
bcbf86ec 3188 - Autodetect perl, patch from David Rankin
a0f84251 3189 <drankin@bohemians.lexington.ky.us>
bcbf86ec 3190 - Print whether OpenSSH was compiled with RSARef, patch from
0a2ff95d 3191 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
bcbf86ec 3192 - Calls to pam_setcred, patch from Nalin Dahyabhai
f91bacbd 3193 <nalin@thermo.stat.ncsu.edu>
e3a93db0 3194 - Detect missing size_t and typedef it.
5ab44a92 3195 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
3196 - Minor Makefile cleaning
c73a0cb5 3197
b6019d68 319819991228
3199 - Replacement for getpagesize() for systems which lack it
bcbf86ec 3200 - NetBSD login.c compile fix from David Rankin
70e0115b 3201 <drankin@bohemians.lexington.ky.us>
3202 - Fully set ut_tv if present in utmp or utmpx
d94aa2ae 3203 - Portability fixes for Irix 5.3 (now compiles OK!)
3204 - autoconf and other misc cleanups
ea1970a3 3205 - Merged AIX patch from Darren Hall <dhall@virage.org>
3206 - Cleaned up defines.h
fa9a2dd6 3207 - Released 1.2.1pre22
b6019d68 3208
d2dcff5f 320919991227
3210 - Automatically correct paths in manpages and configuration files. Patch
3211 and script from Andre Lucas <andre.lucas@dial.pipex.com>
3212 - Removed credits from README to CREDITS file, updated.
cb807f40 3213 - Added --with-default-path to specify custom path for server
3214 - Removed #ifdef trickery from acconfig.h into defines.h
36a5b38e 3215 - PAM bugfix. PermitEmptyPassword was being ignored.
3216 - Fixed PAM config files to allow empty passwords if server does.
3217 - Explained spurious PAM auth warning workaround in UPGRADING
21feb5fa 3218 - Use last few chars of tty line as ut_id
5a7794be 3219 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
00e6dd70 3220 - OpenBSD CVS updates:
3221 - [packet.h auth-rhosts.c]
3222 check format string for packet_disconnect and packet_send_debug, too
3223 - [channels.c]
3224 use packet_get_maxsize for channels. consistence.
d2dcff5f 3225
f74efc8d 322619991226
3227 - Enabled utmpx support by default for Solaris
3228 - Cleanup sshd.c PAM a little more
986a22ec 3229 - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx>
bc7ea646 3230 X11 ssh-askpass program.
20c43d8c 3231 - Disable logging of PAM success and failures, PAM is verbose enough.
bcbf86ec 3232 Unfortunatly there is currently no way to disable auth failure
3233 messages. Mention this in UPGRADING file and sent message to PAM
20c43d8c 3234 developers
83b7f649 3235 - OpenBSD CVS update:
3236 - [ssh-keygen.1 ssh.1]
bcbf86ec 3237 remove ref to .ssh/random_seed, mention .ssh/environment in
83b7f649 3238 .Sh FILES, too
72251cb6 3239 - Released 1.2.1pre21
bcbf86ec 3240 - Fixed implicit '.' in default path, report from Jim Knoble
986a22ec 3241 <jmknoble@jmknoble.cx>
3242 - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx>
f74efc8d 3243
f498ed15 324419991225
3245 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
3246 - Cleanup of auth-passwd.c for shadow and MD5 passwords
3247 - Cleanup and bugfix of PAM authentication code
f74efc8d 3248 - Released 1.2.1pre20
3249
3250 - Merged fixes from Ben Taylor <bent@clark.net>
3251 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
3252 - Disabled logging of PAM password authentication failures when password
3253 is empty. (e.g start of authentication loop). Reported by Naz
3254 <96na@eng.cam.ac.uk>)
f498ed15 3255
325619991223
bcbf86ec 3257 - Merged later HPUX patch from Andre Lucas
f498ed15 3258 <andre.lucas@dial.pipex.com>
3259 - Above patch included better utmpx support from Ben Taylor
f74efc8d 3260 <bent@clark.net>
f498ed15 3261
eef6f7e9 326219991222
bcbf86ec 3263 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
eef6f7e9 3264 <pope@netguide.dk>
ae28776a 3265 - Fix login.c breakage on systems which lack ut_host in struct
3266 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
eef6f7e9 3267
a7effaac 326819991221
bcbf86ec 3269 - Integration of large HPUX patch from Andre Lucas
3270 <andre.lucas@dial.pipex.com>. Integrating it had a few other
a7effaac 3271 benefits:
3272 - Ability to disable shadow passwords at configure time
3273 - Ability to disable lastlog support at configure time
3274 - Support for IP address in $DISPLAY
ae2f7af7 3275 - OpenBSD CVS update:
3276 - [sshconnect.c]
3277 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
59dd7a31 3278 - Fix DISABLE_SHADOW support
3279 - Allow MD5 passwords even if shadow passwords are disabled
16034de9 3280 - Release 1.2.1pre19
a7effaac 3281
3f1d9bcd 328219991218
bcbf86ec 3283 - Redhat init script patch from Chun-Chung Chen
3f1d9bcd 3284 <cjj@u.washington.edu>
7e1c2490 3285 - Avoid breakage on systems without IPv6 headers
3f1d9bcd 3286
60d804c8 328719991216
bcbf86ec 3288 - Makefile changes for Solaris from Peter Kocks
60d804c8 3289 <peter.kocks@baygate.com>
89cafde6 3290 - Minor updates to docs
3291 - Merged OpenBSD CVS changes:
3292 - [authfd.c ssh-agent.c]
3293 keysize warnings talk about identity files
3294 - [packet.c]
3295 "Connection closed by x.x.x.x": fatal() -> log()
bcbf86ec 3296 - Correctly handle empty passwords in shadow file. Patch from:
c9d323f0 3297 "Chris, the Young One" <cky@pobox.com>
3298 - Released 1.2.1pre18
60d804c8 3299
7dc6fc6d 330019991215
3301 - Integrated patchs from Juergen Keil <jk@tools.de>
3302 - Avoid void* pointer arithmatic
3303 - Use LDFLAGS correctly
68227e6d 3304 - Fix SIGIO error in scp
3305 - Simplify status line printing in scp
61e96248 3306 - Added better test for inline functions compiler support from
906a2515 3307 Darren_Hall@progressive.com
7dc6fc6d 3308
95f1eccc 330919991214
3310 - OpenBSD CVS Changes
3311 - [canohost.c]
bcbf86ec 3312 fix get_remote_port() and friends for sshd -i;
95f1eccc 3313 Holger.Trapp@Informatik.TU-Chemnitz.DE
3314 - [mpaux.c]
3315 make code simpler. no need for memcpy. niels@ ok
3316 - [pty.c]
3317 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
3318 fix proto; markus
3319 - [ssh.1]
3320 typo; mark.baushke@solipsa.com
3321 - [channels.c ssh.c ssh.h sshd.c]
3322 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
3323 - [sshconnect.c]
3324 move checking of hostkey into own function.
3325 - [version.h]
3326 OpenSSH-1.2.1
884bcb37 3327 - Clean up broken includes in pty.c
7303768f 3328 - Some older systems don't have poll.h, they use sys/poll.h instead
3329 - Doc updates
95f1eccc 3330
847e8865 333119991211
bcbf86ec 3332 - Fix compilation on systems with AFS. Reported by
847e8865 3333 aloomis@glue.umd.edu
bcbf86ec 3334 - Fix installation on Solaris. Reported by
847e8865 3335 Gordon Rowell <gordonr@gormand.com.au>
3336 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
3337 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
3338 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
3339 - Compile fix from David Agraz <dagraz@jahoopa.com>
3340 - Avoid compiler warning in bsd-snprintf.c
bcbf86ec 3341 - Added pam_limits.so to default PAM config. Suggested by
986a22ec 3342 Jim Knoble <jmknoble@jmknoble.cx>
847e8865 3343
8946db53 334419991209
3345 - Import of patch from Ben Taylor <bent@clark.net>:
3346 - Improved PAM support
3347 - "uninstall" rule for Makefile
3348 - utmpx support
3349 - Should fix PAM problems on Solaris
2d86a6cc 3350 - OpenBSD CVS updates:
3351 - [readpass.c]
3352 avoid stdio; based on work by markus, millert, and I
3353 - [sshd.c]
3354 make sure the client selects a supported cipher
3355 - [sshd.c]
bcbf86ec 3356 fix sighup handling. accept would just restart and daemon handled
3357 sighup only after the next connection was accepted. use poll on
2d86a6cc 3358 listen sock now.
3359 - [sshd.c]
3360 make that a fatal
87e91331 3361 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
3362 to fix libwrap support on NetBSD
5001b9e4 3363 - Released 1.2pre17
8946db53 3364
6d8c4ea4 336519991208
bcbf86ec 3366 - Compile fix for Solaris with /dev/ptmx from
6d8c4ea4 3367 David Agraz <dagraz@jahoopa.com>
3368
4285816a 336919991207
986a22ec 3370 - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx>
4285816a 3371 fixes compatability with 4.x and 5.x
db28aeb5 3372 - Fixed default SSH_ASKPASS
bcbf86ec 3373 - Fix PAM account and session being called multiple times. Problem
d465f2ca 3374 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
a408af76 3375 - Merged more OpenBSD changes:
3376 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
bcbf86ec 3377 move atomicio into it's own file. wrap all socket write()s which
a408af76 3378 were doing write(sock, buf, len) != len, with atomicio() calls.
3379 - [auth-skey.c]
3380 fd leak
3381 - [authfile.c]
3382 properly name fd variable
3383 - [channels.c]
3384 display great hatred towards strcpy
3385 - [pty.c pty.h sshd.c]
3386 use openpty() if it exists (it does on BSD4_4)
3387 - [tildexpand.c]
3388 check for ~ expansion past MAXPATHLEN
3389 - Modified helper.c to use new atomicio function.
3390 - Reformat Makefile a little
3391 - Moved RC4 routines from rc4.[ch] into helper.c
3392 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
9983a8ca 3393 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
3394 - Tweaked Redhat spec
9158d92f 3395 - Clean up bad imports of a few files (forgot -kb)
3396 - Released 1.2pre16
4285816a 3397
9c7b6dfd 339819991204
3399 - Small cleanup of PAM code in sshd.c
57112b5a 3400 - Merged OpenBSD CVS changes:
3401 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
3402 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
3403 - [auth-rsa.c]
3404 warn only about mismatch if key is _used_
3405 warn about keysize-mismatch with log() not error()
3406 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
3407 ports are u_short
3408 - [hostfile.c]
3409 indent, shorter warning
3410 - [nchan.c]
3411 use error() for internal errors
3412 - [packet.c]
3413 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
3414 serverloop.c
3415 indent
3416 - [ssh-add.1 ssh-add.c ssh.h]
3417 document $SSH_ASKPASS, reasonable default
3418 - [ssh.1]
3419 CheckHostIP is not available for connects via proxy command
3420 - [sshconnect.c]
3421 typo
3422 easier to read client code for passwd and skey auth
3423 turn of checkhostip for proxy connects, since we don't know the remote ip
9c7b6dfd 3424
dad3b556 342519991126
3426 - Add definition for __P()
3427 - Added [v]snprintf() replacement for systems that lack it
3428
0ce43ae4 342919991125
3430 - More reformatting merged from OpenBSD CVS
3431 - Merged OpenBSD CVS changes:
3432 - [channels.c]
3433 fix packet_integrity_check() for !have_hostname_in_open.
3434 report from mrwizard@psu.edu via djm@ibs.com.au
3435 - [channels.c]
3436 set SO_REUSEADDR and SO_LINGER for forwarded ports.
3437 chip@valinux.com via damien@ibs.com.au
3438 - [nchan.c]
3439 it's not an error() if shutdown_write failes in nchan.
3440 - [readconf.c]
3441 remove dead #ifdef-0-code
3442 - [readconf.c servconf.c]
3443 strcasecmp instead of tolower
3444 - [scp.c]
3445 progress meter overflow fix from damien@ibs.com.au
3446 - [ssh-add.1 ssh-add.c]
3447 SSH_ASKPASS support
3448 - [ssh.1 ssh.c]
3449 postpone fork_after_authentication until command execution,
3450 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
3451 plus: use daemon() for backgrounding
cf8dd513 3452 - Added BSD compatible install program and autoconf test, thanks to
3453 Niels Kristian Bech Jensen <nkbj@image.dk>
3454 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
09041313 3455 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3dbefdb8 3456 - Release 1.2pre15
0ce43ae4 3457
5260325f 345819991124
3459 - Merged very large OpenBSD source code reformat
3460 - OpenBSD CVS updates
3461 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
3462 [ssh.h sshd.8 sshd.c]
3463 syslog changes:
3464 * Unified Logmessage for all auth-types, for success and for failed
3465 * Standard connections get only ONE line in the LOG when level==LOG:
3466 Auth-attempts are logged only, if authentication is:
3467 a) successfull or
3468 b) with passwd or
3469 c) we had more than AUTH_FAIL_LOG failues
3470 * many log() became verbose()
3471 * old behaviour with level=VERBOSE
3472 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
3473 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
3474 messages. allows use of s/key in windows (ttssh, securecrt) and
3475 ssh-1.2.27 clients without 'ssh -v', ok: niels@
3476 - [sshd.8]
3477 -V, for fallback to openssh in SSH2 compatibility mode
3478 - [sshd.c]
3479 fix sigchld race; cjc5@po.cwru.edu
3480
4655fe80 348119991123
3482 - Added SuSE package files from Chris Saia <csaia@wtower.com>
8b241e50 3483 - Restructured package-related files under packages/*
4655fe80 3484 - Added generic PAM config
8b241e50 3485 - Numerous little Solaris fixes
9c08d6ce 3486 - Add recommendation to use GNU make to INSTALL document
4655fe80 3487
60bed5fd 348819991122
3489 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 3490 - OpenBSD CVS Changes
bcbf86ec 3491 - [ssh-keygen.c]
3492 don't create ~/.ssh only if the user wants to store the private
3493 key there. show fingerprint instead of public-key after
2f2cc3f9 3494 keygeneration. ok niels@
b09a984b 3495 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 3496 - Added timersub() macro
b09a984b 3497 - Tidy RCSIDs of bsd-*.c
bcbf86ec 3498 - Added autoconf test and macro to deal with old PAM libraries
96ad4350 3499 pam_strerror definition (one arg vs two).
530f1889 3500 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
bcbf86ec 3501 - Retry /dev/urandom reads interrupted by signal (report from
530f1889 3502 Robert Hardy <rhardy@webcon.net>)
1647c2b5 3503 - Added a setenv replacement for systems which lack it
d84a9a44 3504 - Only display public key comment when presenting ssh-askpass dialog
3505 - Released 1.2pre14
60bed5fd 3506
bcbf86ec 3507 - Configure, Make and changelog corrections from Tudor Bosman
2ddcfdf3 3508 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
3509
9d6b7add 351019991121
2f2cc3f9 3511 - OpenBSD CVS Changes:
60bed5fd 3512 - [channels.c]
3513 make this compile, bad markus
3514 - [log.c readconf.c servconf.c ssh.h]
3515 bugfix: loglevels are per host in clientconfig,
3516 factor out common log-level parsing code.
3517 - [servconf.c]
3518 remove unused index (-Wall)
3519 - [ssh-agent.c]
3520 only one 'extern char *__progname'
3521 - [sshd.8]
3522 document SIGHUP, -Q to synopsis
3523 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
3524 [channels.c clientloop.c]
3525 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
3526 [hope this time my ISP stays alive during commit]
3527 - [OVERVIEW README] typos; green@freebsd
3528 - [ssh-keygen.c]
3529 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
3530 exit if writing the key fails (no infinit loop)
3531 print usage() everytime we get bad options
3532 - [ssh-keygen.c] overflow, djm@mindrot.org
3533 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
61e96248 3534
2b942fe0 353519991120
bcbf86ec 3536 - Merged more Solaris support from Marc G. Fournier
2b942fe0 3537 <marc.fournier@acadiau.ca>
3538 - Wrote autoconf tests for integer bit-types
3539 - Fixed enabling kerberos support
bcbf86ec 3540 - Fix segfault in ssh-keygen caused by buffer overrun in filename
13c36c4c 3541 handling.
2b942fe0 3542
06479889 354319991119
3544 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 3545 - Merged OpenBSD CVS changes
3546 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
3547 more %d vs. %s in fmt-strings
3548 - [authfd.c]
3549 Integers should not be printed with %s
7b1cc56c 3550 - EGD uses a socket, not a named pipe. Duh.
3551 - Fix includes in fingerprint.c
29dbde15 3552 - Fix scp progress bar bug again.
bcbf86ec 3553 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
736890c4 3554 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 3555 - Added autoconf option to enable Kerberos 4 support (untested)
3556 - Added autoconf option to enable AFS support (untested)
3557 - Added autoconf option to enable S/Key support (untested)
3558 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 3559 - Renamed BSD helper function files to bsd-*
bcbf86ec 3560 - Added tests for login and daemon and enable OpenBSD replacements for
caf3bc51 3561 when they are absent.
3562 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 3563
2bd61362 356419991118
3565 - Merged OpenBSD CVS changes
3566 - [scp.c] foregroundproc() in scp
3567 - [sshconnect.h] include fingerprint.h
bcbf86ec 3568 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
2bd61362 3569 changes.
0c16a097 3570 - [ssh.1] Spell my name right.
2bd61362 3571 - Added openssh.com info to README
3572
f095fcc7 357319991117
3574 - Merged OpenBSD CVS changes
3575 - [ChangeLog.Ylonen] noone needs this anymore
3576 - [authfd.c] close-on-exec for auth-socket, ok deraadt
bcbf86ec 3577 - [hostfile.c]
3578 in known_hosts key lookup the entry for the bits does not need
3579 to match, all the information is contained in n and e. This
3580 solves the problem with buggy servers announcing the wrong
f095fcc7 3581 modulus length. markus and me.
bcbf86ec 3582 - [serverloop.c]
3583 bugfix: check for space if child has terminated, from:
f095fcc7 3584 iedowse@maths.tcd.ie
3585 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
3586 [fingerprint.c fingerprint.h]
3587 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
3588 - [ssh-agent.1] typo
3589 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
bcbf86ec 3590 - [sshd.c]
f095fcc7 3591 force logging to stderr while loading private key file
3592 (lost while converting to new log-levels)
3593
4d195447 359419991116
3595 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
3596 - Merged OpenBSD CVS changes:
3597 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
3598 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
3599 the keysize of rsa-parameter 'n' is passed implizit,
3600 a few more checks and warnings about 'pretended' keysizes.
3601 - [cipher.c cipher.h packet.c packet.h sshd.c]
3602 remove support for cipher RC4
3603 - [ssh.c]
3604 a note for legay systems about secuity issues with permanently_set_uid(),
3605 the private hostkey and ptrace()
3606 - [sshconnect.c]
3607 more detailed messages about adding and checking hostkeys
3608
dad9a31e 360919991115
3610 - Merged OpenBSD CVS changes:
bcbf86ec 3611 - [ssh-add.c] change passphrase loop logic and remove ref to
dad9a31e 3612 $DISPLAY, ok niels
3613 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
bcbf86ec 3614 modular.
dad9a31e 3615 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 3616 - Merged more OpenBSD CVS changes:
704b1659 3617 [auth-krb4.c]
3618 - disconnect if getpeername() fails
3619 - missing xfree(*client)
3620 [canohost.c]
3621 - disconnect if getpeername() fails
3622 - fix comment: we _do_ disconnect if ip-options are set
3623 [sshd.c]
3624 - disconnect if getpeername() fails
3625 - move checking of remote port to central place
3626 [auth-rhosts.c] move checking of remote port to central place
3627 [log-server.c] avoid extra fd per sshd, from millert@
3628 [readconf.c] print _all_ bad config-options in ssh(1), too
3629 [readconf.h] print _all_ bad config-options in ssh(1), too
3630 [ssh.c] print _all_ bad config-options in ssh(1), too
3631 [sshconnect.c] disconnect if getpeername() fails
e7c0f9d5 3632 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 3633 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 3634 - Merged more Solaris compability from Marc G. Fournier
3635 <marc.fournier@acadiau.ca>
3636 - Wrote autoconf tests for __progname symbol
986a22ec 3637 - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx>
0c372277 3638 - Released 1.2pre12
3639
3640 - Another OpenBSD CVS update:
3641 - [ssh-keygen.1] fix .Xr
dad9a31e 3642
92da7197 364319991114
3644 - Solaris compilation fixes (still imcomplete)
3645
94f7bb9e 364619991113
dd092f97 3647 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
3648 - Don't install config files if they already exist
3649 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 3650 - Removed redundant inclusions of config.h
e9c75a39 3651 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 3652 - Merged OpenBSD CVS changes:
3653 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
bcbf86ec 3654 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
94f7bb9e 3655 totalsize, ok niels,aaron
bcbf86ec 3656 - Delay fork (-f option) in ssh until after port forwarded connections
94f7bb9e 3657 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 3658 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
3659 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 3660 - Tidied default config file some more
3661 - Revised Redhat initscript to fix bug: sshd (re)start would fail
3662 if executed from inside a ssh login.
94f7bb9e 3663
e35c1dc2 366419991112
3665 - Merged changes from OpenBSD CVS
3666 - [sshd.c] session_key_int may be zero
b4748e2f 3667 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
bcbf86ec 3668 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
b4748e2f 3669 deraadt,millert
3670 - Brought default sshd_config more in line with OpenBSD's
547c9f30 3671 - Grab server in gnome-ssh-askpass (Debian bug #49872)
3672 - Released 1.2pre10
e35c1dc2 3673
8bc7973f 3674 - Added INSTALL documentation
6fa724bc 3675 - Merged yet more changes from OpenBSD CVS
3676 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
3677 [ssh.c ssh.h sshconnect.c sshd.c]
3678 make all access to options via 'extern Options options'
3679 and 'extern ServerOptions options' respectively;
3680 options are no longer passed as arguments:
3681 * make options handling more consistent
3682 * remove #include "readconf.h" from ssh.h
3683 * readconf.h is only included if necessary
3684 - [mpaux.c] clear temp buffer
3685 - [servconf.c] print _all_ bad options found in configfile
045672f9 3686 - Make ssh-askpass support optional through autoconf
59b0f0d4 3687 - Fix nasty division-by-zero error in scp.c
3688 - Released 1.2pre11
8bc7973f 3689
4cca272e 369019991111
3691 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 3692 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 3693 - Merged OpenBSD CVS changes:
3694 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
3695 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
3696 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
bcbf86ec 3697 - Fix integer overflow which was messing up scp's progress bar for large
3f1d9bcd 3698 file transfers. Fix submitted to OpenBSD developers. Report and fix
3699 from Kees Cook <cook@cpoint.net>
6a17f9c2 3700 - Merged more OpenBSD CVS changes:
bcbf86ec 3701 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
6a17f9c2 3702 + krb-cleanup cleanup
3703 - [clientloop.c log-client.c log-server.c ]
3704 [readconf.c readconf.h servconf.c servconf.h ]
3705 [ssh.1 ssh.c ssh.h sshd.8]
3706 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
3707 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 3708 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
3709 allow session_key_int != sizeof(session_key)
3710 [this should fix the pre-assert-removal-core-files]
3711 - Updated default config file to use new LogLevel option and to improve
3712 readability
3713
f370266e 371419991110
67d68e3a 3715 - Merged several minor fixes:
f370266e 3716 - ssh-agent commandline parsing
3717 - RPM spec file now installs ssh setuid root
3718 - Makefile creates libdir
4cca272e 3719 - Merged beginnings of Solaris compability from Marc G. Fournier
3720 <marc.fournier@acadiau.ca>
f370266e 3721
d4f11b59 372219991109
3723 - Autodetection of SSL/Crypto library location via autoconf
3724 - Fixed location of ssh-askpass to follow autoconf
3725 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
3726 - Autodetection of RSAref library for US users
3727 - Minor doc updates
560557bb 3728 - Merged OpenBSD CVS changes:
3729 - [rsa.c] bugfix: use correct size for memset()
3730 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 3731 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 3732 - RPM build now creates subpackages
aa51e7cc 3733 - Released 1.2pre9
d4f11b59 3734
e1a9c08d 373519991108
3736 - Removed debian/ directory. This is now being maintained separately.
3737 - Added symlinks for slogin in RPM spec file
3738 - Fixed permissions on manpages in RPM spec file
3739 - Added references to required libraries in README file
3740 - Removed config.h.in from CVS
3741 - Removed pwdb support (better pluggable auth is provided by glibc)
3742 - Made PAM and requisite libdl optional
3743 - Removed lots of unnecessary checks from autoconf
3744 - Added support and autoconf test for openpty() function (Unix98 pty support)
3745 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
3746 - Added TODO file
3747 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
3748 - Added ssh-askpass program
3749 - Added ssh-askpass support to ssh-add.c
3750 - Create symlinks for slogin on install
3751 - Fix "distclean" target in makefile
3752 - Added example for ssh-agent to manpage
3753 - Added support for PAM_TEXT_INFO messages
3754 - Disable internal /etc/nologin support if PAM enabled
3755 - Merged latest OpenBSD CVS changes:
5bae4ab8 3756 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 3757 - [sshd.c] don't send fail-msg but disconnect if too many authentication
3758 failures
e1a9c08d 3759 - [sshd.c] remove unused argument. ok dugsong
3760 - [sshd.c] typo
3761 - [rsa.c] clear buffers used for encryption. ok: niels
3762 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 3763 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 3764 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 3765 - Released 1.2pre8
e1a9c08d 3766
3028328e 376719991102
3768 - Merged change from OpenBSD CVS
3769 - One-line cleanup in sshd.c
3770
474832c5 377119991030
3772 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 3773 - Merged latest updates for OpenBSD CVS:
3774 - channels.[ch] - remove broken x11 fix and document istate/ostate
3775 - ssh-agent.c - call setsid() regardless of argv[]
3776 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
3777 - Documentation cleanups
3778 - Renamed README -> README.Ylonen
3779 - Renamed README.openssh ->README
474832c5 3780
339660f6 378119991029
3782 - Renamed openssh* back to ssh* at request of Theo de Raadt
3783 - Incorporated latest changes from OpenBSD's CVS
3784 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
3785 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 3786 - Make distclean now removed configure script
3787 - Improved PAM logging
3788 - Added some debug() calls for PAM
4ecd19ea 3789 - Removed redundant subdirectories
bcbf86ec 3790 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
4ecd19ea 3791 building on Debian.
242588e6 3792 - Fixed off-by-one error in PAM env patch
3793 - Released 1.2pre6
339660f6 3794
5881cd60 379519991028
3796 - Further PAM enhancements.
3797 - Much cleaner
3798 - Now uses account and session modules for all logins.
3799 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
3800 - Build fixes
3801 - Autoconf
3802 - Change binary names to open*
3803 - Fixed autoconf script to detect PAM on RH6.1
3804 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 3805 - Released 1.2pre4
fca82d2e 3806
3807 - Imported latest OpenBSD CVS code
3808 - Updated README.openssh
93f04616 3809 - Released 1.2pre5
fca82d2e 3810
5881cd60 381119991027
3812 - Adapted PAM patch.
3813 - Released 1.0pre2
3814
3815 - Excised my buggy replacements for strlcpy and mkdtemp
3816 - Imported correct OpenBSD strlcpy and mkdtemp routines.
3817 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
3818 - Picked up correct version number from OpenBSD
3819 - Added sshd.pam PAM configuration file
3820 - Added sshd.init Redhat init script
3821 - Added openssh.spec RPM spec file
3822 - Released 1.2pre3
3823
382419991026
3825 - Fixed include paths of OpenSSL functions
3826 - Use OpenSSL MD5 routines
3827 - Imported RC4 code from nanocrypt
3828 - Wrote replacements for OpenBSD arc4random* functions
3829 - Wrote replacements for strlcpy and mkdtemp
3830 - Released 1.0pre1
0b202697 3831
3832$Id$
This page took 1.217239 seconds and 5 git commands to generate.