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