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