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