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