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