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