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