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