]> andersk Git - openssh.git/blob - ChangeLog
- stevesk@cvs.openbsd.org 2001/09/20 00:15:54
[openssh.git] / ChangeLog
1 20010920
2  - (tim) [scard/Makefile.in] Don't strip the Java binary
3  - (stevesk) sun_len, SUN_LEN() configure stuff no longer required
4  - (bal) OpenBSD CVS Sync
5    - stevesk@cvs.openbsd.org 2001/09/20 00:15:54
6      [sshd.8]
7      fix ClientAliveCountMax
8
9 20010919
10  - (bal) OpenBSD Sync
11    - markus@cvs.openbsd.org 2001/09/19 10:08:51
12      [sshd.8]
13      command=xxx applies to subsystem now, too
14    - markus@cvs.openbsd.org 2001/09/19 13:23:29
15      [key.c]
16      key_read() now returns -1 on type mismatch, too
17    - stevesk@cvs.openbsd.org 2001/09/19 19:24:19
18      [readconf.c readconf.h scp.c sftp.c ssh.1]
19      add ClearAllForwardings ssh option and set it in scp and sftp; ok 
20      markus@
21    - stevesk@cvs.openbsd.org 2001/09/19 19:35:30
22      [authfd.c]
23      use sizeof addr vs. SUN_LEN(addr) for sockaddr_un.  Stevens 
24      blesses this and we do it this way elsewhere.  this helps in 
25      portable because not all systems have SUN_LEN() and 
26      sockaddr_un.sun_len.  ok markus@
27    - stevesk@cvs.openbsd.org 2001/09/19 21:04:53
28      [sshd.8]
29      missing -t in usage
30    - stevesk@cvs.openbsd.org 2001/09/19 21:41:57
31      [sshd.8]
32      don't advertise -V in usage; ok markus@
33  - (bal) openbsd-compat/vis.[ch] is dead wood.  Removed.
34
35 20010918
36  - (djm) Configure support for smartcards. Based on Ben's work.
37  - (djm) Revert setgroups call, it causes problems on OS-X
38  - (djm) Avoid warning on BSDgetopt
39  - (djm) More makefile infrastructre for smartcard support, also based
40    on Ben's work
41  - (djm) Specify --datadir in RPM spec files so smartcard applet gets
42     put somewhere sane. Add Ssh.bin to manifest.
43  - (djm) Make smartcard support conditional in Redhat RPM spec
44  - (bal) LICENCE update.  Has not been done in a while.
45  - (stevesk) nchan.c: we use X/Open Sockets on HP-UX now so shutdown(2)
46    returns ENOTCONN vs. EINVAL for socket not connected; remove EINVAL
47    check. ok Lutz Jaenicke
48  - (bal) OpenBSD CVS Sync
49    - stevesk@cvs.openbsd.org 2001/09/17 17:57:57
50      [scp.1 scp.c sftp.1 sftp.c]
51      add -Fssh_config option; ok markus@
52    - stevesk@cvs.openbsd.org 2001/09/17 19:27:15
53      [kexdh.c kexgex.c key.c key.h ssh-dss.c ssh-keygen.c ssh-rsa.c]
54      u_char*/char* cleanup; ok markus
55    - markus@cvs.openbsd.org 2001/09/17 20:22:14
56      [scard.c]
57      never keep a connection to the smartcard open.
58      allows ssh-keygen -D U while the agent is running; report from 
59      jakob@
60    - stevesk@cvs.openbsd.org 2001/09/17 20:38:09
61      [sftp.1 sftp.c]
62      cleanup and document -1, -s and -S; ok markus@
63    - markus@cvs.openbsd.org 2001/09/17 20:50:22
64      [key.c ssh-keygen.c]
65      better error handling if you try to export a bad key to ssh.com
66    - markus@cvs.openbsd.org 2001/09/17 20:52:47
67      [channels.c channels.h clientloop.c]
68      try to fix agent-forwarding-backconnection-bug, as seen on HPUX, 
69      for example; with Lutz.Jaenicke@aet.TU-Cottbus.DE,
70    - markus@cvs.openbsd.org 2001/09/17 21:04:02
71      [channels.c serverloop.c]
72      don't send fake dummy packets on CR (\r)
73      bugreport from yyua@cs.sfu.ca via solar@@openwall.com
74    - markus@cvs.openbsd.org 2001/09/17 21:09:47
75      [compat.c]
76      more versions suffering the SSH_BUG_DEBUG bug;
77      3.0.x reported by dbutts@maddog.storability.com
78    - stevesk@cvs.openbsd.org 2001/09/17 23:56:07
79      [scp.1]
80      missing -B in usage string
81
82 20010917
83  - (djm) x11-ssh-askpass-1.2.4 in RPM spec, revert workarounds
84  - (tim) [includes.h openbsd-compat/getopt.c openbsd-compat/getopt.h]
85          rename getopt() to BSDgetopt() to keep form conflicting with
86          system getopt().
87          [Makefile.in configure.in] disable filepriv until I can add
88          missing procpriv calls.
89
90 20010916
91  - (djm) Workaround XFree breakage in RPM spec file
92  - (bal) OpenBSD CVS Sync
93     - markus@cvs.openbsd.org 2001/09/16 14:46:54
94       [session.c]
95       calls krb_afslog() after setting $HOME; mattiasa@e.kth.se; fixes
96       pr 1943b
97
98 20010915
99  - (djm) Make do_pre_login static to avoid prototype #ifdef hell
100  - (djm) Sync scard/ stuff
101  - (djm) Redhat spec file cleanups from Pekka Savola <pekkas@netcore.fi> and
102    Redhat
103  - (djm) Redhat initscript config sanity checking from Pekka Savola 
104    <pekkas@netcore.fi>
105  - (djm) Clear supplemental groups at sshd start to prevent them from 
106    being propogated to random PAM modules. Based on patch from Redhat via
107    Pekka Savola <pekkas@netcore.fi>
108  - (djm) Make sure rijndael.c picks config.h
109  - (djm) Ensure that u_char gets defined
110
111 20010914
112  - (bal) OpenBSD CVS Sync
113    - markus@cvs.openbsd.org 2001/09/13
114      [rijndael.c rijndael.h]
115      missing $OpenBSD
116    - markus@cvs.openbsd.org 2001/09/14
117      [session.c]
118      command=xxx overwrites subsystems, too
119    - markus@cvs.openbsd.org 2001/09/14
120      [sshd.c]
121      typo
122
123 20010913
124  - (bal) OpenBSD CVS Sync
125    - markus@cvs.openbsd.org 2001/08/23 11:31:59
126      [cipher.c cipher.h]
127      switch to the optimised AES reference code from
128      http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip
129
130 20010912
131  - (bal) OpenBSD CVS Sync
132    - jakob@cvs.openbsd.org 2001/08/16 19:18:34
133      [servconf.c servconf.h session.c sshd.8]
134      deprecate CheckMail. ok markus@
135    - stevesk@cvs.openbsd.org 2001/08/16 20:14:57
136      [ssh.1 sshd.8]
137      document case sensitivity for ssh, sshd and key file
138      options and arguments; ok markus@
139    - stevesk@cvs.openbsd.org 2001/08/17 18:59:47
140      [servconf.h]
141      typo in comment
142    - stevesk@cvs.openbsd.org 2001/08/21 21:47:42
143      [ssh.1 sshd.8]
144      minor typos and cleanup
145    - stevesk@cvs.openbsd.org 2001/08/22 16:21:21
146      [ssh.1]
147      hostname not optional; ok markus@
148    - stevesk@cvs.openbsd.org 2001/08/22 16:30:02
149      [sshd.8]
150      no rexd; ok markus@
151    - stevesk@cvs.openbsd.org 2001/08/22 17:45:16
152      [ssh.1]
153      document cipher des for protocol 1; ok deraadt@
154    - camield@cvs.openbsd.org 2001/08/23 17:59:31
155      [sshd.c]
156      end request with 0, not NULL
157      ok markus@
158    - stevesk@cvs.openbsd.org 2001/08/23 18:02:48
159      [ssh-agent.1]
160      fix usage; ok markus@
161    - stevesk@cvs.openbsd.org 2001/08/23 18:08:59
162      [ssh-add.1 ssh-keyscan.1]
163      minor cleanup
164    - danh@cvs.openbsd.org 2001/08/27 22:02:13
165      [ssh-keyscan.c]
166      fix memory fault if non-existent filename is given to the -f option
167      ok markus@
168    - markus@cvs.openbsd.org 2001/08/28 09:51:26
169      [readconf.c]
170      don't set DynamicForward unless Host matches
171    - markus@cvs.openbsd.org 2001/08/28 15:39:48
172      [ssh.1 ssh.c]
173      allow: ssh -F configfile host
174    - markus@cvs.openbsd.org 2001/08/29 20:44:03
175      [scp.c]
176      clear the malloc'd buffer, otherwise source() will leak malloc'd 
177      memory; ok theo@
178    - stevesk@cvs.openbsd.org 2001/08/29 23:02:21
179      [sshd.8]
180      add text about -u0 preventing DNS requests; ok markus@
181    - stevesk@cvs.openbsd.org 2001/08/29 23:13:10
182      [ssh.1 ssh.c]
183      document -D and DynamicForward; ok markus@
184    - stevesk@cvs.openbsd.org 2001/08/29 23:27:23
185      [ssh.c]
186      validate ports for -L/-R; ok markus@
187    - stevesk@cvs.openbsd.org 2001/08/29 23:39:40
188      [ssh.1 sshd.8]
189      additional documentation for GatewayPorts; ok markus@
190    - naddy@cvs.openbsd.org 2001/08/30 15:42:36
191      [ssh.1]
192      add -D to synopsis line; ok markus@
193    - stevesk@cvs.openbsd.org 2001/08/30 16:04:35
194      [readconf.c ssh.1]
195      validate ports for LocalForward/RemoteForward.
196      add host/port alternative syntax for IPv6 (like -L/-R).
197      ok markus@
198    - stevesk@cvs.openbsd.org 2001/08/30 20:36:34
199      [auth-options.c sshd.8]
200      validate ports for permitopen key file option. add host/port
201      alternative syntax for IPv6. ok markus@
202    - markus@cvs.openbsd.org 2001/08/30 22:22:32
203      [ssh-keyscan.c]
204      do not pass pointers to longjmp; fix from wayne@blorf.net
205    - markus@cvs.openbsd.org 2001/08/31 11:46:39
206      [sshconnect2.c]
207      disable kbd-interactive if we don't get SSH2_MSG_USERAUTH_INFO_REQUEST
208      messages
209    - stevesk@cvs.openbsd.org 2001/09/03 20:58:33
210      [readconf.c readconf.h ssh.c]
211      fatal() for nonexistent -Fssh_config. ok markus@
212    - deraadt@cvs.openbsd.org 2001/09/05 06:23:07
213      [scp.1 sftp.1 ssh.1 ssh-agent.1 sshd.8 ssh-keygen.1 ssh-keyscan.1]
214      avoid first person in manual pages
215    - stevesk@cvs.openbsd.org 2001/09/12 18:18:25
216      [scp.c]
217      don't forward agent for non third-party copies; ok markus@
218
219 20010815
220  - (bal) Fixed stray code in readconf.c that went in by mistake.
221  - OpenBSD CVS Sync
222    - markus@cvs.openbsd.org 2001/08/07 10:37:46
223      [authfd.c authfd.h]
224      extended failure messages from galb@vandyke.com
225    - deraadt@cvs.openbsd.org 2001/08/08 07:16:58
226      [scp.1]
227      when describing the -o option, give -o Protocol=1 as the specific example
228      since we are SICK AND TIRED of clueless people who cannot have difficulty
229      thinking on their own.
230    - markus@cvs.openbsd.org 2001/08/08 18:20:15
231      [uidswap.c]
232      permanently_set_uid is a noop if user is not privilegued;
233      fixes bug on solaris; from sbi@uchicago.edu
234    - markus@cvs.openbsd.org 2001/08/08 21:34:19
235      [uidswap.c]
236      undo last change; does not work for sshd
237    - jakob@cvs.openbsd.org 2001/08/11 22:51:27
238      [ssh.c tildexpand.c]
239      fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>. 
240      ok markus@
241    - stevesk@cvs.openbsd.org 2001/08/13 23:38:54
242      [scp.c]
243      don't need main prototype (also sync with rcp); ok markus@
244    - markus@cvs.openbsd.org 2001/08/14 09:23:02
245      [sftp.1 sftp-int.c]
246      "bye"; hk63a@netscape.net
247    - stevesk@cvs.openbsd.org 2001/08/14 17:54:29
248      [scp.1 sftp.1 ssh.1]
249      consistent documentation and example of ``-o ssh_option'' for sftp and
250      scp; document keyword=argument for ssh.
251  - (bal) QNX resync.   OK tim@
252
253 20010814
254  - (stevesk) sshpty.c, cray.[ch]: whitespace, formatting and cleanup
255    for some #ifdef _CRAY code; ok wendyp@cray.com
256  - (stevesk) sshpty.c: return 0 on error in cray pty code;
257    ok wendyp@cray.com
258  - (stevesk) bsd-cray.c: utmp strings are not C strings
259  - (stevesk) bsd-cray.c: more cleanup; ok wendyp@cray.com
260
261 20010812
262  - (djm) Fix detection of long long int support. Based on patch from 
263    Michael Stone <mstone@cs.loyola.edu>. ok stevesk, tim
264
265 20010808
266  - (bal) Minor correction to inet_ntop.h.  _BSD_RRESVPORT_H should be
267    _BSD_INET_NTOP_H.  Pointed out by Mark Miller <markm@swoon.net> 
268
269 20010807
270  - (tim) [configure.in sshconnect.c openbsd-compat/Makefile.in
271          openbsd-compat/openbsd-compat.h ] Add inet_ntop.c inet_ntop.h back
272          in. Needed for sshconnect.c
273          [sshconnect.c] fix INET6_ADDRSTRLEN for non IPv6 machines
274          [configure.in] make tests with missing libraries fail
275          patch by Wendy Palm <wendyp@cray.com>
276          Added openbsd-compat/bsd-cray.h. Selective patches from
277          William L. Jones <jones@mail.utexas.edu> 
278
279 20010806
280  - OpenBSD CVS Sync
281    - markus@cvs.openbsd.org 2001/07/22 21:32:27
282      [sshpty.c]
283      update comment
284    - pvalchev@cvs.openbsd.org 2001/07/22 21:32:42
285      [ssh.1]
286      There is no option "Compress", point to "Compression" instead; ok 
287      markus
288    - markus@cvs.openbsd.org 2001/07/22 22:04:19
289      [readconf.c ssh.1]
290      enable challenge-response auth by default; ok millert@
291    - markus@cvs.openbsd.org 2001/07/22 22:24:16
292      [sshd.8]
293      Xr login.conf
294    - markus@cvs.openbsd.org 2001/07/23 09:06:28
295      [sshconnect2.c]
296      reorder default sequence of userauth methods to match ssh behaviour:
297      hostbased,publickey,keyboard-interactive,password
298    - markus@cvs.openbsd.org 2001/07/23 12:47:05
299      [ssh.1]
300      sync PreferredAuthentications
301    - aaron@cvs.openbsd.org 2001/07/23 14:14:18
302      [ssh-keygen.1]
303      Fix typo.
304    - stevesk@cvs.openbsd.org 2001/07/23 18:14:58
305      [auth2.c auth-rsa.c]
306      use %lu; ok markus@
307    - stevesk@cvs.openbsd.org 2001/07/23 18:21:46
308      [xmalloc.c]
309      no zero size xstrdup() error; ok markus@
310    - markus@cvs.openbsd.org 2001/07/25 11:59:35
311      [scard.c]
312      typo in comment
313    - markus@cvs.openbsd.org 2001/07/25 14:35:18
314      [readconf.c ssh.1 ssh.c sshconnect.c]
315      cleanup connect(); connection_attempts 4 -> 1; from 
316      eivind@freebsd.org
317    - stevesk@cvs.openbsd.org 2001/07/26 17:18:22
318      [sshd.8 sshd.c]
319      add -t option to test configuration file and keys; pekkas@netcore.fi
320      ok markus@
321    - rees@cvs.openbsd.org 2001/07/26 20:04:27
322      [scard.c ssh-keygen.c]
323      Inquire Cyberflex class for 0xf0 cards
324      change aid to conform to 7816-5
325      remove gratuitous fid selects
326    - millert@cvs.openbsd.org 2001/07/27 14:50:45
327      [ssh.c]
328      If smart card support is compiled in and a smart card is being used
329      for authentication, make it the first method used.  markus@ OK
330    - deraadt@cvs.openbsd.org 2001/07/27 17:26:16
331      [scp.c]
332      shorten lines
333    - markus@cvs.openbsd.org 2001/07/28 09:21:15
334      [sshd.8]
335      cleanup some RSA vs DSA vs SSH1 vs SSH2 notes
336    - mouring@cvs.openbsd.org 2001/07/29 17:02:46
337      [scp.1]
338      Clarified -o option in scp.1  OKed by Markus@
339    - jakob@cvs.openbsd.org 2001/07/30 16:06:07
340      [scard.c scard.h]
341      better errorcodes from sc_*; ok markus@
342    - stevesk@cvs.openbsd.org 2001/07/30 16:23:30
343      [rijndael.c rijndael.h]
344      new BSD-style license:
345      Brian Gladman <brg@gladman.plus.com>:
346      >I have updated my code at:
347      >http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm
348      >with a copyright notice as follows:
349      >[...]
350      >I am not sure which version of my old code you are using but I am
351      >happy for the notice above to be substituted for my existing copyright
352      >intent if this meets your purpose.
353    - jakob@cvs.openbsd.org 2001/07/31 08:41:10
354      [scard.c]
355      do not complain about missing smartcards. ok markus@
356    - jakob@cvs.openbsd.org 2001/07/31 09:28:44
357      [readconf.c readconf.h ssh.1 ssh.c]
358      add 'SmartcardDevice' client option to specify which smartcard device 
359      is used to access a smartcard used for storing the user's private RSA 
360      key. ok markus@.
361    - jakob@cvs.openbsd.org 2001/07/31 12:42:50
362      [sftp-int.c sftp-server.c]
363      avoid paths beginning with "//"; <vinschen@redhat.com>
364      ok markus@
365    - jakob@cvs.openbsd.org 2001/07/31 12:53:34
366      [scard.c]
367      close smartcard connection if card is missing
368    - markus@cvs.openbsd.org 2001/08/01 22:03:33
369      [authfd.c authfd.h readconf.c readconf.h scard.c scard.h ssh-add.c 
370       ssh-agent.c ssh.c]
371      use strings instead of ints for smartcard reader ids
372    - markus@cvs.openbsd.org 2001/08/01 22:16:45
373      [ssh.1 sshd.8]
374      refer to current ietf drafts for protocol v2
375    - markus@cvs.openbsd.org 2001/08/01 23:33:09
376      [ssh-keygen.c]
377      allow uploading RSA keys for non-default AUT0 (sha1 over passphrase 
378      like sectok).
379   - markus@cvs.openbsd.org 2001/08/01 23:38:45
380      [scard.c ssh.c]
381      support finish rsa keys.
382      free public keys after login -> call finish -> close smartcard.
383    - markus@cvs.openbsd.org 2001/08/02 00:10:17
384      [ssh-keygen.c]
385      add -D readerid option (download, i.e. print public RSA key to stdout).
386      check for card present when uploading keys.
387      use strings instead of ints for smartcard reader ids, too.
388    - jakob@cvs.openbsd.org 2001/08/02 08:58:35
389      [ssh-keygen.c]
390      change -u (upload smartcard key) to -U. ok markus@
391    - jakob@cvs.openbsd.org 2001/08/02 15:06:52
392      [ssh-keygen.c]
393      more verbose usage(). ok markus@
394    - jakob@cvs.openbsd.org 2001/08/02 15:07:23
395      [ssh-keygen.1]
396      document smartcard upload/download. ok markus@
397    - jakob@cvs.openbsd.org 2001/08/02 15:32:10
398      [ssh.c]
399      add smartcard to usage(). ok markus@
400    - jakob@cvs.openbsd.org 2001/08/02 15:43:57
401      [ssh-agent.c ssh.c ssh-keygen.c]
402      add /* SMARTCARD */ to #else/#endif. ok markus@
403   - jakob@cvs.openbsd.org 2001/08/02 16:14:05
404      [scard.c ssh-agent.c ssh.c ssh-keygen.c]
405      clean up some /* SMARTCARD */. ok markus@
406    - mpech@cvs.openbsd.org 2001/08/02 18:37:35
407      [ssh-keyscan.1]
408      o) .Sh AUTHOR -> .Sh AUTHORS;
409      o) .Sh EXAMPLE -> .Sh EXAMPLES;
410      o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION;
411  
412      millert@ ok
413    - jakob@cvs.openbsd.org 2001/08/03 10:31:19
414      [ssh-add.1]
415      document smartcard options. ok markus@
416    - jakob@cvs.openbsd.org 2001/08/03 10:31:30
417      [ssh-add.c ssh-agent.c ssh-keyscan.c]
418      improve usage(). ok markus@
419    - markus@cvs.openbsd.org 2001/08/05 23:18:20
420      [ssh-keyscan.1 ssh-keyscan.c]
421      ssh 2 support; from wayned@users.sourceforge.net
422    - markus@cvs.openbsd.org 2001/08/05 23:29:58
423      [ssh-keyscan.c]
424      make -t dsa work with commercial servers, too
425    - stevesk@cvs.openbsd.org 2001/08/06 19:47:05
426      [scp.c]
427      use alarm vs. setitimer for portable; ok markus@
428  - (bal) ssh-keyscan double -lssh hack due to seed_rng().
429  - (bal) Second around of UNICOS patches.  A few other things left. 
430    Patches by William L. Jones <jones@mail.utexas.edu> 
431
432 20010803
433  - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
434    a fast UltraSPARC.
435
436 20010726
437  - (stevesk) use mysignal() in protocol 1 loop now that the SIGCHLD
438    handler has converged.
439
440 20010725
441  - (bal) Added 'install-nokeys' to Makefile to assist package builders.
442
443 20010724
444  - (bal) 4711 not 04711 for ssh binary.
445
446 20010722
447  - (bal) Starting the Unicossmk merger.  File merged TODO, configure.in,
448          myproposal.h, ssh_prng_cmds.in, and openbsd-compat/Makefile.in.
449          Added openbsd-compat/bsd-cray.c.  Rest will be merged after
450          approval.  Selective patches from William L. Jones 
451          <jones@mail.utexas.edu> 
452  - OpenBSD CVS Sync
453    - markus@cvs.openbsd.org 2001/07/18 21:10:43
454      [sshpty.c]
455      pr #1946, allow sshd if /dev is readonly
456    - stevesk@cvs.openbsd.org 2001/07/18 21:40:40
457      [ssh-agent.c]
458      chdir("/") from bbraun@synack.net; ok markus@
459    - stevesk@cvs.openbsd.org 2001/07/19 00:41:44
460      [ssh.1]
461      escape chars are below now
462    - markus@cvs.openbsd.org 2001/07/20 14:46:11
463      [ssh-agent.c]
464      do not exit() from signal handlers; ok deraadt@
465    - stevesk@cvs.openbsd.org 2001/07/20 18:41:51
466      [ssh.1]
467      "the" command line
468
469 20010719
470  - (tim) [configure.in] put inet_aton back in AC_CHECK_FUNCS.
471          report from Mark Miller <markm@swoon.net>
472
473 20010718
474  - OpenBSD CVS Sync
475    - stevesk@cvs.openbsd.org 2001/07/14 15:10:17
476      [readpass.c sftp-client.c sftp-common.c sftp-glob.c]
477      delete spurious #includes; ok deraadt@ markus@
478    - markus@cvs.openbsd.org 2001/07/15 16:17:08
479      [serverloop.c]
480      schedule client alive for ssh2 only, greg@cheers.bungi.com
481    - stevesk@cvs.openbsd.org 2001/07/15 16:57:21
482      [ssh-agent.1]
483      -d will not fork; ok markus@
484    - stevesk@cvs.openbsd.org 2001/07/15 16:58:29
485      [ssh-agent.c]
486      typo in usage; ok markus@
487    - markus@cvs.openbsd.org 2001/07/17 20:48:42
488      [ssh-agent.c]
489      update maxfd if maxfd is closed; report from jmcelroy@dtgnet.com
490    - markus@cvs.openbsd.org 2001/07/17 21:04:58
491      [channels.c channels.h clientloop.c nchan.c serverloop.c]
492      keep track of both maxfd and the size of the malloc'ed fdsets.
493      update maxfd if maxfd gets closed.
494    - mouring@cvs.openbsd.org 2001/07/18 16:45:52
495      [scp.c]
496      Missing -o in scp usage()
497  - (bal) Cleaned up trailing spaces in ChangeLog.
498  - (bal) Allow sshd to switch user context without password for Cygwin.
499          Patch by Corinna Vinschen <vinschen@redhat.com>
500  - (bal) Updated cygwin README and ssh-host-config.  Patch by
501          Corinna Vinschen <vinschen@redhat.com>
502
503 20010715
504  - (bal) Set "BROKEN_GETADDRINFO" for darwin platform.  Reported by
505    Josh Larios <jdlarios@cac.washington.edu>
506  - (tim) put openssh/openbsd-compat/inet_aton.[ch] back in.
507          needed by openbsd-compat/fake-getaddrinfo.c
508
509 20010714
510  - (stevesk) change getopt() declaration
511  - (stevesk) configure.in: use ll suffix for long long constant
512    in snprintf() test
513
514 20010713
515  - (djm) Enable /etc/nologin check on PAM systems, as some lack the
516    pam_nologin module. Report from William Yodlowsky
517    <bsd@openbsd.rutgers.edu>
518  - (djm) Revert dirname fix, a better one is on its way.
519  - OpenBSD CVS Sync
520    - markus@cvs.openbsd.org 2001/07/04 22:47:19
521      [ssh-agent.c]
522      ignore SIGPIPE when debugging, too
523    - markus@cvs.openbsd.org 2001/07/04 23:13:10
524      [scard.c scard.h ssh-agent.c]
525      handle card removal more gracefully, add sc_close() to scard.h
526    - markus@cvs.openbsd.org 2001/07/04 23:39:07
527      [ssh-agent.c]
528      for smartcards remove both RSA1/2 keys
529    - markus@cvs.openbsd.org 2001/07/04 23:49:27
530      [ssh-agent.c]
531      handle mutiple adds of the same smartcard key
532    - espie@cvs.openbsd.org 2001/07/05 11:43:33
533      [sftp-glob.c]
534      Directly cast to the right type. Ok markus@
535    - stevesk@cvs.openbsd.org 2001/07/05 20:32:47
536      [sshconnect1.c]
537      statement after label; ok dugsong@
538    - stevesk@cvs.openbsd.org 2001/07/08 15:23:38
539      [servconf.c]
540      fix ``MaxStartups max''; ok markus@
541    - fgsch@cvs.openbsd.org 2001/07/09 05:58:47
542      [ssh.c]
543      Use getopt(3); markus@ ok.
544    - deraadt@cvs.openbsd.org 2001/07/09 07:04:53
545      [session.c sftp-int.c]
546      correct type on last arg to execl(); nordin@cse.ogi.edu
547    - markus@cvs.openbsd.org 2001/07/10 21:49:12
548      [readpass.c]
549      don't panic if fork or pipe fail (just return an empty passwd).
550    - itojun@cvs.openbsd.org 2001/07/11 00:24:53
551      [servconf.c]
552      make it compilable in all 4 combination of KRB4/KRB5 settings.
553      dugsong ok
554      XXX isn't it sensitive to the order of -I/usr/include/kerberosIV and
555      -I/usr/include/kerberosV?
556    - markus@cvs.openbsd.org 2001/07/11 16:29:59
557      [ssh.c]
558      sort options string, fix -p, add -k
559    - markus@cvs.openbsd.org 2001/07/11 18:26:15
560      [auth.c]
561      no need to call dirname(pw->pw_dir).
562      note that dirname(3) modifies its argument on some systems.
563  - (djm) Reorder Makefile.in so clean targets work a little better when
564    run directly from Makefile.in
565  - (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension.
566
567 20010711
568  - (djm) dirname(3) may modify its argument on glibc and other systems.
569    Patch from markus@, spotted by Tom Holroyd <tomh@po.crl.go.jp>
570
571 20010704
572  - OpenBSD CVS Sync
573    - markus@cvs.openbsd.org 2001/06/25 08:25:41
574      [channels.c channels.h cipher.c clientloop.c compat.c compat.h
575       hostfile.c kex.c kex.h key.c key.h nchan.c packet.c serverloop.c
576       session.c session.h sftp-server.c ssh-add.c ssh-agent.c uuencode.h]
577      update copyright for 2001
578    - markus@cvs.openbsd.org 2001/06/25 17:18:27
579      [ssh-keygen.1]
580      sshd(8) will never read the private keys, but ssh(1) does;
581      hugh@mimosa.com
582    - provos@cvs.openbsd.org 2001/06/25 17:54:47
583      [auth.c auth.h auth-rsa.c]
584      terminate secure_filename checking after checking homedir.  that way
585      it works on AFS.  okay markus@
586    - stevesk@cvs.openbsd.org 2001/06/25 20:26:37
587      [auth2.c sshconnect2.c]
588      prototype cleanup; ok markus@
589    - markus@cvs.openbsd.org 2001/06/26 02:47:07
590      [ssh-keygen.c]
591      allow loading a private RSA key to a cyberflex card.
592    - markus@cvs.openbsd.org 2001/06/26 04:07:06
593      [ssh-agent.1 ssh-agent.c]
594      add debug flag
595    - markus@cvs.openbsd.org 2001/06/26 04:59:59
596      [authfd.c authfd.h ssh-add.c]
597      initial support for smartcards in the agent
598    - markus@cvs.openbsd.org 2001/06/26 05:07:43
599      [ssh-agent.c]
600      update usage
601    - markus@cvs.openbsd.org 2001/06/26 05:33:34
602      [ssh-agent.c]
603      more smartcard support.
604    - mpech@cvs.openbsd.org 2001/06/26 05:48:07
605      [sshd.8]
606      remove unnecessary .Pp between .It;
607      millert@ ok
608    - markus@cvs.openbsd.org 2001/06/26 05:50:11
609      [auth2.c]
610      new interface for secure_filename()
611    - itojun@cvs.openbsd.org 2001/06/26 06:32:58
612      [atomicio.h authfd.h authfile.h auth.h auth-options.h bufaux.h
613       buffer.h canohost.h channels.h cipher.h clientloop.h compat.h
614       compress.h crc32.h deattack.h dh.h dispatch.h groupaccess.h
615       hostfile.h kex.h key.h log.h mac.h match.h misc.h mpaux.h packet.h
616       radix.h readconf.h readpass.h rsa.h]
617      prototype pedant.  not very creative...
618      - () -> (void)
619      - no variable names
620    - itojun@cvs.openbsd.org 2001/06/26 06:33:07
621      [servconf.h serverloop.h session.h sftp-client.h sftp-common.h
622       sftp-glob.h sftp-int.h sshconnect.h ssh-dss.h sshlogin.h sshpty.h
623       ssh-rsa.h tildexpand.h uidswap.h uuencode.h xmalloc.h]
624      prototype pedant.  not very creative...
625      - () -> (void)
626      - no variable names
627    - dugsong@cvs.openbsd.org 2001/06/26 16:15:25
628      [auth1.c auth.h auth-krb4.c auth-passwd.c readconf.c readconf.h
629       servconf.c servconf.h session.c sshconnect1.c sshd.c]
630      Kerberos v5 support for SSH1, mostly from Assar Westerlund
631      <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok
632    - markus@cvs.openbsd.org 2001/06/26 17:25:34
633      [ssh.1]
634      document SSH_ASKPASS; fubob@MIT.EDU
635    - markus@cvs.openbsd.org 2001/06/26 17:27:25
636      [authfd.h authfile.h auth.h auth-options.h bufaux.h buffer.h
637       canohost.h channels.h cipher.h clientloop.h compat.h compress.h
638       crc32.h deattack.h dh.h dispatch.h groupaccess.c groupaccess.h
639       hostfile.h kex.h key.h log.c log.h mac.h misc.c misc.h mpaux.h
640       packet.h radix.h readconf.h readpass.h rsa.h servconf.h serverloop.h
641       session.h sftp-common.c sftp-common.h sftp-glob.h sftp-int.h
642       sshconnect.h ssh-dss.h sshlogin.h sshpty.h ssh-rsa.h sshtty.h
643       tildexpand.h uidswap.h uuencode.h xmalloc.h]
644      remove comments from .h, since they are cut&paste from the .c files
645      and out of sync
646    - dugsong@cvs.openbsd.org 2001/06/26 17:41:49
647      [servconf.c]
648      #include <kafs.h>
649    - markus@cvs.openbsd.org 2001/06/26 20:14:11
650      [key.c key.h ssh.c sshconnect1.c sshconnect2.c]
651      add smartcard support to the client, too (now you can use both
652      the agent and the client).
653    - markus@cvs.openbsd.org 2001/06/27 02:12:54
654      [serverloop.c serverloop.h session.c session.h]
655      quick hack to make ssh2 work again.
656    - markus@cvs.openbsd.org 2001/06/27 04:48:53
657      [auth.c match.c sshd.8]
658      tridge@samba.org
659    - markus@cvs.openbsd.org 2001/06/27 05:35:42
660      [ssh-keygen.c]
661      use cyberflex_inq_class to inquire class.
662    - markus@cvs.openbsd.org 2001/06/27 05:42:25
663      [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
664      s/generate_additional_parameters/rsa_generate_additional_parameters/
665      http://www.humppa.com/
666    - markus@cvs.openbsd.org 2001/06/27 06:26:36
667      [ssh-add.c]
668      convert to getopt(3)
669    - stevesk@cvs.openbsd.org 2001/06/28 19:57:35
670      [ssh-keygen.c]
671      '\0' terminated data[] is ok; ok markus@
672    - markus@cvs.openbsd.org 2001/06/29 07:06:34
673      [ssh-keygen.c]
674      new error handling for cyberflex_*
675    - markus@cvs.openbsd.org 2001/06/29 07:11:01
676      [ssh-keygen.c]
677      initialize early
678    - stevesk@cvs.openbsd.org 2001/06/29 18:38:44
679      [clientloop.c]
680      sync function definition with declaration; ok markus@
681    - stevesk@cvs.openbsd.org 2001/06/29 18:40:28
682      [channels.c]
683      use socklen_t for getsockopt arg #5; ok markus@
684    - stevesk@cvs.openbsd.org 2001/06/30 18:08:40
685      [channels.c channels.h clientloop.c]
686      adress -> address; ok markus@
687    - markus@cvs.openbsd.org 2001/07/02 13:59:15
688      [serverloop.c session.c session.h]
689      wait until !session_have_children(); bugreport from
690      Lutz.Jaenicke@aet.TU-Cottbus.DE
691    - markus@cvs.openbsd.org 2001/07/02 22:29:20
692      [readpass.c]
693      do not return NULL, use "" instead.
694    - markus@cvs.openbsd.org 2001/07/02 22:40:18
695      [ssh-keygen.c]
696      update for sectok.h interface changes.
697    - markus@cvs.openbsd.org 2001/07/02 22:52:57
698      [channels.c channels.h serverloop.c]
699      improve cleanup/exit logic in ssh2:
700      stop listening to channels, detach channel users (e.g. sessions).
701      wait for children (i.e. dying sessions), send exit messages,
702      cleanup all channels.
703  - (bal) forget a few new files in sync up.
704  - (bal) Makefile fix up requires scard.c
705  - (stevesk) sync misc.h
706  - (stevesk) more sync for session.c
707  - (stevesk) sync servconf.h (comments)
708  - (tim) [contrib/caldera/openssh.spec] sync with Caldera
709  - (tim) [openbsd-compat/dirname.h] Remove ^M causing some compilers to
710          issue warning (line 1: tokens ignored at end of directive line)
711  - (tim) [sshconnect1.c] give the compiler something to do for success:
712          if KRB5 and AFS are not defined
713          (ERROR: "sshconnect1.c", line 1274: Syntax error before or at: })
714
715 20010629
716  - (bal) Removed net_aton() since we don't use it any more
717  - (bal) Fixed _DISABLE_VPOSIX in readpassphrase.c.
718  - (bal) Updated zlib's home.  Thanks to David Howe <DaveHowe@gmx.co.uk>.
719  - (stevesk) remove _REENTRANT #define
720  - (stevesk) session.c: use u_int for envsize
721  - (stevesk) remove cli.[ch]
722
723 20010628
724  - (djm) Sync openbsd-compat with -current libc
725  - (djm) Fix from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> for my
726    broken makefile
727  - (bal) Removed strtok_r() and inet_ntop() since they are no longer used.
728  - (bal) Remove getusershell() since it's no longer used.
729
730 20010627
731  - (djm) Reintroduce pam_session call for non-pty sessions.
732  - (djm) Remove redundant and incorrect test for max auth attempts in
733    PAM kbdint code. Based on fix from Matthew Melvin
734   <matthewm@webcentral.com.au>
735  - (djm) Rename sysconfdir/primes => sysconfdir/moduli
736  - (djm) Oops, forgot make logic for primes=>moduli. Also try to rename
737    existing primes->moduli if it exists.
738  - (djm) Sync with -current openbsd-compat/readpassphrase.c:
739    - djm@cvs.openbsd.org 2001/06/27 13:23:30
740      typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@
741  - (djm) Turn up warnings if gcc or egcs detected
742  - (stevesk) for HP-UX 11.X use X/Open socket interface;
743     pulls in modern socket prototypes and eliminates a number of compiler
744     warnings.  see xopen_networking(7).
745  - (stevesk) fix x11 forwarding from _PATH_XAUTH change
746  - (stevesk) use X/Open socket interface for HP-UX 10.X also
747
748 20010625
749  - OpenBSD CVS Sync
750    - markus@cvs.openbsd.org 2001/06/21 21:08:25
751      [session.c]
752      don't reset forced_command (we allow multiple login shells in
753      ssh2); dwd@bell-labs.com
754    - mpech@cvs.openbsd.org 2001/06/22 10:17:51
755      [ssh.1 sshd.8 ssh-keyscan.1]
756      o) .Sh AUTHOR -> .Sh AUTHORS;
757      o) remove unnecessary .Pp;
758      o) better -mdoc style;
759      o) typo;
760      o) sort SEE ALSO;
761      aaron@ ok
762    - provos@cvs.openbsd.org 2001/06/22 21:27:08
763      [dh.c pathnames.h]
764      use /etc/moduli instead of /etc/primes, okay markus@
765    - provos@cvs.openbsd.org 2001/06/22 21:28:53
766      [sshd.8]
767      document /etc/moduli
768    - markus@cvs.openbsd.org 2001/06/22 21:55:49
769      [auth2.c auth-rsa.c pathnames.h ssh.1 sshd.8 sshd_config
770       ssh-keygen.1]
771      merge authorized_keys2 into authorized_keys.
772      authorized_keys2 is used for backward compat.
773      (just append authorized_keys2 to authorized_keys).
774    - provos@cvs.openbsd.org 2001/06/22 21:57:59
775      [dh.c]
776      increase linebuffer to deal with larger moduli; use rewind instead of
777      close/open
778    - markus@cvs.openbsd.org 2001/06/22 22:21:20
779      [sftp-server.c]
780      allow long usernames/groups in readdir
781    - markus@cvs.openbsd.org 2001/06/22 23:35:21
782      [ssh.c]
783      don't overwrite argv (fixes ssh user@host in 'ps'), report by ericj@
784    - deraadt@cvs.openbsd.org 2001/06/23 00:16:16
785      [scp.c]
786      slightly better care
787    - markus@cvs.openbsd.org 2001/06/23 00:20:57
788      [auth2.c auth.c auth.h auth-rh-rsa.c]
789      *known_hosts2 is obsolete for hostbased authentication and
790      only used for backward compat. merge ssh1/2 hostkey check
791      and move it to auth.c
792    - deraadt@cvs.openbsd.org 2001/06/23 02:33:05
793      [sftp.1 sftp-server.8 ssh-keygen.1]
794      join .%A entries; most by bk@rt.fm
795    - markus@cvs.openbsd.org 2001/06/23 02:34:33
796      [kexdh.c kexgex.c kex.h pathnames.h readconf.c servconf.h ssh.1
797       sshconnect1.c sshconnect2.c sshconnect.c sshconnect.h sshd.8]
798      get rid of known_hosts2, use it for hostkey lookup, but do not
799      modify.
800    - markus@cvs.openbsd.org 2001/06/23 03:03:59
801      [sshd.8]
802      draft-ietf-secsh-dh-group-exchange-01.txt
803    - markus@cvs.openbsd.org 2001/06/23 03:04:42
804      [auth2.c auth-rh-rsa.c]
805      restore correct ignore_user_known_hosts logic.
806    - markus@cvs.openbsd.org 2001/06/23 05:26:02
807      [key.c]
808      handle sigature of size 0 (some broken clients send this).
809    - deraadt@cvs.openbsd.org 2001/06/23 05:57:09
810      [sftp.1 sftp-server.8 ssh-keygen.1]
811      ok, tmac is now fixed
812    - markus@cvs.openbsd.org 2001/06/23 06:41:10
813      [ssh-keygen.c]
814      try to decode ssh-3.0.0 private rsa keys
815      (allow migration to openssh, not vice versa), #910
816    - itojun@cvs.openbsd.org 2001/06/23 15:12:20
817      [auth1.c auth2.c auth2-chall.c authfd.c authfile.c auth-rhosts.c
818       canohost.c channels.c cipher.c clientloop.c deattack.c dh.c
819       hostfile.c kex.c kexdh.c kexgex.c key.c nchan.c packet.c radix.c
820       readpass.c scp.c servconf.c serverloop.c session.c sftp.c
821       sftp-client.c sftp-glob.c sftp-int.c sftp-server.c ssh-add.c
822       ssh-agent.c ssh.c sshconnect1.c sshconnect2.c sshconnect.c sshd.c
823       ssh-keygen.c ssh-keyscan.c]
824      more strict prototypes.  raise warning level in Makefile.inc.
825      markus ok'ed
826      TODO; cleanup headers
827    - markus@cvs.openbsd.org 2001/06/23 17:05:22
828      [ssh-keygen.c]
829      fix import for (broken?) ssh.com/f-secure private keys
830      (i tested > 1000 RSA keys)
831    - itojun@cvs.openbsd.org 2001/06/23 17:48:18
832      [sftp.1 ssh.1 sshd.8 ssh-keyscan.1]
833      kill whitespace at EOL.
834    - markus@cvs.openbsd.org 2001/06/23 19:12:43
835      [sshd.c]
836      pidfile/sigterm race; bbraun@synack.net
837    - markus@cvs.openbsd.org 2001/06/23 22:37:46
838      [sshconnect1.c]
839      consistent with ssh2: skip key if empty passphrase is entered,
840      retry num_of_passwd_prompt times if passphrase is wrong. ok fgsch@
841    - markus@cvs.openbsd.org 2001/06/24 05:25:10
842      [auth-options.c match.c match.h]
843      move ip+hostname check to match.c
844    - markus@cvs.openbsd.org 2001/06/24 05:35:33
845      [readpass.c readpass.h ssh-add.c sshconnect2.c ssh-keygen.c]
846      switch to readpassphrase(3)
847      2.7/8-stable needs readpassphrase.[ch] from libc
848    - markus@cvs.openbsd.org 2001/06/24 05:47:13
849      [sshconnect2.c]
850      oops, missing format string
851    - markus@cvs.openbsd.org 2001/06/24 17:18:31
852      [ttymodes.c]
853      passing modes works fine: debug2->3
854  - (djm) -Wall fix for session.c
855  - (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and
856    Solaris
857
858 20010622
859  - (stevesk) handle systems without pw_expire and pw_change.
860
861 20010621
862  - OpenBSD CVS Sync
863    - markus@cvs.openbsd.org 2001/06/16 08:49:38
864      [misc.c]
865      typo; dunlap@apl.washington.edu
866    - markus@cvs.openbsd.org 2001/06/16 08:50:39
867      [channels.h]
868      bad //-style comment; thx to stevev@darkwing.uoregon.edu
869    - markus@cvs.openbsd.org 2001/06/16 08:57:35
870      [scp.c]
871      no stdio or exit() in signal handlers.
872    - markus@cvs.openbsd.org 2001/06/16 08:58:34
873      [misc.c]
874      copy pw_expire and pw_change, too.
875    - markus@cvs.openbsd.org 2001/06/19 12:34:09
876      [session.c]
877      cleanup forced command handling, from dwd@bell-labs.com
878    - markus@cvs.openbsd.org 2001/06/19 14:09:45
879      [session.c sshd.8]
880      disable x11-fwd if use_login is enabled; from lukem@wasabisystems.com
881    - markus@cvs.openbsd.org 2001/06/19 15:40:45
882      [session.c]
883      allocate and free at the same level.
884    - markus@cvs.openbsd.org 2001/06/20 13:56:39
885      [channels.c channels.h clientloop.c packet.c serverloop.c]
886      move from channel_stop_listening to channel_free_all,
887      call channel_free_all before calling waitpid() in serverloop.
888      fixes the utmp handling; report from Lutz.Jaenicke@aet.TU-Cottbus.DE
889
890 20010615
891  - (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFL
892    around grantpt().
893  - (stevesk) update TODO: STREAMS pty systems don't call vhangup() now
894
895 20010614
896  - OpenBSD CVS Sync
897    - markus@cvs.openbsd.org 2001/06/13 09:10:31
898      [session.c]
899      typo, use pid not s->pid, mstone@cs.loyola.edu
900
901 20010613
902  - OpenBSD CVS Sync
903    - markus@cvs.openbsd.org 2001/06/12 10:58:29
904      [session.c]
905      merge session_free into session_close()
906      merge pty_cleanup_proc into session_pty_cleanup()
907    - markus@cvs.openbsd.org 2001/06/12 16:10:38
908      [session.c]
909      merge ssh1/ssh2 tty msg parse and alloc code
910    - markus@cvs.openbsd.org 2001/06/12 16:11:26
911      [packet.c]
912      do not log() packet_set_maxsize
913    - markus@cvs.openbsd.org 2001/06/12 21:21:29
914      [session.c]
915      remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, since
916      we do already trust $HOME/.ssh
917      you can use .ssh/sshrc and .ssh/environment if you want to customize
918      the location of the xauth cookies
919    - markus@cvs.openbsd.org 2001/06/12 21:30:57
920      [session.c]
921      unused
922
923 20010612
924  - scp.c ID update (upstream synced vfsprintf() from us)
925  - OpenBSD CVS Sync
926   - markus@cvs.openbsd.org 2001/06/10 11:29:20
927      [dispatch.c]
928      we support rekeying
929      protocol errors are fatal.
930    - markus@cvs.openbsd.org 2001/06/11 10:18:24
931      [session.c]
932      reset pointer to NULL after xfree(); report from solar@openwall.com
933    - markus@cvs.openbsd.org 2001/06/11 16:04:38
934      [sshd.8]
935      typo; bdubreuil@crrel.usace.army.mil
936
937 20010611
938  - (bal) NeXT/MacOS X lack libgen.h and dirname().  Patch by Mark Miller
939    <markm@swoon.net>
940  - (bal) Handle broken krb4 issues on Solaris with multiple defined u_*_t
941    types.  Patch by Jan IVEN <Jan.Iven@cern.ch>
942  - (bal) Fixed Makefile.in so that 'configure; make install' works.
943
944 20010610
945  - (bal) Missed two files in major resync.  auth-bsdauth.c and auth-skey.c
946
947 20010609
948  - OpenBSD CVS Sync
949    - markus@cvs.openbsd.org 2001/05/30 12:55:13
950      [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
951       packet.c serverloop.c session.c ssh.c ssh1.h]
952      channel layer cleanup: merge header files and split .c files
953    - markus@cvs.openbsd.org 2001/05/30 15:20:10
954      [ssh.c]
955      merge functions, simplify.
956    - markus@cvs.openbsd.org 2001/05/31 10:30:17
957      [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
958       packet.c serverloop.c session.c ssh.c]
959      undo the .c file split, just merge the header and keep the cvs
960      history
961  - (bal) Channels.c and Channels.h -- "Merge Functions, simplify" (draged
962    out of ssh Attic)
963  - (bal) Ooops.. nchan.c (and remove nchan.h) resync from OpenBSD ssh
964    Attic.
965  - OpenBSD CVS Sync
966    - markus@cvs.openbsd.org 2001/05/31 13:08:04
967      [sshd_config]
968      group options and add some more comments
969    - markus@cvs.openbsd.org 2001/06/03 14:55:39
970      [channels.c channels.h session.c]
971      use fatal_register_cleanup instead of atexit, sync with x11 authdir
972      handling
973    - markus@cvs.openbsd.org 2001/06/03 19:36:44
974      [ssh-keygen.1]
975      1-2 bits of entrophy per character (not per word), ok stevesk@
976    - markus@cvs.openbsd.org 2001/06/03 19:38:42
977      [scp.c]
978      pass -v to ssh; from slade@shore.net
979    - markus@cvs.openbsd.org 2001/06/03 20:06:11
980      [auth2-chall.c]
981      the challenge response device decides how to handle non-existing
982      users.
983      -> fake challenges for skey and cryptocard
984    - markus@cvs.openbsd.org 2001/06/04 21:59:43
985      [channels.c channels.h session.c]
986      switch uid when cleaning up tmp files and sockets; reported by
987      zen-parse@gmx.net on bugtraq
988    - markus@cvs.openbsd.org 2001/06/04 23:07:21
989      [clientloop.c serverloop.c sshd.c]
990      set flags in the signal handlers, do real work in the main loop,
991      ok provos@
992    - markus@cvs.openbsd.org 2001/06/04 23:16:16
993      [session.c]
994      merge ssh1/2 x11-fwd setup, create listener after tmp-dir
995    - pvalchev@cvs.openbsd.org 2001/06/05 05:05:39
996      [ssh-keyscan.1 ssh-keyscan.c]
997      License clarification from David Mazieres, ok deraadt@
998    - markus@cvs.openbsd.org 2001/06/05 10:24:32
999      [channels.c]
1000      don't delete the auth socket in channel_stop_listening()
1001      auth_sock_cleanup_proc() will take care of this.
1002    - markus@cvs.openbsd.org 2001/06/05 16:46:19
1003      [session.c]
1004      let session_close() delete the pty.  deny x11fwd if xauthfile is set.
1005    - markus@cvs.openbsd.org 2001/06/06 23:13:54
1006      [ssh-dss.c ssh-rsa.c]
1007      cleanup, remove old code
1008    - markus@cvs.openbsd.org 2001/06/06 23:19:35
1009      [ssh-add.c]
1010      remove debug message; Darren.Moffat@eng.sun.com
1011    - markus@cvs.openbsd.org 2001/06/07 19:57:53
1012      [auth2.c]
1013      style is used for bsdauth.
1014      disconnect on user/service change (ietf-drafts)
1015    - markus@cvs.openbsd.org 2001/06/07 20:23:05
1016      [authfd.c authfile.c channels.c kexdh.c kexgex.c packet.c ssh.c
1017       sshconnect.c sshconnect1.c]
1018      use xxx_put_cstring()
1019    - markus@cvs.openbsd.org 2001/06/07 22:25:02
1020      [session.c]
1021      don't overwrite errno
1022      delay deletion of the xauth cookie
1023    - markus@cvs.openbsd.org 2001/06/08 15:25:40
1024      [includes.h pathnames.h readconf.c servconf.c]
1025      move the path for xauth to pathnames.h
1026  - (bal) configure.in fix for Tru64 (forgeting to reset $LIB)
1027  - (bal) ANSIify strmode()
1028  - (bal) --with-catman should be --with-mantype patch by Dave
1029    Dykstra <dwd@bell-labs.com>
1030
1031 20010606
1032  - OpenBSD CVS Sync
1033    - markus@cvs.openbsd.org 2001/05/17 21:34:15
1034      [ssh.1]
1035      no spaces in PreferredAuthentications;
1036      meixner@rbg.informatik.tu-darmstadt.de
1037    - markus@cvs.openbsd.org 2001/05/18 14:13:29
1038      [auth-chall.c auth.h auth1.c auth2-chall.c auth2.c readconf.c
1039       readconf.h servconf.c servconf.h sshconnect1.c sshconnect2.c sshd.c]
1040      improved kbd-interactive support. work by per@appgate.com and me
1041    - djm@cvs.openbsd.org 2001/05/19 00:36:40
1042      [session.c]
1043      Disable X11 forwarding if xauth binary is not found. Patch from Nalin
1044      Dahyabhai <nalin@redhat.com>; ok markus@
1045    - markus@cvs.openbsd.org 2001/05/19 16:05:41
1046      [scp.c]
1047      ftruncate() instead of open()+O_TRUNC like rcp.c does
1048      allows scp /path/to/file localhost:/path/to/file
1049    - markus@cvs.openbsd.org 2001/05/19 16:08:43
1050      [sshd.8]
1051      sort options; Matthew.Stier@fnc.fujitsu.com
1052    - markus@cvs.openbsd.org 2001/05/19 16:32:16
1053      [ssh.1 sshconnect2.c]
1054      change preferredauthentication order to
1055         publickey,hostbased,password,keyboard-interactive
1056      document that hostbased defaults to no, document order
1057    - markus@cvs.openbsd.org 2001/05/19 16:46:19
1058      [ssh.1 sshd.8]
1059      document MACs defaults with .Dq
1060    - stevesk@cvs.openbsd.org 2001/05/19 19:43:57
1061      [misc.c misc.h servconf.c sshd.8 sshd.c]
1062      sshd command-line arguments and configuration file options that
1063      specify time may be expressed using a sequence of the form:
1064      time[qualifier], where time is a positive integer value and qualifier
1065      is one of the following:
1066          <none>,s,m,h,d,w
1067      Examples:
1068          600     600 seconds (10 minutes)
1069          10m     10 minutes
1070          1h30m   1 hour 30 minutes (90 minutes)
1071      ok markus@
1072    - stevesk@cvs.openbsd.org 2001/05/19 19:57:09
1073      [channels.c]
1074      typo in error message
1075    - markus@cvs.openbsd.org 2001/05/20 17:20:36
1076      [auth-rsa.c auth.c auth.h auth2.c servconf.c servconf.h sshd.8
1077       sshd_config]
1078      configurable authorized_keys{,2} location; originally from peter@;
1079      ok djm@
1080    - markus@cvs.openbsd.org 2001/05/24 11:12:42
1081      [auth.c]
1082      fix comment; from jakob@
1083    - stevesk@cvs.openbsd.org 2001/05/24 18:57:53
1084      [clientloop.c readconf.c ssh.c ssh.h]
1085      don't perform escape processing when ``EscapeChar none''; ok markus@
1086    - markus@cvs.openbsd.org 2001/05/25 14:37:32
1087      [ssh-keygen.c]
1088      use -P for -e and -y, too.
1089    - markus@cvs.openbsd.org 2001/05/28 08:04:39
1090      [ssh.c]
1091      fix usage()
1092    - markus@cvs.openbsd.org 2001/05/28 10:08:55
1093      [authfile.c]
1094      key_load_private: set comment to filename for PEM keys
1095    - markus@cvs.openbsd.org 2001/05/28 22:51:11
1096      [cipher.c cipher.h]
1097      simpler 3des for ssh1
1098    - markus@cvs.openbsd.org 2001/05/28 23:14:49
1099      [channels.c channels.h nchan.c]
1100      undo broken channel fix and try a different one. there
1101      should be still some select errors...
1102    - markus@cvs.openbsd.org 2001/05/28 23:25:24
1103      [channels.c]
1104      cleanup, typo
1105    - markus@cvs.openbsd.org 2001/05/28 23:58:35
1106      [packet.c packet.h sshconnect.c sshd.c]
1107      remove some lines, simplify.
1108    - markus@cvs.openbsd.org 2001/05/29 12:31:27
1109      [authfile.c]
1110      typo
1111
1112 20010528
1113  - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c
1114    Patch by Corinna Vinschen <vinschen@redhat.com>
1115
1116 20010517
1117  - OpenBSD CVS Sync
1118    - markus@cvs.openbsd.org 2001/05/12 19:53:13
1119      [sftp-server.c]
1120      readlink does not NULL-terminate; mhe@home.se
1121    - deraadt@cvs.openbsd.org 2001/05/15 22:04:01
1122      [ssh.1]
1123      X11 forwarding details improved
1124    - markus@cvs.openbsd.org 2001/05/16 20:51:57
1125      [authfile.c]
1126      return comments for private pem files, too; report from nolan@naic.edu
1127    - markus@cvs.openbsd.org 2001/05/16 21:53:53
1128      [clientloop.c]
1129      check for open sessions before we call select(); fixes the x11 client
1130      bug reported by bowman@math.ualberta.ca
1131    - markus@cvs.openbsd.org 2001/05/16 22:09:21
1132      [channels.c nchan.c]
1133      more select() error fixes (don't set rfd/wfd to -1).
1134  - (bal) Enabled USE_PIPES for Cygwin on Corinna Vinschen <vinschen@redhat.com>
1135  - (bal) Corrected on_exit() emulation via atexit().
1136
1137 20010512
1138  - OpenBSD CVS Sync
1139    - markus@cvs.openbsd.org 2001/05/11 14:59:56
1140      [clientloop.c misc.c misc.h]
1141      add unset_nonblock for stdout/err flushing in client_loop().
1142  - (bal) Patch to partial sync up contrib/solaris/ packaging software.
1143    Patch by pete <ninjaz@webexpress.com>
1144
1145 20010511
1146  - OpenBSD CVS Sync
1147    - markus@cvs.openbsd.org 2001/05/09 22:51:57
1148      [channels.c]
1149      fix -R for protocol 2, noticed by greg@nest.cx.
1150      bug was introduced with experimental dynamic forwarding.
1151    - markus@cvs.openbsd.org 2001/05/09 23:01:31
1152      [rijndael.h]
1153      fix prototype; J.S.Peatfield@damtp.cam.ac.uk
1154
1155 20010509
1156   - OpenBSD CVS Sync
1157    - markus@cvs.openbsd.org 2001/05/06 21:23:31
1158      [cli.c]
1159      cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.net
1160    - markus@cvs.openbsd.org 2001/05/08 19:17:31
1161      [channels.c serverloop.c clientloop.c]
1162      adds correct error reporting to async connect()s
1163      fixes the server-discards-data-before-connected-bug found by
1164      onoe@sm.sony.co.jp
1165    - mouring@cvs.openbsd.org 2001/05/08 19:45:25
1166      [misc.c misc.h scp.c sftp.c]
1167      Use addargs() in sftp plus some clean up of addargs().  OK Markus
1168    - markus@cvs.openbsd.org 2001/05/06 21:45:14
1169      [clientloop.c]
1170      use atomicio for flushing stdout/stderr bufs. thanks to
1171      jbw@izanami.cee.hw.ac.uk
1172    - markus@cvs.openbsd.org 2001/05/08 22:48:07
1173      [atomicio.c]
1174      no need for xmalloc.h, thanks to espie@
1175  - (bal) UseLogin patch for Solaris/UNICOS.  Patch by Wayne Davison
1176    <wayne@blorf.net>
1177  - (bal) ./configure support to disable SIA on OSF1.  Patch by
1178    Chris Adams <cmadams@hiwaay.net>
1179  - (bal) Updates from the Sony NEWS-OS platform by NAKAJI Hiroyuki
1180    <nakaji@tutrp.tut.ac.jp>
1181
1182 20010508
1183  - (bal) Fixed configure test for USE_SIA.
1184
1185 20010506
1186  - (djm) Update config.guess and config.sub with latest versions (from
1187    ftp://ftp.gnu.org/gnu/config/) to allow configure on ia64-hpux.
1188    Suggested by Jason Mader <jason@ncac.gwu.edu>
1189  - (bal) White Space and #ifdef sync with OpenBSD
1190  - (bal) Add 'seed_rng()' to ssh-add.c
1191  - (bal) CVS ID updates for readpass.c, readpass.h, cli.c, and cli.h
1192  - OpenBSD CVS Sync
1193    - stevesk@cvs.openbsd.org 2001/05/05 13:42:52
1194      [sftp.1 ssh-add.1 ssh-keygen.1]
1195      typos, grammar
1196
1197 20010505
1198  - OpenBSD CVS Sync
1199    - stevesk@cvs.openbsd.org 2001/05/04 14:21:56
1200      [ssh.1 sshd.8]
1201      typos
1202    - markus@cvs.openbsd.org 2001/05/04 14:34:34
1203      [channels.c]
1204      channel_new() reallocs channels[], we cannot use Channel *c after
1205      calling channel_new(), XXX fix this in the future...
1206    - markus@cvs.openbsd.org 2001/05/04 23:47:34
1207      [channels.c channels.h clientloop.c nchan.c nchan.h serverloop.c ssh.c]
1208      move to Channel **channels (instead of Channel *channels), fixes realloc
1209      problems.  channel_new now returns a Channel *, favour Channel * over
1210      channel id.  remove old channel_allocate interface.
1211
1212 20010504
1213  - OpenBSD CVS Sync
1214    - stevesk@cvs.openbsd.org 2001/05/03 15:07:39
1215      [channels.c]
1216      typo in debug() string
1217    - markus@cvs.openbsd.org 2001/05/03 15:45:15
1218      [session.c]
1219      exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.au
1220    - stevesk@cvs.openbsd.org 2001/05/03 21:43:01
1221      [servconf.c]
1222      remove "\n" from fatal()
1223    - mouring@cvs.openbsd.org 2001/05/03 23:09:53
1224      [misc.c misc.h scp.c sftp.c]
1225      Move colon() and cleanhost() to misc.c where I should I have put it in
1226      the first place
1227  - (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com>
1228  - (bal) Avoid socket file security issues in ssh-agent for Cygwin.
1229    Patch by Egor Duda <deo@logos-m.ru>
1230
1231 20010503
1232  - OpenBSD CVS Sync
1233    - markus@cvs.openbsd.org 2001/05/02 16:41:20
1234      [ssh-add.c]
1235      fix prompt for ssh-add.
1236
1237 20010502
1238  - OpenBSD CVS Sync
1239    - mouring@cvs.openbsd.org 2001/05/02 01:25:39
1240      [readpass.c]
1241      Put the 'const' back into ssh_askpass() function.  Pointed out
1242      by Mark Miller <markm@swoon.net>.  OK Markus
1243
1244 20010501
1245  - OpenBSD CVS Sync
1246    - markus@cvs.openbsd.org 2001/04/30 11:18:52
1247      [readconf.c readconf.h ssh.1 ssh.c sshconnect.c]
1248      implement 'ssh -b bind_address' like 'telnet -b'
1249    - markus@cvs.openbsd.org 2001/04/30 15:50:46
1250      [compat.c compat.h kex.c]
1251      allow interop with weaker key generation used by ssh-2.0.x, x < 10
1252    - markus@cvs.openbsd.org 2001/04/30 16:02:49
1253      [compat.c]
1254      ssh-2.0.10 has the weak-key-bug, too.
1255  - (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
1256
1257 20010430
1258  - OpenBSD CVS Sync
1259    - markus@cvs.openbsd.org 2001/04/29 18:32:52
1260      [serverloop.c]
1261      fix whitespace
1262    - markus@cvs.openbsd.org 2001/04/29 19:16:52
1263      [channels.c clientloop.c compat.c compat.h serverloop.c]
1264      more ssh.com-2.0.x bug-compat; from per@appgate.com
1265  - (tim) New version of mdoc2man.pl from Mark D. Roth <roth+openssh@feep.net>
1266  - (djm) Add .cvsignore files, suggested by Wayne Davison <wayne@blorf.net>
1267
1268 20010429
1269  - (bal) Updated INSTALL.  PCRE moved to a new place.
1270  - (djm) Release OpenSSH-2.9p1
1271
1272 20010427
1273  - (bal) Fixed uidswap.c so it should work on non-posix complient systems.
1274    patch based on 2.5.2 version by djm.
1275  - (bal) Build manpages and config files once unless changed.  Patch by
1276    Carson Gaspar <carson@taltos.org>
1277  - (bal) arpa/nameser.h does not exist on Cygwin.  Patch by Corinna
1278    Vinschen <vinschen@redhat.com>
1279  - (bal) Add /etc/sysconfig/sshd support to redhat's sshd.init. Patch by
1280    Pekka Savola <pekkas@netcore.fi>
1281  - (bal) Cygwin lacks setgroups() API.  Patch by Corinna Vinschen
1282    <vinschen@redhat.com>
1283  - (bal) version.h synced, RPM specs updated for 2.9
1284  - (tim) update contrib/caldera files with what Caldera is using.
1285    <sps@caldera.de>
1286
1287 20010425
1288  - OpenBSD CVS Sync
1289    - markus@cvs.openbsd.org 2001/04/23 21:57:07
1290      [ssh-keygen.1 ssh-keygen.c]
1291      allow public key for -e, too
1292    - markus@cvs.openbsd.org 2001/04/23 22:14:13
1293      [ssh-keygen.c]
1294      remove debug
1295  - (bal) Whitespace resync w/ OpenBSD for uidswap.c
1296  - (djm) Add new server configuration directive 'PAMAuthenticationViaKbdInt'
1297    (default: off), implies KbdInteractiveAuthentication. Suggestion from
1298    markus@
1299  - (djm) Include crypt.h if available in auth-passwd.c
1300  - tim@mindrot.org 2001/04/25 21:38:01 [configure.in]
1301    man page detection fixes for SCO
1302
1303 20010424
1304  - OpenBSD CVS Sync
1305    - markus@cvs.openbsd.org 2001/04/22 23:58:36
1306      [ssh-keygen.1 ssh.1 sshd.8]
1307      document hostbased and other cleanup
1308  - (stevesk) start_pam() doesn't use DNS now for sshd -u0.
1309  - (stevesk) auth-pam.c: use PERMIT_NO_PASSWD
1310  - (bal) sys/queue.h is bogus for NCR platform.  Patch by Daniel Carroll
1311    <dan@mesastate.edu>
1312  - (bal) Fixed contrib/postinstall.in.  Patch by wsanders@wsanders.net
1313
1314 20010422
1315  - OpenBSD CVS Sync
1316    - markus@cvs.openbsd.org 2001/04/20 16:32:22
1317      [uidswap.c]
1318      set non-privileged gid before uid; tholo@ and deraadt@
1319    - mouring@cvs.openbsd.org 2001/04/21 00:55:57
1320      [sftp.1]
1321      Spelling
1322    - djm@cvs.openbsd.org 2001/04/22 08:13:30
1323      [ssh.1]
1324      typos spotted by stevesk@; ok deraadt@
1325    - markus@cvs.openbsd.org 2001/04/22 12:34:05
1326      [scp.c]
1327      scp > 2GB; niles@scyld.com; ok deraadt@, djm@
1328    - markus@cvs.openbsd.org 2001/04/22 13:25:37
1329      [ssh-keygen.1 ssh-keygen.c]
1330      rename arguments -x -> -e (export key), -X -> -i (import key)
1331      xref draft-ietf-secsh-publickeyfile-01.txt
1332    - markus@cvs.openbsd.org 2001/04/22 13:32:27
1333      [sftp-server.8 sftp.1 ssh.1 sshd.8]
1334      xref draft-ietf-secsh-*
1335    - markus@cvs.openbsd.org 2001/04/22 13:41:02
1336      [ssh-keygen.1 ssh-keygen.c]
1337      style, noted by stevesk; sort flags in usage
1338
1339 20010421
1340  - OpenBSD CVS Sync
1341    - djm@cvs.openbsd.org 2001/04/20 07:17:51
1342      [clientloop.c ssh.1]
1343      Split out and improve escape character documentation, mention ~R in
1344      ~? help text; ok markus@
1345  - Update RPM spec files for CVS version.h
1346  - (stevesk) set the default PAM service name to __progname instead
1347    of the hard-coded value "sshd"; from Mark D. Roth <roth@feep.net>
1348  - (stevesk) document PAM service name change in INSTALL
1349  - tim@mindrot.org 2001/04/21 14:25:57 [Makefile.in configure.in]
1350    fix perl test, fix nroff test, fix Makefile to build outside source tree
1351
1352 20010420
1353  - OpenBSD CVS Sync
1354    - ian@cvs.openbsd.org 2001/04/18 16:21:05
1355      [ssh-keyscan.1]
1356      Fix typo reported in PR/1779
1357    - markus@cvs.openbsd.org 2001/04/18 21:57:42
1358      [readpass.c ssh-add.c]
1359      call askpass from ssh, too, based on work by roth@feep.net, ok deraadt
1360    - markus@cvs.openbsd.org 2001/04/18 22:03:45
1361      [auth2.c sshconnect2.c]
1362      use FDQN with trailing dot in the hostbased auth packets, ok deraadt@
1363    - markus@cvs.openbsd.org 2001/04/18 22:48:26
1364      [auth2.c]
1365      no longer const
1366    - markus@cvs.openbsd.org 2001/04/18 23:43:26
1367      [auth2.c compat.c sshconnect2.c]
1368      more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works now
1369      (however the 2.1.0 server seems to work only if debug is enabled...)
1370    - markus@cvs.openbsd.org 2001/04/18 23:44:51
1371      [authfile.c]
1372      error->debug; noted by fries@
1373    - markus@cvs.openbsd.org 2001/04/19 00:05:11
1374      [auth2.c]
1375      use local variable, no function call needed.
1376      (btw, hostbased works now with ssh.com >= 2.0.13)
1377   - (bal) Put scp-common.h back into scp.c (it exists in the upstream
1378     tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp>
1379
1380 20010418
1381   - OpenBSD CVS Sync
1382    - markus@cvs.openbsd.org 2001/04/17 19:34:25
1383      [session.c]
1384      move auth_approval to do_authenticated().
1385      do_child(): nuke hostkeys from memory
1386      don't source .ssh/rc for subsystems.
1387    - markus@cvs.openbsd.org 2001/04/18 14:15:00
1388      [canohost.c]
1389      debug->debug3
1390   - (bal) renabled 'catman-do:' and fixed it.  So now catman pages should
1391     be working again.
1392   - (bal) Makfile day... Cleaned up multiple mantype support (Patch by
1393     Mark D. Roth <roth+openssh@feep.net>), and fixed PIDDIR support.
1394
1395 20010417
1396   - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in
1397     and temporary commented out 'catman-do:' since it is broken.  Patches
1398     for the first two by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1399   - OpenBSD CVS Sync
1400    - deraadt@cvs.openbsd.org 2001/04/16 08:26:04
1401      [key.c]
1402      better safe than sorry in later mods; yongari@kt-is.co.kr
1403    - markus@cvs.openbsd.org 2001/04/17 08:14:01
1404      [sshconnect1.c]
1405      check for key!=NULL, thanks to costa
1406    - markus@cvs.openbsd.org 2001/04/17 09:52:48
1407      [clientloop.c]
1408      handle EINTR/EAGAIN on read; ok deraadt@
1409    - markus@cvs.openbsd.org 2001/04/17 10:53:26
1410      [key.c key.h readconf.c readconf.h ssh.1 sshconnect2.c]
1411      add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@
1412    - markus@cvs.openbsd.org 2001/04/17 12:55:04
1413      [channels.c ssh.c]
1414      undo socks5 and https support since they are not really used and
1415      only bloat ssh.  remove -D from usage(), since '-D' is experimental.
1416
1417 20010416
1418   - OpenBSD CVS Sync
1419    - stevesk@cvs.openbsd.org 2001/04/15 01:35:22
1420      [ttymodes.c]
1421      fix comments
1422    - markus@cvs.openbsd.org 2001/04/15 08:43:47
1423      [dh.c sftp-glob.c sftp-glob.h sftp-int.c sshconnect2.c sshd.c]
1424      some unused variable and typos; from tomh@po.crl.go.jp
1425    - markus@cvs.openbsd.org 2001/04/15 16:58:03
1426      [authfile.c ssh-keygen.c sshd.c]
1427      don't use errno for key_{load,save}_private; discussion w/ solar@openwall
1428    - markus@cvs.openbsd.org 2001/04/15 17:16:00
1429      [clientloop.c]
1430      set stdin/out/err to nonblocking in SSH proto 1, too. suggested by ho@
1431      should fix some of the blocking problems for rsync over SSH-1
1432    - stevesk@cvs.openbsd.org 2001/04/15 19:41:21
1433      [sshd.8]
1434      some ClientAlive cleanup; ok markus@
1435    - stevesk@cvs.openbsd.org 2001/04/15 21:28:35
1436      [readconf.c servconf.c]
1437      use fatal() or error() vs. fprintf(); ok markus@
1438  - (djm) Convert mandoc manpages to man automatically. Patch from Mark D.
1439    Roth <roth+openssh@feep.net>
1440  - (bal) CVS ID fix up and slight manpage fix from OpenBSD tree.
1441   - (djm) OpenBSD CVS Sync
1442    - mouring@cvs.openbsd.org 2001/04/16 02:31:44
1443      [scp.c sftp.c]
1444      IPv6 support for sftp (which I bungled in my last patch) which is
1445      borrowed from scp.c.  Thanks to Markus@ for pointing it out.
1446    - deraadt@cvs.openbsd.org 2001/04/16 08:05:34
1447      [xmalloc.c]
1448      xrealloc dealing with ptr == nULL; mouring
1449    - djm@cvs.openbsd.org 2001/04/16 08:19:31
1450      [session.c]
1451      Split motd and hushlogin checks into seperate functions, helps for
1452      portable. From Chris Adams <cmadams@hiwaay.net>; ok markus@
1453  - Fix OSF SIA support displaying too much information for quiet
1454    logins and logins where access was denied by SIA. Patch from Chris Adams
1455    <cmadams@hiwaay.net>
1456
1457 20010415
1458  - OpenBSD CVS Sync
1459    - deraadt@cvs.openbsd.org 2001/04/14 04:31:01
1460      [ssh-add.c]
1461      do not double free
1462    - markus@cvs.openbsd.org 2001/04/14 16:17:14
1463      [channels.c]
1464      remove some channels that are not appropriate for keepalive.
1465    - markus@cvs.openbsd.org 2001/04/14 16:27:57
1466      [ssh-add.c]
1467      use clear_pass instead of xfree()
1468    - stevesk@cvs.openbsd.org 2001/04/14 16:33:20
1469      [clientloop.c packet.h session.c ssh.c ttymodes.c ttymodes.h]
1470      protocol 2 tty modes support; ok markus@
1471    - stevesk@cvs.openbsd.org 2001/04/14 17:04:42
1472      [scp.c]
1473      'T' handling rcp/scp sync; ok markus@
1474  - Missed sshtty.[ch] in Sync.
1475
1476 20010414
1477  - Sync with OpenBSD glob.c, strlcat.c and vis.c changes
1478  - Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen
1479    <vinschen@redhat.com>
1480  - OpenBSD CVS Sync
1481    - beck@cvs.openbsd.org 2001/04/13 22:46:54
1482      [channels.c channels.h servconf.c servconf.h serverloop.c sshd.8]
1483      Add options ClientAliveInterval and ClientAliveCountMax to sshd.
1484      This gives the ability to do a "keepalive" via the encrypted channel
1485      which can't be spoofed (unlike TCP keepalives). Useful for when you want
1486      to use ssh connections to authenticate people for something, and know
1487      relatively quickly when they are no longer authenticated. Disabled
1488      by default (of course). ok markus@
1489
1490 20010413
1491  - OpenBSD CVS Sync
1492    - markus@cvs.openbsd.org 2001/04/12 14:29:09
1493      [ssh.c]
1494      show debug output during option processing, report from
1495      pekkas@netcore.fi
1496    - markus@cvs.openbsd.org 2001/04/12 19:15:26
1497      [auth-rhosts.c auth.h auth2.c buffer.c canohost.c canohost.h
1498       compat.c compat.h hostfile.c pathnames.h readconf.c readconf.h
1499       servconf.c servconf.h ssh.c sshconnect.c sshconnect.h sshconnect1.c
1500       sshconnect2.c sshd_config]
1501      implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)
1502      similar to RhostRSAAuthentication unless you enable (the experimental)
1503      HostbasedUsesNameFromPacketOnly option.  please test. :)
1504    - markus@cvs.openbsd.org 2001/04/12 19:39:27
1505      [readconf.c]
1506      typo
1507    - stevesk@cvs.openbsd.org 2001/04/12 20:09:38
1508      [misc.c misc.h readconf.c servconf.c ssh.c sshd.c]
1509      robust port validation; ok markus@ jakob@
1510    - mouring@cvs.openbsd.org 2001/04/12 23:17:54
1511      [sftp-int.c sftp-int.h sftp.1 sftp.c]
1512      Add support for:
1513         sftp [user@]host[:file [file]]  - Fetch remote file(s)
1514         sftp [user@]host[:dir[/]]       - Start in remote dir/
1515      OK deraadt@
1516    - stevesk@cvs.openbsd.org 2001/04/13 01:26:17
1517      [ssh.c]
1518      missing \n in error message
1519  - (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others)
1520    lack it.
1521
1522 20010412
1523  - OpenBSD CVS Sync
1524    - markus@cvs.openbsd.org 2001/04/10 07:46:58
1525      [channels.c]
1526      cleanup socks4 handling
1527    - itojun@cvs.openbsd.org 2001/04/10 09:13:22
1528      [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1529      document id_rsa{.pub,}.  markus ok
1530    - markus@cvs.openbsd.org 2001/04/10 12:15:23
1531      [channels.c]
1532      debug cleanup
1533    - djm@cvs.openbsd.org 2001/04/11 07:06:22
1534      [sftp-int.c]
1535      'mget' and 'mput' aliases; ok markus@
1536    - markus@cvs.openbsd.org 2001/04/11 10:59:01
1537      [ssh.c]
1538      use strtol() for ports, thanks jakob@
1539    - markus@cvs.openbsd.org 2001/04/11 13:56:13
1540      [channels.c ssh.c]
1541      https-connect and socks5 support. i feel so bad.
1542    - lebel@cvs.openbsd.org 2001/04/11 16:25:30
1543      [sshd.8 sshd.c]
1544      implement the -e option into sshd:
1545       -e      When this option is specified, sshd will send the output to the
1546               standard error instead of the system log.
1547      markus@ OK.
1548
1549 20010410
1550  - OpenBSD CVS Sync
1551    - deraadt@cvs.openbsd.org 2001/04/08 20:52:55
1552      [sftp.c]
1553      do not modify an actual argv[] entry
1554    - stevesk@cvs.openbsd.org 2001/04/08 23:28:27
1555      [sshd.8]
1556      spelling
1557    - stevesk@cvs.openbsd.org 2001/04/09 00:42:05
1558      [sftp.1]
1559      spelling
1560    - markus@cvs.openbsd.org 2001/04/09 15:12:23
1561      [ssh-add.c]
1562      passphrase caching: ssh-add tries last passphrase, clears passphrase if
1563      not successful and after last try.
1564      based on discussions with espie@, jakob@, ... and code from jakob@ and
1565      wolfgang@wsrcc.com
1566    - markus@cvs.openbsd.org 2001/04/09 15:19:49
1567      [ssh-add.1]
1568      ssh-add retries the last passphrase...
1569    - stevesk@cvs.openbsd.org 2001/04/09 18:00:15
1570      [sshd.8]
1571      ListenAddress mandoc from aaron@
1572
1573 20010409
1574  - (stevesk) use setresgid() for setegid() if needed
1575  - (stevesk) configure.in: typo
1576  - OpenBSD CVS Sync
1577    - stevesk@cvs.openbsd.org 2001/04/08 16:01:36
1578      [sshd.8]
1579      document ListenAddress addr:port
1580    - markus@cvs.openbsd.org 2001/04/08 13:03:00
1581      [ssh-add.c]
1582      init pointers with NULL, thanks to danimal@danimal.org
1583    - markus@cvs.openbsd.org 2001/04/08 11:27:33
1584      [clientloop.c]
1585      leave_raw_mode if ssh2 "session" is closed
1586    - markus@cvs.openbsd.org 2001/04/06 21:00:17
1587      [auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth2.c channels.c session.c
1588       ssh.c sshconnect.c sshconnect.h uidswap.c uidswap.h]
1589      do gid/groups-swap in addition to uid-swap, should help if /home/group
1590      is chmod 750 + chgrp grp /home/group/, work be deraadt and me, thanks
1591      to olar@openwall.com is comments.  we had many requests for this.
1592    - markus@cvs.openbsd.org 2001/04/07 08:55:18
1593      [buffer.c channels.c channels.h readconf.c ssh.c]
1594      allow the ssh client act as a SOCKS4 proxy (dynamic local
1595      portforwarding).  work by Dan Kaminsky <dankamin@cisco.com> and me.
1596      thanks to Dan for this great patch: use 'ssh -D 1080 host' and make
1597      netscape use localhost:1080 as a socks proxy.
1598    - markus@cvs.openbsd.org 2001/04/08 11:24:33
1599      [uidswap.c]
1600      KNF
1601
1602 20010408
1603  - OpenBSD CVS Sync
1604    - stevesk@cvs.openbsd.org 2001/04/06 22:12:47
1605      [hostfile.c]
1606      unused; typo in comment
1607    - stevesk@cvs.openbsd.org 2001/04/06 22:25:25
1608      [servconf.c]
1609      in addition to:
1610      ListenAddress host|ipv4_addr|ipv6_addr
1611      permit:
1612      ListenAddress [host|ipv4_addr|ipv6_addr]:port
1613      ListenAddress host|ipv4_addr:port
1614      sshd.8 updates coming.  ok markus@
1615
1616 20010407
1617  - (bal) CVS ID Resync of version.h
1618  - OpenBSD CVS Sync
1619    - markus@cvs.openbsd.org 2001/04/05 23:39:20
1620      [serverloop.c]
1621      keep the ssh session even if there is no active channel.
1622      this is more in line with the protocol spec and makes
1623         ssh -N -L 1234:server:110 host
1624      more useful.
1625      based on discussion with <mats@mindbright.se> long time ago
1626      and recent mail from <res@shore.net>
1627    - deraadt@cvs.openbsd.org 2001/04/06 16:46:59
1628      [scp.c]
1629      remove trailing / from source paths; fixes pr#1756
1630
1631 20010406
1632  - (stevesk) logintest.c: fix for systems without __progname
1633  - (stevesk) Makefile.in: log.o is in libssh.a
1634  - OpenBSD CVS Sync
1635    - markus@cvs.openbsd.org 2001/04/05 10:00:06
1636      [compat.c]
1637      2.3.x does old  GEX, too; report jakob@
1638    - markus@cvs.openbsd.org 2001/04/05 10:39:03
1639      [compress.c compress.h packet.c]
1640      reset compress state per direction when rekeying.
1641    - markus@cvs.openbsd.org 2001/04/05 10:39:48
1642      [version.h]
1643      temporary version 2.5.4 (supports rekeying).
1644      this is not an official release.
1645    - markus@cvs.openbsd.org 2001/04/05 10:42:57
1646      [auth-chall.c authfd.c channels.c clientloop.c kex.c kexgex.c key.c
1647       mac.c packet.c serverloop.c sftp-client.c sftp-client.h sftp-glob.c
1648       sftp-glob.h sftp-int.c sftp-server.c sftp.c ssh-keygen.c sshconnect.c
1649       sshconnect2.c sshd.c]
1650      fix whitespace: unexpand + trailing spaces.
1651    - markus@cvs.openbsd.org 2001/04/05 11:09:17
1652      [clientloop.c compat.c compat.h]
1653      add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions.
1654    - markus@cvs.openbsd.org 2001/04/05 15:45:43
1655      [ssh.1]
1656      ssh defaults to protocol v2; from quisar@quisar.ambre.net
1657    - stevesk@cvs.openbsd.org 2001/04/05 15:48:18
1658      [canohost.c canohost.h session.c]
1659      move get_remote_name_or_ip() to canohost.[ch]; for portable.  ok markus@
1660    - markus@cvs.openbsd.org 2001/04/05 20:01:10
1661      [clientloop.c]
1662      for ~R print message if server does not support rekeying. (and fix ~R).
1663    - markus@cvs.openbsd.org 2001/04/05 21:02:46
1664      [buffer.c]
1665      better error message
1666    - markus@cvs.openbsd.org 2001/04/05 21:05:24
1667      [clientloop.c ssh.c]
1668      don't request a session for 'ssh -N', pointed out slade@shore.net
1669
1670 20010405
1671  - OpenBSD CVS Sync
1672    - markus@cvs.openbsd.org 2001/04/04 09:48:35
1673      [kex.c kex.h kexdh.c kexgex.c packet.c sshconnect2.c sshd.c]
1674      don't sent multiple kexinit-requests.
1675      send newkeys, block while waiting for newkeys.
1676      fix comments.
1677    - markus@cvs.openbsd.org 2001/04/04 14:34:58
1678      [clientloop.c kex.c kex.h serverloop.c sshconnect2.c sshd.c]
1679      enable server side rekeying + some rekey related clientup.
1680      todo: we should not send any non-KEX messages after we send KEXINIT
1681    - markus@cvs.openbsd.org 2001/04/04 15:50:55
1682      [compat.c]
1683      f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.gov
1684    - markus@cvs.openbsd.org 2001/04/04 20:25:38
1685      [channels.c channels.h clientloop.c kex.c kex.h serverloop.c
1686       sshconnect2.c sshd.c]
1687      more robust rekeying
1688      don't send channel data after rekeying is started.
1689    - markus@cvs.openbsd.org 2001/04/04 20:32:56
1690      [auth2.c]
1691      we don't care about missing bannerfiles; from tsoome@ut.ee, ok deraadt@
1692    - markus@cvs.openbsd.org 2001/04/04 22:04:35
1693      [kex.c kexgex.c serverloop.c]
1694      parse full kexinit packet.
1695      make server-side more robust, too.
1696    - markus@cvs.openbsd.org 2001/04/04 23:09:18
1697      [dh.c kex.c packet.c]
1698      clear+free keys,iv for rekeying.
1699      + fix DH mem leaks. ok niels@
1700  - (stevesk) don't use vhangup() if defined(HAVE_DEV_PTMX); also removes
1701     BROKEN_VHANGUP
1702
1703 20010404
1704  - OpenBSD CVS Sync
1705    - deraadt@cvs.openbsd.org 2001/04/02 17:32:23
1706      [ssh-agent.1]
1707      grammar; slade@shore.net
1708    - stevesk@cvs.openbsd.org 2001/04/03 13:56:11
1709      [sftp-glob.c ssh-agent.c ssh-keygen.c]
1710      free() -> xfree()
1711    - markus@cvs.openbsd.org 2001/04/03 19:53:29
1712      [dh.c dh.h kex.c kex.h sshconnect2.c sshd.c]
1713      move kex to kex*.c, used dispatch_set() callbacks for kex. should
1714      make rekeying easier.
1715    - todd@cvs.openbsd.org 2001/04/03 21:19:38
1716      [ssh_config]
1717      id_rsa1/2 -> id_rsa; ok markus@
1718    - markus@cvs.openbsd.org 2001/04/03 23:32:12
1719      [kex.c kex.h packet.c sshconnect2.c sshd.c]
1720      undo parts of recent my changes: main part of keyexchange does not
1721      need dispatch-callbacks, since application data is delayed until
1722      the keyexchange completes (if i understand the drafts correctly).
1723      add some infrastructure for re-keying.
1724    - markus@cvs.openbsd.org 2001/04/04 00:06:54
1725      [clientloop.c sshconnect2.c]
1726      enable client rekeying
1727         (1) force rekeying with ~R, or
1728         (2) if the server requests rekeying.
1729      works against ssh-2.0.12/2.0.13/2.1.0/2.2.0/2.3.0/2.3.1/2.4.0
1730  - (bal) Oops.. Missed including kexdh.c and kexgex.c in OpenBSD sync.
1731
1732 20010403
1733  - OpenBSD CVS Sync
1734    - stevesk@cvs.openbsd.org 2001/04/02 14:15:31
1735      [sshd.8]
1736      typo; ok markus@
1737    - stevesk@cvs.openbsd.org 2001/04/02 14:20:23
1738      [readconf.c servconf.c]
1739      correct comment; ok markus@
1740  - (stevesk) nchan.c: remove ostate checks and add EINVAL to
1741     shutdown(SHUT_RD) error() bypass for HP-UX.
1742
1743 20010402
1744  - (stevesk) log.c openbsd sync; missing newlines
1745  - (stevesk) sshpty.h openbsd sync; PTY_H -> SSHPTY_H
1746
1747 20010330
1748  - (djm) Another openbsd-compat/glob.c sync
1749  - (djm) OpenBSD CVS Sync
1750    - provos@cvs.openbsd.org 2001/03/28 21:59:41
1751      [kex.c kex.h sshconnect2.c sshd.c]
1752      forgot to include min and max params in hash, okay markus@
1753    - provos@cvs.openbsd.org 2001/03/28 22:04:57
1754      [dh.c]
1755      more sanity checking on primes file
1756    - markus@cvs.openbsd.org 2001/03/28 22:43:31
1757      [auth.h auth2.c auth2-chall.c]
1758      check auth_root_allowed for kbd-int auth, too.
1759    - provos@cvs.openbsd.org 2001/03/29 14:24:59
1760      [sshconnect2.c]
1761      use recommended defaults
1762    - stevesk@cvs.openbsd.org 2001/03/29 21:06:21
1763      [sshconnect2.c sshd.c]
1764      need to set both STOC and CTOS for SSH_BUG_BIGENDIANAES; ok markus@
1765    - markus@cvs.openbsd.org 2001/03/29 21:17:40
1766      [dh.c dh.h kex.c kex.h]
1767      prepare for rekeying: move DH code to dh.c
1768    - djm@cvs.openbsd.org 2001/03/29 23:42:01
1769      [sshd.c]
1770      Protocol 1 key regeneration log => verbose, some KNF; ok markus@
1771
1772 20010329
1773  - OpenBSD CVS Sync
1774    - stevesk@cvs.openbsd.org 2001/03/26 15:47:59
1775      [ssh.1]
1776      document more defaults; misc. cleanup.  ok markus@
1777    - markus@cvs.openbsd.org 2001/03/26 23:12:42
1778      [authfile.c]
1779      KNF
1780    - markus@cvs.openbsd.org 2001/03/26 23:23:24
1781      [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
1782      try to read private f-secure ssh v2 rsa keys.
1783    - markus@cvs.openbsd.org 2001/03/27 10:34:08
1784      [ssh-rsa.c sshd.c]
1785      use EVP_get_digestbynid, reorder some calls and fix missing free.
1786    - markus@cvs.openbsd.org 2001/03/27 10:57:00
1787      [compat.c compat.h ssh-rsa.c]
1788      some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5
1789      signatures in SSH protocol 2, ok djm@
1790    - provos@cvs.openbsd.org 2001/03/27 17:46:50
1791      [compat.c compat.h dh.c dh.h ssh2.h sshconnect2.c sshd.c version.h]
1792      make dh group exchange more flexible, allow min and max group size,
1793      okay markus@, deraadt@
1794    - stevesk@cvs.openbsd.org 2001/03/28 19:56:23
1795      [scp.c]
1796      start to sync scp closer to rcp; ok markus@
1797    - stevesk@cvs.openbsd.org 2001/03/28 20:04:38
1798      [scp.c]
1799      usage more like rcp and add missing -B to usage; ok markus@
1800    - markus@cvs.openbsd.org 2001/03/28 20:50:45
1801      [sshd.c]
1802      call refuse() before close(); from olemx@ans.pl
1803
1804 20010328
1805  - (djm) Reorder tests and library inclusion for Krb4/AFS to try to
1806    resolve linking conflicts with libcrypto. Report and suggested fix
1807    from Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
1808  - (djm) Work around Solaris' broken struct dirent. Diagnosis and suggested
1809    fix from Philippe Levan <levan@epix.net>
1810  - (djm) Rework krbIV tests to get us closer to building on Redhat. Still
1811    doesn't work because of conflicts between krbIV's and OpenSSL's des.h
1812  - (djm) Sync openbsd-compat/glob.c
1813
1814 20010327
1815  - Attempt sync with sshlogin.c w/ OpenBSD (mainly CVS ID)
1816  - Fix pointer issues in waitpid() and wait() replaces.  Patch by Lutz
1817    Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1818  - OpenBSD CVS Sync
1819    - djm@cvs.openbsd.org 2001/03/25 00:01:34
1820      [session.c]
1821      shorten; ok markus@
1822    - stevesk@cvs.openbsd.org 2001/03/25 13:16:11
1823      [servconf.c servconf.h session.c sshd.8 sshd_config]
1824      PrintLastLog option; from chip@valinux.com with some minor
1825      changes by me.  ok markus@
1826    - markus@cvs.openbsd.org 2001/03/26 08:07:09
1827      [authfile.c authfile.h ssh-add.c ssh-keygen.c ssh.c sshconnect.c
1828       sshconnect.h sshconnect1.c sshconnect2.c sshd.c]
1829      simpler key load/save interface, see authfile.h
1830  - (djm) Reestablish PAM credentials (which can be supplemental group
1831    memberships) after initgroups() blows them away. Report and suggested
1832    fix from Nalin Dahyabhai <nalin@redhat.com>
1833
1834 20010324
1835  - Fixed permissions ssh-keyscan.  Thanks to Christopher Linn <celinn@mtu.edu>.
1836  - OpenBSD CVS Sync
1837    - djm@cvs.openbsd.org 2001/03/23 11:04:07
1838      [compat.c compat.h sshconnect2.c sshd.c]
1839      Compat for OpenSSH with broken Rijndael/AES. ok markus@
1840    - markus@cvs.openbsd.org 2001/03/23 12:02:49
1841      [auth1.c]
1842      authctxt is now passed to do_authenticated
1843    - markus@cvs.openbsd.org 2001/03/23 13:10:57
1844      [sftp-int.c]
1845      fix put, upload to _absolute_ path, ok djm@
1846    - markus@cvs.openbsd.org 2001/03/23 14:28:32
1847      [session.c sshd.c]
1848      ignore SIGPIPE, restore in child, fixes x11-fwd crashes; with djm@
1849  - (djm) Pull out our own SIGPIPE hacks
1850
1851 20010323
1852  - OpenBSD CVS Sync
1853    - deraadt@cvs.openbsd.org 2001/03/22 20:22:55
1854      [sshd.c]
1855      do not place linefeeds in buffer
1856
1857 20010322
1858  - (djm) Better AIX no tty fix, spotted by Gert Doering <gert@greenie.muc.de>
1859  - (bal) version.c CVS ID resync
1860  - (bal) auth-chall.c auth-passwd.c auth.h auth1.c auth2.c session.c CVS ID
1861    resync
1862  - (bal) scp.c CVS ID resync
1863  - OpenBSD CVS Sync
1864    - markus@cvs.openbsd.org 2001/03/20 19:10:16
1865      [readconf.c]
1866      default to SSH protocol version 2
1867    - markus@cvs.openbsd.org 2001/03/20 19:21:21
1868      [session.c]
1869      remove unused arg
1870    - markus@cvs.openbsd.org 2001/03/20 19:21:21
1871      [session.c]
1872      remove unused arg
1873    - markus@cvs.openbsd.org 2001/03/21 11:43:45
1874      [auth1.c auth2.c session.c session.h]
1875      merge common ssh v1/2 code
1876    - jakob@cvs.openbsd.org 2001/03/21 14:20:45
1877      [ssh-keygen.c]
1878      add -B flag to usage
1879    - markus@cvs.openbsd.org 2001/03/21 21:06:30
1880      [session.c]
1881      missing init; from mib@unimelb.edu.au
1882
1883 20010321
1884  - (djm) Fix ttyname breakage for AIX and Tru64. Patch from Steve
1885    VanDevender <stevev@darkwing.uoregon.edu>
1886  - (djm) Make sure pam_retval is initialised on call to pam_end. Patch
1887    from Solar Designer <solar@openwall.com>
1888  - (djm) Don't loop forever when changing password via PAM. Patch
1889    from Solar Designer <solar@openwall.com>
1890  - (djm) Generate config files before build
1891  - (djm) Correctly handle SIA and AIX when no tty present. Spotted and
1892    suggested fix from Mike Battersby <mib@unimelb.edu.au>
1893
1894 20010320
1895  - (bal) glob.c update to added GLOB_LIMITS (OpenBSD CVS).
1896  - (bal) glob.c update to set gl_pathv to NULL (OpenBSD CVS).
1897  - (bal) Oops.  Missed globc.h change (OpenBSD CVS).
1898  - (djm) OpenBSD CVS Sync
1899    - markus@cvs.openbsd.org 2001/03/19 17:07:23
1900      [auth.c readconf.c]
1901      undo /etc/shell and proto 2,1 change for openssh-2.5.2
1902    - markus@cvs.openbsd.org 2001/03/19 17:12:10
1903      [version.h]
1904      version 2.5.2
1905  - (djm) Update RPM spec version
1906  - (djm) Release 2.5.2p1
1907 - tim@mindrot.org 2001/03/19 18:33:47 [defines.h]
1908   change S_ISLNK macro to work for UnixWare 2.03
1909 - tim@mindrot.org 2001/03/19 20:45:11 [openbsd-compat/glob.c]
1910   add get_arg_max(). Use sysconf() if ARG_MAX is not defined
1911
1912 20010319
1913  - (djm) Seed PRNG at startup, rather than waiting for arc4random calls to
1914    do it implicitly.
1915  - (djm) Add getusershell() functions from OpenBSD CVS
1916  - OpenBSD CVS Sync
1917    - markus@cvs.openbsd.org 2001/03/18 12:07:52
1918      [auth-options.c]
1919      ignore permitopen="host:port" if AllowTcpForwarding==no
1920  - (djm) Make scp work on systems without 64-bit ints
1921  - tim@mindrot.org 2001/03/18 18:28:39 [defines.h]
1922    move HAVE_LONG_LONG_INT where it works
1923  - (bal) Use 'NGROUPS' for NeXT Since 'MAX_NGROUPS' is wrapped up in -lposix
1924    stuff.  Change suggested by Mark Miller <markm@swoon.net>
1925  - (bal) Small fix to scp.  %lu vs %ld
1926  - (bal) NeXTStep lacks S_ISLNK.  Plus split up S_IS*
1927  - (djm) OpenBSD CVS Sync
1928    - djm@cvs.openbsd.org     2001/03/19 03:52:51
1929      [sftp-client.c]
1930      Report ssh connection closing correctly; ok deraadt@
1931    - deraadt@cvs.openbsd.org 2001/03/18 23:30:55
1932      [compat.c compat.h sshd.c]
1933      specifically version match on ssh scanners.  do not log scan
1934      information to the console
1935    - djm@cvs.openbsd.org      2001/03/19 12:10:17
1936      [sshd.8]
1937      Document permitopen authorized_keys option; ok markus@
1938    - djm@cvs.openbsd.org     2001/03/19 05:49:52
1939      [ssh.1]
1940      document PreferredAuthentications option; ok markus@
1941  - (bal) Minor NeXT fixed.  Forgot to #undef NGROUPS_MAX
1942
1943 20010318
1944  - (bal) Fixed scp type casing issue which causes "scp: protocol error:
1945    size not delimited" fatal errors when tranfering.
1946  - OpenBSD CVS Sync
1947    - markus@cvs.openbsd.org 2001/03/17 17:27:59
1948      [auth.c]
1949      check /etc/shells, too
1950  - tim@mindrot.org 2001/03/17 18:45:25 [compat.c]
1951      openbsd-compat/fake-regex.h
1952
1953 20010317
1954  - Support usrinfo() on AIX. Based on patch from Gert Doering
1955    <gert@greenie.muc.de>
1956  - OpenBSD CVS Sync
1957    - markus@cvs.openbsd.org 2001/03/15 15:05:59
1958      [scp.c]
1959      use %lld in printf, ok millert@/deraadt@; report from ssh@client.fi
1960    - markus@cvs.openbsd.org 2001/03/15 22:07:08
1961      [session.c]
1962      pass Session to do_child + KNF
1963    - djm@cvs.openbsd.org 2001/03/16 08:16:18
1964      [sftp-client.c sftp-client.h sftp-glob.c sftp-int.c]
1965      Revise globbing for get/put to be more shell-like. In particular,
1966      "get/put file* directory/" now works. ok markus@
1967    - markus@cvs.openbsd.org 2001/03/16 09:55:53
1968      [sftp-int.c]
1969      fix memset and whitespace
1970    - markus@cvs.openbsd.org 2001/03/16 13:44:24
1971      [sftp-int.c]
1972      discourage strcat/strcpy
1973    - markus@cvs.openbsd.org 2001/03/16 19:06:30
1974      [auth-options.c channels.c channels.h serverloop.c session.c]
1975      implement "permitopen" key option, restricts -L style forwarding to
1976      to specified host:port pairs. based on work by harlan@genua.de
1977  - Check for gl_matchc support in glob_t and fall back to the
1978    openbsd-compat/glob.[ch] support if it does not exist.
1979
1980 20010315
1981  - OpenBSD CVS Sync
1982    - markus@cvs.openbsd.org 2001/03/14 08:57:14
1983      [sftp-client.c]
1984      Wall
1985    - markus@cvs.openbsd.org 2001/03/14 15:15:58
1986      [sftp-int.c]
1987      add version command
1988    - deraadt@cvs.openbsd.org 2001/03/14 22:50:25
1989      [sftp-server.c]
1990      note no getopt()
1991  - (stevesk) ssh-keyscan.c: specify "openbsd-compat/fake-queue.h"
1992  - (bal) Cygwin README change by Corinna Vinschen <vinschen@redhat.com>
1993
1994 20010314
1995  - OpenBSD CVS Sync
1996    - markus@cvs.openbsd.org 2001/03/13 17:34:42
1997      [auth-options.c]
1998      missing xfree, deny key on parse error; ok stevesk@
1999    - djm@cvs.openbsd.org 2001/03/13 22:42:54
2000      [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c]
2001      sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@
2002  - (bal) Fix strerror() in bsd-misc.c
2003  - (djm) Add replacement glob() from OpenBSD libc if the system glob is
2004    missing or lacks the GLOB_ALTDIRFUNC extension
2005  - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers
2006    relatively. Avoids conflict between glob.h and /usr/include/glob.h
2007
2008 20010313
2009  - OpenBSD CVS Sync
2010    - markus@cvs.openbsd.org 2001/03/12 22:02:02
2011      [key.c key.h ssh-add.c ssh-keygen.c sshconnect.c sshconnect2.c]
2012      remove old key_fingerprint interface, s/_ex//
2013
2014 20010312
2015  - OpenBSD CVS Sync
2016    - markus@cvs.openbsd.org 2001/03/11 13:25:36
2017      [auth2.c key.c]
2018      debug
2019    - jakob@cvs.openbsd.org 2001/03/11 15:03:16
2020      [key.c key.h]
2021      add improved fingerprint functions. based on work by Carsten
2022      Raskgaard <cara@int.tele.dk> and modified by me. ok markus@.
2023    - jakob@cvs.openbsd.org 2001/03/11 15:04:16
2024      [ssh-keygen.1 ssh-keygen.c]
2025      print both md5, sha1 and bubblebabble fingerprints when using
2026      ssh-keygen -l -v. ok markus@.
2027    - jakob@cvs.openbsd.org 2001/03/11 15:13:09
2028      [key.c]
2029      cleanup & shorten some var names key_fingerprint_bubblebabble.
2030    - deraadt@cvs.openbsd.org 2001/03/11 16:39:03
2031      [ssh-keygen.c]
2032      KNF, and SHA1 binary output is just creeping featurism
2033  - tim@mindrot.org 2001/03/11 17:29:32 [configure.in]
2034    test if snprintf() supports %ll
2035    add /dev to search path for PRNGD/EGD socket
2036    fix my mistake in USER_PATH test program
2037  - OpenBSD CVS Sync
2038    - markus@cvs.openbsd.org 2001/03/11 18:29:51
2039      [key.c]
2040      style+cleanup
2041    - markus@cvs.openbsd.org 2001/03/11 22:33:24
2042      [ssh-keygen.1 ssh-keygen.c]
2043      remove -v again. use -B instead for bubblebabble. make -B consistent
2044      with -l and make -B work with /path/to/known_hosts. ok deraadt@
2045  - (djm) Bump portable version number for generating test RPMs
2046  - (djm) Add "static_openssl" RPM build option, remove rsh build dependency
2047  - (bal) Reorder includes in Makefile.
2048
2049 20010311
2050  - OpenBSD CVS Sync
2051    - markus@cvs.openbsd.org 2001/03/10 12:48:27
2052      [sshconnect2.c]
2053      ignore nonexisting private keys; report rjmooney@mediaone.net
2054    - deraadt@cvs.openbsd.org 2001/03/10 12:53:51
2055      [readconf.c ssh_config]
2056      default to SSH2, now that m68k runs fast
2057    - stevesk@cvs.openbsd.org 2001/03/10 15:02:05
2058      [ttymodes.c ttymodes.h]
2059      remove unused sgtty macros; ok markus@
2060    - deraadt@cvs.openbsd.org 2001/03/10 15:31:00
2061      [compat.c compat.h sshconnect.c]
2062      all known netscreen ssh versions, and older versions of OSU ssh cannot
2063      handle password padding (newer OSU is fixed)
2064  - tim@mindrot.org 2001/03/10 16:33:42 [configure.in Makefile.in sshd_config]
2065    make sure $bindir is in USER_PATH so scp will work
2066  - OpenBSD CVS Sync
2067    - markus@cvs.openbsd.org 2001/03/10 17:51:04
2068      [kex.c match.c match.h readconf.c readconf.h sshconnect2.c]
2069      add PreferredAuthentications
2070
2071 20010310
2072  - OpenBSD CVS Sync
2073    - deraadt@cvs.openbsd.org 2001/03/09 03:14:39
2074      [ssh-keygen.c]
2075      create *.pub files with umask 0644, so that you can mv them to
2076      authorized_keys
2077    - deraadt@cvs.openbsd.org 2001/03/09 12:30:29
2078      [sshd.c]
2079      typo; slade@shore.net
2080  - Removed log.o from sftp client.  Not needed.
2081
2082 20010309
2083  - OpenBSD CVS Sync
2084    - stevesk@cvs.openbsd.org 2001/03/08 18:47:12
2085      [auth1.c]
2086      unused; ok markus@
2087    - stevesk@cvs.openbsd.org 2001/03/08 20:44:48
2088      [sftp.1]
2089      spelling, cleanup; ok deraadt@
2090    - markus@cvs.openbsd.org 2001/03/08 21:42:33
2091      [compat.c compat.h readconf.h ssh.c sshconnect1.c sshconnect2.c]
2092      implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->
2093      no need to do enter passphrase or do expensive sign operations if the
2094      server does not accept key).
2095
2096 20010308
2097  - OpenBSD CVS Sync
2098    - djm@cvs.openbsd.org 2001/03/07 10:11:23
2099      [sftp-client.c sftp-client.h sftp-int.c sftp-server.c sftp.1 sftp.c sftp.h]
2100      Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling
2101      functions and small protocol change.
2102    - markus@cvs.openbsd.org 2001/03/08 00:15:48
2103      [readconf.c ssh.1]
2104      turn off useprivilegedports by default. only rhost-auth needs
2105      this. older sshd's may need this, too.
2106  - (stevesk) Reliant Unix (SNI) needs HAVE_BOGUS_SYS_QUEUE_H;
2107    Dirk Markwardt <D.Markwardt@tu-bs.de>
2108
2109 20010307
2110  - (bal) OpenBSD CVS Sync
2111    - deraadt@cvs.openbsd.org 2001/03/06 06:11:18
2112      [ssh-keyscan.c]
2113      appease gcc
2114    - deraadt@cvs.openbsd.org 2001/03/06 06:11:44
2115      [sftp-int.c sftp.1 sftp.c]
2116      sftp -b batchfile; mouring@etoh.eviladmin.org
2117    - deraadt@cvs.openbsd.org 2001/03/06 15:10:42
2118      [sftp.1]
2119      order things
2120    - deraadt@cvs.openbsd.org 2001/03/07 01:19:06
2121      [ssh.1 sshd.8]
2122      the name "secure shell" is boring, noone ever uses it
2123    - deraadt@cvs.openbsd.org 2001/03/07 04:05:58
2124      [ssh.1]
2125      removed dated comment
2126  - Cygwin contrib improvements from Corinna Vinschen <vinschen@redhat.com>
2127
2128 20010306
2129  - (bal) OpenBSD CVS Sync
2130    - deraadt@cvs.openbsd.org 2001/03/05 14:28:47
2131      [sshd.8]
2132      alpha order; jcs@rt.fm
2133    - stevesk@cvs.openbsd.org 2001/03/05 15:44:51
2134      [servconf.c]
2135      sync error message; ok markus@
2136    - deraadt@cvs.openbsd.org 2001/03/05 15:56:16
2137      [myproposal.h ssh.1]
2138      switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster;
2139      provos & markus ok
2140    - deraadt@cvs.openbsd.org 2001/03/05 16:07:15
2141      [sshd.8]
2142      detail default hmac setup too
2143    - markus@cvs.openbsd.org 2001/03/05 17:17:21
2144      [kex.c kex.h sshconnect2.c sshd.c]
2145      generate a 2*need size (~300 instead of 1024/2048) random private
2146      exponent during the DH key agreement. according to Niels (the great
2147      german advisor) this is safe since /etc/primes contains strong
2148      primes only.
2149
2150      References:
2151              P. C. van Oorschot and M. J. Wiener, On Diffie-Hellman key
2152              agreement with short exponents, In Advances in Cryptology
2153              - EUROCRYPT'96, LNCS 1070, Springer-Verlag, 1996, pp.332-343.
2154    - stevesk@cvs.openbsd.org 2001/03/05 17:40:48
2155      [ssh.1]
2156      more ssh_known_hosts2 documentation; ok markus@
2157    - stevesk@cvs.openbsd.org 2001/03/05 17:58:22
2158      [dh.c]
2159      spelling
2160    - deraadt@cvs.openbsd.org 2001/03/06 00:33:04
2161      [authfd.c cli.c ssh-agent.c]
2162      EINTR/EAGAIN handling is required in more cases
2163    - millert@cvs.openbsd.org 2001/03/06 01:06:03
2164      [ssh-keyscan.c]
2165      Don't assume we wil get the version string all in one read().
2166      deraadt@ OK'd
2167    - millert@cvs.openbsd.org 2001/03/06 01:08:27
2168      [clientloop.c]
2169      If read() fails with EINTR deal with it the same way we treat EAGAIN
2170
2171 20010305
2172  - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
2173  - (bal) CVS ID touch up on sftp-int.c
2174  - (bal) CVS ID touch up on uuencode.c
2175  - (bal) CVS ID touch up on auth2.c, serverloop.c, session.c & sshd.c
2176  - (bal) OpenBSD CVS Sync
2177    - deraadt@cvs.openbsd.org 2001/02/17 23:48:48
2178      [sshd.8]
2179      it's the OpenSSH one
2180    - deraadt@cvs.openbsd.org 2001/02/21 07:37:04
2181      [ssh-keyscan.c]
2182      inline -> __inline__, and some indent
2183    - deraadt@cvs.openbsd.org 2001/02/21 09:05:54
2184      [authfile.c]
2185      improve fd handling
2186    - deraadt@cvs.openbsd.org 2001/02/21 09:12:56
2187      [sftp-server.c]
2188      careful with & and &&; markus ok
2189    - stevesk@cvs.openbsd.org 2001/02/21 21:14:04
2190      [ssh.c]
2191      -i supports DSA identities now; ok markus@
2192    - deraadt@cvs.openbsd.org 2001/02/22 04:29:37
2193      [servconf.c]
2194      grammar; slade@shore.net
2195    - deraadt@cvs.openbsd.org 2001/02/22 06:43:55
2196      [ssh-keygen.1 ssh-keygen.c]
2197      document -d, and -t defaults to rsa1
2198    - deraadt@cvs.openbsd.org 2001/02/22 08:03:51
2199      [ssh-keygen.1 ssh-keygen.c]
2200      bye bye -d
2201    - deraadt@cvs.openbsd.org 2001/02/22 18:09:06
2202      [sshd_config]
2203      activate RSA 2 key
2204    - markus@cvs.openbsd.org 2001/02/22 21:57:27
2205      [ssh.1 sshd.8]
2206      typos/grammar from matt@anzen.com
2207    - markus@cvs.openbsd.org 2001/02/22 21:59:44
2208      [auth.c auth.h auth1.c auth2.c misc.c misc.h ssh.c]
2209      use pwcopy in ssh.c, too
2210    - markus@cvs.openbsd.org 2001/02/23 15:34:53
2211      [serverloop.c]
2212      debug2->3
2213    - markus@cvs.openbsd.org 2001/02/23 18:15:13
2214      [sshd.c]
2215      the random session key depends now on the session_key_int
2216      sent by the 'attacker'
2217              dig1 = md5(cookie|session_key_int);
2218              dig2 = md5(dig1|cookie|session_key_int);
2219              fake_session_key = dig1|dig2;
2220      this change is caused by a mail from anakin@pobox.com
2221      patch based on discussions with my german advisor niels@openbsd.org
2222    - deraadt@cvs.openbsd.org 2001/02/24 10:37:55
2223      [readconf.c]
2224      look for id_rsa by default, before id_dsa
2225    - deraadt@cvs.openbsd.org 2001/02/24 10:37:26
2226      [sshd_config]
2227      ssh2 rsa key before dsa key
2228    - markus@cvs.openbsd.org 2001/02/27 10:35:27
2229      [packet.c]
2230      fix random padding
2231    - markus@cvs.openbsd.org 2001/02/27 11:00:11
2232      [compat.c]
2233      support SSH-2.0-2.1 ; from Christophe_Moret@hp.com
2234    - deraadt@cvs.openbsd.org 2001/02/28 05:34:28
2235      [misc.c]
2236      pull in protos
2237    - deraadt@cvs.openbsd.org 2001/02/28 05:36:28
2238      [sftp.c]
2239      do not kill the subprocess on termination (we will see if this helps
2240      things or hurts things)
2241    - markus@cvs.openbsd.org 2001/02/28 08:45:39
2242      [clientloop.c]
2243      fix byte counts for ssh protocol v1
2244    - markus@cvs.openbsd.org 2001/02/28 08:54:55
2245      [channels.c nchan.c nchan.h]
2246      make sure remote stderr does not get truncated.
2247      remove closed fd's from the select mask.
2248    - markus@cvs.openbsd.org 2001/02/28 09:57:07
2249      [packet.c packet.h sshconnect2.c]
2250      in ssh protocol v2 use ignore messages for padding (instead of
2251      trailing \0).
2252    - markus@cvs.openbsd.org 2001/02/28 12:55:07
2253      [channels.c]
2254      unify debug messages
2255    - deraadt@cvs.openbsd.org 2001/02/28 17:52:54
2256      [misc.c]
2257      for completeness, copy pw_gecos too
2258    - markus@cvs.openbsd.org 2001/02/28 21:21:41
2259      [sshd.c]
2260      generate a fake session id, too
2261    - markus@cvs.openbsd.org 2001/02/28 21:27:48
2262      [channels.c packet.c packet.h serverloop.c]
2263      use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message
2264      use random content in ignore messages.
2265    - markus@cvs.openbsd.org 2001/02/28 21:31:32
2266      [channels.c]
2267      typo
2268    - deraadt@cvs.openbsd.org 2001/03/01 02:11:25
2269      [authfd.c]
2270      split line so that p will have an easier time next time around
2271    - deraadt@cvs.openbsd.org 2001/03/01 02:29:04
2272      [ssh.c]
2273      shorten usage by a line
2274    - deraadt@cvs.openbsd.org 2001/03/01 02:45:10
2275      [auth-rsa.c auth2.c deattack.c packet.c]
2276      KNF
2277    - deraadt@cvs.openbsd.org 2001/03/01 03:38:33
2278      [cli.c cli.h rijndael.h ssh-keyscan.1]
2279      copyright notices on all source files
2280    - markus@cvs.openbsd.org 2001/03/01 22:46:37
2281      [ssh.c]
2282      don't truncate remote ssh-2 commands; from mkubita@securities.cz
2283      use min, not max for logging, fixes overflow.
2284    - deraadt@cvs.openbsd.org 2001/03/02 06:21:01
2285      [sshd.8]
2286      explain SIGHUP better
2287    - deraadt@cvs.openbsd.org 2001/03/02 09:42:49
2288      [sshd.8]
2289      doc the dsa/rsa key pair files
2290    - deraadt@cvs.openbsd.org 2001/03/02 18:54:31
2291      [atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h
2292       scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c
2293       ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8]
2294      make copyright lines the same format
2295    - deraadt@cvs.openbsd.org 2001/03/03 06:53:12
2296      [ssh-keyscan.c]
2297      standard theo sweep
2298    - millert@cvs.openbsd.org 2001/03/03 21:19:41
2299      [ssh-keyscan.c]
2300      Dynamically allocate read_wait and its copies.  Since maxfd is
2301      based on resource limits it is often (usually?) larger than FD_SETSIZE.
2302    - millert@cvs.openbsd.org 2001/03/03 21:40:30
2303      [sftp-server.c]
2304      Dynamically allocate fd_set; deraadt@ OK
2305    - millert@cvs.openbsd.org 2001/03/03 21:41:07
2306      [packet.c]
2307      Dynamically allocate fd_set; deraadt@ OK
2308    - deraadt@cvs.openbsd.org 2001/03/03 22:07:50
2309      [sftp-server.c]
2310      KNF
2311    - markus@cvs.openbsd.org 2001/03/03 23:52:22
2312      [sftp.c]
2313      clean up arg processing. based on work by Christophe_Moret@hp.com
2314    - markus@cvs.openbsd.org 2001/03/03 23:59:34
2315      [log.c ssh.c]
2316      log*.c -> log.c
2317    - markus@cvs.openbsd.org 2001/03/04 00:03:59
2318      [channels.c]
2319      debug1->2
2320    - stevesk@cvs.openbsd.org 2001/03/04 10:57:53
2321      [ssh.c]
2322      add -m to usage; ok markus@
2323    - stevesk@cvs.openbsd.org 2001/03/04 11:04:41
2324      [sshd.8]
2325      small cleanup and clarify for PermitRootLogin; ok markus@
2326    - stevesk@cvs.openbsd.org 2001/03/04 11:16:06
2327      [servconf.c sshd.8]
2328      kill obsolete RandomSeed; ok markus@ deraadt@
2329    - stevesk@cvs.openbsd.org 2001/03/04 12:54:04
2330      [sshd.8]
2331      spelling
2332    - millert@cvs.openbsd.org 2001/03/04 17:42:28
2333      [authfd.c channels.c dh.c log.c readconf.c servconf.c sftp-int.c
2334       ssh.c sshconnect.c sshd.c]
2335      log functions should not be passed strings that end in newline as they
2336      get passed on to syslog() and when logging to stderr, do_log() appends
2337      its own newline.
2338    - deraadt@cvs.openbsd.org 2001/03/04 18:21:28
2339      [sshd.8]
2340      list SSH2 ciphers
2341  - (bal) Put HAVE_PW_CLASS_IN_PASSWD back into pwcopy()
2342  - (bal) Fix up logging since it changed.  removed log-*.c
2343  - (djm) Fix up LOG_AUTHPRIV for systems that have it
2344  - (stevesk) OpenBSD sync:
2345    - deraadt@cvs.openbsd.org 2001/03/05 08:37:27
2346      [ssh-keyscan.c]
2347      skip inlining, why bother
2348  - (stevesk) sftp.c: handle __progname
2349
2350 20010304
2351  - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
2352  - (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and
2353    give Mark Roth credit for mdoc2man.pl
2354
2355 20010303
2356  - (djm) Remove make-ssh-known-hosts.pl, ssh-keyscan is better.
2357  - (djm) Document PAM ChallengeResponseAuthentication in sshd.8
2358  - (djm) Disable and comment ChallengeResponseAuthentication in sshd_config
2359  - (djm) Allow PRNGd entropy collection from localhost TCP socket. Replace
2360    "--with-egd-pool" configure option with "--with-prngd-socket" and
2361    "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke
2362    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2363
2364 20010301
2365  - (djm) Properly add -lcrypt if needed.
2366  - (djm) Force standard PAM conversation function in a few more places.
2367    Patch from Redhat 2.5.1p1-2 RPM, probably Nalin Dahyabhai
2368    <nalin@redhat.com>
2369  - (djm) Cygwin needs pw->pw_gecos copied too. Patch from Corinna Vinschen
2370    <vinschen@redhat.com>
2371  - (djm) Released 2.5.1p2
2372
2373 20010228
2374  - (djm) Detect endianness in configure and use it in rijndael.c. Fixes
2375    "Bad packet length" bugs.
2376  - (djm) Fully revert PAM session patch (again). All PAM session init is
2377    now done before the final fork().
2378  - (djm) EGD detection patch from Tim Rice <tim@multitalents.net>
2379  - (djm) Remove /tmp from EGD socket search list
2380
2381 20010227
2382  - (bal) Applied shutdown() patch for sftp.c by  Corinna Vinschen
2383    <vinschen@redhat.com>
2384  - (bal) OpenBSD Sync
2385    - markus@cvs.openbsd.org 2001/02/23 15:37:45
2386      [session.c]
2387      handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients
2388  - (bal) sshd.init support for all Redhat release.  Patch by Jim Knoble
2389    <jmknoble@jmknoble.cx>
2390  - (djm) Fix up POSIX saved uid support. Report from Mark Miller
2391    <markm@swoon.net>
2392  - (djm) Search for -lcrypt on FreeBSD too
2393  - (djm) fatal() on OpenSSL version mismatch
2394  - (djm) Move PAM init to after fork for non-Solaris derived PAMs
2395  - (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Miller
2396    <markm@swoon.net>
2397  - (djm) Fix PAM fix
2398  - (djm) Remove 'noreplace' flag from sshd_config in RPM spec files. This
2399    change is being made as 2.5.x configfiles are not back-compatible with
2400    2.3.x.
2401  - (djm) Avoid warnings for missing broken IP_TOS. Patch from Mark Miller
2402    <markm@swoon.net>
2403  - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice
2404    <tim@multitalents.net>
2405  - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice
2406    <tim@multitalents.net>
2407
2408 20010226
2409  - (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again.
2410  - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics.
2411    Based on patch from Tim Rice <tim@multitalents.net>
2412
2413 20010225
2414  - (djm) Use %{_libexecdir} rather than hardcoded path in RPM specfile
2415    Patch from Adrian Ho <lexfiend@usa.net>
2416  - (bal) Replace 'unsigned long long' to 'u_int64_t' since not every
2417    platform defines u_int64_t as being that.
2418
2419 20010224
2420  - (bal) Missed part of the UNIX sockets patch.  Patch by Corinna
2421    Vinschen <vinschen@redhat.com>
2422  - (bal) Reorder where 'strftime' is detected to resolve linking
2423    issues on SCO.  Patch by Tim Rice <tim@multitalents.net>
2424
2425 20010224
2426  - (bal) pam_stack fix to correctly detect between RH7 and older RHs.
2427    Patch by Pekka Savola <pekkas@netcore.fi>
2428  - (bal) Renamed sigaction.[ch] to sigact.[ch].  Causes problems with
2429    some platforms.
2430  - (bal) Generalize lack of UNIX sockets since this also effects Cray
2431    not just Cygwin.  Based on patch by Wendy Palm <wendyp@cray.com>
2432
2433 20010223
2434  - (bal) Fix --define rh7 in openssh.spec file.  Patch by Steve Tell
2435    <tell@telltronics.org>
2436  - (bal) Patch to force OpenSSH rpm to require the same version of OpenSSL
2437    that it was compiled against.  Patch by Pekka Savola <pekkas@netcore.fi>
2438  - (bal) Double -I for OpenSSL on SCO.  Patch by Tim Rice
2439    <tim@multitalents.net>
2440
2441 20010222
2442  - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com>
2443  - (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net>
2444  - (bal) Removed reference to liblogin from contrib/README.  It was
2445    integrated into OpenSSH a long while ago.
2446  - (stevesk) remove erroneous #ifdef sgi code.
2447    Michael Stone <mstone@cs.loyola.edu>
2448
2449 20010221
2450  - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
2451  - (bal) Fixed OpenSSL rework to use $saved_*.  Patch by Tim Rice
2452    <tim@multitalents.net>
2453  - (bal) Reverted out of 2001/02/15 patch by djm below because it
2454    breaks Solaris.
2455         - (djm) Move PAM session setup back to before setuid to user.
2456           fixes problems on Solaris-drived PAMs.
2457  - (stevesk) session.c: back out to where we were before:
2458     - (djm) Move PAM session initialisation until after fork in sshd. Patch
2459       from Nalin Dahyabhai <nalin@redhat.com>
2460
2461 20010220
2462  - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and
2463    getcwd.c.
2464  - (bal) OpenBSD CVS Sync:
2465    - deraadt@cvs.openbsd.org 2001/02/19 23:09:05
2466      [sshd.c]
2467      clarify message to make it not mention "ident"
2468
2469 20010219
2470  - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
2471    pty.[ch] -> sshpty.[ch]
2472  - (djm) Rework search for OpenSSL location. Skip directories which don't
2473    exist, don't add -L$ssldir/lib if it doesn't exist. Should help SCO
2474    with its limit of 6 -L options.
2475  - OpenBSD CVS Sync:
2476    - reinhard@cvs.openbsd.org        2001/02/17 08:24:40
2477      [sftp.1]
2478      typo
2479    - deraadt@cvs.openbsd.org 2001/02/17 16:28:58
2480      [ssh.c]
2481      cleanup -V output; noted by millert
2482    - deraadt@cvs.openbsd.org 2001/02/17 16:48:48
2483      [sshd.8]
2484      it's the OpenSSH one
2485    - markus@cvs.openbsd.org  2001/02/18 11:33:54
2486      [dispatch.c]
2487      typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi
2488    - markus@cvs.openbsd.org  2001/02/19 02:53:32
2489      [compat.c compat.h serverloop.c]
2490      ssh-1.2.{18-22} has broken handling of ignore messages; report from
2491      itojun@
2492    - markus@cvs.openbsd.org  2001/02/19 03:35:23
2493      [version.h]
2494      OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}
2495    - deraadt@cvs.openbsd.org 2001/02/19 03:36:25
2496      [scp.c]
2497      np is changed by recursion; vinschen@redhat.com
2498  - Update versions in RPM spec files
2499  - Release 2.5.1p1
2500
2501 20010218
2502  - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice
2503    <tim@multitalents.net>
2504  - (Bal) Patch for lack of RA_RESTART in misc.c for mysignal by
2505    stevesk
2506  - (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen
2507    <vinschen@redhat.com> and myself.
2508  - (djm) Close listen_sock on bind() failures. Patch from Arkadiusz
2509    Miskiewicz <misiek@pld.ORG.PL>
2510  - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from
2511    Todd C. Miller <Todd.Miller@courtesan.com>
2512  - (djm) Use ttyname() to determine name of tty returned by openpty()
2513    rather then risking overflow. Patch from Marek Michalkiewicz
2514    <marekm@amelek.gda.pl>
2515  - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in.
2516    Patch from Marek Michalkiewicz <marekm@amelek.gda.pl>
2517  - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>
2518  - (djm) Use SA_INTERRUPT along SA_RESTART if present (equivalent for
2519    SunOS)
2520  - (djm) SCO needs librpc for libwrap. Patch from Tim Rice
2521    <tim@multitalents.net>
2522  - (stevesk) misc.c: cpp rework of SA_(INTERRUPT|RESTART) handling.
2523  - (stevesk) scp.c: use mysignal() for updateprogressmeter() handler.
2524  - (djm) SA_INTERRUPT is the converse of SA_RESTART, apply it only for
2525    SIGALRM.
2526  - (djm) Move entropy.c over to mysignal()
2527  - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has
2528    a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C.
2529    Miller <Todd.Miller@courtesan.com>
2530  - (djm) Update RPM spec files for 2.5.0p1
2531  - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie
2532    enable with --with-bsd-auth.
2533  - (stevesk) entropy.c: typo; should be SIGPIPE
2534
2535 20010217
2536  - (bal) OpenBSD Sync:
2537    - markus@cvs.openbsd.org 2001/02/16 13:38:18
2538      [channel.c]
2539      remove debug
2540    - markus@cvs.openbsd.org 2001/02/16 14:03:43
2541      [session.c]
2542      proper payload-length check for x11 w/o screen-number
2543
2544 20010216
2545  - (bal) added '--with-prce'  to allow overriding of system regex when
2546    required (tested by David Dulek <ddulek@fastenal.com>)
2547  - (bal) Added DG/UX case and set that they have a broken IPTOS.
2548  - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net>
2549    Fixes linking on SCO.
2550  - (djm) Make gnome-ssh-askpass handle multi-line prompts. Patch from
2551    Nalin Dahyabhai <nalin@redhat.com>
2552  - (djm) BSD license for gnome-ssh-askpass (was X11)
2553  - (djm) KNF on gnome-ssh-askpass
2554  - (djm) USE_PIPES for a few more sysv platforms
2555  - (djm) Cleanup configure.in a little
2556  - (djm) Ask users to check config.log when we can't find necessary libs
2557  - (djm) Set "login ID" on systems with setluid. Only enabled for SCO
2558    OpenServer for now. Based on patch from svaughan <svaughan@asterion.com>
2559  - (djm) OpenBSD CVS:
2560    - markus@cvs.openbsd.org  2001/02/15 16:19:59
2561      [channels.c channels.h serverloop.c sshconnect.c sshconnect.h]
2562      [sshconnect1.c sshconnect2.c]
2563      genericize password padding function for SSH1 and SSH2.
2564      add stylized echo to 2, too.
2565  - (djm) Add roundup() macro to defines.h
2566  - (stevesk) set SA_RESTART flag in mysignal() for SIGCHLD;
2567    needed on Unixware 2.x.
2568
2569 20010215
2570  - (djm) Move PAM session setup back to before setuid to user. Fixes
2571    problems on Solaris-derived PAMs.
2572  - (djm) Clean up PAM namespace. Suggested by Darren Moffat
2573    <Darren.Moffat@eng.sun.com>
2574  - (bal) Sync w/ OpenSSH for new release
2575    - markus@cvs.openbsd.org 2001/02/12 12:45:06
2576      [sshconnect1.c]
2577      fix xmalloc(0), ok dugsong@
2578    - markus@cvs.openbsd.org 2001/02/11 12:59:25
2579      [Makefile.in sshd.8 sshconnect2.c readconf.h readconf.c packet.c
2580       sshd.c ssh.c ssh.1 servconf.h servconf.c myproposal.h kex.h kex.c]
2581      1) clean up the MAC support for SSH-2
2582      2) allow you to specify the MAC with 'ssh -m'
2583      3) or the 'MACs' keyword in ssh(d)_config
2584      4) add hmac-{md5,sha1}-96
2585              ok stevesk@, provos@
2586    - markus@cvs.openbsd.org 2001/02/12 16:16:23
2587      [auth-passwd.c auth.c auth.h auth1.c auth2.c servconf.c servconf.h
2588       ssh-keygen.c sshd.8]
2589      PermitRootLogin={yes,without-password,forced-commands-only,no}
2590      (before this change, root could login even if PermitRootLogin==no)
2591    - deraadt@cvs.openbsd.org 2001/02/12 22:56:09
2592      [clientloop.c packet.c ssh-keyscan.c]
2593      deal with EAGAIN/EINTR selects which were skipped
2594    - markus@cvs.openssh.org 2001/02/13 22:49:40
2595      [auth1.c auth2.c]
2596      setproctitle(user) only if getpwnam succeeds
2597    - markus@cvs.openbsd.org 2001/02/12 23:26:20
2598      [sshd.c]
2599      missing memset; from solar@openwall.com
2600    - stevesk@cvs.openbsd.org 2001/02/12 20:53:33
2601      [sftp-int.c]
2602      lumask now works with 1 numeric arg; ok markus@, djm@
2603    - djm@cvs.openbsd.org 2001/02/14 9:46:03
2604      [sftp-client.c sftp-int.c sftp.1]
2605      Fix and document 'preserve modes & times' option ('-p' flag in sftp);
2606      ok markus@
2607  - (bal) replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.
2608  - (djm) Move to Jim's 1.2.0 X11 askpass program
2609  - (stevesk) OpenBSD sync:
2610    - deraadt@cvs.openbsd.org 2001/02/15 01:38:04
2611      [serverloop.c]
2612      indent
2613
2614 20010214
2615  - (djm) Don't try to close PAM session or delete credentials if the
2616    session has not been open or credentials not set. Based on patch from
2617    Andrew Bartlett <abartlet@pcug.org.au>
2618  - (djm) Move PAM session initialisation until after fork in sshd. Patch
2619    from Nalin Dahyabhai <nalin@redhat.com>
2620  - (bal) Missing function prototype in bsd-snprintf.c patch by
2621    Mark Miller <markm@swoon.net>
2622  - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
2623    <cmadams@hiwaay.net> with a little modification and KNF.
2624  - (stevesk) fix for SIA patch, misplaced session_setup_sia()
2625
2626 20010213
2627  - (djm) Only test -S potential EGD sockets if they exist and are readable.
2628  - (bal) Cleaned out bsd-snprintf.c.  VARARGS have been banished and
2629    I did a base KNF over the whe whole file to make it more acceptable.
2630    (backed out of original patch and removed it from ChangeLog)
2631  - (bal) Use chown() if fchown() does not exist in ftp-server.c patch by
2632    Tim Rice <tim@multitalents.net>
2633  - (stevesk) auth1.c: fix PAM passwordless check.
2634
2635 20010212
2636  - (djm) Update Redhat specfile to allow --define "skip_x11_askpass 1",
2637    --define "skip_gnome_askpass 1", --define "rh7 1" and make the
2638    implicit rpm-3.0.5 dependancy explicit. Patch and suggestions from
2639    Pekka Savola <pekkas@netcore.fi>
2640  - (djm) Clean up PCRE text in INSTALL
2641  - (djm) Fix OSF SIA auth NULL pointer deref. Report from Mike Battersby
2642    <mib@unimelb.edu.au>
2643  - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
2644  - (stevesk) session.c: remove debugging code.
2645
2646 20010211
2647  - (bal) OpenBSD Sync
2648    - markus@cvs.openbsd.org 2001/02/07 22:35:46
2649      [auth1.c auth2.c sshd.c]
2650      move k_setpag() to a central place; ok dugsong@
2651    - markus@cvs.openbsd.org 2001/02/10 12:52:02
2652      [auth2.c]
2653      offer passwd before s/key
2654    - markus@cvs.openbsd.org 2001/02/8 22:37:10
2655      [canohost.c]
2656      remove last call to sprintf; ok deraadt@
2657    - markus@cvs.openbsd.org 2001/02/10 1:33:32
2658      [canohost.c]
2659      add debug message, since sshd blocks here if DNS is not available
2660    - markus@cvs.openbsd.org 2001/02/10 12:44:02
2661      [cli.c]
2662      don't call vis() for \r
2663    - danh@cvs.openbsd.org 2001/02/10 0:12:43
2664      [scp.c]
2665      revert a small change to allow -r option to work again; ok deraadt@
2666    - danh@cvs.openbsd.org 2001/02/10 15:14:11
2667      [scp.c]
2668      fix memory leak; ok markus@
2669    - djm@cvs.openbsd.org 2001/02/10 0:45:52
2670      [scp.1]
2671      Mention that you can quote pathnames with spaces in them
2672    - markus@cvs.openbsd.org 2001/02/10 1:46:28
2673      [ssh.c]
2674      remove mapping of argv[0] -> hostname
2675    - markus@cvs.openbsd.org 2001/02/06 22:26:17
2676      [sshconnect2.c]
2677      do not ask for passphrase in batch mode; report from ejb@ql.org
2678    - itojun@cvs.opebsd.org 2001/02/08 10:47:05
2679      [sshconnect.c sshconnect1.c sshconnect2.c]
2680      %.30s is too short for IPv6 numeric address.  use %.128s for now.
2681      markus ok
2682    - markus@cvs.openbsd.org 2001/02/09 12:28:35
2683      [sshconnect2.c]
2684      do not free twice, thanks to /etc/malloc.conf
2685    - markus@cvs.openbsd.org 2001/02/09 17:10:53
2686      [sshconnect2.c]
2687      partial success: debug->log; "Permission denied" if no more auth methods
2688    - markus@cvs.openbsd.org 2001/02/10 12:09:21
2689      [sshconnect2.c]
2690      remove some lines
2691    - markus@cvs.openbsd.org 2001/02/09 13:38:07
2692      [auth-options.c]
2693      reset options if no option is given; from han.holl@prismant.nl
2694    - markus@cvs.openbsd.org 2001/02/08 21:58:28
2695      [channels.c]
2696      nuke sprintf, ok deraadt@
2697    - markus@cvs.openbsd.org 2001/02/08 21:58:28
2698      [channels.c]
2699      nuke sprintf, ok deraadt@
2700    - markus@cvs.openbsd.org 2001/02/06 22:43:02
2701      [clientloop.h]
2702      remove confusing callback code
2703    - deraadt@cvs.openbsd.org 2001/02/08 14:39:36
2704      [readconf.c]
2705      snprintf
2706    - itojun@cvs.openbsd.org 2001/02/08 19:30:52
2707      sync with netbsd tree changes.
2708      - more strict prototypes, include necessary headers
2709      - use paths.h/pathnames.h decls
2710      - size_t typecase to int -> u_long
2711    - itojun@cvs.openbsd.org 2001/02/07 18:04:50
2712      [ssh-keyscan.c]
2713      fix size_t -> int cast (use u_long).  markus ok
2714    - markus@cvs.openbsd.org 2001/02/07 22:43:16
2715      [ssh-keyscan.c]
2716      s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
2717    - itojun@cvs.openbsd.org 2001/02/09 9:04:59
2718      [ssh-keyscan.c]
2719      do not assume malloc() returns zero-filled region.  found by
2720      malloc.conf=AJ.
2721    - markus@cvs.openbsd.org 2001/02/08 22:35:30
2722      [sshconnect.c]
2723      don't connect if batch_mode is true and stricthostkeychecking set to
2724     'ask'
2725    - djm@cvs.openbsd.org 2001/02/04 21:26:07
2726      [sshd_config]
2727      type: ok markus@
2728    - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
2729      [sshd_config]
2730      enable sftp-server by default
2731    - deraadt 2001/02/07 8:57:26
2732      [xmalloc.c]
2733      deal with new ANSI malloc stuff
2734    - markus@cvs.openbsd.org 2001/02/07 16:46:08
2735      [xmalloc.c]
2736      typo in fatal()
2737    - itojun@cvs.openbsd.org 2001/02/07 18:04:50
2738      [xmalloc.c]
2739      fix size_t -> int cast (use u_long).  markus ok
2740    - 1.47 Thu Feb 8 23:11:42 GMT 2001 by dugsong
2741      [serverloop.c sshconnect1.c]
2742      mitigate SSH1 traffic analysis - from Solar Designer
2743      <solar@openwall.com>, ok provos@
2744  - (bal) fixed sftp-client.c.  Return 'status' instead of '0'
2745    (from the OpenBSD tree)
2746  - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
2747  - (bal) sftp-sever.c  '%8lld' to '%8llu' (OpenBSD Sync)
2748  - (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
2749  - (bal) A bit more whitespace cleanup
2750  - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett
2751    <abartlet@pcug.org.au>
2752  - (stevesk) misc.c: ssh.h not needed.
2753  - (stevesk) compat.c: more friendly cpp error
2754  - (stevesk) OpenBSD sync:
2755    - stevesk@cvs.openbsd.org 2001/02/11 06:15:57
2756      [LICENSE]
2757      typos and small cleanup; ok deraadt@
2758
2759 20010210
2760  - (djm) Sync sftp and scp stuff from OpenBSD:
2761    - djm@cvs.openbsd.org     2001/02/07 03:55:13
2762      [sftp-client.c]
2763      Don't free handles before we are done with them. Based on work from
2764      Corinna Vinschen <vinschen@redhat.com>. ok markus@
2765    - djm@cvs.openbsd.org     2001/02/06 22:32:53
2766      [sftp.1]
2767      Punctuation fix from Pekka Savola <pekkas@netcore.fi>
2768    - deraadt@cvs.openbsd.org 2001/02/07 04:07:29
2769      [sftp.1]
2770      pretty up significantly
2771    - itojun@cvs.openbsd.org  2001/02/07 06:49:42
2772      [sftp.1]
2773      .Bl-.El mismatch.  markus ok
2774    - djm@cvs.openbsd.org     2001/02/07 06:12:30
2775      [sftp-int.c]
2776      Check that target is a directory before doing ls; ok markus@
2777    - itojun@cvs.openbsd.org  2001/02/07 11:01:18
2778      [scp.c sftp-client.c sftp-server.c]
2779      unsigned long long -> %llu, not %qu.  markus ok
2780    - stevesk@cvs.openbsd.org 2001/02/07 11:10:39
2781      [sftp.1 sftp-int.c]
2782      more man page cleanup and sync of help text with man page; ok markus@
2783    - markus@cvs.openbsd.org  2001/02/07 14:58:34
2784      [sftp-client.c]
2785      older servers reply with SSH2_FXP_NAME + count==0 instead of EOF
2786    - djm@cvs.openbsd.org     2001/02/07 15:27:19
2787      [sftp.c]
2788      Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov
2789      <roumen.petrov@skalasoft.com>
2790    - stevesk@cvs.openbsd.org 2001/02/07 15:36:04
2791      [sftp-int.c]
2792      portable; ok markus@
2793    - stevesk@cvs.openbsd.org 2001/02/07 15:55:47
2794      [sftp-int.c]
2795      lowercase cmds[].c also; ok markus@
2796    - markus@cvs.openbsd.org  2001/02/07 17:04:52
2797      [pathnames.h sftp.c]
2798      allow sftp over ssh protocol 1; ok djm@
2799    - deraadt@cvs.openbsd.org 2001/02/08 07:38:55
2800      [scp.c]
2801      memory leak fix, and snprintf throughout
2802    - deraadt@cvs.openbsd.org 2001/02/08 08:02:02
2803      [sftp-int.c]
2804      plug a memory leak
2805    - stevesk@cvs.openbsd.org 2001/02/08 10:11:23
2806      [session.c sftp-client.c]
2807      %i -> %d
2808    - stevesk@cvs.openbsd.org 2001/02/08 10:57:59
2809      [sftp-int.c]
2810      typo
2811    - stevesk@cvs.openbsd.org 2001/02/08 15:28:07
2812      [sftp-int.c pathnames.h]
2813      _PATH_LS; ok markus@
2814    - djm@cvs.openbsd.org     2001/02/09 04:46:25
2815      [sftp-int.c]
2816      Check for NULL attribs for chown, chmod & chgrp operations, only send
2817      relevant attribs back to server; ok markus@
2818    - djm@cvs.openbsd.org     2001/02/06 15:05:25
2819      [sftp.c]
2820      Use getopt to process commandline arguments
2821    - djm@cvs.openbsd.org     2001/02/06 15:06:21
2822      [sftp.c ]
2823      Wait for ssh subprocess at exit
2824    - djm@cvs.openbsd.org     2001/02/06 15:18:16
2825      [sftp-int.c]
2826      stat target for remote chdir before doing chdir
2827    - djm@cvs.openbsd.org     2001/02/06 15:32:54
2828      [sftp.1]
2829      Punctuation fix from Pekka Savola <pekkas@netcore.fi>
2830    - provos@cvs.openbsd.org  2001/02/05 22:22:02
2831      [sftp-int.c]
2832      cleanup get_pathname, fix pwd after failed cd. okay djm@
2833  - (djm) Update makefile.in for _PATH_SFTP_SERVER
2834  - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree)
2835
2836 20010209
2837  - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
2838    <rjmooney@mediaone.net>
2839  - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
2840    main tree while porting forward.  Pointed out by Lutz Jaenicke
2841    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2842  - (bal) double entry in configure.in.  Pointed out by Lutz Jaenicke
2843    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2844  - (stevesk) OpenBSD sync:
2845    - markus@cvs.openbsd.org  2001/02/08 11:20:01
2846      [auth2.c]
2847      strict checking
2848    - markus@cvs.openbsd.org  2001/02/08 11:15:22
2849      [version.h]
2850      update to 2.3.2
2851    - markus@cvs.openbsd.org  2001/02/08 11:12:30
2852      [auth2.c]
2853      fix typo
2854  - (djm) Update spec files
2855  - (bal) OpenBSD sync:
2856    - deraadt@cvs.openbsd.org 2001/02/08 14:38:54
2857      [scp.c]
2858      memory leak fix, and snprintf throughout
2859    - markus@cvs.openbsd.org 2001/02/06 22:43:02
2860      [clientloop.c]
2861      remove confusing callback code
2862  - (djm) Add CVS Id's to files that we have missed
2863  - (bal) OpenBSD Sync (more):
2864    - itojun@cvs.openbsd.org 2001/02/08 19:30:52
2865      sync with netbsd tree changes.
2866      - more strict prototypes, include necessary headers
2867      - use paths.h/pathnames.h decls
2868      - size_t typecase to int -> u_long
2869    - markus@cvs.openbsd.org 2001/02/06 22:07:42
2870      [ssh.c]
2871      fatal() if subsystem fails
2872    - markus@cvs.openbsd.org 2001/02/06 22:43:02
2873      [ssh.c]
2874      remove confusing callback code
2875    - jakob@cvs.openbsd.org 2001/02/06 23:03:24
2876      [ssh.c]
2877      add -1 option (force protocol version 1). ok markus@
2878    - jakob@cvs.openbsd.org 2001/02/06 23:06:21
2879      [ssh.c]
2880      reorder -{1,2,4,6} options. ok markus@
2881  - (bal) Missing 'const' in readpass.h
2882  - (bal) OpenBSD Sync (so at least the thing compiles for 2.3.2 =)
2883    - djm@cvs.openbsd.org 2001/02/06 23:30:28
2884      [sftp-client.c]
2885      replace arc4random with counter for request ids; ok markus@
2886  - (djm) Define _PATH_TTY for systems that don't. Report from Lutz
2887    Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2888
2889 20010208
2890  - (djm) Don't delete external askpass program in make uninstall target.
2891    Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
2892  - (djm) Fix linking of sftp, don't need arc4random any more.
2893  - (djm) Try to use shell that supports "test -S" for EGD socket search.
2894    Based on patch from Tim Rice <tim@multitalents.net>
2895
2896 20010207
2897  - (bal) Save the whole path to AR in configure.  Some Solaris 2.7 installs
2898    seem lose track of it while in openbsd-compat/  (two confirmed reports)
2899  - (djm) Much KNF on PAM code
2900  - (djm) Revise auth-pam.c conversation function to be a little more
2901    readable.
2902  - (djm) Revise kbd-int PAM conversation function to fold all text messages
2903    to before first prompt. Fixes hangs if last pam_message did not require
2904    a reply.
2905  - (djm) Fix password changing when using PAM kbd-int authentication
2906
2907 20010205
2908  - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
2909    that don't have NGROUPS_MAX.
2910  - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
2911  - (stevesk) OpenBSD sync:
2912    - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
2913      [many files; did this manually to our top-level source dir]
2914      unexpand and remove end-of-line whitespace; ok markus@
2915    - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
2916      [sftp-server.c]
2917      SSH2_FILEXFER_ATTR_UIDGID support; ok markus@
2918    - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
2919      [sftp-int.c]
2920      ? == help
2921    - deraadt@cvs.openbsd.org 2001/02/04 16:47:46
2922      [sftp-int.c]
2923      sort commands, so that abbreviations work as expected
2924    - stevesk@cvs.openbsd.org 2001/02/04 15:17:52
2925      [sftp-int.c]
2926      debugging sftp: precedence and missing break.  chmod, chown, chgrp
2927      seem to be working now.
2928    - markus@cvs.openbsd.org 2001/02/04 14:41:21
2929      [sftp-int.c]
2930      use base 8 for umask/chmod
2931    - markus@cvs.openbsd.org 2001/02/04 11:11:54
2932      [sftp-int.c]
2933      fix LCD
2934    - markus@cvs.openbsd.org  2001/02/04 08:10:44
2935      [ssh.1]
2936      typo; dpo@club-internet.fr
2937    - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
2938      [auth2.c authfd.c packet.c]
2939      remove duplicate #include's; ok markus@
2940    - deraadt@cvs.openbsd.org 2001/02/04 16:56:23
2941      [scp.c sshd.c]
2942      alpha happiness
2943    - stevesk@cvs.openbsd.org 2001/02/04 15:12:17
2944      [sshd.c]
2945      precedence; ok markus@
2946    - deraadt@cvs.openbsd.org 2001/02/04 08:14:15
2947      [ssh.c sshd.c]
2948      make the alpha happy
2949    - markus@cvs.openbsd.org  2001/01/31 13:37:24
2950      [channels.c channels.h serverloop.c ssh.c]
2951      do not disconnect if local port forwarding fails, e.g. if port is
2952      already in use
2953    - markus@cvs.openbsd.org  2001/02/01 14:58:09
2954      [channels.c]
2955      use ipaddr in channel messages, ietf-secsh wants this
2956    - markus@cvs.openbsd.org  2001/01/31 12:26:20
2957      [channels.c]
2958      ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE
2959      messages; bug report from edmundo@rano.org
2960    - markus@cvs.openbsd.org  2001/01/31 13:48:09
2961      [sshconnect2.c]
2962      unused
2963    - deraadt@cvs.openbsd.org 2001/02/04 08:23:08
2964      [sftp-client.c sftp-server.c]
2965      make gcc on the alpha even happier
2966
2967 20010204
2968  - (bal) I think this is the last of the bsd-*.h that don't belong.
2969  - (bal) Minor Makefile fix
2970  - (bal) openbsd-compat/Makefile minor fix.  Ensure dependancies are done
2971    right.
2972  - (bal) Changed order of LIB="" in -with-skey due to library resolving.
2973  - (bal) next-posix.h changed to bsd-nextstep.h
2974  - (djm) OpenBSD CVS sync:
2975    - markus@cvs.openbsd.org  2001/02/03 03:08:38
2976      [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c]
2977      [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8]
2978      [sshd_config]
2979      make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
2980    - markus@cvs.openbsd.org  2001/02/03 03:19:51
2981      [ssh.1 sshd.8 sshd_config]
2982      Skey is now called ChallengeResponse
2983    - markus@cvs.openbsd.org  2001/02/03 03:43:09
2984      [sshd.8]
2985      use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean
2986      channel. note from Erik.Anggard@cygate.se (pr/1659)
2987    - stevesk@cvs.openbsd.org 2001/02/03 10:03:06
2988      [ssh.1]
2989      typos; ok markus@
2990    - djm@cvs.openbsd.org     2001/02/04 04:11:56
2991      [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h]
2992      [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c]
2993      Basic interactive sftp client; ok theo@
2994  - (djm) Update RPM specs for new sftp binary
2995  - (djm) Update several bits for new optional reverse lookup stuff. I
2996    think I got them all.
2997  - (djm) Makefile.in fixes
2998  - (stevesk) add mysignal() wrapper and use it for the protocol 2
2999    SIGCHLD handler.
3000  - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevesk@
3001
3002 20010203
3003  - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
3004  - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
3005    based file) to ensure #include space does not get confused.
3006  - (bal) Minor Makefile.in tweak.  dirname may not exist on some
3007    platforms so builds fail.  (NeXT being a well known one)
3008
3009 20010202
3010  - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
3011    <vinschen@redhat.com>
3012  - (bal) Makefile fix to use $(MAKE) instead of 'make'  for platforms
3013    that use 'gmake'.   Patch by Tim Rice <tim@multitalents.net>
3014
3015 20010201
3016  - (bal) Minor fix to Makefile to stop rebuilding executables if no
3017    changes have occured to any of the supporting code.  Patch by
3018    Roumen Petrov <roumen.petrov@skalasoft.com>
3019
3020 20010131
3021  - (djm) OpenBSD CVS Sync:
3022    - djm@cvs.openbsd.org     2001/01/30 15:48:53
3023      [sshconnect.c]
3024      Make warning message a little more consistent. ok markus@
3025  - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
3026    Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com>
3027    respectively.
3028  - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
3029    passwords.
3030  - (bal) Reorder.  Move all bsd-*, fake-*, next-*, and cygwin* stuff to
3031    openbsd-compat/.  And resolve all ./configure and Makefile.in issues
3032    assocated.
3033
3034 20010130
3035  - (djm) OpenBSD CVS Sync:
3036    - markus@cvs.openbsd.org  2001/01/29 09:55:37
3037      [channels.c channels.h clientloop.c serverloop.c]
3038      fix select overflow; ok deraadt@ and stevesk@
3039    - markus@cvs.openbsd.org  2001/01/29 12:42:35
3040      [canohost.c canohost.h channels.c clientloop.c]
3041      add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS
3042    - markus@cvs.openbsd.org  2001/01/29 12:47:32
3043      [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c]
3044      handle rsa_private_decrypt failures; helps against the Bleichenbacher
3045      pkcs#1 attack
3046    - djm@cvs.openbsd.org     2001/01/29 05:36:11
3047      [ssh.1 ssh.c]
3048      Allow invocation of sybsystem by commandline (-s); ok markus@
3049  - (stevesk) configure.in: remove duplicate PROG_LS
3050
3051 20010129
3052  - (stevesk) sftp-server.c: use %lld vs. %qd
3053
3054 20010128
3055  - (bal) Put USE_PIPES back into sco3.2v5
3056  - (bal) OpenBSD Sync
3057    - markus@cvs.openbsd.org 2001/01/28 10:15:34
3058      [dispatch.c]
3059      re-keying is not supported; ok deraadt@
3060    - markus@cvs.openbsd.org 2001/01/28 10:24:04
3061      [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
3062      cleanup AUTHORS sections
3063    - markus@cvs.openbsd.org 2001/01/28 10:37:26
3064      [sshd.c sshd.8]
3065      remove -Q, no longer needed
3066    - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
3067      [readconf.c ssh.1]
3068      ``StrictHostKeyChecking ask'' documentation and small cleanup.
3069      ok markus@
3070    - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
3071      [sshd.8]
3072      spelling.  ok markus@
3073    - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
3074      [xmalloc.c]
3075      use size_t for strlen() return.  ok markus@
3076    - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
3077      [authfile.c]
3078      spelling.  use sizeof vs. strlen().  ok markus@
3079    - niklas@cvs.openbsd.org 2001/01/29 1:59:14
3080      [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
3081       groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
3082       key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
3083       radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1
3084       ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
3085       sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
3086      $OpenBSD$
3087   - (bal) Minor auth2.c resync.  Whitespace and moving of an #include.
3088
3089 20010126
3090  - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
3091    Petrov <roumen.petrov@skalasoft.com>
3092  - (bal) OpenBSD Sync
3093    - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
3094      [ssh-agent.c]
3095      call _exit() in signal handler
3096
3097 20010125
3098  - (djm) Sync bsd-* support files:
3099    - deraadt@cvs.openbsd.org 2000/01/26 03:43:20
3100      [rresvport.c bindresvport.c]
3101      new bindresvport() semantics that itojun, shin, jean-luc and i have
3102      agreed on, which will be happy for the future. bindresvport_sa() for
3103      sockaddr *, too.  docs later..
3104    - deraadt@cvs.openbsd.org 2000/01/24 02:24:21
3105      [bindresvport.c]
3106      in bindresvport(), if sin is non-NULL, example sin->sin_family for
3107      the actual family being processed
3108  - (djm) Mention PRNGd in documentation, it is nicer than EGD
3109  - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
3110  - (bal) AC_FUNC_STRFTIME added to autoconf
3111  - (bal) OpenBSD Resync
3112    - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
3113      [channels.c]
3114      missing freeaddrinfo(); ok markus@
3115
3116 20010124
3117  - (bal) OpenBSD Resync
3118    - markus@cvs.openbsd.org 2001/01/23 10:45:10
3119      [ssh.h]
3120      nuke comment
3121  - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>
3122  - (bal) #ifdef around S_IFSOCK if platform does not support it.
3123    patch by Tim Rice <tim@multitalents.net>
3124  - (bal) fake-regex.h cleanup based on Tim Rice's patch.
3125  - (stevesk) sftp-server.c: fix chmod() mode mask
3126
3127 20010123
3128  - (bal) regexp.h typo in configure.in.  Should have been regex.h
3129  - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
3130  - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
3131  - (bal) OpenBSD Resync
3132    - markus@cvs.openbsd.org 2001/01/22 8:15:00
3133      [auth-krb4.c sshconnect1.c]
3134      only AFS needs radix.[ch]
3135    - markus@cvs.openbsd.org 2001/01/22 8:32:53
3136      [auth2.c]
3137      no need to include; from mouring@etoh.eviladmin.org
3138    - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
3139      [key.c]
3140      free() -> xfree(); ok markus@
3141    - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
3142      [sshconnect2.c sshd.c]
3143      fix memory leaks in SSH2 key exchange; ok markus@
3144    - markus@cvs.openbsd.org 2001/01/22 23:06:39
3145      [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h
3146       sshconnect1.c sshconnect2.c sshd.c]
3147      rename skey -> challenge response.
3148      auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
3149
3150
3151 20010122
3152  - (bal) OpenBSD Resync
3153    - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
3154      [servconf.c ssh.h sshd.c]
3155      only auth-chall.c needs #ifdef SKEY
3156    - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
3157      [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
3158       auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
3159       packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
3160       session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
3161       ssh1.h sshconnect1.c sshd.c ttymodes.c]
3162      move ssh1 definitions to ssh1.h, pathnames to pathnames.h
3163    - markus@cvs.openbsd.org 2001/01/19 16:48:14
3164      [sshd.8]
3165      fix typo; from stevesk@
3166    - markus@cvs.openbsd.org 2001/01/19 16:50:58
3167      [ssh-dss.c]
3168      clear and free digest, make consistent with other code (use dlen); from
3169      stevesk@
3170    - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
3171      [auth-options.c auth-options.h auth-rsa.c auth2.c]
3172      pass the filename to auth_parse_options()
3173    - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001
3174      [readconf.c]
3175      fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
3176    - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
3177      [sshconnect2.c]
3178      dh_new_group() does not return NULL.  ok markus@
3179    - markus@cvs.openbsd.org 2001/01/20 21:33:42
3180      [ssh-add.c]
3181      do not loop forever if askpass does not exist; from
3182      andrew@pimlott.ne.mediaone.net
3183    - djm@cvs.openbsd.org 2001/01/20 23:00:56
3184      [servconf.c]
3185      Check for NULL return from strdelim; ok markus
3186    - djm@cvs.openbsd.org 2001/01/20 23:02:07
3187      [readconf.c]
3188      KNF; ok markus
3189    - jakob@cvs.openbsd.org 2001/01/21 9:00:33
3190      [ssh-keygen.1]
3191      remove -R flag; ok markus@
3192    - markus@cvs.openbsd.org 2001/01/21 19:05:40
3193      [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
3194       auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
3195       auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
3196       bufaux.c  bufaux.h buffer.c canahost.c canahost.h channels.c
3197       cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
3198       deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
3199       key.c key.h log-client.c log-server.c log.c log.h login.c login.h
3200       match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
3201       readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
3202       session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
3203       ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h
3204       sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
3205       ttysmodes.c uidswap.c xmalloc.c]
3206      split ssh.h and try to cleanup the #include mess. remove unnecessary
3207      #includes.  rename util.[ch] -> misc.[ch]
3208  - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
3209  - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve
3210    conflict when compiling for non-kerb install
3211  - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
3212    on 1/19.
3213
3214 20010120
3215  - (bal) OpenBSD Resync
3216    - markus@cvs.openbsd.org 2001/01/19 12:45:26
3217      [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
3218      only auth-chall.c needs #ifdef SKEY
3219  - (bal) Slight auth2-pam.c clean up.
3220  - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
3221    but no 'regexp.h' found (SCO OpenServer 3 lacks the header).
3222
3223 20010119
3224  - (djm) Update versions in RPM specfiles
3225  - (bal) OpenBSD Resync
3226    - markus@cvs.openbsd.org 2001/01/18 16:20:21
3227      [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
3228       sshd.8 sshd.c]
3229      log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
3230      systems
3231    - markus@cvs.openbsd.org 2001/01/18 16:59:59
3232      [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
3233       session.h sshconnect1.c]
3234      1) removes fake skey from sshd, since this will be much
3235         harder with /usr/libexec/auth/login_XXX
3236      2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
3237      3) make addition of BSD_AUTH and other challenge reponse methods
3238         easier.
3239    - markus@cvs.openbsd.org 2001/01/18 17:12:43
3240      [auth-chall.c auth2-chall.c]
3241      rename *-skey.c *-chall.c since the files are not skey specific
3242  - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
3243    to fix NULL pointer deref and fake authloop breakage in PAM code.
3244  - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
3245  - (bal) Minor cygwin patch to auth1.c.  Suggested by djm.
3246
3247 20010118
3248  - (bal) Super Sized OpenBSD Resync
3249    - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
3250      [sshd.c]
3251      maxfd+1
3252    - markus@cvs.openbsd.org 2001/01/13 17:59:18
3253      [ssh-keygen.1]
3254      small ssh-keygen manpage cleanup; stevesk@pobox.com
3255    - markus@cvs.openbsd.org 2001/01/13 18:03:07
3256      [scp.c ssh-keygen.c sshd.c]
3257      getopt() returns -1 not EOF; stevesk@pobox.com
3258    - markus@cvs.openbsd.org 2001/01/13 18:06:54
3259      [ssh-keyscan.c]
3260      use SSH_DEFAULT_PORT; from stevesk@pobox.com
3261    - markus@cvs.openbsd.org 2001/01/13 18:12:47
3262      [ssh-keyscan.c]
3263      free() -> xfree(); fix memory leak; from stevesk@pobox.com
3264    - markus@cvs.openbsd.org 2001/01/13 18:14:13
3265      [ssh-add.c]
3266      typo, from stevesk@sweden.hp.com
3267    - markus@cvs.openbsd.org 2001/01/13 18:32:50
3268      [packet.c session.c ssh.c sshconnect.c sshd.c]
3269      split out keepalive from packet_interactive (from dale@accentre.com)
3270      set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
3271    - markus@cvs.openbsd.org 2001/01/13 18:36:45
3272      [packet.c packet.h]
3273      reorder, typo
3274    - markus@cvs.openbsd.org 2001/01/13 18:38:00
3275      [auth-options.c]
3276      fix comment
3277    - markus@cvs.openbsd.org 2001/01/13 18:43:31
3278      [session.c]
3279      Wall
3280    - markus@cvs.openbsd.org 2001/01/13 19:14:08
3281      [clientloop.h clientloop.c ssh.c]
3282      move callback to headerfile
3283    - markus@cvs.openbsd.org 2001/01/15 21:40:10
3284      [ssh.c]
3285      use log() instead of stderr
3286    - markus@cvs.openbsd.org 2001/01/15 21:43:51
3287      [dh.c]
3288      use error() not stderr!
3289    - markus@cvs.openbsd.org 2001/01/15 21:45:29
3290      [sftp-server.c]
3291      rename must fail if newpath exists, debug off by default
3292    - markus@cvs.openbsd.org 2001/01/15 21:46:38
3293      [sftp-server.c]
3294      readable long listing for sftp-server, ok deraadt@
3295    - markus@cvs.openbsd.org 2001/01/16 19:20:06
3296      [key.c ssh-rsa.c]
3297      make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
3298      galb@vandyke.com.  note that you have to delete older ssh2-rsa keys,
3299      since they are in the wrong format, too. they must be removed from
3300      .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
3301      (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
3302      .ssh/authorized_keys2) additionally, we now check that
3303      BN_num_bits(rsa->n) >= 768.
3304    - markus@cvs.openbsd.org 2001/01/16 20:54:27
3305      [sftp-server.c]
3306      remove some statics. simpler handles; idea from nisse@lysator.liu.se
3307    - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
3308      [bufaux.c radix.c sshconnect.h sshconnect1.c]
3309      indent
3310  - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
3311    be missing such feature.
3312
3313
3314 20010117
3315  - (djm) Only write random seed file at exit
3316  - (djm) Make PAM support optional, enable with --with-pam
3317  - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
3318    provides a crypt() of its own)
3319  - (djm) Avoid a warning in bsd-bindresvport.c
3320  - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
3321    can cause weird segfaults errors on Solaris
3322  - (djm) Avoid warning in PAM code by making read_passphrase arguments const
3323  - (djm) Add --with-pam to RPM spec files
3324
3325 20010115
3326  - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
3327  - (bal) utimes() support via utime() interface on machine that lack utimes().
3328
3329 20010114
3330  - (stevesk) initial work for OpenBSD "support supplementary group in
3331    {Allow,Deny}Groups" patch:
3332    - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
3333    - add bsd-getgrouplist.h
3334    - new files groupaccess.[ch]
3335    - build but don't use yet (need to merge auth.c changes)
3336  - (stevesk) complete:
3337    - markus@cvs.openbsd.org  2001/01/13 11:56:48
3338      [auth.c sshd.8]
3339      support supplementary group in {Allow,Deny}Groups
3340      from stevesk@pobox.com
3341
3342 20010112
3343  - (bal) OpenBSD Sync
3344    - markus@cvs.openbsd.org 2001/01/10 22:56:22
3345      [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
3346      cleanup sftp-server implementation:
3347      add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
3348      parse SSH2_FILEXFER_ATTR_EXTENDED
3349      send SSH2_FX_EOF if readdir returns no more entries
3350      reply to SSH2_FXP_EXTENDED message
3351      use #defines from the draft
3352      move #definations to sftp.h
3353      more info:
3354      http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
3355    - markus@cvs.openbsd.org 2001/01/10 19:43:20
3356      [sshd.c]
3357      XXX - generate_empheral_server_key() is not safe against races,
3358      because it calls log()
3359    - markus@cvs.openbsd.org 2001/01/09 21:19:50
3360      [packet.c]
3361      allow TCP_NDELAY for ipv6; from netbsd via itojun@
3362
3363 20010110
3364  - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from
3365    Bladt Norbert <Norbert.Bladt@adi.ch>
3366
3367 20010109
3368  - (bal) Resync CVS ID of cli.c
3369  - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE
3370    code.
3371  - (bal) OpenBSD Sync
3372    - markus@cvs.openbsd.org 2001/01/08 22:29:05
3373      [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
3374       sshd_config version.h]
3375      implement option 'Banner /etc/issue.net' for ssh2, move version to
3376      2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
3377      is enabled).
3378    - markus@cvs.openbsd.org 2001/01/08 22:03:23
3379      [channels.c ssh-keyscan.c]
3380      O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
3381    - markus@cvs.openbsd.org 2001/01/08 21:55:41
3382      [sshconnect1.c]
3383      more cleanups and fixes from stevesk@pobox.com:
3384      1) try_agent_authentication() for loop will overwrite key just
3385         allocated with key_new(); don't alloc
3386      2) call ssh_close_authentication_connection() before exit
3387         try_agent_authentication()
3388      3) free mem on bad passphrase in try_rsa_authentication()
3389    - markus@cvs.openbsd.org 2001/01/08 21:48:17
3390      [kex.c]
3391      missing free; thanks stevesk@pobox.com
3392   - (bal) Detect if clock_t structure exists, if not define it.
3393   - (bal) Detect if O_NONBLOCK exists, if not define it.
3394   - (bal) removed news4-posix.h (now empty)
3395   - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
3396     instead of 'int'
3397  - (stevesk) sshd_config: sync
3398  - (stevesk) defines.h: remove spurious ``;''
3399
3400 20010108
3401  - (bal) Fixed another typo in cli.c
3402  - (bal) OpenBSD Sync
3403    - markus@cvs.openbsd.org 2001/01/07 21:26:55
3404      [cli.c]
3405      typo
3406    - markus@cvs.openbsd.org 2001/01/07 21:26:55
3407      [cli.c]
3408      missing free, stevesk@pobox.com
3409    - markus@cvs.openbsd.org 2001/01/07 19:06:25
3410      [auth1.c]
3411      missing free, stevesk@pobox.com
3412    - markus@cvs.openbsd.org 2001/01/07 11:28:04
3413      [log-client.c log-server.c log.c readconf.c servconf.c ssh.1
3414       ssh.h sshd.8 sshd.c]
3415      rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
3416      syslog priority changes:
3417              fatal() LOG_ERR  -> LOG_CRIT
3418              log()   LOG_INFO -> LOG_NOTICE
3419  - Updated TODO
3420
3421 20010107
3422  - (bal) OpenBSD Sync
3423    - markus@cvs.openbsd.org 2001/01/06 11:23:27
3424      [ssh-rsa.c]
3425      remove unused
3426    - itojun@cvs.openbsd.org 2001/01/05 08:23:29
3427      [ssh-keyscan.1]
3428      missing .El
3429    - markus@cvs.openbsd.org 2001/01/04 22:41:03
3430      [session.c sshconnect.c]
3431      consistent use of _PATH_BSHELL; from stevesk@pobox.com
3432    - djm@cvs.openbsd.org 2001/01/04 22:35:32
3433      [ssh.1 sshd.8]
3434      Mention AES as available SSH2 Cipher; ok markus
3435    - markus@cvs.openbsd.org 2001/01/04 22:25:58
3436      [sshd.c]
3437      sync usage()/man with defaults; from stevesk@pobox.com
3438    - markus@cvs.openbsd.org 2001/01/04 22:21:26
3439      [sshconnect2.c]
3440      handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
3441      that prints a banner (e.g. /etc/issue.net)
3442
3443 20010105
3444  - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
3445  - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()
3446
3447 20010104
3448  - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on
3449    work by Chris Vaughan <vaughan99@yahoo.com>
3450
3451 20010103
3452  - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD
3453    tree (mainly positioning)
3454  - (bal) OpenSSH CVS Update
3455    - markus@cvs.openbsd.org 2001/01/02 20:41:02
3456      [packet.c]
3457      log remote ip on disconnect; PR 1600 from jcs@rt.fm
3458    - markus@cvs.openbsd.org 2001/01/02 20:50:56
3459      [sshconnect.c]
3460      strict_host_key_checking for host_status != HOST_CHANGED &&
3461      ip_status == HOST_CHANGED
3462  - (bal) authfile.c: Synced CVS ID tag
3463  - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>
3464  - (bal) Disable sftp-server if no 64bit int support exists.  Based on
3465    patch by Tim Rice <tim@multitalents.net>
3466  - (bal) Makefile.in changes to uninstall: target to remove sftp-server
3467    and sftp-server.8 manpage.
3468
3469 20010102
3470  - (bal) OpenBSD CVS Update
3471    - markus@cvs.openbsd.org 2001/01/01 14:52:49
3472      [scp.c]
3473      use shared fatal(); from stevesk@pobox.com
3474
3475 20001231
3476  - (bal) Reverted out of MAXHOSTNAMELEN.  This should be set per OS.
3477    for multiple reasons.
3478  - (bal) Reverted out of a partial NeXT patch.
3479
3480 20001230
3481  - (bal) OpenBSD CVS Update
3482    - markus@cvs.openbsd.org 2000/12/28 18:58:30
3483      [ssh-keygen.c]
3484      enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
3485    - markus@cvs.openbsd.org 2000/12/29 22:19:13
3486      [channels.c]
3487      missing xfree; from vaughan99@yahoo.com
3488  - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
3489  - (bal) if no MAXHOSTNAMELEN is defined.  Default to 64 character defination.
3490    Suggested by Christian Kurz <shorty@debian.org>
3491  - (bal) Add in '.c.o' section to Makefile.in to address make programs that
3492     don't honor CPPFLAGS by default.  Suggested by Lutz Jaenicke
3493     <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3494
3495 20001229
3496  - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
3497    Kurz <shorty@debian.org>
3498  - (bal) OpenBSD CVS Update
3499    - markus@cvs.openbsd.org 2000/12/28 14:25:51
3500      [auth.h auth2.c]
3501      count authentication failures only
3502    - markus@cvs.openbsd.org 2000/12/28 14:25:03
3503      [sshconnect.c]
3504      fingerprint for MITM attacks, too.
3505    - markus@cvs.openbsd.org 2000/12/28 12:03:57
3506      [sshd.8 sshd.c]
3507      document -D
3508    - markus@cvs.openbsd.org 2000/12/27 14:19:21
3509      [serverloop.c]
3510      less chatty
3511    - markus@cvs.openbsd.org 2000/12/27 12:34
3512      [auth1.c sshconnect2.c sshd.c]
3513      typo
3514    - markus@cvs.openbsd.org 2000/12/27 12:30:19
3515      [readconf.c readconf.h ssh.1 sshconnect.c]
3516      new option: HostKeyAlias: allow the user to record the host key
3517      under a different name. This is useful for ssh tunneling over
3518      forwarded connections or if you run multiple sshd's on different
3519      ports on the same machine.
3520    - markus@cvs.openbsd.org 2000/12/27 11:51:53
3521      [ssh.1 ssh.c]
3522      multiple -t force pty allocation, document ORIGINAL_COMMAND
3523    - markus@cvs.openbsd.org 2000/12/27 11:41:31
3524      [sshd.8]
3525      update for ssh-2
3526  - (stevesk) compress.[ch] sync with openbsd; missed in prototype
3527    fix merge.
3528
3529 20001228
3530  - (bal) Patch to add libutil.h to loginrec.c only if the platform has
3531    libutil.h.  Suggested by Pekka Savola <pekka@netcore.fi>
3532  - (djm) Update to new x11-askpass in RPM spec
3533  - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
3534    header.  Patch by Tim Rice <tim@multitalents.net>
3535  - Updated TODO w/ known HP/UX issue
3536  - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
3537    bad reference to 'NeXT including it else were' on the #ifdef version.
3538
3539 20001227
3540  - (bal) Typo in configure.in: entut?ent should be endut?ent.  Suggested by
3541    Takumi Yamane <yamtak@b-session.com>
3542  - (bal) Checks for getrlimit(), sysconf(), and setdtablesize().  Patch
3543    by Corinna Vinschen <vinschen@redhat.com>
3544  - (djm) Fix catman-do target for non-bash
3545  - (bal) Typo in configure.in: entut?ent should be endut?ent.  Suggested by
3546    Takumi Yamane <yamtak@b-session.com>
3547  - (bal) Checks for getrlimit(), sysconf(), and setdtablesize().  Patch
3548    by Corinna Vinschen <vinschen@redhat.com>
3549  - (djm) Fix catman-do target for non-bash
3550  - (bal) Fixed NeXT's lack of CPPFLAGS honoring.
3551  - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/
3552    'RLIMIT_NOFILE'
3553  - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,
3554    the info in COPYING.Ylonen has been moved to the start of each
3555    SSH1-derived file and README.Ylonen is well out of date.
3556
3557 20001223
3558  - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
3559    if a change to config.h has occurred.  Suggested by Gert Doering
3560    <gert@greenie.muc.de>
3561  - (bal) OpenBSD CVS Update:
3562    - markus@cvs.openbsd.org 2000/12/22 16:49:40
3563      [ssh-keygen.c]
3564      fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
3565
3566 20001222
3567  - Updated RCSID for pty.c
3568  - (bal) OpenBSD CVS Updates:
3569   - markus@cvs.openbsd.org 2000/12/21 15:10:16
3570     [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c]
3571     print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@
3572   - markus@cvs.openbsd.org 2000/12/20 19:26:56
3573     [authfile.c]
3574     allow ssh -i userkey for root
3575   - markus@cvs.openbsd.org 2000/12/20 19:37:21
3576     [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h]
3577     fix prototypes; from stevesk@pobox.com
3578   - markus@cvs.openbsd.org 2000/12/20 19:32:08
3579     [sshd.c]
3580     init pointer to NULL; report from Jan.Ivan@cern.ch
3581   - markus@cvs.openbsd.org 2000/12/19 23:17:54
3582     [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c
3583      auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c
3584      bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c
3585      crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h
3586      key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c
3587      packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h
3588      serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h
3589      ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h  uuencode.c
3590      uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c]
3591     replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char
3592     unsigned' with u_char.
3593
3594 20001221
3595  - (stevesk) OpenBSD CVS updates:
3596    - markus@cvs.openbsd.org 2000/12/19 15:43:45
3597      [authfile.c channels.c sftp-server.c ssh-agent.c]
3598      remove() -> unlink() for consistency
3599    - markus@cvs.openbsd.org 2000/12/19 15:48:09
3600      [ssh-keyscan.c]
3601      replace <ssl/x.h> with <openssl/x.h>
3602    - markus@cvs.openbsd.org 2000/12/17 02:33:40
3603      [uidswap.c]
3604      typo; from wsanchez@apple.com
3605
3606 20001220
3607  - (djm) Workaround PAM inconsistencies between Solaris derived PAM code
3608    and Linux-PAM. Based on report and fix from Andrew Morgan
3609    <morgan@transmeta.com>
3610
3611 20001218
3612  - (stevesk) rsa.c: entropy.h not needed.
3613  - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.
3614    Suggested by Wilfredo Sanchez <wsanchez@apple.com>
3615
3616 20001216
3617  - (stevesk) OpenBSD CVS updates:
3618    - markus@cvs.openbsd.org 2000/12/16 02:53:57
3619      [scp.c]
3620      allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE
3621    - markus@cvs.openbsd.org 2000/12/16 02:39:57
3622      [scp.c]
3623      unused; from stevesk@pobox.com
3624
3625 20001215
3626  - (stevesk) Old OpenBSD patch wasn't completely applied:
3627    - markus@cvs.openbsd.org 2000/01/24 22:11:20
3628      [scp.c]
3629      allow '.' in usernames; from jedgar@fxp.org
3630  - (stevesk) OpenBSD CVS updates:
3631    - markus@cvs.openbsd.org 2000/12/13 16:26:53
3632      [ssh-keyscan.c]
3633      fatal already adds \n; from stevesk@pobox.com
3634    - markus@cvs.openbsd.org 2000/12/13 16:25:44
3635      [ssh-agent.c]
3636      remove redundant spaces; from stevesk@pobox.com
3637    - ho@cvs.openbsd.org 2000/12/12 15:50:21
3638      [pty.c]
3639      When failing to set tty owner and mode on a read-only filesystem, don't
3640      abort if the tty already has correct owner and reasonably sane modes.
3641      Example; permit 'root' to login to a firewall with read-only root fs.
3642      (markus@ ok)
3643    - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
3644      [pty.c]
3645      KNF
3646    - markus@cvs.openbsd.org 2000/12/12 14:45:21
3647      [sshd.c]
3648      source port < 1024 is no longer required for rhosts-rsa since it
3649      adds no additional security.
3650    - markus@cvs.openbsd.org 2000/12/12 16:11:49
3651      [ssh.1 ssh.c]
3652      rhosts-rsa is no longer automagically disabled if ssh is not privileged.
3653      UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
3654      these changes should not change the visible default behaviour of the ssh client.
3655    - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
3656      [scp.c]
3657      when copying 0-sized files, do not re-print ETA time at completion
3658    - provos@cvs.openbsd.org 2000/12/15 10:30:15
3659      [kex.c kex.h sshconnect2.c sshd.c]
3660      compute diffie-hellman in parallel between server and client. okay markus@
3661
3662 20001213
3663  - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
3664    from Andreas M. Kirchwitz <amk@krell.zikzak.de>
3665  - (stevesk) OpenBSD CVS update:
3666    - markus@cvs.openbsd.org 2000/12/12 15:30:02
3667      [ssh-keyscan.c ssh.c sshd.c]
3668      consistently use __progname; from stevesk@pobox.com
3669
3670 20001211
3671  - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
3672    patch to install ssh-keyscan manpage.  Patch by Pekka Savola
3673    <pekka@netcore.fi>
3674  - (bal) OpenbSD CVS update
3675    - markus@cvs.openbsd.org 2000/12/10 17:01:53
3676      [sshconnect1.c]
3677      always request new challenge for skey/tis-auth, fixes interop with
3678      other implementations; report from roth@feep.net
3679
3680 20001210
3681  - (bal) OpenBSD CVS updates
3682    - markus@cvs.openbsd.org 2000/12/09 13:41:51
3683      [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
3684      undo rijndael changes
3685    - markus@cvs.openbsd.org 2000/12/09 13:48:31
3686      [rijndael.c]
3687      fix byte order bug w/o introducing new implementation
3688    - markus@cvs.openbsd.org 2000/12/09 14:08:27
3689      [sftp-server.c]
3690      "" -> "." for realpath; from vinschen@redhat.com
3691    - markus@cvs.openbsd.org 2000/12/09 14:06:54
3692      [ssh-agent.c]
3693      extern int optind; from stevesk@sweden.hp.com
3694    - provos@cvs.openbsd.org 2000/12/09 23:51:11
3695      [compat.c]
3696      remove unnecessary '\n'
3697
3698 20001209
3699  - (bal) OpenBSD CVS updates:
3700    - djm@cvs.openbsd.org 2000/12/07 4:24:59
3701      [ssh.1]
3702      Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
3703
3704 20001207
3705  - (bal) OpenBSD CVS updates:
3706    - markus@cvs.openbsd.org 2000/12/06 22:58:14
3707      [compat.c compat.h packet.c]
3708      disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
3709    - markus@cvs.openbsd.org 2000/12/06 23:10:39
3710      [rijndael.c]
3711      unexpand(1)
3712    - markus@cvs.openbsd.org 2000/12/06 23:05:43
3713      [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
3714      new rijndael implementation. fixes endian bugs
3715
3716 20001206
3717  - (bal) OpenBSD CVS updates:
3718    - markus@cvs.openbsd.org 2000/12/05 20:34:09
3719      [channels.c channels.h clientloop.c serverloop.c]
3720      async connects for -R/-L; ok deraadt@
3721    - todd@cvs.openssh.org 2000/12/05 16:47:28
3722      [sshd.c]
3723      tweak comment to reflect real location of pid file; ok provos@
3724  - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
3725    have it (used in ssh-keyscan).
3726  - (stevesk) OpenBSD CVS update:
3727    - markus@cvs.openbsd.org 2000/12/06 19:57:48
3728      [ssh-keyscan.c]
3729      err(3) -> internal error(), from stevesk@sweden.hp.com
3730
3731 20001205
3732  - (bal) OpenBSD CVS updates:
3733    - markus@cvs.openbsd.org 2000/12/04 19:24:02
3734      [ssh-keyscan.c ssh-keyscan.1]
3735      David Maziere's ssh-keyscan, ok niels@
3736  - (bal) Updated Makefile.in to include ssh-keyscan that was just added
3737    to the recent OpenBSD source tree.
3738  - (stevesk) fix typos in contrib/hpux/README
3739
3740 20001204
3741  - (bal) More C functions defined in NeXT that are unaccessable without
3742    defining -POSIX.
3743  - (bal) OpenBSD CVS updates:
3744    - markus@cvs.openbsd.org 2000/12/03 11:29:04
3745      [compat.c]
3746      remove fallback to SSH_BUG_HMAC now that the drafts are updated
3747    - markus@cvs.openbsd.org 2000/12/03 11:27:55
3748      [compat.c]
3749      correctly match "2.1.0.pl2 SSH" etc; from
3750      pekkas@netcore.fi/bugzilla.redhat
3751    - markus@cvs.openbsd.org 2000/12/03 11:15:03
3752      [auth2.c compat.c compat.h sshconnect2.c]
3753      support f-secure/ssh.com 2.0.12; ok niels@
3754
3755 20001203
3756  - (bal) OpenBSD CVS updates:
3757   - markus@cvs.openbsd.org 2000/11/30 22:54:31
3758     [channels.c]
3759     debug->warn if tried to do -R style fwd w/o client requesting this;
3760     ok neils@
3761   - markus@cvs.openbsd.org 2000/11/29 20:39:17
3762     [cipher.c]
3763     des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
3764   - markus@cvs.openbsd.org 2000/11/30 18:33:05
3765     [ssh-agent.c]
3766     agents must not dump core, ok niels@
3767   - markus@cvs.openbsd.org 2000/11/30 07:04:02
3768     [ssh.1]
3769     T is for both protocols
3770   - markus@cvs.openbsd.org 2000/12/01 00:00:51
3771     [ssh.1]
3772     typo; from green@FreeBSD.org
3773   - markus@cvs.openbsd.org 2000/11/30 07:02:35
3774     [ssh.c]
3775     check -T before isatty()
3776   - provos@cvs.openbsd.org 2000/11/29 13:51:27
3777     [sshconnect.c]
3778     show IP address and hostname when new key is encountered. okay markus@
3779   - markus@cvs.openbsd.org 2000/11/30 22:53:35
3780     [sshconnect.c]
3781     disable agent/x11/port fwding if hostkey has changed; ok niels@
3782   - marksu@cvs.openbsd.org 2000/11/29 21:11:59
3783     [sshd.c]
3784     sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
3785     from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
3786  - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
3787    PAM authentication using KbdInteractive.
3788  - (djm) Added another TODO
3789
3790 20001202
3791  - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
3792  - (bal) Irix need some sort of mansubdir, patch by Michael Stone
3793    <mstone@cs.loyola.edu>
3794
3795 20001129
3796  - (djm) Back out all the serverloop.c hacks. sshd will now hang again
3797    if there are background children with open fds.
3798  - (djm) bsd-rresvport.c bzero -> memset
3799  - (djm) Don't fail in defines.h on absence of 64 bit types (we will
3800    still fail during compilation of sftp-server).
3801  - (djm) Fail if ar is not found during configure
3802  - (djm) OpenBSD CVS updates:
3803    - provos@cvs.openbsd.org  2000/11/22 08:38:31
3804      [sshd.8]
3805      talk about /etc/primes, okay markus@
3806    - markus@cvs.openbsd.org  2000/11/23 14:03:48
3807      [ssh.c sshconnect1.c sshconnect2.c]
3808      complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
3809      defaults
3810    - markus@cvs.openbsd.org  2000/11/25 09:42:53
3811      [sshconnect1.c]
3812      reorder check for illegal ciphers, bugreport from espie@
3813    - markus@cvs.openbsd.org  2000/11/25 10:19:34
3814      [ssh-keygen.c ssh.h]
3815      print keytype when generating a key.
3816      reasonable defaults for RSA1/RSA/DSA keys.
3817  - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
3818    more manpage paths in fixpaths calls
3819  - (djm) Also add xauth path at Pekka's suggestion.
3820  - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
3821
3822 20001125
3823  - (djm) Give up privs when reading seed file
3824
3825 20001123
3826  - (bal) Merge OpenBSD changes:
3827    - markus@cvs.openbsd.org  2000/11/15 22:31:36
3828      [auth-options.c]
3829      case insensitive key options; from stevesk@sweeden.hp.com
3830    - markus@cvs.openbsd.org  2000/11/16 17:55:43
3831      [dh.c]
3832      do not use perror() in sshd, after child is forked()
3833    - markus@cvs.openbsd.org  2000/11/14 23:42:40
3834      [auth-rsa.c]
3835      parse option only if key matches; fix some confusing seen by the client
3836    - markus@cvs.openbsd.org  2000/11/14 23:44:19
3837      [session.c]
3838      check no_agent_forward_flag for ssh-2, too
3839    - markus@cvs.openbsd.org  2000/11/15
3840      [ssh-agent.1]
3841      reorder SYNOPSIS; typo, use .It
3842    - markus@cvs.openbsd.org  2000/11/14 23:48:55
3843      [ssh-agent.c]
3844      do not reorder keys if a key is removed
3845    - markus@cvs.openbsd.org  2000/11/15 19:58:08
3846      [ssh.c]
3847      just ignore non existing user keys
3848    - millert@cvs.openbsd.org  200/11/15 20:24:43
3849      [ssh-keygen.c]
3850      Add missing \n at end of error message.
3851
3852 20001122
3853  - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
3854    are compilable.
3855  - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
3856
3857 20001117
3858  - (bal) Changed from 'primes' to 'primes.out' for consistancy sake.  It
3859    has no affect the output.  Patch by Corinna Vinschen <vinschen@redhat.com>
3860  - (stevesk) Reworked progname support.
3861  - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c.  Patch by
3862    Shinichi Maruyama <marya@st.jip.co.jp>
3863
3864 20001116
3865  - (bal) Added in MAXSYMLINK test in bsd-realpath.c.  Required for some SCO
3866    releases.
3867  - (bal) Make builds work outside of source tree.  Patch by Mark D. Roth
3868    <roth@feep.net>
3869
3870 20001113
3871  - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
3872    contrib/README
3873  - (djm) Merge OpenBSD changes:
3874    - markus@cvs.openbsd.org  2000/11/06 16:04:56
3875      [channels.c channels.h clientloop.c nchan.c serverloop.c]
3876      [session.c ssh.c]
3877      agent forwarding and -R for ssh2, based on work from
3878      jhuuskon@messi.uku.fi
3879    - markus@cvs.openbsd.org  2000/11/06 16:13:27
3880      [ssh.c sshconnect.c sshd.c]
3881      do not disabled rhosts(rsa) if server port > 1024; from
3882      pekkas@netcore.fi
3883    - markus@cvs.openbsd.org  2000/11/06 16:16:35
3884      [sshconnect.c]
3885      downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
3886    - markus@cvs.openbsd.org  2000/11/09 18:04:40
3887      [auth1.c]
3888      typo; from mouring@pconline.com
3889    - markus@cvs.openbsd.org  2000/11/12 12:03:28
3890      [ssh-agent.c]
3891      off-by-one when removing a key from the agent
3892    - markus@cvs.openbsd.org  2000/11/12 12:50:39
3893      [auth-rh-rsa.c auth2.c authfd.c authfd.h]
3894      [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
3895      [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
3896      [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
3897      [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
3898      [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
3899      add support for RSA to SSH2.  please test.
3900      there are now 3 types of keys: RSA1 is used by ssh-1 only,
3901      RSA and DSA are used by SSH2.
3902      you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
3903      keys for SSH2 and use the RSA keys for hostkeys or for user keys.
3904      SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
3905  - (djm) Fix up Makefile and Redhat init script to create RSA host keys
3906  - (djm) Change to interim version
3907  - (djm) Fix RPM spec file stupidity
3908  - (djm) fixpaths to DSA and RSA keys too
3909
3910 20001112
3911  - (bal) SCO Patch to add needed libraries for configure.in.  Patch by
3912    Phillips Porch <root@theporch.com>
3913  - (bal) IRIX patch to adding Job Limits.  Patch by Denis Parker
3914    <dcp@sgi.com>
3915  - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY.  Add error() to
3916    failed ioctl(TIOCSCTTY) call.
3917
3918 20001111
3919  - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
3920    packaging files
3921  - (djm) Fix new Makefile.in warnings
3922  - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
3923    promoted to type int. Report and fix from Dan Astoorian
3924    <djast@cs.toronto.edu>
3925  - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
3926    it wrong. Report from Bennett Todd <bet@rahul.net>
3927
3928 20001110
3929  - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
3930  - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
3931  - (bal) Added in check to verify S/Key library is being detected in
3932    configure.in
3933  - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
3934    Patch by Mark Miller <markm@swoon.net>
3935  - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
3936    to remove warnings under MacOS X.  Patch by Mark Miller <markm@swoon.net>
3937  - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
3938
3939 20001107
3940  - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
3941    Mark Miller <markm@swoon.net>
3942  - (bal) sshd.init files corrected to assign $? to RETVAL.  Patch by
3943    Jarno Huuskonen <jhuuskon@messi.uku.fi>
3944  - (bal) fixpaths fixed to stop it from quitely failing. Patch by
3945    Mark D. Roth <roth@feep.net>
3946
3947 20001106
3948  - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
3949  - (djm) Manually fix up missed diff hunks (mainly RCS idents)
3950  - (djm) Remove UPGRADING document in favour of a link to the better
3951    maintained FAQ on www.openssh.com
3952  - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
3953    <pekkas@netcore.fi>
3954  - (djm) Don't need X11-askpass in RPM spec file if building without it
3955    from Pekka Savola <pekkas@netcore.fi>
3956  - (djm) Release 2.3.0p1
3957  - (bal) typo in configure.in in regards to --with-ldflags from Marko
3958    Asplund <aspa@kronodoc.fi>
3959  - (bal) fixed next-posix.h.  Forgot prototype of getppid().
3960
3961 20001105
3962  - (bal) Sync with OpenBSD:
3963    - markus@cvs.openbsd.org 2000/10/31 9:31:58
3964      [compat.c]
3965      handle all old openssh versions
3966    - markus@cvs.openbsd.org 2000/10/31 13:1853
3967      [deattack.c]
3968      so that large packets do not wrap "n"; from netbsd
3969  - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
3970  - (bal) auth2-skey.c - Checked in.  Missing from portable tree.
3971  - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
3972    setsid() into more common files
3973  - (stevesk) pty.c: use __hpux to identify HP-UX.
3974  - (bal) Missed auth-skey.o in Makefile.in and minor correction to
3975    bsd-waitpid.c
3976
3977 20001029
3978  - (stevesk) Fix typo in auth.c: USE_PAM not PAM
3979  - (stevesk) Create contrib/cygwin/ directory; patch from
3980    Corinna Vinschen <vinschen@redhat.com>
3981  - (bal) Resolved more $xno and $xyes issues in configure.in
3982  - (bal) next-posix.h - spelling and forgot a prototype
3983
3984 20001028
3985  - (djm) fix select hack in serverloop.c from Philippe WILLEM
3986    <Philippe.WILLEM@urssaf.fr>
3987  - (djm) Fix mangled AIXAUTHENTICATE code
3988  - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
3989    <markus.friedl@informatik.uni-erlangen.de>
3990  - (djm) Sync with OpenBSD:
3991    - markus@cvs.openbsd.org  2000/10/16 15:46:32
3992      [ssh.1]
3993      fixes from pekkas@netcore.fi
3994    - markus@cvs.openbsd.org  2000/10/17 14:28:11
3995      [atomicio.c]
3996      return number of characters processed; ok deraadt@
3997    - markus@cvs.openbsd.org  2000/10/18 12:04:02
3998      [atomicio.c]
3999      undo
4000    - markus@cvs.openbsd.org  2000/10/18 12:23:02
4001      [scp.c]
4002      replace atomicio(read,...) with read(); ok deraadt@
4003    - markus@cvs.openbsd.org  2000/10/18 12:42:00
4004      [session.c]
4005      restore old record login behaviour
4006    - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
4007      [auth-skey.c]
4008      fmt string problem in unused code
4009    - provos@cvs.openbsd.org  2000/10/19 10:45:16
4010      [sshconnect2.c]
4011      don't reference freed memory. okay deraadt@
4012    - markus@cvs.openbsd.org  2000/10/21 11:04:23
4013      [canohost.c]
4014      typo, eramore@era-t.ericsson.se; ok niels@
4015    - markus@cvs.openbsd.org  2000/10/23 13:31:55
4016      [cipher.c]
4017      non-alignment dependent swap_bytes(); from
4018      simonb@wasabisystems.com/netbsd
4019    - markus@cvs.openbsd.org  2000/10/26 12:38:28
4020      [compat.c]
4021      add older vandyke products
4022    - markus@cvs.openbsd.org  2000/10/27 01:32:19
4023      [channels.c channels.h clientloop.c serverloop.c session.c]
4024      [ssh.c util.c]
4025      enable non-blocking IO on channels, and tty's (except for the
4026      client ttys).
4027
4028 20001027
4029  - (djm) Increase REKEY_BYTES to 2^24 for arc4random
4030
4031 20001025
4032  - (djm) Added WARNING.RNG file and modified configure to ask users of the
4033    builtin entropy code to read it.
4034  - (djm) Prefer builtin regex to PCRE.
4035  - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
4036  - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
4037    <proski@gnu.org>
4038
4039 20001020
4040  - (djm) Don't define _REENTRANT for SNI/Reliant Unix
4041  - (bal) Imported NEWS-OS waitpid() macros into NeXT.  Since implementation
4042    is more correct then current version.
4043
4044 20001018
4045  - (stevesk) Add initial support for setproctitle().  Current
4046    support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
4047  - (stevesk) Add egd startup scripts to contrib/hpux/
4048
4049 20001017
4050  - (djm) Add -lregex to cywin libs from Corinna Vinschen
4051    <vinschen@cygnus.com>
4052  - (djm) Don't rely on atomicio's retval to determine length of askpass
4053    supplied passphrase. Problem report from Lutz Jaenicke
4054    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4055  - (bal) Changed from GNU rx to PCRE on suggestion from djm.
4056  - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
4057    <nakaji@tutrp.tut.ac.jp>
4058
4059 20001016
4060  - (djm) Sync with OpenBSD:
4061    - markus@cvs.openbsd.org  2000/10/14 04:01:15
4062      [cipher.c]
4063      debug3
4064    - markus@cvs.openbsd.org  2000/10/14 04:07:23
4065      [scp.c]
4066      remove spaces from arguments; from djm@mindrot.org
4067    - markus@cvs.openbsd.org  2000/10/14 06:09:46
4068      [ssh.1]
4069      Cipher is for SSH-1 only
4070    - markus@cvs.openbsd.org  2000/10/14 06:12:09
4071      [servconf.c servconf.h serverloop.c session.c sshd.8]
4072      AllowTcpForwarding; from naddy@
4073    - markus@cvs.openbsd.org  2000/10/14 06:16:56
4074      [auth2.c compat.c compat.h sshconnect2.c version.h]
4075      OpenSSH_2.3; note that is is not complete, but the version number
4076      needs to be changed for interoperability reasons
4077    - markus@cvs.openbsd.org  2000/10/14 06:19:45
4078      [auth-rsa.c]
4079      do not send RSA challenge if key is not allowed by key-options; from
4080      eivind@ThinkSec.com
4081    - markus@cvs.openbsd.org  2000/10/15 08:14:01
4082      [rijndael.c session.c]
4083      typos; from stevesk@sweden.hp.com
4084    - markus@cvs.openbsd.org  2000/10/15 08:18:31
4085      [rijndael.c]
4086      typo
4087  - (djm) Copy manpages back over from OpenBSD - too tedious to wade
4088    through diffs
4089  - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
4090    <pekkas@netcore.fi>
4091  - (djm) Update version in Redhat spec file
4092  - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
4093    Redhat 7.0 spec file
4094  - (djm) Make inability to read/write PRNG seedfile non-fatal
4095
4096
4097 20001015
4098  - (djm) Fix ssh2 hang on background processes at logout.
4099
4100 20001014
4101  - (bal) Add support for realpath and getcwd for platforms with broken
4102    or missing realpath implementations for sftp-server.
4103  - (bal) Corrected mistake in INSTALL in regards to GNU rx library
4104  - (bal) Add support for GNU rx library for those lacking regexp support
4105  - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
4106  - (djm) Revert SSH2 serverloop hack, will find a better way.
4107  - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
4108    from Martin Johansson <fatbob@acc.umu.se>
4109  - (djm) Big OpenBSD sync:
4110    - markus@cvs.openbsd.org  2000/09/30 10:27:44
4111      [log.c]
4112      allow loglevel debug
4113    - markus@cvs.openbsd.org  2000/10/03 11:59:57
4114      [packet.c]
4115      hmac->mac
4116    - markus@cvs.openbsd.org  2000/10/03 12:03:03
4117      [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
4118      move fake-auth from auth1.c to individual auth methods, disables s/key in
4119      debug-msg
4120    - markus@cvs.openbsd.org  2000/10/03 12:16:48
4121      ssh.c
4122      do not resolve canonname, i have no idea why this was added oin ossh
4123    - markus@cvs.openbsd.org  2000/10/09 15:30:44
4124      ssh-keygen.1 ssh-keygen.c
4125      -X now reads private ssh.com DSA keys, too.
4126    - markus@cvs.openbsd.org  2000/10/09 15:32:34
4127      auth-options.c
4128      clear options on every call.
4129    - markus@cvs.openbsd.org  2000/10/09 15:51:00
4130      authfd.c authfd.h
4131      interop with ssh-agent2, from <res@shore.net>
4132    - markus@cvs.openbsd.org  2000/10/10 14:20:45
4133      compat.c
4134      use rexexp for version string matching
4135    - provos@cvs.openbsd.org  2000/10/10 22:02:18
4136      [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
4137      First rough implementation of the diffie-hellman group exchange.  The
4138      client can ask the server for bigger groups to perform the diffie-hellman
4139      in, thus increasing the attack complexity when using ciphers with longer
4140      keys.  University of Windsor provided network, T the company.
4141    - markus@cvs.openbsd.org  2000/10/11 13:59:52
4142      [auth-rsa.c auth2.c]
4143      clear auth options unless auth sucessfull
4144    - markus@cvs.openbsd.org  2000/10/11 14:00:27
4145      [auth-options.h]
4146      clear auth options unless auth sucessfull
4147    - markus@cvs.openbsd.org  2000/10/11 14:03:27
4148      [scp.1 scp.c]
4149      support 'scp -o' with help from mouring@pconline.com
4150    - markus@cvs.openbsd.org  2000/10/11 14:11:35
4151      [dh.c]
4152      Wall
4153    - markus@cvs.openbsd.org  2000/10/11 14:14:40
4154      [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
4155      [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
4156      add support for s/key (kbd-interactive) to ssh2, based on work by
4157      mkiernan@avantgo.com and me
4158    - markus@cvs.openbsd.org  2000/10/11 14:27:24
4159      [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
4160      [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
4161      [sshconnect2.c sshd.c]
4162      new cipher framework
4163    - markus@cvs.openbsd.org  2000/10/11 14:45:21
4164      [cipher.c]
4165      remove DES
4166    - markus@cvs.openbsd.org  2000/10/12 03:59:20
4167      [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
4168      enable DES in SSH-1 clients only
4169    - markus@cvs.openbsd.org  2000/10/12 08:21:13
4170      [kex.h packet.c]
4171      remove unused
4172    - markus@cvs.openbsd.org  2000/10/13 12:34:46
4173      [sshd.c]
4174      Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
4175    - markus@cvs.openbsd.org  2000/10/13 12:59:15
4176      [cipher.c cipher.h myproposal.h  rijndael.c rijndael.h]
4177      rijndael/aes support
4178    - markus@cvs.openbsd.org  2000/10/13 13:10:54
4179      [sshd.8]
4180      more info about -V
4181    - markus@cvs.openbsd.org  2000/10/13 13:12:02
4182      [myproposal.h]
4183      prefer no compression
4184  - (djm) Fix scp user@host handling
4185  - (djm) Don't clobber ssh_prng_cmds on install
4186  - (stevesk) Include config.h in rijndael.c so we define intXX_t and
4187    u_intXX_t types on all platforms.
4188  - (stevesk) rijndael.c: cleanup missing declaration warnings.
4189  - (stevesk) ~/.hushlogin shouldn't cause required password change to
4190    be bypassed.
4191  - (stevesk) Display correct path to ssh-askpass in configure output.
4192    Report from Lutz Jaenicke.
4193
4194 20001007
4195  - (stevesk) Print PAM return value in PAM log messages to aid
4196    with debugging.
4197  - (stevesk) Fix detection of pw_class struct member in configure;
4198    patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
4199
4200 20001002
4201  - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
4202  - (djm) Add host system and CC to end-of-configure report. Suggested by
4203    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4204
4205 20000931
4206  - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
4207
4208 20000930
4209  - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
4210  - (djm) Support in bsd-snprintf.c for long long conversions from
4211    Ben Lindstrom <mouring@pconline.com>
4212  - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
4213  - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
4214    very short lived X connections. Bug report from Tobias Oetiker
4215    <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
4216  - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
4217    patch from Pekka Savola <pekkas@netcore.fi>
4218  - (djm) Forgot to cvs add LICENSE file
4219  - (djm) Add LICENSE to RPM spec files
4220  - (djm) CVS OpenBSD sync:
4221    - markus@cvs.openbsd.org  2000/09/26 13:59:59
4222      [clientloop.c]
4223      use debug2
4224    - markus@cvs.openbsd.org  2000/09/27 15:41:34
4225      [auth2.c sshconnect2.c]
4226      use key_type()
4227    - markus@cvs.openbsd.org  2000/09/28 12:03:18
4228      [channels.c]
4229      debug -> debug2 cleanup
4230  - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
4231    strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
4232    <Alain.St-Denis@ec.gc.ca>
4233  - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
4234    Problem was caused by interrupted read in ssh-add. Report from Donald
4235    J. Barry <don@astro.cornell.edu>
4236
4237 20000929
4238  - (djm) Fix SSH2 not terminating until all background tasks done problem.
4239  - (djm) Another off-by-one fix from Pavel Kankovsky
4240    <peak@argo.troja.mff.cuni.cz>
4241  - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
4242    tidy necessary differences. Use Markus' new debugN() in entropy.c
4243  - (djm) Merged big SCO portability patch from Tim Rice
4244    <tim@multitalents.net>
4245
4246 20000926
4247  - (djm) Update X11-askpass to 1.0.2 in RPM spec file
4248  - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
4249  - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
4250    Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
4251
4252 20000924
4253  - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
4254  - (djm) A bit more cleanup - created cygwin_util.h
4255  - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
4256    <markm@swoon.net>
4257
4258 20000923
4259  - (djm) Fix address logging in utmp from Kevin Steves
4260    <stevesk@sweden.hp.com>
4261  - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
4262  - (djm) Seperate tests for int64_t and u_int64_t types
4263  - (djm) Tweak password expiry checking at suggestion of Kevin Steves
4264    <stevesk@sweden.hp.com>
4265  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
4266  - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
4267    Michael Stone <mstone@cs.loyola.edu>
4268  - (djm) OpenBSD CVS sync:
4269    - markus@cvs.openbsd.org  2000/09/17 09:38:59
4270      [sshconnect2.c sshd.c]
4271      fix DEBUG_KEXDH
4272    - markus@cvs.openbsd.org  2000/09/17 09:52:51
4273      [sshconnect.c]
4274      yes no; ok niels@
4275    - markus@cvs.openbsd.org  2000/09/21 04:55:11
4276      [sshd.8]
4277      typo
4278    - markus@cvs.openbsd.org  2000/09/21 05:03:54
4279      [serverloop.c]
4280      typo
4281    - markus@cvs.openbsd.org  2000/09/21 05:11:42
4282      scp.c
4283      utime() to utimes(); mouring@pconline.com
4284    - markus@cvs.openbsd.org  2000/09/21 05:25:08
4285      sshconnect2.c
4286      change login logic in ssh2, allows plugin of other auth methods
4287    - markus@cvs.openbsd.org  2000/09/21 05:25:35
4288      [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
4289      [serverloop.c]
4290      add context to dispatch_run
4291    - markus@cvs.openbsd.org  2000/09/21 05:07:52
4292      authfd.c authfd.h ssh-agent.c
4293      bug compat for old ssh.com software
4294
4295 20000920
4296  - (djm) Fix bad path substitution. Report from Andrew Miner
4297    <asminer@cs.iastate.edu>
4298
4299 20000916
4300  - (djm) Fix SSL search order from Lutz Jaenicke
4301    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4302  - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
4303  - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
4304  - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
4305    Patch from Larry Jones <larry.jones@sdrc.com>
4306  - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
4307    password change patch.
4308  - (djm) Bring licenses on my stuff in line with OpenBSD's
4309  - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
4310    Kevin Steves <stevesk@sweden.hp.com>
4311  - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
4312  - (djm) Re-enable int64_t types - we need them for sftp
4313  - (djm) Use libexecdir from configure , rather than libexecdir/ssh
4314  - (djm) Update Redhat SPEC file accordingly
4315  - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
4316  - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
4317  - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
4318    <Dirk.DeWachter@rug.ac.be>
4319  - (djm) Fixprogs and entropy list fixes from Larry Jones
4320    <larry.jones@sdrc.com>
4321  - (djm) Fix for SuSE spec file from Takashi YOSHIDA
4322    <tyoshida@gemini.rc.kyushu-u.ac.jp>
4323  - (djm) Merge OpenBSD changes:
4324    - markus@cvs.openbsd.org  2000/09/05 02:59:57
4325      [session.c]
4326      print hostname (not hushlogin)
4327    - markus@cvs.openbsd.org  2000/09/05 13:18:48
4328      [authfile.c ssh-add.c]
4329      enable ssh-add -d for DSA keys
4330    - markus@cvs.openbsd.org  2000/09/05 13:20:49
4331      [sftp-server.c]
4332      cleanup
4333    - markus@cvs.openbsd.org  2000/09/06 03:46:41
4334      [authfile.h]
4335      prototype
4336    - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
4337      [ALL]
4338      cleanup copyright notices on all files.  I have attempted to be
4339      accurate with the details.  everything is now under Tatu's licence
4340      (which I copied from his readme), and/or the core-sdi bsd-ish thing
4341      for deattack, or various openbsd developers under a 2-term bsd
4342      licence.  We're not changing any rules, just being accurate.
4343    - markus@cvs.openbsd.org  2000/09/07 14:40:30
4344      [channels.c channels.h clientloop.c serverloop.c ssh.c]
4345      cleanup window and packet sizes for ssh2 flow control; ok niels
4346    - markus@cvs.openbsd.org  2000/09/07 14:53:00
4347      [scp.c]
4348      typo
4349    - markus@cvs.openbsd.org  2000/09/07 15:13:37
4350      [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
4351      [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
4352      [pty.c readconf.c]
4353      some more Copyright fixes
4354    - markus@cvs.openbsd.org  2000/09/08 03:02:51
4355      [README.openssh2]
4356      bye bye
4357    - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
4358      [LICENCE cipher.c]
4359      a few more comments about it being ARC4 not RC4
4360    - markus@cvs.openbsd.org  2000/09/12 14:53:11
4361      [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
4362      multiple debug levels
4363    - markus@cvs.openbsd.org  2000/09/14 14:25:15
4364      [clientloop.c]
4365      typo
4366    - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
4367      [ssh-agent.c]
4368      check return value for setenv(3) for failure, and deal appropriately
4369
4370 20000913
4371  - (djm) Fix server not exiting with jobs in background.
4372
4373 20000905
4374  - (djm) Import OpenBSD CVS changes
4375    - markus@cvs.openbsd.org  2000/08/31 15:52:24
4376      [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
4377      implement a SFTP server. interops with sftp2, scp2 and the windows
4378      client from ssh.com
4379    - markus@cvs.openbsd.org  2000/08/31 15:56:03
4380      [README.openssh2]
4381      sync
4382    - markus@cvs.openbsd.org  2000/08/31 16:05:42
4383      [session.c]
4384      Wall
4385    - markus@cvs.openbsd.org  2000/08/31 16:09:34
4386      [authfd.c ssh-agent.c]
4387      add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
4388    - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
4389      [scp.1 scp.c]
4390      cleanup and fix -S support; stevesk@sweden.hp.com
4391    - markus@cvs.openbsd.org  2000/09/01 16:29:32
4392      [sftp-server.c]
4393      portability fixes
4394    - markus@cvs.openbsd.org  2000/09/01 16:32:41
4395      [sftp-server.c]
4396      fix cast; mouring@pconline.com
4397    - itojun@cvs.openbsd.org  2000/09/03 09:23:28
4398      [ssh-add.1 ssh.1]
4399      add missing .El against .Bl.
4400    - markus@cvs.openbsd.org  2000/09/04 13:03:41
4401      [session.c]
4402      missing close; ok theo
4403    - markus@cvs.openbsd.org  2000/09/04 13:07:21
4404      [session.c]
4405      fix get_last_login_time order; from andre@van-veen.de
4406    - markus@cvs.openbsd.org  2000/09/04 13:10:09
4407      [sftp-server.c]
4408      more cast fixes; from mouring@pconline.com
4409    - markus@cvs.openbsd.org  2000/09/04 13:06:04
4410      [session.c]
4411      set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
4412  - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
4413  - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
4414
4415 20000903
4416  - (djm) Fix Redhat init script
4417
4418 20000901
4419  - (djm) Pick up Jim's new X11-askpass
4420  - (djm) Release 2.2.0p1
4421
4422 20000831
4423  - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
4424    <acox@cv.telegroup.com>
4425  - (djm) Pick up new version (2.2.0) from OpenBSD CVS
4426
4427 20000830
4428  - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
4429  - (djm) Periodically rekey arc4random
4430  - (djm) Clean up diff against OpenBSD.
4431  - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
4432    <stevesk@sweden.hp.com>
4433  - (djm) Quieten the pam delete credentials error message
4434  - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
4435    Kevin Steves <stevesk@sweden.hp.com>
4436  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
4437  - (djm) Fix doh in bsd-arc4random.c
4438
4439 20000829
4440  - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
4441    Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
4442    Garrick James <garrick@james.net>
4443  - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
4444    Bastian Trompetter <btrompetter@firemail.de>
4445  - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
4446  - More OpenBSD updates:
4447    - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
4448      [scp.c]
4449      off_t in sink, to fix files > 2GB, i think, test is still running ;-)
4450    - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
4451      [session.c]
4452      Wall
4453    - markus@cvs.openbsd.org  2000/08/26 04:33:43
4454      [compat.c]
4455      ssh.com-2.3.0
4456    - markus@cvs.openbsd.org  2000/08/27 12:18:05
4457      [compat.c]
4458      compatibility with future ssh.com versions
4459    - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
4460      [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
4461      print uid/gid as unsigned
4462    - markus@cvs.openbsd.org  2000/08/28 13:51:00
4463      [ssh.c]
4464      enable -n and -f for ssh2
4465    - markus@cvs.openbsd.org  2000/08/28 14:19:53
4466      [ssh.c]
4467      allow combination of -N and -f
4468    - markus@cvs.openbsd.org  2000/08/28 14:20:56
4469      [util.c]
4470      util.c
4471    - markus@cvs.openbsd.org  2000/08/28 14:22:02
4472      [util.c]
4473      undo
4474    - markus@cvs.openbsd.org  2000/08/28 14:23:38
4475      [util.c]
4476      don't complain if setting NONBLOCK fails with ENODEV
4477
4478 20000823
4479  - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
4480    Avoids "scp never exits" problem. Reports from Lutz Jaenicke
4481    <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
4482    <kajiyama@grad.sccs.chukyo-u.ac.jp>
4483  - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
4484  - (djm) Add local version to version.h
4485  - (djm) Don't reseed arc4random everytime it is used
4486  - (djm) OpenBSD CVS updates:
4487    - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
4488      [ssh.c]
4489      accept remsh as a valid name as well; roman@buildpoint.com
4490    - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
4491      [deattack.c crc32.c packet.c]
4492      rename crc32() to ssh_crc32() to avoid zlib name clash.  do not move to
4493      libz crc32 function yet, because it has ugly "long"'s in it;
4494      oneill@cs.sfu.ca
4495    - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
4496      [scp.1 scp.c]
4497      -S prog support; tv@debian.org
4498    - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
4499      [scp.c]
4500      knf
4501    - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
4502      [log-client.c]
4503      shorten
4504    - markus@cvs.openbsd.org  2000/08/19 12:48:11
4505      [channels.c channels.h clientloop.c ssh.c ssh.h]
4506      support for ~. in ssh2
4507    - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
4508      [crc32.h]
4509      proper prototype
4510    - markus@cvs.openbsd.org  2000/08/19 15:34:44
4511      [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
4512      [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
4513      [fingerprint.c fingerprint.h]
4514      add SSH2/DSA support to the agent and some other DSA related cleanups.
4515      (note that we cannot talk to ssh.com's ssh2 agents)
4516    - markus@cvs.openbsd.org  2000/08/19 15:55:52
4517      [channels.c channels.h clientloop.c]
4518      more ~ support for ssh2
4519    - markus@cvs.openbsd.org  2000/08/19 16:21:19
4520      [clientloop.c]
4521      oops
4522    - millert@cvs.openbsd.org 2000/08/20 12:25:53
4523      [session.c]
4524      We have to stash the result of get_remote_name_or_ip() before we
4525      close our socket or getpeername() will get EBADF and the process
4526      will exit.  Only a problem for "UseLogin yes".
4527    - millert@cvs.openbsd.org 2000/08/20 12:30:59
4528      [session.c]
4529      Only check /etc/nologin if "UseLogin no" since login(1) may have its
4530      own policy on determining who is allowed to login when /etc/nologin
4531      is present.  Also use the _PATH_NOLOGIN define.
4532    - millert@cvs.openbsd.org 2000/08/20 12:42:43
4533      [auth1.c auth2.c session.c ssh.c]
4534      Add calls to setusercontext() and login_get*().  We basically call
4535      setusercontext() in most places where previously we did a setlogin().
4536      Add default login.conf file and put root in the "daemon" login class.
4537    - millert@cvs.openbsd.org 2000/08/21 10:23:31
4538      [session.c]
4539      Fix incorrect PATH setting; noted by Markus.
4540
4541 20000818
4542  - (djm) OpenBSD CVS changes:
4543    - markus@cvs.openbsd.org  2000/07/22 03:14:37
4544      [servconf.c servconf.h sshd.8 sshd.c sshd_config]
4545      random early drop; ok theo, niels
4546    - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
4547      [ssh.1]
4548      typo
4549    - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
4550      [sshd.8]
4551      many fixes from pepper@mail.reppep.com
4552    - provos@cvs.openbsd.org  2000/08/01 13:01:42
4553      [Makefile.in util.c aux.c]
4554      rename aux.c to util.c to help with cygwin port
4555    - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
4556      [authfd.c]
4557      correct sun_len; Alexander@Leidinger.net
4558    - provos@cvs.openbsd.org  2000/08/02 10:27:17
4559      [readconf.c sshd.8]
4560      disable kerberos authentication by default
4561    - provos@cvs.openbsd.org  2000/08/02 11:27:05
4562      [sshd.8 readconf.c auth-krb4.c]
4563      disallow kerberos authentication if we can't verify the TGT; from
4564      dugsong@
4565      kerberos authentication is on by default only if you have a srvtab.
4566    - markus@cvs.openbsd.org  2000/08/04 14:30:07
4567      [auth.c]
4568      unused
4569    - markus@cvs.openbsd.org  2000/08/04 14:30:35
4570      [sshd_config]
4571      MaxStartups
4572    - markus@cvs.openbsd.org  2000/08/15 13:20:46
4573      [authfd.c]
4574      cleanup; ok niels@
4575    - markus@cvs.openbsd.org  2000/08/17 14:05:10
4576      [session.c]
4577      cleanup login(1)-like jobs, no duplicate utmp entries
4578    - markus@cvs.openbsd.org  2000/08/17 14:06:34
4579      [session.c sshd.8 sshd.c]
4580       sshd -u len, similar to telnetd
4581  - (djm) Lastlog was not getting closed after writing login entry
4582  - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
4583
4584 20000816
4585  - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
4586  - (djm) Fix strerror replacement for old SunOS. Based on patch from
4587    Charles Levert <charles@comm.polymtl.ca>
4588  - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
4589    implementation.
4590  - (djm) SUN_LEN macro for systems which lack it
4591
4592 20000815
4593  - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
4594  - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
4595    Michael Stone <mstone@cs.loyola.edu>
4596  - (djm) Don't seek in directory based lastlogs
4597  - (djm) Fix --with-ipaddr-display configure option test. Patch from
4598    Jarno Huuskonen <jhuuskon@messi.uku.fi>
4599  - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4600
4601 20000813
4602  - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
4603    Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
4604
4605 20000809
4606  - (djm) Define AIX hard limits if headers don't. Report from
4607    Bill Painter <william.t.painter@lmco.com>
4608  - (djm) utmp direct write & SunOS 4 patch from Charles Levert
4609    <charles@comm.polymtl.ca>
4610
4611 20000808
4612  - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
4613    time, spec file cleanup.
4614
4615 20000807
4616  - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
4617  - (djm) Suppress error messages on channel close shutdown() failurs
4618    works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
4619  - (djm) Add some more entropy collection commands from Lutz Jaenicke
4620
4621 20000725
4622  - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
4623
4624 20000721
4625  - (djm) OpenBSD CVS updates:
4626    - markus@cvs.openbsd.org  2000/07/16 02:27:22
4627      [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
4628      [sshconnect1.c sshconnect2.c]
4629      make ssh-add accept dsa keys (the agent does not)
4630    - djm@cvs.openbsd.org     2000/07/17 19:25:02
4631      [sshd.c]
4632      Another closing of stdin; ok deraadt
4633    - markus@cvs.openbsd.org  2000/07/19 18:33:12
4634      [dsa.c]
4635      missing free, reorder
4636    - markus@cvs.openbsd.org  2000/07/20 16:23:14
4637      [ssh-keygen.1]
4638      document input and output files
4639
4640 20000720
4641  - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
4642
4643 20000716
4644  - (djm) Release 2.1.1p4
4645
4646 20000715
4647  - (djm) OpenBSD CVS updates
4648    - provos@cvs.openbsd.org  2000/07/13 16:53:22
4649      [aux.c readconf.c servconf.c ssh.h]
4650      allow multiple whitespace but only one '=' between tokens, bug report from
4651      Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
4652    - provos@cvs.openbsd.org  2000/07/13 17:14:09
4653      [clientloop.c]
4654      typo; todd@fries.net
4655    - provos@cvs.openbsd.org  2000/07/13 17:19:31
4656      [scp.c]
4657      close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
4658    - markus@cvs.openbsd.org  2000/07/14 16:59:46
4659      [readconf.c servconf.c]
4660      allow leading whitespace. ok niels
4661    - djm@cvs.openbsd.org     2000/07/14 22:01:38
4662      [ssh-keygen.c ssh.c]
4663      Always create ~/.ssh with mode 700; ok Markus
4664  - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
4665    - Include floatingpoint.h for entropy.c
4666    - strerror replacement
4667
4668 20000712
4669  - (djm) Remove -lresolve for Reliant Unix
4670  - (djm) OpenBSD CVS Updates:
4671    - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
4672      [session.c sshd.c ]
4673      make MaxStartups code still work with -d; djm
4674    - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
4675      [readconf.c ssh_config]
4676      disable FallBackToRsh by default
4677  - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
4678    Ben Lindstrom <mouring@pconline.com>
4679  - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
4680    spec file.
4681  - (djm) Released 2.1.1p3
4682
4683 20000711
4684  - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
4685    <tbert@abac.com>
4686  - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
4687  - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
4688    <mouring@pconline.com>
4689  - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
4690    from Jim Watt <jimw@peisj.pebio.com>
4691  - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
4692    to compile on more platforms (incl NeXT).
4693  - (djm) Added bsd-inet_aton and configure support for NeXT
4694  - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
4695  - (djm) OpenBSD CVS updates:
4696    - markus@cvs.openbsd.org  2000/06/26 03:22:29
4697      [authfd.c]
4698      cleanup, less cut&paste
4699    - markus@cvs.openbsd.org  2000/06/26 15:59:19
4700      [servconf.c servconf.h session.c sshd.8 sshd.c]
4701      MaxStartups: limit number of unauthenticated connections, work by
4702      theo and me
4703    - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
4704      [session.c]
4705      use no_x11_forwarding_flag correctly; provos ok
4706    - provos@cvs.openbsd.org  2000/07/05 15:35:57
4707      [sshd.c]
4708      typo
4709    - aaron@cvs.openbsd.org   2000/07/05 22:06:58
4710      [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
4711      Insert more missing .El directives. Our troff really should identify
4712      these and spit out a warning.
4713    - todd@cvs.openbsd.org    2000/07/06 21:55:04
4714      [auth-rsa.c auth2.c ssh-keygen.c]
4715      clean code is good code
4716    - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
4717      [serverloop.c]
4718      sense of port forwarding flag test was backwards
4719    - provos@cvs.openbsd.org  2000/07/08 17:17:31
4720      [compat.c readconf.c]
4721      replace strtok with strsep; from David Young <dyoung@onthejob.net>
4722    - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
4723      [auth.h]
4724      KNF
4725    - ho@cvs.openbsd.org      2000/07/08 19:27:33
4726      [compat.c readconf.c]
4727      Better conditions for strsep() ending.
4728    - ho@cvs.openbsd.org      2000/07/10 10:27:05
4729      [readconf.c]
4730      Get the correct message on errors. (niels@ ok)
4731    - ho@cvs.openbsd.org      2000/07/10 10:30:25
4732      [cipher.c kex.c servconf.c]
4733      strtok() --> strsep(). (niels@ ok)
4734  - (djm) Fix problem with debug mode and MaxStartups
4735  - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
4736    builds)
4737  - (djm) Add strsep function from OpenBSD libc for systems that lack it
4738
4739 20000709
4740  - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
4741    Kevin Steves <stevesk@sweden.hp.com>
4742  - (djm) Match prototype and function declaration for rresvport_af.
4743    Problem report from Niklas Edmundsson <nikke@ing.umu.se>
4744  - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
4745    builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
4746  - (djm) Replace ut_name with ut_user. Patch from Jim Watt
4747    <jimw@peisj.pebio.com>
4748  - (djm) Fix pam sprintf fix
4749  - (djm) Cleanup entropy collection code a little more. Split initialisation
4750    from seeding, perform intialisation immediatly at start, be careful with
4751    uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
4752  - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
4753    Including sigaction() et al. replacements
4754  - (djm) AIX getuserattr() session initialisation from Tom Bertelson
4755    <tbert@abac.com>
4756
4757 20000708
4758  - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
4759    Aaron Hopkins <aaron@die.net>
4760  - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
4761    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4762  - (djm) Fixed undefined variables for OSF SIA. Report from
4763    Baars, Henk <Hendrik.Baars@nl.origin-it.com>
4764  - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
4765    Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
4766  - (djm) Don't use inet_addr.
4767
4768 20000702
4769  - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
4770  - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
4771    on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
4772  - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
4773    Chris, the Young One <cky@pobox.com>
4774  - (djm) Fix scp progress meter on really wide terminals. Based on patch
4775    from James H. Cloos Jr. <cloos@jhcloos.com>
4776
4777 20000701
4778  - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
4779  - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
4780  - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
4781    <vinschen@cygnus.com>
4782  - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
4783  - (djm) Added check for broken snprintf() functions which do not correctly
4784    terminate output string and attempt to use replacement.
4785  - (djm) Released 2.1.1p2
4786
4787 20000628
4788  - (djm) Fixes to lastlog code for Irix
4789  - (djm) Use atomicio in loginrec
4790  - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
4791    Irix 6.x array sessions, project id's, and system audit trail id.
4792  - (djm) Added 'distprep' make target to simplify packaging
4793  - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
4794    support. Enable using "USE_SIA=1 ./configure [options]"
4795
4796 20000627
4797  - (djm) Fixes to login code - not setting li->uid, cleanups
4798  - (djm) Formatting
4799
4800 20000626
4801  - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
4802  - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
4803  - (djm) Added password expiry checking (no password change support)
4804  - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
4805    based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4806  - (djm) Fix fixed EGD code.
4807  - OpenBSD CVS update
4808    - provos@cvs.openbsd.org  2000/06/25 14:17:58
4809      [channels.c]
4810      correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
4811
4812 20000623
4813  - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
4814    Svante Signell <svante.signell@telia.com>
4815  - (djm) Autoconf logic to define sa_family_t if it is missing
4816  - OpenBSD CVS Updates:
4817    - markus@cvs.openbsd.org  2000/06/22 10:32:27
4818      [sshd.c]
4819      missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
4820    - djm@cvs.openbsd.org     2000/06/22 17:55:00
4821      [auth-krb4.c key.c radix.c uuencode.c]
4822      Missing CVS idents; ok markus
4823
4824 20000622
4825  - (djm) Automatically generate host key during "make install". Suggested
4826    by Gary E. Miller <gem@rellim.com>
4827  - (djm) Paranoia before kill() system call
4828  - OpenBSD CVS Updates:
4829    - markus@cvs.openbsd.org  2000/06/18 18:50:11
4830      [auth2.c compat.c compat.h sshconnect2.c]
4831      make userauth+pubkey interop with ssh.com-2.2.0
4832    - markus@cvs.openbsd.org  2000/06/18 20:56:17
4833      [dsa.c]
4834      mem leak + be more paranoid in dsa_verify.
4835    - markus@cvs.openbsd.org  2000/06/18 21:29:50
4836      [key.c]
4837      cleanup fingerprinting, less hardcoded sizes
4838    - markus@cvs.openbsd.org  2000/06/19 19:39:45
4839      [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
4840      [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
4841      [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
4842      [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
4843      [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
4844      [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
4845      [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
4846      [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
4847      [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
4848      OpenBSD tag
4849    - markus@cvs.openbsd.org  2000/06/21 10:46:10
4850      sshconnect2.c missing free; nuke old comment
4851
4852 20000620
4853  - (djm) Replace use of '-o' and '-a' logical operators in configure tests
4854    with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx>
4855    to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
4856  - (djm) Typo in loginrec.c
4857
4858 20000618
4859  - (djm) Add summary of configure options to end of ./configure run
4860  - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
4861    Michael Stone <mstone@cs.loyola.edu>
4862  - (djm) rusage is a privileged operation on some Unices (incl.
4863    Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
4864  - (djm) Avoid PAM failures when running without a TTY. Report from
4865    Martin Petrak <petrak@spsknm.schools.sk>
4866  - (djm) Include sys/types.h when including netinet/in.h in configure tests.
4867    Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
4868  - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
4869  - OpenBSD CVS updates:
4870    - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
4871      [channels.c]
4872      everyone says "nix it" (remove protocol 2 debugging message)
4873    - markus@cvs.openbsd.org  2000/06/17 13:24:34
4874      [sshconnect.c]
4875      allow extended server banners
4876    - markus@cvs.openbsd.org  2000/06/17 14:30:10
4877      [sshconnect.c]
4878      missing atomicio, typo
4879    - jakob@cvs.openbsd.org   2000/06/17 16:52:34
4880      [servconf.c servconf.h session.c sshd.8 sshd_config]
4881      add support for ssh v2 subsystems. ok markus@.
4882    - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
4883      [readconf.c servconf.c]
4884      include = in WHITESPACE; markus ok
4885    - markus@cvs.openbsd.org  2000/06/17 19:09:10
4886      [auth2.c]
4887      implement bug compatibility with ssh-2.0.13 pubkey, server side
4888    - markus@cvs.openbsd.org  2000/06/17 21:00:28
4889      [compat.c]
4890      initial support for ssh.com's 2.2.0
4891    - markus@cvs.openbsd.org  2000/06/17 21:16:09
4892      [scp.c]
4893      typo
4894    - markus@cvs.openbsd.org  2000/06/17 22:05:02
4895      [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
4896      split auth-rsa option parsing into auth-options
4897      add options support to authorized_keys2
4898    - markus@cvs.openbsd.org  2000/06/17 22:42:54
4899      [session.c]
4900      typo
4901
4902 20000613
4903  - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
4904   - Platform define for SCO 3.x which breaks on /dev/ptmx
4905   - Detect and try to fix missing MAXPATHLEN
4906  - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
4907    <P.S.S.Camp@ukc.ac.uk>
4908
4909 20000612
4910  - (djm) Glob manpages in RPM spec files to catch compressed files
4911  - (djm) Full license in auth-pam.c
4912  - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
4913  - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
4914   - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
4915      def'd
4916   - Set AIX to use preformatted manpages
4917
4918 20000610
4919  - (djm) Minor doc tweaks
4920  - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
4921
4922 20000609
4923  - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
4924    (in favour of utmpx) on Solaris 8
4925
4926 20000606
4927  - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
4928    list of commands (by default). Removed verbose debugging (by default).
4929  - (djm) Increased command entropy estimates and default entropy collection
4930    timeout
4931  - (djm) Remove duplicate headers from loginrec.c
4932  - (djm) Don't add /usr/local/lib to library search path on Irix
4933  - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
4934    <tibbs@math.uh.edu>
4935  - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
4936    <zack@wolery.cumb.org>
4937  - (djm) OpenBSD CVS updates:
4938   - todd@cvs.openbsd.org
4939     [sshconnect2.c]
4940     teach protocol v2 to count login failures properly and also enable an
4941     explanation of why the password prompt comes up again like v1; this is NOT
4942     crypto
4943   - markus@cvs.openbsd.org
4944     [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
4945     xauth_location support; pr 1234
4946     [readconf.c sshconnect2.c]
4947     typo, unused
4948     [session.c]
4949     allow use_login only for login sessions, otherwise remote commands are
4950     execed with uid==0
4951     [sshd.8]
4952     document UseLogin better
4953     [version.h]
4954     OpenSSH 2.1.1
4955     [auth-rsa.c]
4956     fix match_hostname() logic for auth-rsa: deny access if we have a
4957     negative match or no match at all
4958     [channels.c hostfile.c match.c]
4959     don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
4960     kris@FreeBSD.org
4961
4962 20000606
4963  - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
4964    configure.
4965
4966 20000604
4967  - Configure tweaking for new login code on Irix 5.3
4968  - (andre) login code changes based on djm feedback
4969
4970 20000603
4971  - (andre) New login code
4972     - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
4973     - Add loginrec.[ch], logintest.c and autoconf code
4974
4975 20000531
4976  - Cleanup of auth.c, login.c and fake-*
4977  - Cleanup of auth-pam.c, save and print "account expired" error messages
4978  - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
4979  - Rewrote bsd-login to use proper utmp API if available. Major cleanup
4980    of fallback DIY code.
4981
4982 20000530
4983  - Define atexit for old Solaris
4984  - Fix buffer overrun in login.c for systems which use syslen in utmpx.
4985    patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
4986  - OpenBSD CVS updates:
4987   - markus@cvs.openbsd.org
4988     [session.c]
4989     make x11-fwd work w/ localhost (xauth add host/unix:11)
4990     [cipher.c compat.c readconf.c servconf.c]
4991     check strtok() != NULL; ok niels@
4992     [key.c]
4993     fix key_read() for uuencoded keys w/o '='
4994     [serverloop.c]
4995     group ssh1 vs. ssh2 in serverloop
4996     [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
4997     split kexinit/kexdh, factor out common code
4998     [readconf.c ssh.1 ssh.c]
4999     forwardagent defaults to no, add ssh -A
5000   - theo@cvs.openbsd.org
5001     [session.c]
5002     just some line shortening
5003  - Released 2.1.0p3
5004
5005 20000520
5006  - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
5007  - Don't touch utmp if USE_UTMPX defined
5008  - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
5009  - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
5010  - HPUX and Configure fixes from Lutz Jaenicke
5011    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
5012  - Use mkinstalldirs script to make directories instead of non-portable
5013    "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
5014  - Doc cleanup
5015
5016 20000518
5017  - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
5018  - OpenBSD CVS updates:
5019   - markus@cvs.openbsd.org
5020     [sshconnect.c]
5021     copy only ai_addrlen bytes; misiek@pld.org.pl
5022     [auth.c]
5023     accept an empty shell in authentication; bug reported by
5024     chris@tinker.ucr.edu
5025     [serverloop.c]
5026     we don't have stderr for interactive terminal sessions (fcntl errors)
5027
5028 20000517
5029  - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
5030   - Fixes command line printing segfaults (spotter: Bladt Norbert)
5031   - Fixes erroneous printing of debug messages to syslog
5032   - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
5033   - Gives useful error message if PRNG initialisation fails
5034   - Reduced ssh startup delay
5035   - Measures cumulative command time rather than the time between reads
5036     after select()
5037   - 'fixprogs' perl script to eliminate non-working entropy commands, and
5038     optionally run 'ent' to measure command entropy
5039  - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
5040  - Avoid WCOREDUMP complation errors for systems that lack it
5041  - Avoid SIGCHLD warnings from entropy commands
5042  - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
5043  - OpenBSD CVS update:
5044   - markus@cvs.openbsd.org
5045     [ssh.c]
5046     fix usage()
5047     [ssh2.h]
5048     draft-ietf-secsh-architecture-05.txt
5049     [ssh.1]
5050     document ssh -T -N (ssh2 only)
5051     [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
5052     enable nonblocking IO for sshd w/ proto 1, too; split out common code
5053     [aux.c]
5054     missing include
5055  - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
5056   - INSTALL typo and URL fix
5057   - Makefile fix
5058   - Solaris fixes
5059  - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
5060    <ksakai@kso.netwk.ntt-at.co.jp>
5061  - RSAless operation patch from kevin_oconnor@standardandpoors.com
5062  - Detect OpenSSL seperatly from RSA
5063  - Better test for RSA (more compatible with RSAref). Based on work by
5064    Ed Eden <ede370@stl.rural.usda.gov>
5065
5066 20000513
5067  - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
5068    <misiek@pld.org.pl>
5069
5070 20000511
5071  - Fix for prng_seed permissions checking from Lutz Jaenicke
5072    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
5073  - "make host-key" fix for Irix
5074
5075 20000509
5076  - OpenBSD CVS update
5077   - markus@cvs.openbsd.org
5078     [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
5079     [ssh.h sshconnect1.c sshconnect2.c sshd.8]
5080     - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
5081   - hugh@cvs.openbsd.org
5082     [ssh.1]
5083     - zap typo
5084     [ssh-keygen.1]
5085     - One last nit fix. (markus approved)
5086     [sshd.8]
5087     - some markus certified spelling adjustments
5088   - markus@cvs.openbsd.org
5089     [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
5090     [sshconnect2.c ]
5091     - bug compat w/ ssh-2.0.13 x11, split out bugs
5092     [nchan.c]
5093     - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
5094     [ssh-keygen.c]
5095     - handle escapes in real and original key format, ok millert@
5096     [version.h]
5097     - OpenSSH-2.1
5098  - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
5099  - Doc updates
5100  - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
5101    by Andre Lucas <andre.lucas@dial.pipex.com>
5102
5103 20000508
5104  - Makefile and RPM spec fixes
5105  - Generate DSA host keys during "make key" or RPM installs
5106  - OpenBSD CVS update
5107   - markus@cvs.openbsd.org
5108     [clientloop.c sshconnect2.c]
5109     - make x11-fwd interop w/ ssh-2.0.13
5110     [README.openssh2]
5111     - interop w/ SecureFX
5112  - Release 2.0.0beta2
5113
5114  - Configure caching and cleanup patch from Andre Lucas'
5115    <andre.lucas@dial.pipex.com>
5116
5117 20000507
5118  - Remove references to SSLeay.
5119  - Big OpenBSD CVS update
5120   - markus@cvs.openbsd.org
5121     [clientloop.c]
5122     - typo
5123     [session.c]
5124     - update proctitle on pty alloc/dealloc, e.g. w/ windows client
5125     [session.c]
5126     - update proctitle for proto 1, too
5127     [channels.h nchan.c serverloop.c session.c sshd.c]
5128     - use c-style comments
5129   - deraadt@cvs.openbsd.org
5130     [scp.c]
5131     - more atomicio
5132   - markus@cvs.openbsd.org
5133     [channels.c]
5134     - set O_NONBLOCK
5135     [ssh.1]
5136     - update AUTHOR
5137     [readconf.c ssh-keygen.c ssh.h]
5138     - default DSA key file ~/.ssh/id_dsa
5139     [clientloop.c]
5140     - typo, rm verbose debug
5141   - deraadt@cvs.openbsd.org
5142     [ssh-keygen.1]
5143     - document DSA use of ssh-keygen
5144     [sshd.8]
5145     - a start at describing what i understand of the DSA side
5146     [ssh-keygen.1]
5147     - document -X and -x
5148     [ssh-keygen.c]
5149     - simplify usage
5150   - markus@cvs.openbsd.org
5151     [sshd.8]
5152     - there is no rhosts_dsa
5153     [ssh-keygen.1]
5154     - document -y, update -X,-x
5155     [nchan.c]
5156     - fix close for non-open ssh1 channels
5157     [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
5158     - s/DsaKey/HostDSAKey/, document option
5159     [sshconnect2.c]
5160     - respect number_of_password_prompts
5161     [channels.c channels.h servconf.c servconf.h session.c sshd.8]
5162     - GatewayPorts for sshd, ok deraadt@
5163     [ssh-add.1 ssh-agent.1 ssh.1]
5164     - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
5165     [ssh.1]
5166     - more info on proto 2
5167     [sshd.8]
5168     - sync AUTHOR w/ ssh.1
5169     [key.c key.h sshconnect.c]
5170     - print key type when talking about host keys
5171     [packet.c]
5172     - clear padding in ssh2
5173     [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
5174     - replace broken uuencode w/ libc b64_ntop
5175     [auth2.c]
5176     - log failure before sending the reply
5177     [key.c radix.c uuencode.c]
5178     - remote trailing comments before calling __b64_pton
5179     [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
5180     [sshconnect2.c sshd.8]
5181     - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
5182  - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
5183
5184 20000502
5185  - OpenBSD CVS update
5186    [channels.c]
5187    - init all fds, close all fds.
5188    [sshconnect2.c]
5189    - check whether file exists before asking for passphrase
5190    [servconf.c servconf.h sshd.8 sshd.c]
5191    - PidFile, pr 1210
5192    [channels.c]
5193    - EINTR
5194    [channels.c]
5195    - unbreak, ok niels@
5196    [sshd.c]
5197    - unlink pid file, ok niels@
5198    [auth2.c]
5199    - Add missing #ifdefs; ok - markus
5200  - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
5201    gathering commands from a text file
5202  - Release 2.0.0beta1
5203
5204 20000501
5205  - OpenBSD CVS update
5206    [packet.c]
5207    - send debug messages in SSH2 format
5208    [scp.c]
5209    - fix very rare EAGAIN/EINTR issues; based on work by djm
5210    [packet.c]
5211    - less debug, rm unused
5212    [auth2.c]
5213    - disable kerb,s/key in ssh2
5214    [sshd.8]
5215    - Minor tweaks and typo fixes.
5216    [ssh-keygen.c]
5217    - Put -d into usage and reorder. markus ok.
5218  - Include missing headers for OpenSSL tests. Fix from Phil Karn
5219    <karn@ka9q.ampr.org>
5220  - Fixed __progname symbol collisions reported by Andre Lucas
5221    <andre.lucas@dial.pipex.com>
5222  - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
5223    <gd@hilb1.medat.de>
5224  - Add some missing ifdefs to auth2.c
5225  - Deprecate perl-tk askpass.
5226  - Irix portability fixes - don't include netinet headers more than once
5227  - Make sure we don't save PRNG seed more than once
5228
5229 20000430
5230  - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
5231  - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
5232    patch.
5233    - Adds timeout to entropy collection
5234    - Disables slow entropy sources
5235    - Load and save seed file
5236  - Changed entropy seed code to user per-user seeds only (server seed is
5237    saved in root's .ssh directory)
5238  - Use atexit() and fatal cleanups to save seed on exit
5239  - More OpenBSD updates:
5240    [session.c]
5241    - don't call chan_write_failed() if we are not writing
5242    [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
5243    - keysize warnings error() -> log()
5244
5245 20000429
5246  - Merge big update to OpenSSH-2.0 from OpenBSD CVS
5247    [README.openssh2]
5248    - interop w/ F-secure windows client
5249    - sync documentation
5250    - ssh_host_dsa_key not ssh_dsa_key
5251    [auth-rsa.c]
5252    - missing fclose
5253    [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
5254    [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
5255    [sshd.c uuencode.c uuencode.h authfile.h]
5256    - add DSA pubkey auth and other SSH2 fixes.  use ssh-keygen -[xX]
5257      for trading keys with the real and the original SSH, directly from the
5258      people who invented the SSH protocol.
5259    [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
5260    [sshconnect1.c sshconnect2.c]
5261    - split auth/sshconnect in one file per protocol version
5262    [sshconnect2.c]
5263    - remove debug
5264    [uuencode.c]
5265    - add trailing =
5266    [version.h]
5267    - OpenSSH-2.0
5268    [ssh-keygen.1 ssh-keygen.c]
5269    - add -R flag: exit code indicates if RSA is alive
5270    [sshd.c]
5271    - remove unused
5272      silent if -Q is specified
5273    [ssh.h]
5274    - host key becomes /etc/ssh_host_dsa_key
5275    [readconf.c servconf.c ]
5276    - ssh/sshd default to proto 1 and 2
5277    [uuencode.c]
5278    - remove debug
5279    [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
5280    - xfree DSA blobs
5281    [auth2.c serverloop.c session.c]
5282    - cleanup logging for sshd/2, respect PasswordAuth no
5283    [sshconnect2.c]
5284    - less debug, respect .ssh/config
5285    [README.openssh2 channels.c channels.h]
5286    - clientloop.c session.c ssh.c
5287    - support for x11-fwding, client+server
5288
5289 20000421
5290  - Merge fix from OpenBSD CVS
5291   [ssh-agent.c]
5292   - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
5293     via Debian bug #59926
5294  - Define __progname in session.c if libc doesn't
5295  - Remove indentation on autoconf #include statements to avoid bug in
5296    DEC Tru64 compiler. Report and fix from David Del Piero
5297    <David.DelPiero@qed.qld.gov.au>
5298
5299 20000420
5300  - Make fixpaths work with perl4, patch from Andre Lucas
5301    <andre.lucas@dial.pipex.com>
5302  - Sync with OpenBSD CVS:
5303   [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
5304   - pid_t
5305   [session.c]
5306   - remove bogus chan_read_failed. this could cause data
5307     corruption (missing data) at end of a SSH2 session.
5308  - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
5309   - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
5310   - Use vhangup to clean up Linux ttys
5311   - Force posix getopt processing on GNU libc systems
5312  - Debian bug #55910 - remove references to ssl(8) manpages
5313  - Debian bug #58031 - ssh_config lies about default cipher
5314
5315 20000419
5316  - OpenBSD CVS updates
5317    [channels.c]
5318    - fix pr 1196, listen_port and port_to_connect interchanged
5319    [scp.c]
5320    - after completion, replace the progress bar ETA counter with a final
5321      elapsed time; my idea, aaron wrote the patch
5322    [ssh_config sshd_config]
5323    - show 'Protocol' as an example, ok markus@
5324    [sshd.c]
5325    - missing xfree()
5326  - Add missing header to bsd-misc.c
5327
5328 20000416
5329  - Reduce diff against OpenBSD source
5330    - All OpenSSL includes are now unconditionally referenced as
5331      openssl/foo.h
5332    - Pick up formatting changes
5333    - Other minor changed (typecasts, etc) that I missed
5334
5335 20000415
5336  - OpenBSD CVS updates.
5337    [ssh.1 ssh.c]
5338    - ssh -2
5339    [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
5340    [session.c sshconnect.c]
5341    - check payload for (illegal) extra data
5342    [ALL]
5343    whitespace cleanup
5344
5345 20000413
5346  - INSTALL doc updates
5347  - Merged OpenBSD updates to include paths.
5348
5349 20000412
5350  - OpenBSD CVS updates:
5351    - [channels.c]
5352      repair x11-fwd
5353    - [sshconnect.c]
5354      fix passwd prompt for ssh2, less debugging output.
5355    - [clientloop.c compat.c dsa.c kex.c sshd.c]
5356      less debugging output
5357    - [kex.c kex.h sshconnect.c sshd.c]
5358      check for reasonable public DH values
5359    - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
5360      [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
5361      add Cipher and Protocol options to ssh/sshd, e.g.:
5362      ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
5363      arcfour,3des-cbc'
5364    - [sshd.c]
5365      print 1.99 only if server supports both
5366
5367 20000408
5368  - Avoid some compiler warnings in fake-get*.c
5369  - Add IPTOS macros for systems which lack them
5370  - Only set define entropy collection macros if they are found
5371  - More large OpenBSD CVS updates:
5372    - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
5373      [session.h ssh.h sshd.c README.openssh2]
5374      ssh2 server side, see README.openssh2; enable with 'sshd -2'
5375    - [channels.c]
5376      no adjust after close
5377    - [sshd.c compat.c ]
5378      interop w/ latest ssh.com windows client.
5379
5380 20000406
5381  - OpenBSD CVS update:
5382    - [channels.c]
5383      close efd on eof
5384    - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
5385      ssh2 client implementation, interops w/ ssh.com and lsh servers.
5386    - [sshconnect.c]
5387      missing free.
5388    - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
5389      remove unused argument, split cipher_mask()
5390    - [clientloop.c]
5391      re-order: group ssh1 vs. ssh2
5392  - Make Redhat spec require openssl >= 0.9.5a
5393
5394 20000404
5395  - Add tests for RAND_add function when searching for OpenSSL
5396  - OpenBSD CVS update:
5397    - [packet.h packet.c]
5398      ssh2 packet format
5399    - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
5400      [channels.h channels.c]
5401      channel layer support for ssh2
5402    - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
5403      DSA, keyexchange, algorithm agreement for ssh2
5404  - Generate manpages before make install not at the end of make all
5405  - Don't seed the rng quite so often
5406  - Always reseed rng when requested
5407
5408 20000403
5409  - Wrote entropy collection routines for systems that lack /dev/random
5410    and EGD
5411  - Disable tests and typedefs for 64 bit types. They are currently unused.
5412
5413 20000401
5414  - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
5415    - [auth.c session.c sshd.c auth.h]
5416      split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
5417    - [bufaux.c bufaux.h]
5418      support ssh2 bignums
5419    - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
5420      [readconf.c ssh.c ssh.h serverloop.c]
5421      replace big switch() with function tables (prepare for ssh2)
5422    - [ssh2.h]
5423      ssh2 message type codes
5424    - [sshd.8]
5425      reorder Xr to avoid cutting
5426    - [serverloop.c]
5427      close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
5428    - [channels.c]
5429      missing close
5430      allow bigger packets
5431    - [cipher.c cipher.h]
5432      support ssh2 ciphers
5433    - [compress.c]
5434      cleanup, less code
5435    - [dispatch.c dispatch.h]
5436      function tables for different message types
5437    - [log-server.c]
5438      do not log() if debuggin to stderr
5439      rename a cpp symbol, to avoid param.h collision
5440    - [mpaux.c]
5441      KNF
5442    - [nchan.c]
5443      sync w/ channels.c
5444
5445 20000326
5446  - Better tests for OpenSSL w/ RSAref
5447  - Added replacement setenv() function from OpenBSD libc. Suggested by
5448    Ben Lindstrom <mouring@pconline.com>
5449  - OpenBSD CVS update
5450    - [auth-krb4.c]
5451      -Wall
5452    - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
5453      [match.h ssh.c ssh.h sshconnect.c sshd.c]
5454      initial support for DSA keys. ok deraadt@, niels@
5455    - [cipher.c cipher.h]
5456      remove unused cipher_attack_detected code
5457    - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
5458      Fix some formatting problems I missed before.
5459    - [ssh.1 sshd.8]
5460      fix spelling errors, From: FreeBSD
5461    - [ssh.c]
5462      switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
5463
5464 20000324
5465  - Released 1.2.3
5466
5467 20000317
5468  - Clarified --with-default-path option.
5469  - Added -blibpath handling for AIX to work around stupid runtime linking.
5470    Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
5471    <jmknoble@jmknoble.cx>
5472  - Checks for 64 bit int types. Problem report from Mats Fredholm
5473    <matsf@init.se>
5474  - OpenBSD CVS updates:
5475    - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
5476      [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
5477      [sshd.c]
5478      pedantic: signed vs. unsigned, void*-arithm, etc
5479    - [ssh.1 sshd.8]
5480      Various cleanups and standardizations.
5481  - Runtime error fix for HPUX from Otmar Stahl
5482    <O.Stahl@lsw.uni-heidelberg.de>
5483
5484 20000316
5485  - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
5486    Hesprich <dghespri@sprintparanet.com>
5487  - Propogate LD through to Makefile
5488  - Doc cleanups
5489  - Added blurb about "scp: command not found" errors to UPGRADING
5490
5491 20000315
5492  - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
5493    problems with gcc/Solaris.
5494  - Don't free argument to putenv() after use (in setenv() replacement).
5495    Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
5496  - Created contrib/ subdirectory. Included helpers from Phil Hands'
5497    Debian package, README file and chroot patch from Ricardo Cerqueira
5498    <rmcc@clix.pt>
5499  - Moved gnome-ssh-askpass.c to contrib directory and removed config
5500    option.
5501  - Slight cleanup to doc files
5502  - Configure fix from Bratislav ILICH <bilic@zepter.ru>
5503
5504 20000314
5505  - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
5506    peter@frontierflying.com
5507  - Include /usr/local/include and /usr/local/lib for systems that don't
5508    do it themselves
5509  - -R/usr/local/lib for Solaris
5510  - Fix RSAref detection
5511  - Fix IN6_IS_ADDR_V4MAPPED macro
5512
5513 20000311
5514  - Detect RSAref
5515  - OpenBSD CVS change
5516    [sshd.c]
5517     - disallow guessing of root password
5518  - More configure fixes
5519  - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
5520
5521 20000309
5522  - OpenBSD CVS updates to v1.2.3
5523    [ssh.h atomicio.c]
5524     - int atomicio -> ssize_t (for alpha). ok deraadt@
5525    [auth-rsa.c]
5526     - delay MD5 computation until client sends response, free() early, cleanup.
5527    [cipher.c]
5528     - void* -> unsigned char*, ok niels@
5529    [hostfile.c]
5530     - remove unused variable 'len'. fix comments.
5531     - remove unused variable
5532    [log-client.c log-server.c]
5533     - rename a cpp symbol, to avoid param.h collision
5534    [packet.c]
5535     - missing xfree()
5536     - getsockname() requires initialized tolen; andy@guildsoftware.com
5537     - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
5538    from Holger.Trapp@Informatik.TU-Chemnitz.DE
5539    [pty.c pty.h]
5540     - register cleanup for pty earlier. move code for pty-owner handling to
5541       pty.c ok provos@, dugsong@
5542    [readconf.c]
5543     - turn off x11-fwd for the client, too.
5544    [rsa.c]
5545     - PKCS#1 padding
5546    [scp.c]
5547     - allow '.' in usernames; from jedgar@fxp.org
5548    [servconf.c]
5549     - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
5550     - sync with sshd_config
5551    [ssh-keygen.c]
5552     - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
5553    [ssh.1]
5554     - Change invalid 'CHAT' loglevel to 'VERBOSE'
5555    [ssh.c]
5556     - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
5557     - turn off x11-fwd for the client, too.
5558    [sshconnect.c]
5559     - missing xfree()
5560     - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
5561     - read error vs. "Connection closed by remote host"
5562    [sshd.8]
5563     - ie. -> i.e.,
5564     - do not link to a commercial page..
5565     - sync with sshd_config
5566    [sshd.c]
5567     - no need for poll.h; from bright@wintelcom.net
5568     - log with level log() not fatal() if peer behaves badly.
5569     - don't panic if client behaves strange. ok deraadt@
5570     - make no-port-forwarding for RSA keys deny both -L and -R style fwding
5571     - delay close() of pty until the pty has been chowned back to root
5572     - oops, fix comment, too.
5573     - missing xfree()
5574     - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
5575       (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
5576     - register cleanup for pty earlier. move code for pty-owner handling to
5577       pty.c ok provos@, dugsong@
5578     - create x11 cookie file
5579     - fix pr 1113, fclose() -> pclose(), todo: remote popen()
5580     - version 1.2.3
5581  - Cleaned up
5582  - Removed warning workaround for Linux and devpts filesystems (no longer
5583    required after OpenBSD updates)
5584
5585 20000308
5586  - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
5587
5588 20000307
5589  - Released 1.2.2p1
5590
5591 20000305
5592  - Fix DEC compile fix
5593  - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
5594  - Check for getpagesize in libucb.a if not found in libc. Fix for old
5595    Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
5596  - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
5597    Mate Wierdl <mw@moni.msci.memphis.edu>
5598
5599 20000303
5600  - Added "make host-key" target, Suggestion from Dominik Brettnacher
5601  <domi@saargate.de>
5602  - Don't permanently fail on bind() if getaddrinfo has more choices left for
5603    us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
5604    Miskiewicz <misiek@pld.org.pl>
5605  - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
5606  - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
5607
5608 20000302
5609  - Big cleanup of autoconf code
5610    - Rearranged to be a little more logical
5611    - Added -R option for Solaris
5612    - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
5613      to detect library and header location _and_ ensure library has proper
5614      RSA support built in (this is a problem with OpenSSL 0.9.5).
5615  - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
5616  - Avoid warning message with Unix98 ptys
5617  - Warning was valid - possible race condition on PTYs. Avoided using
5618    platform-specific code.
5619  - Document some common problems
5620  - Allow root access to any key. Patch from
5621    markus.friedl@informatik.uni-erlangen.de
5622
5623 20000207
5624  - Removed SOCKS code. Will support through a ProxyCommand.
5625
5626 20000203
5627  - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
5628  - Add --with-ssl-dir option
5629
5630 20000202
5631  - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
5632    <jmd@aoe.vt.edu>
5633  - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
5634  - Added URLs to Japanese translations of documents by HARUYAMA Seigo
5635    <haruyama@nt.phys.s.u-tokyo.ac.jp>
5636
5637 20000201
5638  - Use socket pairs by default (instead of pipes). Prevents race condition
5639    on several (buggy) OSs. Report and fix from tridge@linuxcare.com
5640
5641 20000127
5642  - Seed OpenSSL's random number generator before generating RSA keypairs
5643  - Split random collector into seperate file
5644  - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
5645
5646 20000126
5647  - Released 1.2.2 stable
5648
5649  - NeXT keeps it lastlog in /usr/adm. Report from
5650    mouring@newton.pconline.com
5651  - Added note in UPGRADING re interop with commercial SSH using idea.
5652    Report from Jim Knoble <jmknoble@jmknoble.cx>
5653  - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
5654    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
5655
5656 20000125
5657  - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
5658    <andre.lucas@dial.pipex.com>
5659  - Reorder PAM initialisation so it does not mess up lastlog. Reported
5660    by Andre Lucas <andre.lucas@dial.pipex.com>
5661  - Use preformatted manpages on SCO, report from Gary E. Miller
5662    <gem@rellim.com>
5663  - New URL for x11-ssh-askpass.
5664  - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
5665    <jmknoble@jmknoble.cx>
5666  - Added 'DESTDIR' option to Makefile to ease package building. Patch from
5667    Jim Knoble <jmknoble@jmknoble.cx>
5668  - Updated RPM spec files to use DESTDIR
5669
5670 20000124
5671  - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
5672    increment)
5673
5674 20000123
5675  - OpenBSD CVS:
5676    - [packet.c]
5677      getsockname() requires initialized tolen; andy@guildsoftware.com
5678  - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
5679    <drankin@bohemians.lexington.ky.us>
5680  - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
5681
5682 20000122
5683  - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
5684    <bent@clark.net>
5685  - Merge preformatted manpage patch from Andre Lucas
5686    <andre.lucas@dial.pipex.com>
5687  - Make IPv4 use the default in RPM packages
5688  - Irix uses preformatted manpages
5689  - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
5690    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
5691  - OpenBSD CVS updates:
5692    - [packet.c]
5693      use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
5694      from Holger.Trapp@Informatik.TU-Chemnitz.DE
5695    - [sshd.c]
5696      log with level log() not fatal() if peer behaves badly.
5697    - [readpass.c]
5698      instead of blocking SIGINT, catch it ourselves, so that we can clean
5699      the tty modes up and kill ourselves -- instead of our process group
5700      leader (scp, cvs, ...) going away and leaving us in noecho mode.
5701      people with cbreak shells never even noticed..
5702    - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
5703      ie. -> i.e.,
5704
5705 20000120
5706  - Don't use getaddrinfo on AIX
5707  - Update to latest OpenBSD CVS:
5708    - [auth-rsa.c]
5709      - fix user/1056, sshd keeps restrictions; dbt@meat.net
5710    - [sshconnect.c]
5711      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
5712      - destroy keys earlier
5713      - split key exchange (kex) and user authentication (user-auth),
5714        ok: provos@
5715    - [sshd.c]
5716      - no need for poll.h; from bright@wintelcom.net
5717      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
5718      - split key exchange (kex) and user authentication (user-auth),
5719        ok: provos@
5720  - Big manpage and config file cleanup from Andre Lucas
5721    <andre.lucas@dial.pipex.com>
5722    - Re-added latest (unmodified) OpenBSD manpages
5723  - Doc updates
5724  - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
5725    Christos Zoulas <christos@netbsd.org>
5726
5727 20000119
5728  - SCO compile fixes from Gary E. Miller <gem@rellim.com>
5729  - Compile fix from Darren_Hall@progressive.com
5730  - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
5731    addresses using getaddrinfo(). Added a configure switch to make the
5732    default lookup mode AF_INET
5733
5734 20000118
5735  - Fixed --with-pid-dir option
5736  - Makefile fix from Gary E. Miller <gem@rellim.com>
5737  - Compile fix for HPUX and Solaris from Andre Lucas
5738    <andre.lucas@dial.pipex.com>
5739
5740 20000117
5741  - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
5742    port, ignore EINVAL errors (Linux) when searching for free port.
5743  - Revert __snprintf -> snprintf aliasing. Apparently Solaris
5744    __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
5745  - Document location of Redhat PAM file in INSTALL.
5746  - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
5747    INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
5748    deliver (no IPv6 kernel support)
5749  - Released 1.2.1pre27
5750
5751  - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
5752  - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
5753    <jhuuskon@hytti.uku.fi>
5754  - Fix hang on logout if processes are still using the pty. Needs
5755    further testing.
5756  - Patch from Christos Zoulas <christos@zoulas.com>
5757    - Try $prefix first when looking for OpenSSL.
5758    - Include sys/types.h when including sys/socket.h in test programs
5759  - Substitute PID directory in sshd.8. Suggestion from Andrew
5760    Stribblehill <a.d.stribblehill@durham.ac.uk>
5761
5762 20000116
5763  - Renamed --with-xauth-path to --with-xauth
5764  - Added --with-pid-dir option
5765  - Released 1.2.1pre26
5766
5767  - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
5768  - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
5769    openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
5770
5771 20000115
5772  - Add --with-xauth-path configure directive and explicit test for
5773    /usr/openwin/bin/xauth for Solaris systems. Report from Anders
5774    Nordby <anders@fix.no>
5775  - Fix incorrect detection of /dev/ptmx on Linux systems that lack
5776    openpty. Report from John Seifarth <john@waw.be>
5777  - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
5778    sys/types.h. Fixes problems on SCO, report from Gary E. Miller
5779    <gem@rellim.com>
5780  - Use __snprintf and __vnsprintf if they are found where snprintf and
5781    vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
5782    and others.
5783
5784 20000114
5785  - Merged OpenBSD IPv6 patch:
5786    - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
5787      [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
5788      [hostfile.c sshd_config]
5789      ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
5790      features: sshd allows multiple ListenAddress and Port options. note
5791      that libwrap is not IPv6-ready. (based on patches from
5792      fujiwara@rcac.tdi.co.jp)
5793    - [ssh.c canohost.c]
5794      more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
5795      from itojun@
5796    - [channels.c]
5797      listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
5798    - [packet.h]
5799      allow auth-kerberos for IPv4 only
5800    - [scp.1 sshd.8 servconf.h scp.c]
5801      document -4, -6, and 'ssh -L 2022/::1/22'
5802    - [ssh.c]
5803      'ssh @host' is illegal (null user name), from
5804      karsten@gedankenpolizei.de
5805    - [sshconnect.c]
5806      better error message
5807    - [sshd.c]
5808      allow auth-kerberos for IPv4 only
5809  - Big IPv6 merge:
5810    - Cleanup overrun in sockaddr copying on RHL 6.1
5811    - Replacements for getaddrinfo, getnameinfo, etc based on versions
5812      from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
5813    - Replacement for missing structures on systems that lack IPv6
5814    - record_login needed to know about AF_INET6 addresses
5815    - Borrowed more code from OpenBSD: rresvport_af and requisites
5816
5817 20000110
5818  - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
5819
5820 20000107
5821  - New config.sub and config.guess to fix problems on SCO. Supplied
5822    by Gary E. Miller <gem@rellim.com>
5823  - SCO build fix from Gary E. Miller <gem@rellim.com>
5824  - Released 1.2.1pre25
5825
5826 20000106
5827  - Documentation update & cleanup
5828  - Better KrbIV / AFS detection, based on patch from:
5829    Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
5830
5831 20000105
5832  - Fixed annoying DES corruption problem. libcrypt has been
5833    overriding symbols in libcrypto. Removed libcrypt and crypt.h
5834    altogether (libcrypto includes its own crypt(1) replacement)
5835  - Added platform-specific rules for Irix 6.x. Included warning that
5836    they are untested.
5837
5838 20000103
5839  - Add explicit make rules for files proccessed by fixpaths.
5840  - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
5841    <tnh@kondara.org>
5842  - Removed "nullok" directive from default PAM configuration files.
5843    Added information on enabling EmptyPasswords on openssh+PAM in
5844    UPGRADING file.
5845  - OpenBSD CVS updates
5846    - [ssh-agent.c]
5847      cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
5848      dgaudet@arctic.org
5849    - [sshconnect.c]
5850      compare correct version for 1.3 compat mode
5851
5852 20000102
5853  - Prevent multiple inclusion of config.h and defines.h. Suggested
5854    by Andre Lucas <andre.lucas@dial.pipex.com>
5855  - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
5856    <dgaudet@arctic.org>
5857
5858 19991231
5859  - Fix password support on systems with a mixture of shadowed and
5860    non-shadowed passwords (e.g. NIS). Report and fix from
5861    HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
5862  - Fix broken autoconf typedef detection. Report from Marc G.
5863    Fournier <marc.fournier@acadiau.ca>
5864  - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
5865    <Franz.Sirl-kernel@lauterbach.com>
5866  - Prevent typedefs from being compiled more than once. Report from
5867    Marc G. Fournier <marc.fournier@acadiau.ca>
5868  - Fill in ut_utaddr utmp field. Report from Benjamin Charron
5869    <iretd@bigfoot.com>
5870  - Really fix broken default path. Fix from Jim Knoble
5871    <jmknoble@jmknoble.cx>
5872  - Remove test for quad_t. No longer needed.
5873  - Released 1.2.1pre24
5874
5875  - Added support for directory-based lastlogs
5876  - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
5877
5878 19991230
5879  - OpenBSD CVS updates:
5880    - [auth-passwd.c]
5881      check for NULL 1st
5882  - Removed most of the pam code into its own file auth-pam.[ch]. This
5883    cleaned up sshd.c up significantly.
5884  - PAM authentication was incorrectly interpreting
5885    "PermitRootLogin without-password". Report from Matthias Andree
5886    <ma@dt.e-technik.uni-dortmund.de
5887  - Several other cleanups
5888  - Merged Dante SOCKS support patch from David Rankin
5889   <drankin@bohemians.lexington.ky.us>
5890  - Updated documentation with ./configure options
5891  - Released 1.2.1pre23
5892
5893 19991229
5894  - Applied another NetBSD portability patch from David Rankin
5895    <drankin@bohemians.lexington.ky.us>
5896  - Fix --with-default-path option.
5897  - Autodetect perl, patch from David Rankin
5898    <drankin@bohemians.lexington.ky.us>
5899  - Print whether OpenSSH was compiled with RSARef, patch from
5900    Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
5901  - Calls to pam_setcred, patch from Nalin Dahyabhai
5902    <nalin@thermo.stat.ncsu.edu>
5903  - Detect missing size_t and typedef it.
5904  - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
5905  - Minor Makefile cleaning
5906
5907 19991228
5908  - Replacement for getpagesize() for systems which lack it
5909  - NetBSD login.c compile fix from David Rankin
5910   <drankin@bohemians.lexington.ky.us>
5911  - Fully set ut_tv if present in utmp or utmpx
5912  - Portability fixes for Irix 5.3 (now compiles OK!)
5913  - autoconf and other misc cleanups
5914  - Merged AIX patch from Darren Hall <dhall@virage.org>
5915  - Cleaned up defines.h
5916  - Released 1.2.1pre22
5917
5918 19991227
5919  - Automatically correct paths in manpages and configuration files. Patch
5920    and script from Andre Lucas <andre.lucas@dial.pipex.com>
5921  - Removed credits from README to CREDITS file, updated.
5922  - Added --with-default-path to specify custom path for server
5923  - Removed #ifdef trickery from acconfig.h into defines.h
5924  - PAM bugfix. PermitEmptyPassword was being ignored.
5925  - Fixed PAM config files to allow empty passwords if server does.
5926  - Explained spurious PAM auth warning workaround in UPGRADING
5927  - Use last few chars of tty line as ut_id
5928  - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
5929  - OpenBSD CVS updates:
5930    - [packet.h auth-rhosts.c]
5931      check format string for packet_disconnect and packet_send_debug, too
5932    - [channels.c]
5933      use packet_get_maxsize for channels. consistence.
5934
5935 19991226
5936  - Enabled utmpx support by default for Solaris
5937  - Cleanup sshd.c PAM a little more
5938  - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx>
5939    X11 ssh-askpass program.
5940  - Disable logging of PAM success and failures, PAM is verbose enough.
5941    Unfortunatly there is currently no way to disable auth failure
5942    messages. Mention this in UPGRADING file and sent message to PAM
5943    developers
5944  - OpenBSD CVS update:
5945    - [ssh-keygen.1 ssh.1]
5946      remove ref to .ssh/random_seed, mention .ssh/environment in
5947      .Sh FILES, too
5948  - Released 1.2.1pre21
5949  - Fixed implicit '.' in default path, report from Jim Knoble
5950    <jmknoble@jmknoble.cx>
5951  - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx>
5952
5953 19991225
5954  - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
5955  - Cleanup of auth-passwd.c for shadow and MD5 passwords
5956  - Cleanup and bugfix of PAM authentication code
5957  - Released 1.2.1pre20
5958
5959  - Merged fixes from Ben Taylor <bent@clark.net>
5960  - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
5961  - Disabled logging of PAM password authentication failures when password
5962    is empty. (e.g start of authentication loop). Reported by Naz
5963    <96na@eng.cam.ac.uk>)
5964
5965 19991223
5966  - Merged later HPUX patch from Andre Lucas
5967    <andre.lucas@dial.pipex.com>
5968  - Above patch included better utmpx support from Ben Taylor
5969    <bent@clark.net>
5970
5971 19991222
5972  - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
5973    <pope@netguide.dk>
5974  - Fix login.c breakage on systems which lack ut_host in struct
5975    utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
5976
5977 19991221
5978  - Integration of large HPUX patch from Andre Lucas
5979    <andre.lucas@dial.pipex.com>. Integrating it had a few other
5980    benefits:
5981    - Ability to disable shadow passwords at configure time
5982    - Ability to disable lastlog support at configure time
5983    - Support for IP address in $DISPLAY
5984  - OpenBSD CVS update:
5985    - [sshconnect.c]
5986    say "REMOTE HOST IDENTIFICATION HAS CHANGED"
5987  - Fix DISABLE_SHADOW support
5988  - Allow MD5 passwords even if shadow passwords are disabled
5989  - Release 1.2.1pre19
5990
5991 19991218
5992  - Redhat init script patch from Chun-Chung Chen
5993    <cjj@u.washington.edu>
5994  - Avoid breakage on systems without IPv6 headers
5995
5996 19991216
5997  - Makefile changes for Solaris from Peter Kocks
5998    <peter.kocks@baygate.com>
5999  - Minor updates to docs
6000  - Merged OpenBSD CVS changes:
6001    - [authfd.c ssh-agent.c]
6002      keysize warnings talk about identity files
6003    - [packet.c]
6004      "Connection closed by x.x.x.x": fatal() -> log()
6005  - Correctly handle empty passwords in shadow file. Patch from:
6006    "Chris, the Young One" <cky@pobox.com>
6007  - Released 1.2.1pre18
6008
6009 19991215
6010  - Integrated patchs from Juergen Keil <jk@tools.de>
6011    - Avoid void* pointer arithmatic
6012    - Use LDFLAGS correctly
6013    - Fix SIGIO error in scp
6014    - Simplify status line printing in scp
6015  - Added better test for inline functions compiler support from
6016    Darren_Hall@progressive.com
6017
6018 19991214
6019  - OpenBSD CVS Changes
6020    - [canohost.c]
6021      fix get_remote_port() and friends for sshd -i;
6022      Holger.Trapp@Informatik.TU-Chemnitz.DE
6023    - [mpaux.c]
6024      make code simpler. no need for memcpy. niels@ ok
6025    - [pty.c]
6026      namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
6027      fix proto; markus
6028    - [ssh.1]
6029       typo; mark.baushke@solipsa.com
6030    - [channels.c ssh.c ssh.h sshd.c]
6031      type conflict for 'extern Type *options' in channels.c; dot@dotat.at
6032    - [sshconnect.c]
6033      move checking of hostkey into own function.
6034    - [version.h]
6035      OpenSSH-1.2.1
6036  - Clean up broken includes in pty.c
6037  - Some older systems don't have poll.h, they use sys/poll.h instead
6038  - Doc updates
6039
6040 19991211
6041  - Fix compilation on systems with AFS. Reported by
6042    aloomis@glue.umd.edu
6043  - Fix installation on Solaris. Reported by
6044    Gordon Rowell <gordonr@gormand.com.au>
6045  - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
6046    patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
6047  - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
6048  - Compile fix from David Agraz <dagraz@jahoopa.com>
6049  - Avoid compiler warning in bsd-snprintf.c
6050  - Added pam_limits.so to default PAM config. Suggested by
6051    Jim Knoble <jmknoble@jmknoble.cx>
6052
6053 19991209
6054  - Import of patch from Ben Taylor <bent@clark.net>:
6055    - Improved PAM support
6056    - "uninstall" rule for Makefile
6057    - utmpx support
6058    - Should fix PAM problems on Solaris
6059  - OpenBSD CVS updates:
6060    - [readpass.c]
6061      avoid stdio; based on work by markus, millert, and I
6062    - [sshd.c]
6063      make sure the client selects a supported cipher
6064    - [sshd.c]
6065      fix sighup handling.  accept would just restart and daemon handled
6066      sighup only after the next connection was accepted. use poll on
6067      listen sock now.
6068    - [sshd.c]
6069      make that a fatal
6070  - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
6071    to fix libwrap support on NetBSD
6072  - Released 1.2pre17
6073
6074 19991208
6075  - Compile fix for Solaris with /dev/ptmx from
6076    David Agraz <dagraz@jahoopa.com>
6077
6078 19991207
6079  - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx>
6080    fixes compatability with 4.x and 5.x
6081  - Fixed default SSH_ASKPASS
6082  - Fix PAM account and session being called multiple times. Problem
6083    reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
6084  - Merged more OpenBSD changes:
6085    - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
6086      move atomicio into it's own file.  wrap all socket write()s which
6087      were doing write(sock, buf, len) != len, with atomicio() calls.
6088    - [auth-skey.c]
6089      fd leak
6090    - [authfile.c]
6091      properly name fd variable
6092    - [channels.c]
6093      display great hatred towards strcpy
6094    - [pty.c pty.h sshd.c]
6095      use openpty() if it exists (it does on BSD4_4)
6096    - [tildexpand.c]
6097      check for ~ expansion past MAXPATHLEN
6098  - Modified helper.c to use new atomicio function.
6099  - Reformat Makefile a little
6100  - Moved RC4 routines from rc4.[ch] into helper.c
6101  - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
6102  - Updated SuSE spec from Chris Saia <csaia@wtower.com>
6103  - Tweaked Redhat spec
6104  - Clean up bad imports of a few files (forgot -kb)
6105  - Released 1.2pre16
6106
6107 19991204
6108  - Small cleanup of PAM code in sshd.c
6109  - Merged OpenBSD CVS changes:
6110    - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
6111      move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
6112    - [auth-rsa.c]
6113      warn only about mismatch if key is _used_
6114      warn about keysize-mismatch with log() not error()
6115      channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
6116      ports are u_short
6117    - [hostfile.c]
6118      indent, shorter warning
6119    - [nchan.c]
6120      use error() for internal errors
6121    - [packet.c]
6122      set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
6123      serverloop.c
6124      indent
6125    - [ssh-add.1 ssh-add.c ssh.h]
6126      document $SSH_ASKPASS, reasonable default
6127    - [ssh.1]
6128      CheckHostIP is not available for connects via proxy command
6129    - [sshconnect.c]
6130      typo
6131      easier to read client code for passwd and skey auth
6132      turn of checkhostip for proxy connects, since we don't know the remote ip
6133
6134 19991126
6135  - Add definition for __P()
6136  - Added [v]snprintf() replacement for systems that lack it
6137
6138 19991125
6139  - More reformatting merged from OpenBSD CVS
6140  - Merged OpenBSD CVS changes:
6141    - [channels.c]
6142      fix packet_integrity_check() for !have_hostname_in_open.
6143      report from mrwizard@psu.edu via djm@ibs.com.au
6144    - [channels.c]
6145      set SO_REUSEADDR and SO_LINGER for forwarded ports.
6146      chip@valinux.com via damien@ibs.com.au
6147    - [nchan.c]
6148      it's not an error() if shutdown_write failes in nchan.
6149    - [readconf.c]
6150      remove dead #ifdef-0-code
6151    - [readconf.c servconf.c]
6152      strcasecmp instead of tolower
6153    - [scp.c]
6154      progress meter overflow fix from damien@ibs.com.au
6155    - [ssh-add.1 ssh-add.c]
6156      SSH_ASKPASS support
6157    - [ssh.1 ssh.c]
6158      postpone fork_after_authentication until command execution,
6159      request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
6160      plus: use daemon() for backgrounding
6161  - Added BSD compatible install program and autoconf test, thanks to
6162    Niels Kristian Bech Jensen <nkbj@image.dk>
6163  - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
6164  - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
6165  - Release 1.2pre15
6166
6167 19991124
6168  - Merged very large OpenBSD source code reformat
6169  - OpenBSD CVS updates
6170    - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
6171      [ssh.h sshd.8 sshd.c]
6172      syslog changes:
6173      * Unified Logmessage for all auth-types, for success and for failed
6174      * Standard connections get only ONE line in the LOG when level==LOG:
6175        Auth-attempts are logged only, if authentication is:
6176           a) successfull or
6177           b) with passwd or
6178           c) we had more than AUTH_FAIL_LOG failues
6179      * many log() became verbose()
6180      * old behaviour with level=VERBOSE
6181    - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
6182      tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
6183      messages. allows use of s/key in windows (ttssh, securecrt) and
6184      ssh-1.2.27 clients without 'ssh -v', ok: niels@
6185    - [sshd.8]
6186      -V, for fallback to openssh in SSH2 compatibility mode
6187    - [sshd.c]
6188      fix sigchld race; cjc5@po.cwru.edu
6189
6190 19991123
6191  - Added SuSE package files from Chris Saia <csaia@wtower.com>
6192  - Restructured package-related files under packages/*
6193  - Added generic PAM config
6194  - Numerous little Solaris fixes
6195  - Add recommendation to use GNU make to INSTALL document
6196
6197 19991122
6198  - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
6199  - OpenBSD CVS Changes
6200    - [ssh-keygen.c]
6201      don't create ~/.ssh only if the user wants to store the private
6202      key there. show fingerprint instead of public-key after
6203      keygeneration. ok niels@
6204  - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
6205  - Added timersub() macro
6206  - Tidy RCSIDs of bsd-*.c
6207  - Added autoconf test and macro to deal with old PAM libraries
6208    pam_strerror definition (one arg vs two).
6209  - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
6210  - Retry /dev/urandom reads interrupted by signal (report from
6211    Robert Hardy <rhardy@webcon.net>)
6212  - Added a setenv replacement for systems which lack it
6213  - Only display public key comment when presenting ssh-askpass dialog
6214  - Released 1.2pre14
6215
6216  - Configure, Make and changelog corrections from Tudor Bosman
6217    <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
6218
6219 19991121
6220  - OpenBSD CVS Changes:
6221    - [channels.c]
6222      make this compile, bad markus
6223    - [log.c readconf.c servconf.c ssh.h]
6224      bugfix: loglevels are per host in clientconfig,
6225      factor out common log-level parsing code.
6226    - [servconf.c]
6227      remove unused index (-Wall)
6228    - [ssh-agent.c]
6229      only one 'extern char *__progname'
6230    - [sshd.8]
6231      document SIGHUP, -Q to synopsis
6232    - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
6233      [channels.c clientloop.c]
6234      SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
6235      [hope this time my ISP stays alive during commit]
6236    - [OVERVIEW README] typos; green@freebsd
6237    - [ssh-keygen.c]
6238      replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
6239      exit if writing the key fails (no infinit loop)
6240      print usage() everytime we get bad options
6241    - [ssh-keygen.c] overflow, djm@mindrot.org
6242    - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
6243
6244 19991120
6245  - Merged more Solaris support from Marc G. Fournier
6246    <marc.fournier@acadiau.ca>
6247  - Wrote autoconf tests for integer bit-types
6248  - Fixed enabling kerberos support
6249  - Fix segfault in ssh-keygen caused by buffer overrun in filename
6250    handling.
6251
6252 19991119
6253  - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
6254  - Merged OpenBSD CVS changes
6255    - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
6256      more %d vs. %s in fmt-strings
6257    - [authfd.c]
6258      Integers should not be printed with %s
6259  - EGD uses a socket, not a named pipe. Duh.
6260  - Fix includes in fingerprint.c
6261  - Fix scp progress bar bug again.
6262  - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
6263    David Rankin <drankin@bohemians.lexington.ky.us>
6264  - Added autoconf option to enable Kerberos 4 support (untested)
6265  - Added autoconf option to enable AFS support (untested)
6266  - Added autoconf option to enable S/Key support (untested)
6267  - Added autoconf option to enable TCP wrappers support (compiles OK)
6268  - Renamed BSD helper function files to bsd-*
6269  - Added tests for login and daemon and enable OpenBSD replacements for
6270    when they are absent.
6271  - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
6272
6273 19991118
6274  - Merged OpenBSD CVS changes
6275    - [scp.c] foregroundproc() in scp
6276    - [sshconnect.h] include fingerprint.h
6277    - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
6278      changes.
6279    - [ssh.1] Spell my name right.
6280  - Added openssh.com info to README
6281
6282 19991117
6283  - Merged OpenBSD CVS changes
6284    - [ChangeLog.Ylonen] noone needs this anymore
6285    - [authfd.c] close-on-exec for auth-socket, ok deraadt
6286    - [hostfile.c]
6287      in known_hosts key lookup the entry for the bits does not need
6288      to match, all the information is contained in n and e. This
6289      solves the problem with buggy servers announcing the wrong
6290      modulus length.  markus and me.
6291    - [serverloop.c]
6292      bugfix: check for space if child has terminated, from:
6293      iedowse@maths.tcd.ie
6294    - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
6295      [fingerprint.c fingerprint.h]
6296      rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
6297    - [ssh-agent.1] typo
6298    - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
6299    - [sshd.c]
6300      force logging to stderr while loading private key file
6301      (lost while converting to new log-levels)
6302
6303 19991116
6304  - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
6305  - Merged OpenBSD CVS changes:
6306    - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
6307      [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
6308      the keysize of rsa-parameter 'n' is passed implizit,
6309      a few more checks and warnings about 'pretended' keysizes.
6310    - [cipher.c cipher.h packet.c packet.h sshd.c]
6311      remove support for cipher RC4
6312    - [ssh.c]
6313      a note for legay systems about secuity issues with permanently_set_uid(),
6314      the private hostkey and ptrace()
6315    - [sshconnect.c]
6316      more detailed messages about adding and checking hostkeys
6317
6318 19991115
6319  - Merged OpenBSD CVS changes:
6320    - [ssh-add.c] change passphrase loop logic and remove ref to
6321      $DISPLAY, ok niels
6322  - Changed to ssh-add.c broke askpass support. Revised it to be a little more
6323    modular.
6324  - Revised autoconf support for enabling/disabling askpass support.
6325  - Merged more OpenBSD CVS changes:
6326    [auth-krb4.c]
6327      - disconnect if getpeername() fails
6328      - missing xfree(*client)
6329    [canohost.c]
6330      - disconnect if getpeername() fails
6331      - fix comment: we _do_ disconnect if ip-options are set
6332    [sshd.c]
6333      - disconnect if getpeername() fails
6334      - move checking of remote port to central place
6335    [auth-rhosts.c] move checking of remote port to central place
6336    [log-server.c] avoid extra fd per sshd, from millert@
6337    [readconf.c] print _all_ bad config-options in ssh(1), too
6338    [readconf.h] print _all_ bad config-options in ssh(1), too
6339    [ssh.c] print _all_ bad config-options in ssh(1), too
6340    [sshconnect.c] disconnect if getpeername() fails
6341  - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
6342  - Various small cleanups to bring diff (against OpenBSD) size down.
6343  - Merged more Solaris compability from Marc G. Fournier
6344    <marc.fournier@acadiau.ca>
6345  - Wrote autoconf tests for __progname symbol
6346  - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx>
6347  - Released 1.2pre12
6348
6349  - Another OpenBSD CVS update:
6350    - [ssh-keygen.1] fix .Xr
6351
6352 19991114
6353  - Solaris compilation fixes (still imcomplete)
6354
6355 19991113
6356  - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
6357    - Don't install config files if they already exist
6358    - Fix inclusion of additional preprocessor directives from acconfig.h
6359  - Removed redundant inclusions of config.h
6360  - Added 'Obsoletes' lines to RPM spec file
6361  - Merged OpenBSD CVS changes:
6362    - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
6363    - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
6364      totalsize, ok niels,aaron
6365  - Delay fork (-f option) in ssh until after port forwarded connections
6366    have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
6367  - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
6368  - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
6369  - Tidied default config file some more
6370  - Revised Redhat initscript to fix bug: sshd (re)start would fail
6371    if executed from inside a ssh login.
6372
6373 19991112
6374  - Merged changes from OpenBSD CVS
6375    - [sshd.c] session_key_int may be zero
6376    - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
6377      IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
6378      deraadt,millert
6379  - Brought default sshd_config more in line with OpenBSD's
6380  - Grab server in gnome-ssh-askpass (Debian bug #49872)
6381  - Released 1.2pre10
6382
6383  - Added INSTALL documentation
6384  - Merged yet more changes from OpenBSD CVS
6385    - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
6386      [ssh.c ssh.h sshconnect.c sshd.c]
6387      make all access to options via 'extern Options options'
6388      and 'extern ServerOptions options' respectively;
6389      options are no longer passed as arguments:
6390       * make options handling more consistent
6391       * remove #include "readconf.h" from ssh.h
6392       * readconf.h is only included if necessary
6393    - [mpaux.c] clear temp buffer
6394    - [servconf.c] print _all_ bad options found in configfile
6395  - Make ssh-askpass support optional through autoconf
6396  - Fix nasty division-by-zero error in scp.c
6397  - Released 1.2pre11
6398
6399 19991111
6400  - Added (untested) Entropy Gathering Daemon (EGD) support
6401  - Fixed /dev/urandom fd leak (Debian bug #49722)
6402  - Merged OpenBSD CVS changes:
6403    - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
6404    - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
6405    - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
6406  - Fix integer overflow which was messing up scp's progress bar for large
6407    file transfers. Fix submitted to OpenBSD developers. Report and fix
6408    from Kees Cook <cook@cpoint.net>
6409  - Merged more OpenBSD CVS changes:
6410    - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
6411      + krb-cleanup cleanup
6412    - [clientloop.c log-client.c log-server.c ]
6413      [readconf.c readconf.h servconf.c servconf.h ]
6414      [ssh.1 ssh.c ssh.h sshd.8]
6415      add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
6416      obsoletes QuietMode and FascistLogging in sshd.
6417    - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
6418      allow session_key_int != sizeof(session_key)
6419      [this should fix the pre-assert-removal-core-files]
6420  - Updated default config file to use new LogLevel option and to improve
6421    readability
6422
6423 19991110
6424  - Merged several minor fixes:
6425    - ssh-agent commandline parsing
6426    - RPM spec file now installs ssh setuid root
6427    - Makefile creates libdir
6428    - Merged beginnings of Solaris compability from Marc G. Fournier
6429      <marc.fournier@acadiau.ca>
6430
6431 19991109
6432  - Autodetection of SSL/Crypto library location via autoconf
6433  - Fixed location of ssh-askpass to follow autoconf
6434  - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
6435  - Autodetection of RSAref library for US users
6436  - Minor doc updates
6437  - Merged OpenBSD CVS changes:
6438    - [rsa.c] bugfix: use correct size for memset()
6439    - [sshconnect.c] warn if announced size of modulus 'n' != real size
6440  - Added GNOME passphrase requestor (use --with-gnome-askpass)
6441  - RPM build now creates subpackages
6442  - Released 1.2pre9
6443
6444 19991108
6445  - Removed debian/ directory. This is now being maintained separately.
6446  - Added symlinks for slogin in RPM spec file
6447  - Fixed permissions on manpages in RPM spec file
6448  - Added references to required libraries in README file
6449  - Removed config.h.in from CVS
6450  - Removed pwdb support (better pluggable auth is provided by glibc)
6451  - Made PAM and requisite libdl optional
6452  - Removed lots of unnecessary checks from autoconf
6453  - Added support and autoconf test for openpty() function (Unix98 pty support)
6454  - Fix for scp not finding ssh if not installed as /usr/bin/ssh
6455  - Added TODO file
6456  - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
6457    - Added ssh-askpass program
6458    - Added ssh-askpass support to ssh-add.c
6459    - Create symlinks for slogin on install
6460    - Fix "distclean" target in makefile
6461    - Added example for ssh-agent to manpage
6462    - Added support for PAM_TEXT_INFO messages
6463    - Disable internal /etc/nologin support if PAM enabled
6464  - Merged latest OpenBSD CVS changes:
6465    - [all] replace assert() with error, fatal or packet_disconnect
6466    - [sshd.c] don't send fail-msg but disconnect if too many authentication
6467      failures
6468    - [sshd.c] remove unused argument. ok dugsong
6469    - [sshd.c] typo
6470    - [rsa.c] clear buffers used for encryption. ok: niels
6471    - [rsa.c] replace assert() with error, fatal or packet_disconnect
6472    - [auth-krb4.c] remove unused argument. ok dugsong
6473  - Fixed coredump after merge of OpenBSD rsa.c patch
6474  - Released 1.2pre8
6475
6476 19991102
6477  - Merged change from OpenBSD CVS
6478   - One-line cleanup in sshd.c
6479
6480 19991030
6481  - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
6482  - Merged latest updates for OpenBSD CVS:
6483    - channels.[ch] - remove broken x11 fix and document istate/ostate
6484    - ssh-agent.c - call setsid() regardless of argv[]
6485    - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
6486  - Documentation cleanups
6487  - Renamed README -> README.Ylonen
6488  - Renamed README.openssh ->README
6489
6490 19991029
6491  - Renamed openssh* back to ssh* at request of Theo de Raadt
6492  - Incorporated latest changes from OpenBSD's CVS
6493  - Integrated Makefile patch from  Niels Kristian Bech Jensen <nkbj@image.dk>
6494  - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
6495  - Make distclean now removed configure script
6496  - Improved PAM logging
6497  - Added some debug() calls for PAM
6498  - Removed redundant subdirectories
6499  - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
6500    building on Debian.
6501  - Fixed off-by-one error in PAM env patch
6502  - Released 1.2pre6
6503
6504 19991028
6505  - Further PAM enhancements.
6506    - Much cleaner
6507    - Now uses account and session modules for all logins.
6508  - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
6509    - Build fixes
6510    - Autoconf
6511    - Change binary names to open*
6512  - Fixed autoconf script to detect PAM on RH6.1
6513  - Added tests for libpwdb, and OpenBSD functions to autoconf
6514  - Released 1.2pre4
6515
6516  - Imported latest OpenBSD CVS code
6517  - Updated README.openssh
6518  - Released 1.2pre5
6519
6520 19991027
6521  - Adapted PAM patch.
6522  - Released 1.0pre2
6523
6524  - Excised my buggy replacements for strlcpy and mkdtemp
6525  - Imported correct OpenBSD strlcpy and mkdtemp routines.
6526  - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
6527  - Picked up correct version number from OpenBSD
6528  - Added sshd.pam PAM configuration file
6529  - Added sshd.init Redhat init script
6530  - Added openssh.spec RPM spec file
6531  - Released 1.2pre3
6532
6533 19991026
6534  - Fixed include paths of OpenSSL functions
6535  - Use OpenSSL MD5 routines
6536  - Imported RC4 code from nanocrypt
6537  - Wrote replacements for OpenBSD arc4random* functions
6538  - Wrote replacements for strlcpy and mkdtemp
6539  - Released 1.0pre1
6540
6541 $Id$
This page took 0.551467 seconds and 5 git commands to generate.