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