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