]> andersk Git - openssh.git/blame - ChangeLog
- Remove references to SSLeay.
[openssh.git] / ChangeLog
CommitLineData
1d1ffb87 120000507
2 - Remove references to SSLeay.
3 - Big OpenBSD CVS update
4 - markus@cvs.openbsd.org
5 [clientloop.c]
6 - typo
7 [session.c]
8 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
9 [session.c]
10 - update proctitle for proto 1, too
11 [channels.h nchan.c serverloop.c session.c sshd.c]
12 - use c-style comments
13 - deraadt@cvs.openbsd.org
14 [scp.c]
15 - more atomicio
16 - markus@cvs.openbsd.org
17 [channels.c]
18 - set O_NONBLOCK
19 [ssh.1]
20 - update AUTHOR
21 [readconf.c ssh-keygen.c ssh.h]
22 - default DSA key file ~/.ssh/id_dsa
23 [clientloop.c]
24 - typo, rm verbose debug
25 - deraadt@cvs.openbsd.org
26 [ssh-keygen.1]
27 - document DSA use of ssh-keygen
28 [sshd.8]
29 - a start at describing what i understand of the DSA side
30 [ssh-keygen.1]
31 - document -X and -x
32 [ssh-keygen.c]
33 - simplify usage
34 - markus@cvs.openbsd.org
35 [sshd.8]
36 - there is no rhosts_dsa
37 [ssh-keygen.1]
38 - document -y, update -X,-x
39 [nchan.c]
40 - fix close for non-open ssh1 channels
41 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
42 - s/DsaKey/HostDSAKey/, document option
43 [sshconnect2.c]
44 - respect number_of_password_prompts
45 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
46 - GatewayPorts for sshd, ok deraadt@
47 [ssh-add.1 ssh-agent.1 ssh.1]
48 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
49 [ssh.1]
50 - more info on proto 2
51 [sshd.8]
52 - sync AUTHOR w/ ssh.1
53 [key.c key.h sshconnect.c]
54 - print key type when talking about host keys
55 [packet.c]
56 - clear padding in ssh2
57 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
58 - replace broken uuencode w/ libc b64_ntop
59 [auth2.c]
60 - log failure before sending the reply
61 [key.c radix.c uuencode.c]
62 - remote trailing comments before calling __b64_pton
63 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
64 [sshconnect2.c sshd.8]
65 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
66 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
67
1a11e1ae 6820000502
0fbe8c74 69 - OpenBSD CVS update
70 [channels.c]
71 - init all fds, close all fds.
72 [sshconnect2.c]
73 - check whether file exists before asking for passphrase
74 [servconf.c servconf.h sshd.8 sshd.c]
75 - PidFile, pr 1210
76 [channels.c]
77 - EINTR
78 [channels.c]
79 - unbreak, ok niels@
80 [sshd.c]
81 - unlink pid file, ok niels@
82 [auth2.c]
83 - Add missing #ifdefs; ok - markus
d3083fbd 84 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
85 gathering commands from a text file
1a11e1ae 86 - Release 2.0.0beta1
87
c4bc58eb 8820000501
89 - OpenBSD CVS update
90 [packet.c]
91 - send debug messages in SSH2 format
3189621b 92 [scp.c]
93 - fix very rare EAGAIN/EINTR issues; based on work by djm
94 [packet.c]
95 - less debug, rm unused
96 [auth2.c]
97 - disable kerb,s/key in ssh2
98 [sshd.8]
99 - Minor tweaks and typo fixes.
100 [ssh-keygen.c]
101 - Put -d into usage and reorder. markus ok.
44fb55e9 102 - Include missing headers for OpenSSL tests. Fix from Phil Karn
103 <karn@ka9q.ampr.org>
3fd95d9a 104 - Fixed __progname symbol collisions reported by Andre Lucas
105 <andre.lucas@dial.pipex.com>
0d5f7abc 106 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
107 <gd@hilb1.medat.de>
8cb940db 108 - Add some missing ifdefs to auth2.c
8af50c98 109 - Deprecate perl-tk askpass.
52bcc044 110 - Irix portability fixes - don't include netinet headers more than once
111 - Make sure we don't save PRNG seed more than once
c4bc58eb 112
2b763e31 11320000430
114 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
b7a87eea 115 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
116 patch.
117 - Adds timeout to entropy collection
118 - Disables slow entropy sources
119 - Load and save seed file
120 - Changed entropy seed code to user per-user seeds only (server seed is
121 saved in root's .ssh directory)
122 - Use atexit() and fatal cleanups to save seed on exit
0b242b12 123 - More OpenBSD updates:
124 [session.c]
125 - don't call chan_write_failed() if we are not writing
126 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
127 - keysize warnings error() -> log()
2b763e31 128
a306f2dd 12920000429
130 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
131 [README.openssh2]
132 - interop w/ F-secure windows client
133 - sync documentation
134 - ssh_host_dsa_key not ssh_dsa_key
135 [auth-rsa.c]
136 - missing fclose
137 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
138 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
139 [sshd.c uuencode.c uuencode.h authfile.h]
140 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
141 for trading keys with the real and the original SSH, directly from the
142 people who invented the SSH protocol.
143 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
144 [sshconnect1.c sshconnect2.c]
145 - split auth/sshconnect in one file per protocol version
146 [sshconnect2.c]
147 - remove debug
148 [uuencode.c]
149 - add trailing =
150 [version.h]
151 - OpenSSH-2.0
152 [ssh-keygen.1 ssh-keygen.c]
153 - add -R flag: exit code indicates if RSA is alive
154 [sshd.c]
155 - remove unused
156 silent if -Q is specified
157 [ssh.h]
158 - host key becomes /etc/ssh_host_dsa_key
159 [readconf.c servconf.c ]
160 - ssh/sshd default to proto 1 and 2
161 [uuencode.c]
162 - remove debug
163 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
164 - xfree DSA blobs
165 [auth2.c serverloop.c session.c]
166 - cleanup logging for sshd/2, respect PasswordAuth no
167 [sshconnect2.c]
168 - less debug, respect .ssh/config
169 [README.openssh2 channels.c channels.h]
170 - clientloop.c session.c ssh.c
171 - support for x11-fwding, client+server
172
0ac7199f 17320000421
174 - Merge fix from OpenBSD CVS
175 [ssh-agent.c]
176 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
177 via Debian bug #59926
18ba2aab 178 - Define __progname in session.c if libc doesn't
179 - Remove indentation on autoconf #include statements to avoid bug in
180 DEC Tru64 compiler. Report and fix from David Del Piero
181 <David.DelPiero@qed.qld.gov.au>
0ac7199f 182
e1b37056 18320000420
184 - Make fixpaths work with perl4, patch from Andre Lucas
185 <andre.lucas@dial.pipex.com>
9da5c3c9 186 - Sync with OpenBSD CVS:
187 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
188 - pid_t
189 [session.c]
190 - remove bogus chan_read_failed. this could cause data
191 corruption (missing data) at end of a SSH2 session.
4e577b89 192 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
193 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
194 - Use vhangup to clean up Linux ttys
195 - Force posix getopt processing on GNU libc systems
371ecff9 196 - Debian bug #55910 - remove references to ssl(8) manpages
247f1a89 197 - Debian bug #58031 - ssh_config lies about default cipher
e1b37056 198
d6f24e45 19920000419
200 - OpenBSD CVS updates
201 [channels.c]
202 - fix pr 1196, listen_port and port_to_connect interchanged
203 [scp.c]
204 - after completion, replace the progress bar ETA counter with a final
205 elapsed time; my idea, aaron wrote the patch
206 [ssh_config sshd_config]
207 - show 'Protocol' as an example, ok markus@
208 [sshd.c]
209 - missing xfree()
210 - Add missing header to bsd-misc.c
211
35484284 21220000416
213 - Reduce diff against OpenBSD source
214 - All OpenSSL includes are now unconditionally referenced as
215 openssl/foo.h
216 - Pick up formatting changes
217 - Other minor changed (typecasts, etc) that I missed
218
6ae2364d 21920000415
220 - OpenBSD CVS updates.
221 [ssh.1 ssh.c]
222 - ssh -2
223 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
224 [session.c sshconnect.c]
225 - check payload for (illegal) extra data
226 [ALL]
227 whitespace cleanup
228
c323ac76 22920000413
230 - INSTALL doc updates
f54651ce 231 - Merged OpenBSD updates to include paths.
6ae2364d 232
a8be9f80 23320000412
234 - OpenBSD CVS updates:
235 - [channels.c]
236 repair x11-fwd
237 - [sshconnect.c]
238 fix passwd prompt for ssh2, less debugging output.
239 - [clientloop.c compat.c dsa.c kex.c sshd.c]
240 less debugging output
241 - [kex.c kex.h sshconnect.c sshd.c]
242 check for reasonable public DH values
243 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
244 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
245 add Cipher and Protocol options to ssh/sshd, e.g.:
246 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
247 arcfour,3des-cbc'
248 - [sshd.c]
249 print 1.99 only if server supports both
250
18e92801 25120000408
252 - Avoid some compiler warnings in fake-get*.c
253 - Add IPTOS macros for systems which lack them
9d98aaf6 254 - Only set define entropy collection macros if they are found
e78a59f5 255 - More large OpenBSD CVS updates:
256 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
257 [session.h ssh.h sshd.c README.openssh2]
258 ssh2 server side, see README.openssh2; enable with 'sshd -2'
259 - [channels.c]
260 no adjust after close
261 - [sshd.c compat.c ]
262 interop w/ latest ssh.com windows client.
263
8ce64345 26420000406
265 - OpenBSD CVS update:
266 - [channels.c]
267 close efd on eof
268 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
269 ssh2 client implementation, interops w/ ssh.com and lsh servers.
270 - [sshconnect.c]
271 missing free.
272 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
273 remove unused argument, split cipher_mask()
274 - [clientloop.c]
275 re-order: group ssh1 vs. ssh2
276 - Make Redhat spec require openssl >= 0.9.5a
277
e7627112 27820000404
279 - Add tests for RAND_add function when searching for OpenSSL
7e7327a1 280 - OpenBSD CVS update:
281 - [packet.h packet.c]
282 ssh2 packet format
283 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
284 [channels.h channels.c]
285 channel layer support for ssh2
286 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
287 DSA, keyexchange, algorithm agreement for ssh2
6c081128 288 - Generate manpages before make install not at the end of make all
289 - Don't seed the rng quite so often
290 - Always reseed rng when requested
e7627112 291
bfc9a610 29220000403
293 - Wrote entropy collection routines for systems that lack /dev/random
294 and EGD
837c30b8 295 - Disable tests and typedefs for 64 bit types. They are currently unused.
bfc9a610 296
7368a6c8 29720000401
298 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
299 - [auth.c session.c sshd.c auth.h]
300 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
301 - [bufaux.c bufaux.h]
302 support ssh2 bignums
303 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
304 [readconf.c ssh.c ssh.h serverloop.c]
305 replace big switch() with function tables (prepare for ssh2)
306 - [ssh2.h]
307 ssh2 message type codes
308 - [sshd.8]
309 reorder Xr to avoid cutting
310 - [serverloop.c]
311 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
312 - [channels.c]
313 missing close
314 allow bigger packets
315 - [cipher.c cipher.h]
316 support ssh2 ciphers
317 - [compress.c]
318 cleanup, less code
319 - [dispatch.c dispatch.h]
320 function tables for different message types
321 - [log-server.c]
322 do not log() if debuggin to stderr
323 rename a cpp symbol, to avoid param.h collision
324 - [mpaux.c]
325 KNF
326 - [nchan.c]
327 sync w/ channels.c
328
f5238bee 32920000326
330 - Better tests for OpenSSL w/ RSAref
331 - Added replacement setenv() function from OpenBSD libc. Suggested by
332 Ben Lindstrom <mouring@pconline.com>
4fe2af09 333 - OpenBSD CVS update
334 - [auth-krb4.c]
335 -Wall
336 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
337 [match.h ssh.c ssh.h sshconnect.c sshd.c]
338 initial support for DSA keys. ok deraadt@, niels@
339 - [cipher.c cipher.h]
340 remove unused cipher_attack_detected code
341 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
342 Fix some formatting problems I missed before.
343 - [ssh.1 sshd.8]
344 fix spelling errors, From: FreeBSD
345 - [ssh.c]
346 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
f5238bee 347
0024a081 34820000324
349 - Released 1.2.3
350
bd499f9e 35120000317
352 - Clarified --with-default-path option.
353 - Added -blibpath handling for AIX to work around stupid runtime linking.
354 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
355 <jmknoble@pobox.com>
474b5fef 356 - Checks for 64 bit int types. Problem report from Mats Fredholm
357 <matsf@init.se>
610cd5c6 358 - OpenBSD CVS updates:
359 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
360 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
361 [sshd.c]
362 pedantic: signed vs. unsigned, void*-arithm, etc
363 - [ssh.1 sshd.8]
364 Various cleanups and standardizations.
be48d23c 365 - Runtime error fix for HPUX from Otmar Stahl
366 <O.Stahl@lsw.uni-heidelberg.de>
bd499f9e 367
4696775a 36820000316
369 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
370 Hesprich <dghespri@sprintparanet.com>
d423d822 371 - Propogate LD through to Makefile
b7a9ce47 372 - Doc cleanups
2ba2a610 373 - Added blurb about "scp: command not found" errors to UPGRADING
4696775a 374
cb0b7ea4 37520000315
376 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
377 problems with gcc/Solaris.
db55a3ea 378 - Don't free argument to putenv() after use (in setenv() replacement).
379 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
13652e52 380 - Created contrib/ subdirectory. Included helpers from Phil Hands'
381 Debian package, README file and chroot patch from Ricardo Cerqueira
382 <rmcc@clix.pt>
9c8aeb89 383 - Moved gnome-ssh-askpass.c to contrib directory and removed config
13652e52 384 option.
385 - Slight cleanup to doc files
b14b2ae7 386 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
cb0b7ea4 387
a8ed9fd9 38820000314
389 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
390 peter@frontierflying.com
84afc958 391 - Include /usr/local/include and /usr/local/lib for systems that don't
392 do it themselves
393 - -R/usr/local/lib for Solaris
394 - Fix RSAref detection
395 - Fix IN6_IS_ADDR_V4MAPPED macro
a8ed9fd9 396
bcf36c78 39720000311
398 - Detect RSAref
43e48848 399 - OpenBSD CVS change
400 [sshd.c]
401 - disallow guessing of root password
867dbf40 402 - More configure fixes
80faa19f 403 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
bcf36c78 404
c8d54615 40520000309
406 - OpenBSD CVS updates to v1.2.3
407 [ssh.h atomicio.c]
408 - int atomicio -> ssize_t (for alpha). ok deraadt@
409 [auth-rsa.c]
410 - delay MD5 computation until client sends response, free() early, cleanup.
411 [cipher.c]
412 - void* -> unsigned char*, ok niels@
413 [hostfile.c]
414 - remove unused variable 'len'. fix comments.
415 - remove unused variable
416 [log-client.c log-server.c]
417 - rename a cpp symbol, to avoid param.h collision
418 [packet.c]
419 - missing xfree()
420 - getsockname() requires initialized tolen; andy@guildsoftware.com
421 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
422 from Holger.Trapp@Informatik.TU-Chemnitz.DE
423 [pty.c pty.h]
424 - register cleanup for pty earlier. move code for pty-owner handling to
425 pty.c ok provos@, dugsong@
426 [readconf.c]
427 - turn off x11-fwd for the client, too.
428 [rsa.c]
429 - PKCS#1 padding
430 [scp.c]
431 - allow '.' in usernames; from jedgar@fxp.org
432 [servconf.c]
433 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
434 - sync with sshd_config
435 [ssh-keygen.c]
436 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
437 [ssh.1]
438 - Change invalid 'CHAT' loglevel to 'VERBOSE'
439 [ssh.c]
440 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
441 - turn off x11-fwd for the client, too.
442 [sshconnect.c]
443 - missing xfree()
444 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
445 - read error vs. "Connection closed by remote host"
446 [sshd.8]
447 - ie. -> i.e.,
448 - do not link to a commercial page..
449 - sync with sshd_config
450 [sshd.c]
451 - no need for poll.h; from bright@wintelcom.net
452 - log with level log() not fatal() if peer behaves badly.
453 - don't panic if client behaves strange. ok deraadt@
454 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
455 - delay close() of pty until the pty has been chowned back to root
456 - oops, fix comment, too.
457 - missing xfree()
458 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
459 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
460 - register cleanup for pty earlier. move code for pty-owner handling to
461 pty.c ok provos@, dugsong@
462 - create x11 cookie file
463 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
464 - version 1.2.3
465 - Cleaned up
d8223847 466 - Removed warning workaround for Linux and devpts filesystems (no longer
467 required after OpenBSD updates)
c8d54615 468
07055445 46920000308
470 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
471
47220000307
473 - Released 1.2.2p1
474
9c8c3fc6 47520000305
476 - Fix DEC compile fix
54096dcc 477 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
aa6bd60a 478 - Check for getpagesize in libucb.a if not found in libc. Fix for old
479 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
9fc7867e 480 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
481 Mate Wierdl <mw@moni.msci.memphis.edu>
9c8c3fc6 482
6bf4d066 48320000303
484 - Added "make host-key" target, Suggestion from Dominik Brettnacher
485 <domi@saargate.de>
16218745 486 - Don't permanently fail on bind() if getaddrinfo has more choices left for
487 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
488 Miskiewicz <misiek@pld.org.pl>
22fa590f 489 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
490 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6bf4d066 491
a0391976 49220000302
493 - Big cleanup of autoconf code
494 - Rearranged to be a little more logical
495 - Added -R option for Solaris
496 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
497 to detect library and header location _and_ ensure library has proper
498 RSA support built in (this is a problem with OpenSSL 0.9.5).
817175bc 499 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
0a1718dc 500 - Avoid warning message with Unix98 ptys
3276571c 501 - Warning was valid - possible race condition on PTYs. Avoided using
502 platform-specific code.
503 - Document some common problems
81eef326 504 - Allow root access to any key. Patch from
505 markus.friedl@informatik.uni-erlangen.de
a0391976 506
f55afe71 50720000207
508 - Removed SOCKS code. Will support through a ProxyCommand.
509
d07d1c58 51020000203
511 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
d581b7ae 512 - Add --with-ssl-dir option
d07d1c58 513
9d5f374b 51420000202
515 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
516 <jmd@aoe.vt.edu>
6b1f3fdb 517 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
518 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
519 <haruyama@nt.phys.s.u-tokyo.ac.jp>
9d5f374b 520
bc8c2601 52120000201
522 - Use socket pairs by default (instead of pipes). Prevents race condition
523 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
524
69c76614 52520000127
526 - Seed OpenSSL's random number generator before generating RSA keypairs
527 - Split random collector into seperate file
aaf2abd7 528 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
69c76614 529
f9507c24 53020000126
531 - Released 1.2.2 stable
532
533 - NeXT keeps it lastlog in /usr/adm. Report from
534 mouring@newton.pconline.com
587120ad 535 - Added note in UPGRADING re interop with commercial SSH using idea.
536 Report from Jim Knoble <jmknoble@pobox.com>
537 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
538 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
f9507c24 539
bfae20ad 54020000125
541 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
542 <andre.lucas@dial.pipex.com>
07b0cb78 543 - Reorder PAM initialisation so it does not mess up lastlog. Reported
544 by Andre Lucas <andre.lucas@dial.pipex.com>
9755cbdb 545 - Use preformatted manpages on SCO, report from Gary E. Miller
546 <gem@rellim.com>
547 - New URL for x11-ssh-askpass.
7e31dc81 548 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
549 <jmknoble@pobox.com>
ff8ecdb8 550 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
551 Jim Knoble <jmknoble@pobox.com>
552 - Updated RPM spec files to use DESTDIR
bfae20ad 553
bb58aa4b 55420000124
555 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
556 increment)
557
d45317d8 55820000123
559 - OpenBSD CVS:
560 - [packet.c]
561 getsockname() requires initialized tolen; andy@guildsoftware.com
4c40f834 562 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
563 <drankin@bohemians.lexington.ky.us>
12aa90af 564 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
d45317d8 565
e844f761 56620000122
567 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
568 <bent@clark.net>
c54a6257 569 - Merge preformatted manpage patch from Andre Lucas
570 <andre.lucas@dial.pipex.com>
8eb34e02 571 - Make IPv4 use the default in RPM packages
572 - Irix uses preformatted manpages
1e64903d 573 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
574 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
9bc5ddfe 575 - OpenBSD CVS updates:
576 - [packet.c]
577 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
578 from Holger.Trapp@Informatik.TU-Chemnitz.DE
579 - [sshd.c]
580 log with level log() not fatal() if peer behaves badly.
581 - [readpass.c]
582 instead of blocking SIGINT, catch it ourselves, so that we can clean
583 the tty modes up and kill ourselves -- instead of our process group
584 leader (scp, cvs, ...) going away and leaving us in noecho mode.
585 people with cbreak shells never even noticed..
399d9d44 586 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
587 ie. -> i.e.,
e844f761 588
4c8ef3fb 58920000120
590 - Don't use getaddrinfo on AIX
7b2ea3a1 591 - Update to latest OpenBSD CVS:
592 - [auth-rsa.c]
593 - fix user/1056, sshd keeps restrictions; dbt@meat.net
594 - [sshconnect.c]
595 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
596 - destroy keys earlier
d468fc76 597 - split key exchange (kex) and user authentication (user-auth),
598 ok: provos@
7b2ea3a1 599 - [sshd.c]
600 - no need for poll.h; from bright@wintelcom.net
601 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
d468fc76 602 - split key exchange (kex) and user authentication (user-auth),
603 ok: provos@
f3bba493 604 - Big manpage and config file cleanup from Andre Lucas
605 <andre.lucas@dial.pipex.com>
5f4fdfae 606 - Re-added latest (unmodified) OpenBSD manpages
47f9a56a 607 - Doc updates
d468fc76 608 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
609 Christos Zoulas <christos@netbsd.org>
4c8ef3fb 610
082bbfb3 61120000119
20af321f 612 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
082bbfb3 613 - Compile fix from Darren_Hall@progressive.com
59e76f33 614 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
615 addresses using getaddrinfo(). Added a configure switch to make the
616 default lookup mode AF_INET
082bbfb3 617
a63a7f37 61820000118
619 - Fixed --with-pid-dir option
51a6baf8 620 - Makefile fix from Gary E. Miller <gem@rellim.com>
976f7e19 621 - Compile fix for HPUX and Solaris from Andre Lucas
622 <andre.lucas@dial.pipex.com>
a63a7f37 623
f914c7fb 62420000117
625 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
626 port, ignore EINVAL errors (Linux) when searching for free port.
de93b046 627 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
628 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
9b363e1c 629 - Document location of Redhat PAM file in INSTALL.
80a44451 630 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
631 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
f4a7cf29 632 deliver (no IPv6 kernel support)
80a44451 633 - Released 1.2.1pre27
f914c7fb 634
f4a7cf29 635 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
cf8ad170 636 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
637 <jhuuskon@hytti.uku.fi>
691a8a9f 638 - Fix hang on logout if processes are still using the pty. Needs
639 further testing.
5957fd29 640 - Patch from Christos Zoulas <christos@zoulas.com>
641 - Try $prefix first when looking for OpenSSL.
642 - Include sys/types.h when including sys/socket.h in test programs
19d9ac2a 643 - Substitute PID directory in sshd.8. Suggestion from Andrew
644 Stribblehill <a.d.stribblehill@durham.ac.uk>
f4a7cf29 645
47e45e44 64620000116
647 - Renamed --with-xauth-path to --with-xauth
648 - Added --with-pid-dir option
649 - Released 1.2.1pre26
650
a82ef8ae 651 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
66be05a1 652 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
653 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
a82ef8ae 654
5cdfe03f 65520000115
656 - Add --with-xauth-path configure directive and explicit test for
657 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
658 Nordby <anders@fix.no>
659 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
660 openpty. Report from John Seifarth <john@waw.be>
661 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
662 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
663 <gem@rellim.com>
664 - Use __snprintf and __vnsprintf if they are found where snprintf and
665 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
666 and others.
667
48e671d5 66820000114
669 - Merged OpenBSD IPv6 patch:
670 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
671 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
672 [hostfile.c sshd_config]
673 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
674 features: sshd allows multiple ListenAddress and Port options. note
675 that libwrap is not IPv6-ready. (based on patches from
676 fujiwara@rcac.tdi.co.jp)
677 - [ssh.c canohost.c]
678 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
679 from itojun@
680 - [channels.c]
681 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
682 - [packet.h]
683 allow auth-kerberos for IPv4 only
684 - [scp.1 sshd.8 servconf.h scp.c]
685 document -4, -6, and 'ssh -L 2022/::1/22'
686 - [ssh.c]
687 'ssh @host' is illegal (null user name), from
688 karsten@gedankenpolizei.de
689 - [sshconnect.c]
690 better error message
691 - [sshd.c]
692 allow auth-kerberos for IPv4 only
693 - Big IPv6 merge:
694 - Cleanup overrun in sockaddr copying on RHL 6.1
695 - Replacements for getaddrinfo, getnameinfo, etc based on versions
696 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
697 - Replacement for missing structures on systems that lack IPv6
698 - record_login needed to know about AF_INET6 addresses
699 - Borrowed more code from OpenBSD: rresvport_af and requisites
700
2598df62 70120000110
702 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
703
b8a0310d 70420000107
705 - New config.sub and config.guess to fix problems on SCO. Supplied
706 by Gary E. Miller <gem@rellim.com>
b6a98a85 707 - SCO build fix from Gary E. Miller <gem@rellim.com>
2598df62 708 - Released 1.2.1pre25
b8a0310d 709
dfb95100 71020000106
711 - Documentation update & cleanup
712 - Better KrbIV / AFS detection, based on patch from:
713 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
714
b9795b89 71520000105
716 - Fixed annoying DES corruption problem. libcrypt has been
717 overriding symbols in libcrypto. Removed libcrypt and crypt.h
718 altogether (libcrypto includes its own crypt(1) replacement)
719 - Added platform-specific rules for Irix 6.x. Included warning that
720 they are untested.
721
a1ec4d79 72220000103
723 - Add explicit make rules for files proccessed by fixpaths.
724 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
725 <tnh@kondara.org>
607d73e6 726 - Removed "nullok" directive from default PAM configuration files.
727 Added information on enabling EmptyPasswords on openssh+PAM in
728 UPGRADING file.
e02735bb 729 - OpenBSD CVS updates
730 - [ssh-agent.c]
731 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
732 dgaudet@arctic.org
733 - [sshconnect.c]
734 compare correct version for 1.3 compat mode
a1ec4d79 735
93c7f644 73620000102
737 - Prevent multiple inclusion of config.h and defines.h. Suggested
738 by Andre Lucas <andre.lucas@dial.pipex.com>
739 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
740 <dgaudet@arctic.org>
741
76b8607f 74219991231
743 - Fix password support on systems with a mixture of shadowed and
744 non-shadowed passwords (e.g. NIS). Report and fix from
745 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
723221b5 746 - Fix broken autoconf typedef detection. Report from Marc G.
747 Fournier <marc.fournier@acadiau.ca>
b92964b7 748 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
749 <Franz.Sirl-kernel@lauterbach.com>
a6ddc88b 750 - Prevent typedefs from being compiled more than once. Report from
751 Marc G. Fournier <marc.fournier@acadiau.ca>
4811cc0b 752 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
753 <iretd@bigfoot.com>
c43d69a9 754 - Really fix broken default path. Fix from Jim Knoble
755 <jmknoble@pobox.com>
ae3a3d31 756 - Remove test for quad_t. No longer needed.
76a8e733 757 - Released 1.2.1pre24
758
759 - Added support for directory-based lastlogs
760 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
76b8607f 761
13f825f4 76219991230
763 - OpenBSD CVS updates:
764 - [auth-passwd.c]
765 check for NULL 1st
a5c9cd31 766 - Removed most of the pam code into its own file auth-pam.[ch]. This
767 cleaned up sshd.c up significantly.
76b8607f 768 - PAM authentication was incorrectly interpreting
769 "PermitRootLogin without-password". Report from Matthias Andree
770 <ma@dt.e-technik.uni-dortmund.de
a5c9cd31 771 - Several other cleanups
0bc5b6fb 772 - Merged Dante SOCKS support patch from David Rankin
773 <drankin@bohemians.lexington.ky.us>
774 - Updated documentation with ./configure options
76b8607f 775 - Released 1.2.1pre23
13f825f4 776
c73a0cb5 77719991229
778 - Applied another NetBSD portability patch from David Rankin
779 <drankin@bohemians.lexington.ky.us>
780 - Fix --with-default-path option.
a0f84251 781 - Autodetect perl, patch from David Rankin
782 <drankin@bohemians.lexington.ky.us>
0a2ff95d 783 - Print whether OpenSSH was compiled with RSARef, patch from
784 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
f91bacbd 785 - Calls to pam_setcred, patch from Nalin Dahyabhai
786 <nalin@thermo.stat.ncsu.edu>
e3a93db0 787 - Detect missing size_t and typedef it.
5ab44a92 788 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
789 - Minor Makefile cleaning
c73a0cb5 790
b6019d68 79119991228
792 - Replacement for getpagesize() for systems which lack it
70e0115b 793 - NetBSD login.c compile fix from David Rankin
794 <drankin@bohemians.lexington.ky.us>
795 - Fully set ut_tv if present in utmp or utmpx
d94aa2ae 796 - Portability fixes for Irix 5.3 (now compiles OK!)
797 - autoconf and other misc cleanups
ea1970a3 798 - Merged AIX patch from Darren Hall <dhall@virage.org>
799 - Cleaned up defines.h
fa9a2dd6 800 - Released 1.2.1pre22
b6019d68 801
d2dcff5f 80219991227
803 - Automatically correct paths in manpages and configuration files. Patch
804 and script from Andre Lucas <andre.lucas@dial.pipex.com>
805 - Removed credits from README to CREDITS file, updated.
cb807f40 806 - Added --with-default-path to specify custom path for server
807 - Removed #ifdef trickery from acconfig.h into defines.h
36a5b38e 808 - PAM bugfix. PermitEmptyPassword was being ignored.
809 - Fixed PAM config files to allow empty passwords if server does.
810 - Explained spurious PAM auth warning workaround in UPGRADING
21feb5fa 811 - Use last few chars of tty line as ut_id
5a7794be 812 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
00e6dd70 813 - OpenBSD CVS updates:
814 - [packet.h auth-rhosts.c]
815 check format string for packet_disconnect and packet_send_debug, too
816 - [channels.c]
817 use packet_get_maxsize for channels. consistence.
d2dcff5f 818
f74efc8d 81919991226
820 - Enabled utmpx support by default for Solaris
821 - Cleanup sshd.c PAM a little more
bc7ea646 822 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
823 X11 ssh-askpass program.
20c43d8c 824 - Disable logging of PAM success and failures, PAM is verbose enough.
825 Unfortunatly there is currently no way to disable auth failure
826 messages. Mention this in UPGRADING file and sent message to PAM
827 developers
83b7f649 828 - OpenBSD CVS update:
829 - [ssh-keygen.1 ssh.1]
830 remove ref to .ssh/random_seed, mention .ssh/environment in
831 .Sh FILES, too
72251cb6 832 - Released 1.2.1pre21
833 - Fixed implicit '.' in default path, report from Jim Knoble
834 <jmknoble@pobox.com>
30a39691 835 - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
f74efc8d 836
f498ed15 83719991225
838 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
839 - Cleanup of auth-passwd.c for shadow and MD5 passwords
840 - Cleanup and bugfix of PAM authentication code
f74efc8d 841 - Released 1.2.1pre20
842
843 - Merged fixes from Ben Taylor <bent@clark.net>
844 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
845 - Disabled logging of PAM password authentication failures when password
846 is empty. (e.g start of authentication loop). Reported by Naz
847 <96na@eng.cam.ac.uk>)
f498ed15 848
84919991223
850 - Merged later HPUX patch from Andre Lucas
851 <andre.lucas@dial.pipex.com>
852 - Above patch included better utmpx support from Ben Taylor
f74efc8d 853 <bent@clark.net>
f498ed15 854
eef6f7e9 85519991222
856 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
857 <pope@netguide.dk>
ae28776a 858 - Fix login.c breakage on systems which lack ut_host in struct
859 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
eef6f7e9 860
a7effaac 86119991221
862 - Integration of large HPUX patch from Andre Lucas
863 <andre.lucas@dial.pipex.com>. Integrating it had a few other
864 benefits:
865 - Ability to disable shadow passwords at configure time
866 - Ability to disable lastlog support at configure time
867 - Support for IP address in $DISPLAY
ae2f7af7 868 - OpenBSD CVS update:
869 - [sshconnect.c]
870 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
59dd7a31 871 - Fix DISABLE_SHADOW support
872 - Allow MD5 passwords even if shadow passwords are disabled
16034de9 873 - Release 1.2.1pre19
a7effaac 874
3f1d9bcd 87519991218
876 - Redhat init script patch from Chun-Chung Chen
877 <cjj@u.washington.edu>
7e1c2490 878 - Avoid breakage on systems without IPv6 headers
3f1d9bcd 879
60d804c8 88019991216
881 - Makefile changes for Solaris from Peter Kocks
882 <peter.kocks@baygate.com>
89cafde6 883 - Minor updates to docs
884 - Merged OpenBSD CVS changes:
885 - [authfd.c ssh-agent.c]
886 keysize warnings talk about identity files
887 - [packet.c]
888 "Connection closed by x.x.x.x": fatal() -> log()
c9d323f0 889 - Correctly handle empty passwords in shadow file. Patch from:
890 "Chris, the Young One" <cky@pobox.com>
891 - Released 1.2.1pre18
60d804c8 892
7dc6fc6d 89319991215
894 - Integrated patchs from Juergen Keil <jk@tools.de>
895 - Avoid void* pointer arithmatic
896 - Use LDFLAGS correctly
68227e6d 897 - Fix SIGIO error in scp
898 - Simplify status line printing in scp
906a2515 899 - Added better test for inline functions compiler support from
900 Darren_Hall@progressive.com
7dc6fc6d 901
95f1eccc 90219991214
903 - OpenBSD CVS Changes
904 - [canohost.c]
905 fix get_remote_port() and friends for sshd -i;
906 Holger.Trapp@Informatik.TU-Chemnitz.DE
907 - [mpaux.c]
908 make code simpler. no need for memcpy. niels@ ok
909 - [pty.c]
910 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
911 fix proto; markus
912 - [ssh.1]
913 typo; mark.baushke@solipsa.com
914 - [channels.c ssh.c ssh.h sshd.c]
915 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
916 - [sshconnect.c]
917 move checking of hostkey into own function.
918 - [version.h]
919 OpenSSH-1.2.1
884bcb37 920 - Clean up broken includes in pty.c
7303768f 921 - Some older systems don't have poll.h, they use sys/poll.h instead
922 - Doc updates
95f1eccc 923
847e8865 92419991211
925 - Fix compilation on systems with AFS. Reported by
926 aloomis@glue.umd.edu
927 - Fix installation on Solaris. Reported by
928 Gordon Rowell <gordonr@gormand.com.au>
929 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
930 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
931 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
932 - Compile fix from David Agraz <dagraz@jahoopa.com>
933 - Avoid compiler warning in bsd-snprintf.c
934 - Added pam_limits.so to default PAM config. Suggested by
935 Jim Knoble <jmknoble@pobox.com>
936
8946db53 93719991209
938 - Import of patch from Ben Taylor <bent@clark.net>:
939 - Improved PAM support
940 - "uninstall" rule for Makefile
941 - utmpx support
942 - Should fix PAM problems on Solaris
2d86a6cc 943 - OpenBSD CVS updates:
944 - [readpass.c]
945 avoid stdio; based on work by markus, millert, and I
946 - [sshd.c]
947 make sure the client selects a supported cipher
948 - [sshd.c]
949 fix sighup handling. accept would just restart and daemon handled
950 sighup only after the next connection was accepted. use poll on
951 listen sock now.
952 - [sshd.c]
953 make that a fatal
87e91331 954 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
955 to fix libwrap support on NetBSD
5001b9e4 956 - Released 1.2pre17
8946db53 957
6d8c4ea4 95819991208
959 - Compile fix for Solaris with /dev/ptmx from
960 David Agraz <dagraz@jahoopa.com>
961
4285816a 96219991207
963 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
964 fixes compatability with 4.x and 5.x
db28aeb5 965 - Fixed default SSH_ASKPASS
d465f2ca 966 - Fix PAM account and session being called multiple times. Problem
967 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
a408af76 968 - Merged more OpenBSD changes:
969 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
970 move atomicio into it's own file. wrap all socket write()s which
971 were doing write(sock, buf, len) != len, with atomicio() calls.
972 - [auth-skey.c]
973 fd leak
974 - [authfile.c]
975 properly name fd variable
976 - [channels.c]
977 display great hatred towards strcpy
978 - [pty.c pty.h sshd.c]
979 use openpty() if it exists (it does on BSD4_4)
980 - [tildexpand.c]
981 check for ~ expansion past MAXPATHLEN
982 - Modified helper.c to use new atomicio function.
983 - Reformat Makefile a little
984 - Moved RC4 routines from rc4.[ch] into helper.c
985 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
9983a8ca 986 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
987 - Tweaked Redhat spec
9158d92f 988 - Clean up bad imports of a few files (forgot -kb)
989 - Released 1.2pre16
4285816a 990
9c7b6dfd 99119991204
992 - Small cleanup of PAM code in sshd.c
57112b5a 993 - Merged OpenBSD CVS changes:
994 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
995 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
996 - [auth-rsa.c]
997 warn only about mismatch if key is _used_
998 warn about keysize-mismatch with log() not error()
999 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
1000 ports are u_short
1001 - [hostfile.c]
1002 indent, shorter warning
1003 - [nchan.c]
1004 use error() for internal errors
1005 - [packet.c]
1006 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
1007 serverloop.c
1008 indent
1009 - [ssh-add.1 ssh-add.c ssh.h]
1010 document $SSH_ASKPASS, reasonable default
1011 - [ssh.1]
1012 CheckHostIP is not available for connects via proxy command
1013 - [sshconnect.c]
1014 typo
1015 easier to read client code for passwd and skey auth
1016 turn of checkhostip for proxy connects, since we don't know the remote ip
9c7b6dfd 1017
dad3b556 101819991126
1019 - Add definition for __P()
1020 - Added [v]snprintf() replacement for systems that lack it
1021
0ce43ae4 102219991125
1023 - More reformatting merged from OpenBSD CVS
1024 - Merged OpenBSD CVS changes:
1025 - [channels.c]
1026 fix packet_integrity_check() for !have_hostname_in_open.
1027 report from mrwizard@psu.edu via djm@ibs.com.au
1028 - [channels.c]
1029 set SO_REUSEADDR and SO_LINGER for forwarded ports.
1030 chip@valinux.com via damien@ibs.com.au
1031 - [nchan.c]
1032 it's not an error() if shutdown_write failes in nchan.
1033 - [readconf.c]
1034 remove dead #ifdef-0-code
1035 - [readconf.c servconf.c]
1036 strcasecmp instead of tolower
1037 - [scp.c]
1038 progress meter overflow fix from damien@ibs.com.au
1039 - [ssh-add.1 ssh-add.c]
1040 SSH_ASKPASS support
1041 - [ssh.1 ssh.c]
1042 postpone fork_after_authentication until command execution,
1043 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
1044 plus: use daemon() for backgrounding
cf8dd513 1045 - Added BSD compatible install program and autoconf test, thanks to
1046 Niels Kristian Bech Jensen <nkbj@image.dk>
1047 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
09041313 1048 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3dbefdb8 1049 - Release 1.2pre15
0ce43ae4 1050
5260325f 105119991124
1052 - Merged very large OpenBSD source code reformat
1053 - OpenBSD CVS updates
1054 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
1055 [ssh.h sshd.8 sshd.c]
1056 syslog changes:
1057 * Unified Logmessage for all auth-types, for success and for failed
1058 * Standard connections get only ONE line in the LOG when level==LOG:
1059 Auth-attempts are logged only, if authentication is:
1060 a) successfull or
1061 b) with passwd or
1062 c) we had more than AUTH_FAIL_LOG failues
1063 * many log() became verbose()
1064 * old behaviour with level=VERBOSE
1065 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
1066 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
1067 messages. allows use of s/key in windows (ttssh, securecrt) and
1068 ssh-1.2.27 clients without 'ssh -v', ok: niels@
1069 - [sshd.8]
1070 -V, for fallback to openssh in SSH2 compatibility mode
1071 - [sshd.c]
1072 fix sigchld race; cjc5@po.cwru.edu
1073
4655fe80 107419991123
1075 - Added SuSE package files from Chris Saia <csaia@wtower.com>
8b241e50 1076 - Restructured package-related files under packages/*
4655fe80 1077 - Added generic PAM config
8b241e50 1078 - Numerous little Solaris fixes
9c08d6ce 1079 - Add recommendation to use GNU make to INSTALL document
4655fe80 1080
60bed5fd 108119991122
1082 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 1083 - OpenBSD CVS Changes
1084 - [ssh-keygen.c]
1085 don't create ~/.ssh only if the user wants to store the private
1086 key there. show fingerprint instead of public-key after
1087 keygeneration. ok niels@
b09a984b 1088 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 1089 - Added timersub() macro
b09a984b 1090 - Tidy RCSIDs of bsd-*.c
96ad4350 1091 - Added autoconf test and macro to deal with old PAM libraries
1092 pam_strerror definition (one arg vs two).
530f1889 1093 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
1094 - Retry /dev/urandom reads interrupted by signal (report from
1095 Robert Hardy <rhardy@webcon.net>)
1647c2b5 1096 - Added a setenv replacement for systems which lack it
d84a9a44 1097 - Only display public key comment when presenting ssh-askpass dialog
1098 - Released 1.2pre14
60bed5fd 1099
2ddcfdf3 1100 - Configure, Make and changelog corrections from Tudor Bosman
1101 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
1102
9d6b7add 110319991121
2f2cc3f9 1104 - OpenBSD CVS Changes:
60bed5fd 1105 - [channels.c]
1106 make this compile, bad markus
1107 - [log.c readconf.c servconf.c ssh.h]
1108 bugfix: loglevels are per host in clientconfig,
1109 factor out common log-level parsing code.
1110 - [servconf.c]
1111 remove unused index (-Wall)
1112 - [ssh-agent.c]
1113 only one 'extern char *__progname'
1114 - [sshd.8]
1115 document SIGHUP, -Q to synopsis
1116 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
1117 [channels.c clientloop.c]
1118 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
1119 [hope this time my ISP stays alive during commit]
1120 - [OVERVIEW README] typos; green@freebsd
1121 - [ssh-keygen.c]
1122 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
1123 exit if writing the key fails (no infinit loop)
1124 print usage() everytime we get bad options
1125 - [ssh-keygen.c] overflow, djm@mindrot.org
1126 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
1127
2b942fe0 112819991120
1129 - Merged more Solaris support from Marc G. Fournier
1130 <marc.fournier@acadiau.ca>
1131 - Wrote autoconf tests for integer bit-types
1132 - Fixed enabling kerberos support
13c36c4c 1133 - Fix segfault in ssh-keygen caused by buffer overrun in filename
1134 handling.
2b942fe0 1135
06479889 113619991119
1137 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 1138 - Merged OpenBSD CVS changes
1139 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
1140 more %d vs. %s in fmt-strings
1141 - [authfd.c]
1142 Integers should not be printed with %s
7b1cc56c 1143 - EGD uses a socket, not a named pipe. Duh.
1144 - Fix includes in fingerprint.c
29dbde15 1145 - Fix scp progress bar bug again.
2ddcfdf3 1146 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
736890c4 1147 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 1148 - Added autoconf option to enable Kerberos 4 support (untested)
1149 - Added autoconf option to enable AFS support (untested)
1150 - Added autoconf option to enable S/Key support (untested)
1151 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 1152 - Renamed BSD helper function files to bsd-*
caf3bc51 1153 - Added tests for login and daemon and enable OpenBSD replacements for
1154 when they are absent.
1155 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 1156
2bd61362 115719991118
1158 - Merged OpenBSD CVS changes
1159 - [scp.c] foregroundproc() in scp
1160 - [sshconnect.h] include fingerprint.h
1161 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
1162 changes.
0c16a097 1163 - [ssh.1] Spell my name right.
2bd61362 1164 - Added openssh.com info to README
1165
f095fcc7 116619991117
1167 - Merged OpenBSD CVS changes
1168 - [ChangeLog.Ylonen] noone needs this anymore
1169 - [authfd.c] close-on-exec for auth-socket, ok deraadt
1170 - [hostfile.c]
1171 in known_hosts key lookup the entry for the bits does not need
1172 to match, all the information is contained in n and e. This
1173 solves the problem with buggy servers announcing the wrong
1174 modulus length. markus and me.
1175 - [serverloop.c]
1176 bugfix: check for space if child has terminated, from:
1177 iedowse@maths.tcd.ie
1178 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
1179 [fingerprint.c fingerprint.h]
1180 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
1181 - [ssh-agent.1] typo
1182 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
1183 - [sshd.c]
1184 force logging to stderr while loading private key file
1185 (lost while converting to new log-levels)
1186
4d195447 118719991116
1188 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
1189 - Merged OpenBSD CVS changes:
1190 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
1191 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
1192 the keysize of rsa-parameter 'n' is passed implizit,
1193 a few more checks and warnings about 'pretended' keysizes.
1194 - [cipher.c cipher.h packet.c packet.h sshd.c]
1195 remove support for cipher RC4
1196 - [ssh.c]
1197 a note for legay systems about secuity issues with permanently_set_uid(),
1198 the private hostkey and ptrace()
1199 - [sshconnect.c]
1200 more detailed messages about adding and checking hostkeys
1201
dad9a31e 120219991115
1203 - Merged OpenBSD CVS changes:
1204 - [ssh-add.c] change passphrase loop logic and remove ref to
1205 $DISPLAY, ok niels
1206 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
1207 modular.
1208 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 1209 - Merged more OpenBSD CVS changes:
1210 [auth-krb4.c]
1211 - disconnect if getpeername() fails
1212 - missing xfree(*client)
1213 [canohost.c]
1214 - disconnect if getpeername() fails
1215 - fix comment: we _do_ disconnect if ip-options are set
1216 [sshd.c]
1217 - disconnect if getpeername() fails
1218 - move checking of remote port to central place
1219 [auth-rhosts.c] move checking of remote port to central place
1220 [log-server.c] avoid extra fd per sshd, from millert@
1221 [readconf.c] print _all_ bad config-options in ssh(1), too
1222 [readconf.h] print _all_ bad config-options in ssh(1), too
1223 [ssh.c] print _all_ bad config-options in ssh(1), too
1224 [sshconnect.c] disconnect if getpeername() fails
1225 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 1226 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 1227 - Merged more Solaris compability from Marc G. Fournier
1228 <marc.fournier@acadiau.ca>
1229 - Wrote autoconf tests for __progname symbol
8c119fd0 1230 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
0c372277 1231 - Released 1.2pre12
1232
1233 - Another OpenBSD CVS update:
1234 - [ssh-keygen.1] fix .Xr
dad9a31e 1235
92da7197 123619991114
1237 - Solaris compilation fixes (still imcomplete)
1238
94f7bb9e 123919991113
dd092f97 1240 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1241 - Don't install config files if they already exist
1242 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 1243 - Removed redundant inclusions of config.h
e9c75a39 1244 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 1245 - Merged OpenBSD CVS changes:
1246 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
1247 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
1248 totalsize, ok niels,aaron
1249 - Delay fork (-f option) in ssh until after port forwarded connections
1250 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 1251 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
1252 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 1253 - Tidied default config file some more
1254 - Revised Redhat initscript to fix bug: sshd (re)start would fail
1255 if executed from inside a ssh login.
94f7bb9e 1256
e35c1dc2 125719991112
1258 - Merged changes from OpenBSD CVS
1259 - [sshd.c] session_key_int may be zero
b4748e2f 1260 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
1261 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
1262 deraadt,millert
1263 - Brought default sshd_config more in line with OpenBSD's
547c9f30 1264 - Grab server in gnome-ssh-askpass (Debian bug #49872)
1265 - Released 1.2pre10
e35c1dc2 1266
8bc7973f 1267 - Added INSTALL documentation
6fa724bc 1268 - Merged yet more changes from OpenBSD CVS
1269 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
1270 [ssh.c ssh.h sshconnect.c sshd.c]
1271 make all access to options via 'extern Options options'
1272 and 'extern ServerOptions options' respectively;
1273 options are no longer passed as arguments:
1274 * make options handling more consistent
1275 * remove #include "readconf.h" from ssh.h
1276 * readconf.h is only included if necessary
1277 - [mpaux.c] clear temp buffer
1278 - [servconf.c] print _all_ bad options found in configfile
045672f9 1279 - Make ssh-askpass support optional through autoconf
59b0f0d4 1280 - Fix nasty division-by-zero error in scp.c
1281 - Released 1.2pre11
8bc7973f 1282
4cca272e 128319991111
1284 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 1285 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 1286 - Merged OpenBSD CVS changes:
1287 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
1288 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
1289 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
505fed0a 1290 - Fix integer overflow which was messing up scp's progress bar for large
3f1d9bcd 1291 file transfers. Fix submitted to OpenBSD developers. Report and fix
1292 from Kees Cook <cook@cpoint.net>
6a17f9c2 1293 - Merged more OpenBSD CVS changes:
1294 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
1295 + krb-cleanup cleanup
1296 - [clientloop.c log-client.c log-server.c ]
1297 [readconf.c readconf.h servconf.c servconf.h ]
1298 [ssh.1 ssh.c ssh.h sshd.8]
1299 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
1300 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 1301 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
1302 allow session_key_int != sizeof(session_key)
1303 [this should fix the pre-assert-removal-core-files]
1304 - Updated default config file to use new LogLevel option and to improve
1305 readability
1306
f370266e 130719991110
67d68e3a 1308 - Merged several minor fixes:
f370266e 1309 - ssh-agent commandline parsing
1310 - RPM spec file now installs ssh setuid root
1311 - Makefile creates libdir
4cca272e 1312 - Merged beginnings of Solaris compability from Marc G. Fournier
1313 <marc.fournier@acadiau.ca>
f370266e 1314
d4f11b59 131519991109
1316 - Autodetection of SSL/Crypto library location via autoconf
1317 - Fixed location of ssh-askpass to follow autoconf
1318 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1319 - Autodetection of RSAref library for US users
1320 - Minor doc updates
560557bb 1321 - Merged OpenBSD CVS changes:
1322 - [rsa.c] bugfix: use correct size for memset()
1323 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 1324 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 1325 - RPM build now creates subpackages
aa51e7cc 1326 - Released 1.2pre9
d4f11b59 1327
e1a9c08d 132819991108
1329 - Removed debian/ directory. This is now being maintained separately.
1330 - Added symlinks for slogin in RPM spec file
1331 - Fixed permissions on manpages in RPM spec file
1332 - Added references to required libraries in README file
1333 - Removed config.h.in from CVS
1334 - Removed pwdb support (better pluggable auth is provided by glibc)
1335 - Made PAM and requisite libdl optional
1336 - Removed lots of unnecessary checks from autoconf
1337 - Added support and autoconf test for openpty() function (Unix98 pty support)
1338 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
1339 - Added TODO file
1340 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
1341 - Added ssh-askpass program
1342 - Added ssh-askpass support to ssh-add.c
1343 - Create symlinks for slogin on install
1344 - Fix "distclean" target in makefile
1345 - Added example for ssh-agent to manpage
1346 - Added support for PAM_TEXT_INFO messages
1347 - Disable internal /etc/nologin support if PAM enabled
1348 - Merged latest OpenBSD CVS changes:
5bae4ab8 1349 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 1350 - [sshd.c] don't send fail-msg but disconnect if too many authentication
1351 failures
e1a9c08d 1352 - [sshd.c] remove unused argument. ok dugsong
1353 - [sshd.c] typo
1354 - [rsa.c] clear buffers used for encryption. ok: niels
1355 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 1356 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 1357 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 1358 - Released 1.2pre8
e1a9c08d 1359
3028328e 136019991102
1361 - Merged change from OpenBSD CVS
1362 - One-line cleanup in sshd.c
1363
474832c5 136419991030
1365 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 1366 - Merged latest updates for OpenBSD CVS:
1367 - channels.[ch] - remove broken x11 fix and document istate/ostate
1368 - ssh-agent.c - call setsid() regardless of argv[]
1369 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
1370 - Documentation cleanups
1371 - Renamed README -> README.Ylonen
1372 - Renamed README.openssh ->README
474832c5 1373
339660f6 137419991029
1375 - Renamed openssh* back to ssh* at request of Theo de Raadt
1376 - Incorporated latest changes from OpenBSD's CVS
1377 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1378 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 1379 - Make distclean now removed configure script
1380 - Improved PAM logging
1381 - Added some debug() calls for PAM
4ecd19ea 1382 - Removed redundant subdirectories
1383 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
1384 building on Debian.
242588e6 1385 - Fixed off-by-one error in PAM env patch
1386 - Released 1.2pre6
339660f6 1387
5881cd60 138819991028
1389 - Further PAM enhancements.
1390 - Much cleaner
1391 - Now uses account and session modules for all logins.
1392 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
1393 - Build fixes
1394 - Autoconf
1395 - Change binary names to open*
1396 - Fixed autoconf script to detect PAM on RH6.1
1397 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 1398 - Released 1.2pre4
fca82d2e 1399
1400 - Imported latest OpenBSD CVS code
1401 - Updated README.openssh
93f04616 1402 - Released 1.2pre5
fca82d2e 1403
5881cd60 140419991027
1405 - Adapted PAM patch.
1406 - Released 1.0pre2
1407
1408 - Excised my buggy replacements for strlcpy and mkdtemp
1409 - Imported correct OpenBSD strlcpy and mkdtemp routines.
1410 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
1411 - Picked up correct version number from OpenBSD
1412 - Added sshd.pam PAM configuration file
1413 - Added sshd.init Redhat init script
1414 - Added openssh.spec RPM spec file
1415 - Released 1.2pre3
1416
141719991026
1418 - Fixed include paths of OpenSSL functions
1419 - Use OpenSSL MD5 routines
1420 - Imported RC4 code from nanocrypt
1421 - Wrote replacements for OpenBSD arc4random* functions
1422 - Wrote replacements for strlcpy and mkdtemp
1423 - Released 1.0pre1
This page took 0.285463 seconds and 5 git commands to generate.