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