]> andersk Git - openssh.git/blob - ChangeLog
- deraadt@cvs.openbsd.org 2002/06/26 15:00:32
[openssh.git] / ChangeLog
1 200206027
2  - OpenBSD CVS Sync
3    - deraadt@cvs.openbsd.org 2002/06/26 14:49:36
4      [monitor.c]
5      correct %u
6    - deraadt@cvs.openbsd.org 2002/06/26 14:50:04
7      [monitor_fdpass.c]
8      use ssize_t for recvmsg() and sendmsg() return
9    - markus@cvs.openbsd.org 2002/06/26 14:51:33
10      [ssh-add.c]
11      fix exit code for -X/-x
12    - deraadt@cvs.openbsd.org 2002/06/26 15:00:32
13      [monitor_wrap.c]
14      more %u
15
16 20020626
17  - (stevesk) [monitor.c] remove duplicate proto15 dispatch entry for PAM
18  - (bal) OpenBSD CVS Sync
19    - markus@cvs.openbsd.org 2002/06/23 21:34:07
20      [channels.c]
21      tcode is u_int
22    - markus@cvs.openbsd.org 2002/06/24 13:12:23
23      [ssh-agent.1]
24      the socket name contains ssh-agent's ppid; via mpech@ from form@
25    - markus@cvs.openbsd.org 2002/06/24 14:33:27
26      [channels.c channels.h clientloop.c serverloop.c]
27      move channel counter to u_int
28    - markus@cvs.openbsd.org 2002/06/24 14:55:38
29      [authfile.c kex.c ssh-agent.c]
30      cat to (void) when output from buffer_get_X is ignored
31    - itojun@cvs.openbsd.org 2002/06/24 15:49:22
32      [msg.c]
33      printf type pedant
34    - deraadt@cvs.openbsd.org 2002/06/24 17:57:20
35      [sftp-server.c sshpty.c]
36      explicit (u_int) for uid and gid
37    - markus@cvs.openbsd.org 2002/06/25 16:22:42
38      [authfd.c]
39      unnecessary cast
40    - markus@cvs.openbsd.org 2002/06/25 18:51:04
41      [sshd.c]
42      lightweight do_setusercontext after chroot()
43  - (bal) Updated AIX package build.  Patch by dtucker@zip.com.au
44  - (tim) [Makefile.in] fix test on installing ssh-rand-helper.8
45  - (bal) added back in error check for mmap().  I screwed up, Pointed
46    out by stevesk@
47  - (tim) [README.privsep] UnixWare tip no longer needed.
48  - (bal) fixed NeXTStep missing munmap() issue. It defines HAVE_MMAP,
49    but it all damned lies.
50  - (stevesk) [README.privsep] more for sshd pseudo-account.
51  - (tim) [contrib/caldera/openssh.spec] add support for privsep
52  - (djm) setlogin needs pgid==pid on BSD/OS; from itojun@
53  - (djm) OpenBSD CVS Sync
54    - markus@cvs.openbsd.org 2002/06/26 08:53:12
55      [bufaux.c]
56      limit size of BNs to 8KB; ok provos/deraadt
57    - markus@cvs.openbsd.org 2002/06/26 08:54:18
58      [buffer.c]
59      limit append to 1MB and buffers to 10MB
60    - markus@cvs.openbsd.org 2002/06/26 08:55:02
61      [channels.c]
62      limit # of channels to 10000
63    - markus@cvs.openbsd.org 2002/06/26 08:58:26
64      [session.c]
65      limit # of env vars to 1000; ok deraadt/djm
66    - deraadt@cvs.openbsd.org 2002/06/26 13:20:57
67      [monitor.c]
68      be careful in mm_zalloc
69    - deraadt@cvs.openbsd.org 2002/06/26 13:49:26
70      [session.c]
71      disclose less information from environment files; based on input 
72      from djm, and dschultz@uclink.Berkeley.EDU
73    - markus@cvs.openbsd.org 2002/06/26 13:55:37
74      [auth2-chall.c]
75      make sure # of response matches # of queries, fixes int overflow; 
76      from ISS
77    - markus@cvs.openbsd.org 2002/06/26 13:56:27
78      [version.h]
79      3.4
80  - (djm) Require krb5 devel for RPM build w/ KrbV 
81  - (djm) Improve PAMAuthenticationViaKbdInt text from Nalin Dahyabhai 
82    <nalin@redhat.com>
83  - (djm) Update spec files for release 
84  - (djm) Fix int overflow in auth2-pam.c, similar to one discovered by ISS
85  - (djm) Release 3.4p1
86  - (tim) [contrib/caldera/openssh.spec] remove 2 configure options I put in
87    by mistake
88
89 20020625
90  - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh
91  - (stevesk) [README.privsep] minor updates
92  - (djm) Create privsep directory and warn if privsep user is missing 
93    during make install
94  - (bal) Started list of PrivSep issues in TODO
95  - (bal) if mmap() is substandard, don't allow compression on server side.
96    Post 'event' we will add more options.
97  - (tim) [contrib/caldera/openssh.spec] Sync with Caldera
98  - (bal) moved aix_usrinfo() and noted not setting real TTY.  Patch by
99    dtucker@zip.com.au
100  - (tim) [acconfig.h configure.ac sshd.c] BROKEN_FD_PASSING fix from Markus
101    for Cygwin, Cray, & SCO
102
103 20020624
104  - OpenBSD CVS Sync
105    - deraadt@cvs.openbsd.org 2002/06/23 03:25:50
106      [tildexpand.c]
107      KNF
108    - deraadt@cvs.openbsd.org 2002/06/23 03:26:19
109      [cipher.c key.c]
110      KNF
111    - deraadt@cvs.openbsd.org 2002/06/23 03:30:58
112      [scard.c ssh-dss.c ssh-rsa.c sshconnect.c sshconnect2.c sshd.c sshlogin.c
113       sshpty.c]
114      various KNF and %d for unsigned
115    - deraadt@cvs.openbsd.org 2002/06/23 09:30:14
116      [sftp-client.c sftp-client.h sftp-common.c sftp-int.c sftp-server.c
117       sftp.c]
118      bunch of u_int vs int stuff
119    - deraadt@cvs.openbsd.org 2002/06/23 09:39:55
120      [ssh-keygen.c]
121      u_int stuff
122    - deraadt@cvs.openbsd.org 2002/06/23 09:46:51
123      [bufaux.c servconf.c]
124      minor KNF.  things the fingers do while you read
125    - deraadt@cvs.openbsd.org 2002/06/23 10:29:52
126      [ssh-agent.c sshd.c]
127      some minor KNF and %u
128    - deraadt@cvs.openbsd.org 2002/06/23 20:39:45
129      [session.c]
130      compression_level is u_int
131    - deraadt@cvs.openbsd.org 2002/06/23 21:06:13
132      [sshpty.c]
133      KNF
134    - deraadt@cvs.openbsd.org 2002/06/23 21:06:41
135      [channels.c channels.h session.c session.h]
136      display, screen, row, col, xpixel, ypixel are u_int; markus ok
137    - deraadt@cvs.openbsd.org 2002/06/23 21:10:02
138      [packet.c]
139      packet_get_int() returns unsigned for reason & seqnr
140   - (bal) Also fixed IPADDR_IN_DISPLAY case where display, screen, row, col,
141     xpixel are u_int.
142
143
144 20020623
145  - (stevesk) [configure.ac] bug #255 LOGIN_NEEDS_UTMPX for AIX.
146  - (bal) removed GNUism for getops in ssh-agent since glibc lacks optreset.
147  - (bal) add extern char *getopt.  Based on report by dtucker@zip.com.au 
148  - OpenBSD CVS Sync
149    - stevesk@cvs.openbsd.org 2002/06/22 02:00:29
150      [ssh.h]
151      correct comment
152    - stevesk@cvs.openbsd.org 2002/06/22 02:40:23
153      [ssh.1]
154      section 5 not 4 for ssh_config
155    - naddy@cvs.openbsd.org 2002/06/22 11:51:39
156      [ssh.1]
157      typo
158    - stevesk@cvs.openbsd.org 2002/06/22 16:32:54
159      [sshd.8]
160      add /var/empty in FILES section
161    - stevesk@cvs.openbsd.org 2002/06/22 16:40:19
162      [sshd.c]
163      check /var/empty owner mode; ok provos@
164    - stevesk@cvs.openbsd.org 2002/06/22 16:41:57
165      [scp.1]
166      typo
167    - stevesk@cvs.openbsd.org 2002/06/22 16:45:29
168      [ssh-agent.1 sshd.8 sshd_config.5]
169      use process ID vs. pid/PID/process identifier
170    - stevesk@cvs.openbsd.org 2002/06/22 20:05:27
171      [sshd.c]
172      don't call setsid() if debugging or run from inetd; no "Operation not
173      permitted" errors now; ok millert@ markus@
174    - stevesk@cvs.openbsd.org 2002/06/22 23:09:51
175      [monitor.c]
176      save auth method before monitor_reset_key_state(); bugzilla bug #284;
177      ok provos@
178
179 20020622
180  - (djm) Update README.privsep; spotted by fries@
181  - (djm) Release 3.3p1
182  - (bal) getopt now can be staticly compiled on those platforms missing
183    optreset.  Patch by binder@arago.de
184
185 20020621
186  - (djm) Sync:
187    - djm@cvs.openbsd.org 2002/06/21 05:50:51
188      [monitor.c]
189      Don't initialise compression buffers when compression=no in sshd_config;
190      ok Niels@
191   - ID sync for auth-passwd.c
192  - (djm) Warn and disable compression on platforms which can't handle both
193    useprivilegeseparation=yes and compression=yes
194  - (djm) contrib/redhat/openssh.spec hacking:
195    - Merge in spec changes from seba@iq.pl (Sebastian Pachuta)
196    - Add new {ssh,sshd}_config.5 manpages
197    - Add new ssh-keysign program and remove setuid from ssh client
198
199 20020620
200  - (bal) Fixed AIX environment handling, use setpcred() instead of existing
201    code.  (Bugzilla Bug 261)
202  - (bal) OpenBSD CVS Sync
203    - todd@cvs.openbsd.org 2002/06/14 21:35:00
204      [monitor_wrap.c]
205      spelling; from Brian Poole <raj@cerias.purdue.edu>
206    - markus@cvs.openbsd.org 2002/06/15 00:01:36
207      [authfd.c authfd.h ssh-add.c ssh-agent.c]
208      break agent key lifetime protocol and allow other contraints for key
209      usage.
210    - markus@cvs.openbsd.org 2002/06/15 00:07:38
211      [authfd.c authfd.h ssh-add.c ssh-agent.c]
212      fix stupid typo
213    - markus@cvs.openbsd.org 2002/06/15 01:27:48
214      [authfd.c authfd.h ssh-add.c ssh-agent.c]
215      remove the CONSTRAIN_IDENTITY messages and introduce a new
216      ADD_ID message with contraints instead. contraints can be
217      only added together with the private key.
218    - itojun@cvs.openbsd.org 2002/06/16 21:30:58
219      [ssh-keyscan.c]
220      use TAILQ_xx macro.  from lukem@netbsd.  markus ok
221    - deraadt@cvs.openbsd.org 2002/06/17 06:05:56
222      [scp.c]
223      make usage like man page
224    - deraadt@cvs.openbsd.org 2002/06/19 00:27:55
225      [auth-bsdauth.c auth-skey.c auth1.c auth2-chall.c auth2-none.c authfd.c
226       authfd.h monitor_wrap.c msg.c nchan.c radix.c readconf.c scp.c sftp.1
227       ssh-add.1 ssh-add.c ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh-keygen.c
228       ssh-keysign.c ssh.1 sshconnect.c sshconnect.h sshconnect2.c ttymodes.c
229       xmalloc.h]
230      KNF done automatically while reading....
231    - markus@cvs.openbsd.org 2002/06/19 18:01:00
232      [cipher.c monitor.c monitor_wrap.c packet.c packet.h]
233      make the monitor sync the transfer ssh1 session key;
234      transfer keycontext only for RC4 (this is still depends on EVP
235      implementation details and is broken).
236    - stevesk@cvs.openbsd.org 2002/06/20 19:56:07
237      [ssh.1 sshd.8]
238      move configuration file options from ssh.1/sshd.8 to
239      ssh_config.5/sshd_config.5; ok deraadt@ millert@
240    - stevesk@cvs.openbsd.org 2002/06/20 20:00:05
241      [scp.1 sftp.1]
242      ssh_config(5)
243    - stevesk@cvs.openbsd.org 2002/06/20 20:03:34
244      [ssh_config sshd_config]
245      refer to config file man page
246    - markus@cvs.openbsd.org 2002/06/20 23:05:56
247      [servconf.c servconf.h session.c sshd.c]
248      allow Compression=yes/no in sshd_config
249    - markus@cvs.openbsd.org 2002/06/20 23:37:12
250      [sshd_config]
251      add Compression
252    - stevesk@cvs.openbsd.org 2002/05/25 20:40:08
253      [LICENCE]
254      missed Per Allansson (auth2-chall.c)
255  - (bal) Cygwin special handling of empty passwords wrong.  Patch by
256    vinschen@redhat.com
257  - (bal) Missed integrating ssh_config.5 and sshd_config.5
258  - (bal) Still more Makefile.in updates for ssh{d}_config.5
259
260 20020613
261  - (bal) typo of setgroup for cygwin.  Patch by vinschen@redhat.com
262
263 20020612
264  - (bal) OpenBSD CVS Sync
265    - markus@cvs.openbsd.org 2002/06/11 23:03:54
266      [ssh.c]
267      remove unused cruft.
268    - markus@cvs.openbsd.org 2002/06/12 01:09:52
269      [ssh.c]
270      ssh_connect returns 0 on success
271  - (bal) Build noop setgroups() for cygwin to clean up code (For other
272    platforms without the setgroups() requirement, you MUST define
273    SETGROUPS_NOOP in the configure.ac) Based on patch by vinschen@redhat.com
274  - (bal) Some platforms don't have ONLCR (Notable Mint)
275
276 20020611
277  - (bal) ssh-agent.c RCSD fix (|unexpand already done)
278  - (bal) OpenBSD CVS Sync
279    - stevesk@cvs.openbsd.org 2002/06/09 22:15:15
280      [ssh.1]
281      update for no setuid root and ssh-keysign; ok deraadt@
282    - itojun@cvs.openbsd.org 2002/06/09 22:17:21
283      [sshconnect.c]
284      pass salen to sockaddr_ntop so that we are happy on linux/solaris
285    - stevesk@cvs.openbsd.org 2002/06/10 16:53:06
286      [auth-rsa.c ssh-rsa.c]
287      display minimum RSA modulus in error(); ok markus@
288    - stevesk@cvs.openbsd.org 2002/06/10 16:56:30
289      [ssh-keysign.8]
290      merge in stuff from my man page; ok markus@
291    - stevesk@cvs.openbsd.org 2002/06/10 17:36:23
292      [ssh-add.1 ssh-add.c]
293      use convtime() to parse and validate key lifetime.  can now
294      use '-t 2h' etc.  ok markus@ provos@
295    - stevesk@cvs.openbsd.org 2002/06/10 17:45:20
296      [readconf.c ssh.1]
297      change RhostsRSAAuthentication and RhostsAuthentication default to no
298      since ssh is no longer setuid root by default; ok markus@
299    - stevesk@cvs.openbsd.org 2002/06/10 21:21:10
300      [ssh_config]
301      update defaults for RhostsRSAAuthentication and RhostsAuthentication
302      here too (all options commented out with default value).
303    - markus@cvs.openbsd.org 2002/06/10 22:28:41
304      [channels.c channels.h session.c]
305      move creation of agent socket to session.c; no need for uidswapping
306      in channel.c.
307    - markus@cvs.openbsd.org 2002/06/11 04:14:26
308      [ssh.c sshconnect.c sshconnect.h]
309      no longer use uidswap.[ch] from the ssh client
310      run less code with euid==0 if ssh is installed setuid root
311      just switch the euid, don't switch the complete set of groups
312      (this is only needed by sshd). ok provos@
313    - mpech@cvs.openbsd.org 2002/06/11 05:46:20
314      [auth-krb4.c monitor.h serverloop.c session.c ssh-agent.c sshd.c]
315      pid_t cleanup. Markus need this now to keep hacking.
316      markus@, millert@ ok
317    - itojun@cvs.openbsd.org 2002/06/11 08:11:45
318      [canohost.c]
319      use "ntop" only after initialized
320  - (bal) Cygwin fix up from swap uid clean up in ssh.c patch by
321    vinschen@redhat.com
322
323 20020609
324  - (bal) OpenBSD CVS Sync
325    - markus@cvs.openbsd.org 2002/06/08 05:07:56
326      [ssh.c]
327      nuke ptrace comment
328    - markus@cvs.openbsd.org 2002/06/08 05:07:09
329      [ssh-keysign.c]
330      only accept 20 byte session ids
331    - markus@cvs.openbsd.org 2002/06/08 05:17:01
332      [readconf.c readconf.h ssh.1 ssh.c]
333      deprecate FallBackToRsh and UseRsh; patch from djm@
334    - markus@cvs.openbsd.org 2002/06/08 05:40:01
335      [readconf.c]
336      just warn about Deprecated options for now
337    - markus@cvs.openbsd.org 2002/06/08 05:41:18
338      [ssh_config]
339      remove FallBackToRsh/UseRsh
340    - markus@cvs.openbsd.org 2002/06/08 12:36:53
341      [scp.c]
342      remove FallBackToRsh
343    - markus@cvs.openbsd.org 2002/06/08 12:46:14
344      [readconf.c]
345      silently ignore deprecated options, since FallBackToRsh might be passed
346      by remote scp commands.
347   - itojun@cvs.openbsd.org 2002/06/08 21:15:27
348      [sshconnect.c]
349      always use getnameinfo.  (diag message only)
350    - markus@cvs.openbsd.org 2002/06/09 04:33:27
351      [sshconnect.c]
352      abort() - > fatal()
353  - (bal) RCSID tag updates on channels.c, clientloop.c, nchan.c,
354    sftp-client.c, ssh-agenet.c, ssh-keygen.c and connect.h (we did unexpand
355    independant of them)
356
357 20020607
358  - (bal) Removed --{enable/disable}-suid-ssh
359  - (bal) Missed __progname in ssh-keysign.c  patch by dtucker@zip.com.au
360  - (bal) use 'LOGIN_PROGRAM'  not '/usr/bin/login' in session.c patch by
361    Bertrand.Velle@apogee-com.fr
362
363 20020606
364  - (bal) OpenBSD CVS Sync
365    - markus@cvs.openbsd.org 2002/05/15 21:56:38
366      [servconf.c sshd.8 sshd_config]
367      re-enable privsep and disable setuid for post-3.2.2
368    - markus@cvs.openbsd.org 2002/05/16 22:02:50
369      [cipher.c kex.h mac.c]
370      fix warnings (openssl 0.9.7 requires const)
371    - stevesk@cvs.openbsd.org 2002/05/16 22:09:59
372      [session.c ssh.c]
373      don't limit xauth pathlen on client side and longer print length on
374      server when debug; ok markus@
375    - deraadt@cvs.openbsd.org 2002/05/19 20:54:52
376      [log.h]
377      extra commas in enum not 100% portable
378    - deraadt@cvs.openbsd.org 2002/05/22 23:18:25
379      [ssh.c sshd.c]
380      spelling; abishoff@arc.nasa.gov
381    - markus@cvs.openbsd.org 2002/05/23 19:24:30
382      [authfile.c authfile.h pathnames.h ssh.c sshconnect.c sshconnect.h 
383       sshconnect1.c sshconnect2.c ssh-keysign.8 ssh-keysign.c Makefile.in]
384      add /usr/libexec/ssh-keysign: a setuid helper program for hostbased 
385      authentication in protocol v2 (needs to access the hostkeys).
386    - markus@cvs.openbsd.org 2002/05/23 19:39:34
387      [ssh.c]
388      add comment about ssh-keysign
389    - markus@cvs.openbsd.org 2002/05/24 08:45:14
390      [sshconnect2.c]
391      stat ssh-keysign first, print error if stat fails;
392      some debug->error; fix comment
393    - markus@cvs.openbsd.org 2002/05/25 08:50:39
394      [sshconnect2.c]
395      execlp->execl; from stevesk
396    - markus@cvs.openbsd.org 2002/05/25 18:51:07
397      [auth.h auth2.c auth2-hostbased.c auth2-kbdint.c auth2-none.c
398       auth2-passwd.c auth2-pubkey.c Makefile.in]
399      split auth2.c into one file per method; ok provos@/deraadt@
400    - stevesk@cvs.openbsd.org 2002/05/26 20:35:10
401      [ssh.1]
402      sort ChallengeResponseAuthentication; ok markus@
403    - stevesk@cvs.openbsd.org 2002/05/28 16:45:27
404      [monitor_mm.c]
405      print strerror(errno) on mmap/munmap error; ok markus@
406    - stevesk@cvs.openbsd.org 2002/05/28 17:28:02
407      [uidswap.c]
408      format spec change/casts and some KNF; ok markus@
409    - stevesk@cvs.openbsd.org 2002/05/28 21:24:00
410      [uidswap.c]
411      use correct function name in fatal()
412    - stevesk@cvs.openbsd.org 2002/05/29 03:06:30
413      [ssh.1 sshd.8]
414      spelling
415    - markus@cvs.openbsd.org 2002/05/29 11:21:57
416      [sshd.c]
417      don't start if privsep is enabled and SSH_PRIVSEP_USER or
418      _PATH_PRIVSEP_CHROOT_DIR are missing; ok deraadt@
419    - markus@cvs.openbsd.org 2002/05/30 08:07:31
420      [cipher.c]
421      use rijndael/aes from libcrypto (openssl >= 0.9.7) instead of
422      our own implementation. allow use of AES hardware via libcrypto, 
423      ok deraadt@
424    - markus@cvs.openbsd.org 2002/05/31 10:30:33
425      [sshconnect2.c]
426      extent ssh-keysign protocol:
427      pass # of socket-fd to ssh-keysign, keysign verfies locally used
428      ip-address using this socket-fd, restricts fake local hostnames
429      to actual local hostnames; ok stevesk@
430    - markus@cvs.openbsd.org 2002/05/31 11:35:15
431      [auth.h auth2.c]
432      move Authmethod definitons to per-method file.
433    - markus@cvs.openbsd.org 2002/05/31 13:16:48
434      [key.c]
435      add comment:
436      key_verify returns 1 for a correct signature, 0 for an incorrect signature
437      and -1 on error.
438    - markus@cvs.openbsd.org 2002/05/31 13:20:50
439      [ssh-rsa.c]
440      pad received signature with leading zeros, because RSA_verify expects
441      a signature of RSA_size. the drafts says the signature is transmitted
442      unpadded (e.g. putty does not pad), reported by anakin@pobox.com
443    - deraadt@cvs.openbsd.org 2002/06/03 12:04:07
444      [ssh.h]
445      compatiblity -> compatibility
446      decriptor -> descriptor
447      authentciated -> authenticated
448      transmition -> transmission
449    - markus@cvs.openbsd.org 2002/06/04 19:42:35
450      [monitor.c]
451      only allow enabled authentication methods; ok provos@
452    - markus@cvs.openbsd.org 2002/06/04 19:53:40
453      [monitor.c]
454      save the session id (hash) for ssh2 (it will be passed with the 
455      initial sign request) and verify that this value is used during 
456      authentication; ok provos@
457    - markus@cvs.openbsd.org 2002/06/04 23:02:06
458      [packet.c]
459      remove __FUNCTION__
460    - markus@cvs.openbsd.org 2002/06/04 23:05:49
461      [cipher.c monitor.c monitor_fdpass.c monitor_mm.c monitor_wrap.c]
462      __FUNCTION__ -> __func__
463    - markus@cvs.openbsd.org 2002/06/05 16:08:07
464      [ssh-agent.1 ssh-agent.c]
465      '-a bind_address' binds the agent to user-specified unix-domain
466      socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago).
467    - markus@cvs.openbsd.org 2002/06/05 16:08:07
468      [ssh-agent.1 ssh-agent.c]
469      '-a bind_address' binds the agent to user-specified unix-domain
470      socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago).
471    - markus@cvs.openbsd.org 2002/06/05 16:48:54
472      [ssh-agent.c]
473      copy current request into an extra buffer and just flush this
474      request on errors, ok provos@
475    - markus@cvs.openbsd.org 2002/06/05 19:57:12
476      [authfd.c authfd.h ssh-add.1 ssh-add.c ssh-agent.c]
477      ssh-add -x for lock and -X for unlocking the agent.
478      todo: encrypt private keys with locked...
479    - markus@cvs.openbsd.org 2002/06/05 20:56:39
480      [ssh-add.c]
481      add -x/-X to usage
482    - markus@cvs.openbsd.org 2002/06/05 21:55:44
483      [authfd.c authfd.h ssh-add.1 ssh-add.c ssh-agent.c]
484      ssh-add -t life,  Set lifetime (in seconds) when adding identities; 
485      ok provos@
486    - stevesk@cvs.openbsd.org 2002/06/06 01:09:41
487      [monitor.h]
488      no trailing comma in enum; china@thewrittenword.com
489    - markus@cvs.openbsd.org 2002/06/06 17:12:44
490      [sftp-server.c]
491      discard remaining bytes of current request; ok provos@
492    - markus@cvs.openbsd.org 2002/06/06 17:30:11
493      [sftp-server.c]
494      use get_int() macro (hide iqueue)
495  - (bal) Missed msg.[ch] in merge.  Required for ssh-keysign.
496  - (bal) Forgot to add msg.c Makefile.in.
497  - (bal) monitor_mm.c typos.
498  - (bal) Refixed auth2.c.  It was never fully commited while spliting out
499    authentication to different files.
500  - (bal) ssh-keysign should build and install correctly now.  Phase two
501    would be to clean out any dead wood and disable ssh setuid on install.
502  - (bal) Reverse logic, use __func__ first since it's C99
503
504 20020604
505  - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed
506    setsockopt from debug to error for now).
507
508 20020527
509  - (tim) [configure.ac.orig monitor_fdpass.c] Enahnce msghdr tests to address
510    build problem on Irix reported by Dave Love <d.love@dl.ac.uk>. Back out
511    last monitor_fdpass.c changes that are no longer needed with new tests.
512    Patch tested on Irix by Jan-Frode Myklebust <janfrode@parallab.uib.no>
513
514 20020522
515  - (djm) Fix spelling mistakes, spotted by Solar Designer i
516    <solar@openwall.com>
517  - Sync scard/ (not sure when it drifted)
518  - (djm) OpenBSD CVS Sync:
519    [auth.c]
520    Fix typo/thinko.  Pass in as to auth_approval(), not NULL.
521    Closes PR 2659.
522  - Crank version
523  - Crank RPM spec versions
524
525 20020521
526  - (stevesk) [sshd.c] bug 245; disable setsid() for now
527  - (stevesk) [sshd.c] #ifndef HAVE_CYGWIN for setgroups()
528
529 20020517
530  - (tim) [configure.ac] remove extra MD5_MSG="no" line.
531
532 20020515
533  - (bal) CVS ID fix up on auth-passwd.c
534  - (bal) OpenBSD CVS Sync
535    - deraadt@cvs.openbsd.org 2002/05/07 19:54:36
536      [ssh.h]
537      use ssh uid
538    - deraadt@cvs.openbsd.org 2002/05/08 21:06:34
539      [ssh.h]
540      move to sshd.sshd instead
541    - stevesk@cvs.openbsd.org 2002/05/11 20:24:48
542      [ssh.h]
543      typo in comment
544    - itojun@cvs.openbsd.org 2002/05/13 02:37:39
545      [auth-skey.c auth2.c]
546      less warnings.  skey_{respond,query} are public (in auth.h)
547    - markus@cvs.openbsd.org 2002/05/13 20:44:58
548      [auth-options.c auth.c auth.h]
549      move the packet_send_debug handling from auth-options.c to auth.c; 
550      ok provos@
551    - millert@cvs.openbsd.org 2002/05/13 15:53:19
552      [sshd.c]
553      Call setsid() in the child after sshd accepts the connection and forks.
554      This is needed for privsep which calls setlogin() when it changes uids.
555      Without this, there is a race where the login name of an existing 
556      connection, as returned by getlogin(), may be changed to the privsep 
557      user (sshd).  markus@ OK
558    - markus@cvs.openbsd.org 2002/05/13 21:26:49
559      [auth-rhosts.c]
560      handle debug messages during rhosts-rsa and hostbased authentication; 
561      ok provos@
562    - mouring@cvs.openbsd.org 2002/05/15 15:47:49
563      [kex.c monitor.c monitor_wrap.c sshd.c]
564      'monitor' variable clashes with at least one lame platform (NeXT).  i
565      Renamed to 'pmonitor'.  provos@
566    - deraadt@cvs.openbsd.org 2002/05/04 02:39:35
567      [servconf.c sshd.8 sshd_config]
568      enable privsep by default; provos ok
569    - millert@cvs.openbsd.org 2002/05/06 23:34:33
570      [ssh.1 sshd.8]
571      Kill/adjust r(login|exec)d? references now that those are no longer in
572      the tree.
573    - markus@cvs.openbsd.org 2002/05/15 21:02:53
574      [servconf.c sshd.8 sshd_config]
575      disable privsep and enable setuid for the 3.2.2 release
576  - (bal) Fixed up PAM case.  I think.
577  - (bal) Clarified openbsd-compat/*-cray.* Licence provided by Wendy
578  - (bal) OpenBSD CVS Sync
579    - markus@cvs.openbsd.org 2002/05/15 21:05:29
580      [version.h]
581      enter OpenSSH_3.2.2
582  - (bal) Caldara, Suse, and Redhat openssh.specs updated.
583
584 20020514
585  - (stevesk) [README.privsep] PAM+privsep works with Solaris 8.
586  - (tim) [sshpty.c] set tty modes when allocating old style bsd ptys to
587    match what newer style ptys have when allocated. Based on a patch by
588    Roger Cornelius <rac@tenzing.org>
589  - (tim) [README.privsep] UnixWare 7 and OpenUNIX 8 work.
590  - (tim) [README.privsep] remove reference to UnixWare 7 and OpenUNIX 8
591    from PAM-enabled pragraph. UnixWare has no PAM.
592  - (tim) [contrib/caldera/openssh.spec] update version.
593
594 20020513
595  - (stevesk) add initial README.privsep
596  - (stevesk) [configure.ac] nicer message: --with-privsep-user=user
597  - (djm) Add --with-superuser-path=xxx configure option to specify 
598    what $PATH the superuser receives.
599  - (djm) Bug #231: UsePrivilegeSeparation turns off Banner.
600  - (djm) Add --with-privsep-path configure option
601  - (djm) Update RPM spec file: different superuser path, use
602    /var/empty/sshd for privsep
603  - (djm) Bug #234: missing readpassphrase declaration and defines
604  - (djm) Add INSTALL warning about SSH protocol 1 blowfish w/ 
605     OpenSSL < 0.9.6
606
607 20020511
608  - (tim) [configure.ac] applied a rework of djm's OpenSSL search cleanup patch.
609    Now only searches system and /usr/local/ssl (OpenSSL's default install path)
610    Others must use --with-ssl-dir=....
611  - (tim) [monitor_fdpass.c] fix for systems that have both
612    HAVE_ACCRIGHTS_IN_MSGHDR and HAVE_CONTROL_IN_MSGHDR. Ie. sys/socket.h 
613    has #define msg_accrights msg_control
614
615 20020510
616  - (stevesk) [auth.c] Shadow account and expiration cleanup.  Now
617    check for root forced expire.  Still don't check for inactive.
618  - (djm) Rework RedHat RPM files. Based on spec from Nalin 
619    Dahyabhai <nalin@redhat.com> and patches from 
620    Pekka Savola <pekkas@netcore.fi>
621  - (djm) Try to drop supplemental groups at daemon startup. Patch from 
622    RedHat
623  - (bal) Back all the way out of auth-passwd.c changes.  Breaks too many
624    things that don't set pw->pw_passwd.
625
626 20020509
627  - (tim) [Makefile.in] Unbreak make -f Makefile.in distprep
628
629 20020508
630  - (tim) [openbsd-compat/bsd-arc4random.c] fix logic on when seed_rng() is
631    called. Report by Chris Maxwell <maxwell@cs.dal.ca>
632  - (tim) [Makefile.in configure.ac] set SHELL variable in Makefile
633  - (djm) Disable PAM kbd-int auth if privsep is turned on (it doesn't work)
634
635 20020507
636  - (tim) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
637    Add truncate() emulation to address Bug 208
638
639 20020506
640  - (djm) Unbreak auth-passwd.c for PAM and SIA
641  - (djm) Unbreak PAM auth for protocol 1. Report from Pekka Savola 
642    <pekkas@netcore.fi>
643  - (djm) Don't reinitialise PAM credentials before we have started PAM.
644    Report from Pekka Savola <pekkas@netcore.fi>
645    
646 20020506
647  - (bal) Fixed auth-passwd.c to resolve PermitEmptyPassword issue
648  
649 20020501
650  - (djm) Import OpenBSD regression tests. Requires BSD make to run
651  - (djm) Fix readpassphase compilation for systems which have it
652
653 20020429
654  - (tim) [contrib/caldera/openssh.spec] update fixUP to reflect changes in
655    sshd_config.
656  - (tim) [contrib/cygwin/README] remove reference to regex.
657    patch from Corinna Vinschen <vinschen@redhat.com>
658
659 20020426
660  - (djm) Bug #137, #209: fix make problems for scard/Ssh.bin, do uudecode
661    during distprep only
662  - (djm) Disable PAM password expiry until a complete fix for bug #188 
663    exists
664  - (djm) Bug #180: Set ToS bits on IPv4-in-IPv6 mapped addresses. Based on 
665    patch from openssh@misc.tecq.org
666
667 20020425
668  - (stevesk) [defines.h] remove USE_TIMEVAL; unused
669  - (stevesk) [acconfig.h auth-passwd.c configure.ac sshd.c] HP-UX 10.26
670    support.  bug #184.  most from dcole@keysoftsys.com.
671
672 20020424
673  - (djm) OpenBSD CVS Sync
674    - markus@cvs.openbsd.org 2002/04/23 12:54:10
675      [version.h]
676      3.2.1
677    - djm@cvs.openbsd.org 2002/04/23 22:16:29
678      [sshd.c]
679      Improve error message; ok markus@ stevesk@
680
681 20020423
682  - (stevesk) [acconfig.h configure.ac session.c] LOGIN_NO_ENDOPT for HP-UX
683  - (stevesk) [acconfig.h] NEED_IN_SYSTM_H unused
684  - (markus) OpenBSD CVS Sync
685    - markus@cvs.openbsd.org 2002/04/23 12:58:26
686      [radix.c]
687      send complete ticket; semerad@ss1000.ms.mff.cuni.cz
688  - (djm) Trim ChangeLog to include only post-3.1 changes
689  - (djm) Update RPM spec file versions
690  - (djm) Redhat spec enables KrbV by default
691  - (djm) Applied OpenSC smartcard updates from Markus & 
692    Antti Tapaninen <aet@cc.hut.fi>
693  - (djm) Define BROKEN_REALPATH for AIX, patch from 
694    Antti Tapaninen <aet@cc.hut.fi>
695  - (djm) Bug #214: Fix utmp for Irix (don't strip "tty"). Patch from 
696    Kevin Taylor <no@nowhere.org> (??) via Philipp Grau
697    <phgrau@zedat.fu-berlin.de>
698  - (djm) Bug #213: Simplify CMSG_ALIGN macros to avoid symbol clashes. 
699    Reported by Doug Manton <dmanton@emea.att.com>
700  - (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by
701    Robert Urban <urban@spielwiese.de>
702  - (djm) Bug #206 - blibpath isn't always needed for AIX ld, avoid 
703    sizeof(long long int) == 4 breakage. Patch from Matthew Clarke
704    <Matthew_Clarke@mindlink.bc.ca>
705  - (djm) Make privsep work with PAM (still experimental)
706  - (djm) OpenBSD CVS Sync
707    - deraadt@cvs.openbsd.org 2002/04/20 09:02:03
708      [servconf.c]
709      No, afs requires explicit enabling
710    - markus@cvs.openbsd.org 2002/04/20 09:14:58
711      [bufaux.c bufaux.h]
712      add buffer_{get,put}_short
713    - markus@cvs.openbsd.org 2002/04/20 09:17:19
714      [radix.c]
715      rewrite using the buffer_* API, fixes overflow; ok deraadt@
716    - stevesk@cvs.openbsd.org 2002/04/21 16:19:27
717      [sshd.8 sshd_config]
718      document default AFSTokenPassing no; ok deraadt@
719    - stevesk@cvs.openbsd.org 2002/04/21 16:25:06
720      [sshconnect1.c]
721      spelling in error message; ok markus@
722    - markus@cvs.openbsd.org 2002/04/22 06:15:47
723      [radix.c]
724      fix check for overflow
725    - markus@cvs.openbsd.org 2002/04/22 16:16:53
726      [servconf.c sshd.8 sshd_config]
727      do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@
728    - markus@cvs.openbsd.org 2002/04/22 21:04:52
729      [channels.c clientloop.c clientloop.h ssh.c]
730      request reply (success/failure) for -R style fwd in protocol v2,
731      depends on ordered replies.
732      fixes http://bugzilla.mindrot.org/show_bug.cgi?id=215; ok provos@
733
734 20020421
735  - (tim) [entropy.c.] Portability fix for SCO Unix 3.2v4.x (SCO OSR 3.0).
736    entropy.c needs seteuid(getuid()) for the setuid(original_uid) to 
737    succeed. Patch by gert@greenie.muc.de. This fixes one part of Bug 208
738
739 20020418
740  - (djm) Avoid SIGCHLD breakage when run from rsync. Fix from 
741    Sturle Sunde <sturle.sunde@usit.uio.no>
742
743 20020417
744  - (djm) Tell users to configure /dev/random support into OpenSSL in 
745    INSTALL
746  - (djm) Fix .Nm in mdoc2man.pl from pspencer@fields.utoronto.ca
747  - (tim) [configure.ac] Issue warning on --with-default-path=/some_path
748    if LOGIN_CAP is enabled. Report & testing by Tuc <tuc@ttsg.com>
749
750 20020415
751  - (djm) Unbreak "make install". Fix from Darren Tucker 
752    <dtucker@zip.com.au>
753  - (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna Vinschen
754  - (tim) [configure.ac] add tests for recvmsg and sendmsg.
755    [monitor_fdpass.c] add checks for HAVE_SENDMSG and HAVE_RECVMSG for
756    systems that HAVE_ACCRIGHTS_IN_MSGHDR but no recvmsg or sendmsg.
757
758 20020414
759  - (djm) ssh-rand-helper improvements
760    - Add commandline debugging options
761    - Don't write binary data if stdout is a tty (use hex instead)
762    - Give it a manpage
763  - (djm) Random number collection doc fixes from Ben
764
765 20020413
766  - (djm) Add KrbV support patch from Simon Wilkinson <simon@sxw.org.uk>
767
768 20020412
769  - (stevesk) [auth-sia.[ch]] add BSD license from Chris Adams
770  - (tim) [configure.ac] add <sys/types.h> to msghdr tests. Change -L
771    to -h on testing for /bin being symbolic link
772  - (bal) Mistaken in Cygwin scripts for ssh starting.  Patch by
773    Corinna Vinschen <vinschen@redhat.com> 
774  - (bal) disable privsep if no MAP_ANON.  We can re-enable it
775    after the release when we can do more testing.
776
777 20020411
778  - (stevesk) [auth-sia.c] cleanup
779  - (tim) [acconfig.h defines.h includes.h] put includes in includes.h and
780    defines in defines.h [rijndael.c openbsd-compat/fake-socket.h
781    openbsd-compat/inet_aton.c] include "includes.h" instead of "config.h"
782    ok stevesk@
783
784 20020410
785  - (stevesk) [configure.ac monitor.c] HAVE_SOCKETPAIR
786  - (stevesk) [auth-sia.c] compile fix Chris Adams <cmadams@hiwaay.net>
787  - (bal) OpenBSD CVS Sync
788    - markus@cvs.openbsd.org 2002/04/10 08:21:47
789      [auth1.c compat.c compat.h]
790      strip '@' from username only for KerbV and known broken clients, 
791      bug #204
792    - markus@cvs.openbsd.org 2002/04/10 08:56:01
793      [version.h]
794      OpenSSH_3.2
795  - Added p1 to idenify Portable release version.
796
797 20020408
798  - (bal) Minor OpenSC updates.  Fix up header locations and update
799    README.smartcard provided by Juha Yrjölä <jyrjola@cc.hut.fi>
800
801 20020407
802  - (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now.
803    Future: we may want to test if fd passing works correctly.
804  - (stevesk) [monitor_fdpass.c] fatal() for UsePrivilegeSeparation=yes
805    and no fd passing support.
806  - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them in
807    monitor_mm.c
808  - (stevesk) remove configure support for poll.h; it was removed
809    from sshd.c a long time ago.
810  - (stevesk) --with-privsep-user; default sshd
811  - (stevesk) wrap munmap() with HAVE_MMAP also.
812
813 20020406
814  - (djm) Typo in Suse SPEC file. Fix from Carsten Grohmann 
815    <carsten.grohmann@dr-baldeweg.de>
816  - (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile.
817  - (bal) OpenBSD CVS Sync
818    - djm@cvs.openbsd.org 2002/04/06 00:30:08
819      [sftp-client.c]
820      Fix occasional corruption on upload due to bad reuse of request 
821      id, spotted by chombier@mac.com; ok markus@
822    - mouring@cvs.openbsd.org 2002/04/06 18:24:09
823      [scp.c]
824      Fixes potental double // within path.
825      http://bugzilla.mindrot.org/show_bug.cgi?id=76
826  - (bal) Slight update to OpenSC support.  Better version checking. patch
827    by Juha Yrjölä <jyrjola@cc.hut.fi> 
828  - (bal) Revered out of runtime IRIX detection of joblimits.  Code is
829    incomplete.
830  - (bal) Quiet down configure.ac if /bin/test does not exist.
831  - (bal) We no longer use atexit()/xatexit()/on_exit()
832
833 20020405
834  - (bal) Patch for OpenSC SmartCard library; ok markus@; patch by
835    Juha Yrjölä <jyrjola@cc.hut.fi>
836  - (bal) Minor documentation update to reflect smartcard library
837    support changes.
838  - (bal) Too many <sys/queue.h> issues.  Remove all workarounds and
839    using internal version only.
840  - (bal) OpenBSD CVS Sync
841    - stevesk@cvs.openbsd.org 2002/04/05 20:56:21
842      [sshd.8]
843      clarify sshrc some and handle X11UseLocalhost=yes; ok markus@
844
845 20020404
846  - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.h
847     auth1.c auth2.c] PAM, OSF_SIA password auth cleanup; from djm.
848  - (bal) OpenBSD CVS Sync
849    - markus@cvs.openbsd.org 2002/04/03 09:26:11
850      [cipher.c myproposal.h]
851      re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.net
852
853 20020402
854  - (bal) Hand Sync of scp.c (reverted to upstream code)
855    - deraadt@cvs.openbsd.org 2002/03/30 17:45:46
856      [scp.c]
857      stretch banners
858  - (bal) CVS ID sync of uidswap.c
859  - (bal) OpenBSD CVS Sync (now for the real sync)
860    - markus@cvs.openbsd.org 2002/03/27 22:21:45
861      [ssh-keygen.c]
862      try to import keys with extra trailing === (seen with ssh.com < 
863      2.0.12)
864    - markus@cvs.openbsd.org 2002/03/28 15:34:51
865      [session.c]
866      do not call record_login twice (for use_privsep)
867    - markus@cvs.openbsd.org 2002/03/29 18:59:32
868      [session.c session.h]
869      retrieve last login time before the pty is allocated, store per 
870      session
871    - stevesk@cvs.openbsd.org 2002/03/29 19:16:22
872      [sshd.8]
873      RSA key modulus size minimum 768; ok markus@
874    - stevesk@cvs.openbsd.org 2002/03/29 19:18:33
875      [auth-rsa.c ssh-rsa.c ssh.h]
876      make RSA modulus minimum #define; ok markus@
877    - markus@cvs.openbsd.org 2002/03/30 18:51:15
878      [monitor.c serverloop.c sftp-int.c sftp.c sshd.c]
879      check waitpid for EINTR; based on patch from peter@ifm.liu.se
880    - markus@cvs.openbsd.org 2002/04/01 22:02:16
881      [sftp-client.c]
882      20480 is an upper limit for older server
883    - markus@cvs.openbsd.org 2002/04/01 22:07:17
884      [sftp-client.c]
885      fallback to stat if server does not support lstat
886    - markus@cvs.openbsd.org 2002/04/02 11:49:39
887      [ssh-agent.c]
888      check $SHELL for -k and -d, too;
889      http://bugzilla.mindrot.org/show_bug.cgi?id=199
890    - markus@cvs.openbsd.org 2002/04/02 17:37:48
891      [sftp.c]
892      always call log_init()
893    - markus@cvs.openbsd.org 2002/04/02 20:11:38
894      [ssh-rsa.c]
895      ignore SSH_BUG_SIGBLOB for ssh-rsa; #187
896  - (bal) mispelling in uidswap.c (portable only)
897
898 20020401
899  - (stevesk) [monitor.c] PAM should work again; will *not* work with
900    UsePrivilegeSeparation=yes.
901  - (stevesk) [auth1.c] fix password auth for protocol 1 when
902    !USE_PAM && !HAVE_OSF_SIA; merge issue.
903
904 20020331
905  - (tim) [configure.ac] use /bin/test -L to work around broken builtin on
906    Solaris 8
907  - (tim) [sshconnect2.c] change uint32_t to u_int32_t
908
909 20020330
910  - (stevesk) [configure.ac] remove header check for sys/ttcompat.h
911    bug 167
912
913 20020327
914  - (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by 
915    kent@lysator.liu.se
916  - (bal) OpenBSD CVS Sync
917    - markus@cvs.openbsd.org 2002/03/26 11:34:49
918      [ssh.1 sshd.8]
919      update to recent drafts
920    - markus@cvs.openbsd.org 2002/03/26 11:37:05
921      [ssh.c]
922      update Copyright
923    - markus@cvs.openbsd.org 2002/03/26 15:23:40
924      [bufaux.c]
925      do not talk about packets in bufaux
926    - rees@cvs.openbsd.org 2002/03/26 18:46:59
927      [scard.c]
928      try_AUT0 in read_pubkey too, for those paranoid few who want to 
929      acl 'sh'
930    - markus@cvs.openbsd.org 2002/03/26 22:50:39
931      [channels.h]
932      CHANNEL_EFD_OUTPUT_ACTIVE is false for CHAN_CLOSE_RCVD, too
933    - markus@cvs.openbsd.org 2002/03/26 23:13:03
934      [auth-rsa.c]
935      disallow RSA keys < 768 for protocol 1, too (rhosts-rsa and rsa auth)
936    - markus@cvs.openbsd.org 2002/03/26 23:14:51
937      [kex.c]
938      generate a new cookie for each SSH2_MSG_KEXINIT message we send out
939    - mouring@cvs.openbsd.org 2002/03/27 11:45:42
940      [monitor.c]
941      monitor_allowed_key() returns int instead of pointer.  ok markus@
942   
943 20020325
944  - (stevesk) import OpenBSD <sys/tree.h> as "openbsd-compat/tree.h"
945  - (bal) OpenBSD CVS Sync
946    - stevesk@cvs.openbsd.org 2002/03/23 20:57:26
947      [sshd.c]
948      setproctitle() after preauth child; ok markus@
949    - markus@cvs.openbsd.org 2002/03/24 16:00:27
950      [serverloop.c]
951      remove unused debug
952    - markus@cvs.openbsd.org 2002/03/24 16:01:13
953      [packet.c]
954      debug->debug3 for extra padding
955    - stevesk@cvs.openbsd.org 2002/03/24 17:27:03
956      [kexgex.c]
957      typo; ok markus@
958    - stevesk@cvs.openbsd.org 2002/03/24 17:53:16
959      [monitor_fdpass.c]
960      minor cleanup and more error checking; ok markus@
961    - markus@cvs.openbsd.org 2002/03/24 18:05:29
962      [scard.c]
963      we need to figure out AUT0 for sc_private_encrypt, too
964    - stevesk@cvs.openbsd.org 2002/03/24 23:20:00
965      [monitor.c]
966      remove "\n" from fatal()
967    - markus@cvs.openbsd.org 2002/03/25 09:21:13
968      [auth-rsa.c]
969      return 0 (not NULL); tomh@po.crl.go.jp
970    - markus@cvs.openbsd.org 2002/03/25 09:25:06
971      [auth-rh-rsa.c]
972      rm bogus comment
973    - markus@cvs.openbsd.org 2002/03/25 17:34:27
974      [scard.c scard.h ssh-agent.c ssh-keygen.c ssh.c]
975      change sc_get_key to sc_get_keys and hide smartcard details in scard.c
976    - stevesk@cvs.openbsd.org 2002/03/25 20:12:10
977      [monitor_mm.c monitor_wrap.c]
978      ssize_t args use "%ld" and cast to (long)
979      size_t args use "%lu" and cast to (u_long)
980      ok markus@ and thanks millert@
981    - markus@cvs.openbsd.org 2002/03/25 21:04:02
982      [ssh.c]
983      simplify num_identity_files handling
984    - markus@cvs.openbsd.org 2002/03/25 21:13:51
985      [channels.c channels.h compat.c compat.h nchan.c]
986      don't send stderr data after EOF, accept this from older known 
987      (broken) sshd servers only, fixes
988      http://bugzilla.mindrot.org/show_bug.cgi?id=179
989    - stevesk@cvs.openbsd.org 2002/03/26 03:24:01
990      [monitor.h monitor_fdpass.h monitor_mm.h monitor_wrap.h]
991      $OpenBSD$
992
993 20020324
994  - (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
995    it can be removed. only used on solaris. will no longer compile with
996    privsep shuffling.
997
998 20020322
999  - (stevesk) HAVE_ACCRIGHTS_IN_MSGHDR configure support
1000  - (stevesk) [monitor.c monitor_wrap.c] #ifdef HAVE_PW_CLASS_IN_PASSWD
1001  - (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsisms
1002  - (stevesk) [monitor_fdpass.c] support for access rights style file
1003    descriptor passing
1004  - (stevesk) [auth2.c] merge cleanup/sync
1005  - (stevesk) [defines.h] hp-ux 11 has ancillary data style fd passing, but
1006    is missing CMSG_LEN() and CMSG_SPACE() macros.
1007  - (stevesk) [defines.h] #define MAP_ANON MAP_ANONYMOUS for HP-UX; other
1008    platforms may need this--I'm not sure.  mmap() issues will need to be
1009    addressed further.
1010  - (tim) [cipher.c] fix problem with OpenBSD sync
1011  - (stevesk) [LICENCE] OpenBSD sync
1012
1013 20020321
1014  - (bal) OpenBSD CVS Sync
1015    - itojun@cvs.openbsd.org 2002/03/08 06:10:16
1016      [sftp-client.c]
1017      printf type mismatch
1018    - itojun@cvs.openbsd.org 2002/03/11 03:18:49
1019      [sftp-client.c]
1020      correct type mismatches (u_int64_t != unsigned long long)
1021    - itojun@cvs.openbsd.org 2002/03/11 03:19:53
1022      [sftp-client.c]
1023      indent
1024    - markus@cvs.openbsd.org 2002/03/14 15:24:27
1025      [sshconnect1.c]
1026      don't trust size sent by (rogue) server; noted by 
1027      s.esser@e-matters.de
1028    - markus@cvs.openbsd.org 2002/03/14 16:38:26
1029      [sshd.c]
1030      split out ssh1 session key decryption; ok provos@
1031    - markus@cvs.openbsd.org 2002/03/14 16:56:33
1032      [auth-rh-rsa.c auth-rsa.c auth.h]
1033      split auth_rsa() for better readability and privsep; ok provos@
1034    - itojun@cvs.openbsd.org 2002/03/15 11:00:38
1035      [auth.c]
1036      fix file type checking (use S_ISREG).  ok by markus
1037    - markus@cvs.openbsd.org 2002/03/16 11:24:53
1038      [compress.c]
1039      skip inflateEnd if inflate fails; ok provos@
1040    - markus@cvs.openbsd.org 2002/03/16 17:22:09
1041      [auth-rh-rsa.c auth.h]
1042      split auth_rhosts_rsa(), ok provos@
1043    - stevesk@cvs.openbsd.org 2002/03/16 17:41:25
1044      [auth-krb5.c]
1045      BSD license.  from Daniel Kouril via Dug Song.  ok markus@
1046    - provos@cvs.openbsd.org 2002/03/17 20:25:56
1047      [auth.c auth.h auth1.c auth2.c]
1048      getpwnamallow returns struct passwd * only if user valid; 
1049      okay markus@
1050    - provos@cvs.openbsd.org 2002/03/18 01:12:14
1051      [auth.h auth1.c auth2.c sshd.c]
1052      have the authentication functions return the authentication context
1053      and then do_authenticated; okay millert@
1054    - dugsong@cvs.openbsd.org 2002/03/18 01:30:10
1055      [auth-krb4.c]
1056      set client to NULL after xfree(), from Rolf Braun 
1057      <rbraun+ssh@andrew.cmu.edu>
1058    - provos@cvs.openbsd.org 2002/03/18 03:41:08
1059      [auth.c session.c]
1060      move auth_approval into getpwnamallow with help from millert@
1061    - markus@cvs.openbsd.org 2002/03/18 17:13:15
1062      [cipher.c cipher.h]
1063      export/import cipher states; needed by ssh-privsep
1064    - markus@cvs.openbsd.org 2002/03/18 17:16:38
1065      [packet.c packet.h]
1066      export/import cipher state, iv and ssh2 seqnr; needed by ssh-privsep
1067    - markus@cvs.openbsd.org 2002/03/18 17:23:31
1068      [key.c key.h]
1069      add key_demote() for ssh-privsep
1070    - provos@cvs.openbsd.org 2002/03/18 17:25:29
1071      [bufaux.c bufaux.h]
1072      buffer_skip_string and extra sanity checking; needed by ssh-privsep
1073    - provos@cvs.openbsd.org 2002/03/18 17:31:54
1074      [compress.c]
1075      export compression streams for ssh-privsep
1076    - provos@cvs.openbsd.org 2002/03/18 17:50:31
1077      [auth-bsdauth.c auth-options.c auth-rh-rsa.c auth-rsa.c]
1078      [auth-skey.c auth.h auth1.c auth2-chall.c auth2.c kex.c kex.h kexdh.c]
1079      [kexgex.c servconf.c]
1080      [session.h servconf.h serverloop.c session.c sshd.c]
1081      integrate privilege separated openssh; its turned off by default 
1082      for now. work done by me and markus@
1083    - provos@cvs.openbsd.org 2002/03/18 17:53:08
1084      [sshd.8]
1085      credits for privsep
1086    - provos@cvs.openbsd.org 2002/03/18 17:59:09
1087      [sshd.8]
1088      document UsePrivilegeSeparation
1089    - stevesk@cvs.openbsd.org 2002/03/18 23:52:51
1090      [servconf.c]
1091      UnprivUser/UnprivGroup usable now--specify numeric user/group; ok
1092      provos@
1093    - stevesk@cvs.openbsd.org 2002/03/19 03:03:43
1094      [pathnames.h servconf.c servconf.h sshd.c]
1095      _PATH_PRIVSEP_CHROOT_DIR; ok provos@
1096    - stevesk@cvs.openbsd.org 2002/03/19 05:23:08
1097      [sshd.8]
1098      Banner has no default.
1099    - mpech@cvs.openbsd.org 2002/03/19 06:32:56
1100      [sftp-int.c]
1101      use xfree() after xstrdup().
1102
1103      markus@ ok
1104    - markus@cvs.openbsd.org 2002/03/19 10:35:39
1105      [auth-options.c auth.h session.c session.h sshd.c]
1106      clean up prototypes
1107    - markus@cvs.openbsd.org 2002/03/19 10:49:35
1108      [auth-krb5.c auth-rh-rsa.c auth.c cipher.c key.c misc.h]
1109      [packet.c session.c sftp-client.c sftp-glob.h sftp.c ssh-add.c ssh.c]
1110      [sshconnect2.c sshd.c ttymodes.c]
1111      KNF whitespace
1112    - markus@cvs.openbsd.org 2002/03/19 14:27:39
1113      [auth.c auth1.c auth2.c]
1114      make getpwnamallow() allways call pwcopy()
1115    - markus@cvs.openbsd.org 2002/03/19 15:31:47
1116      [auth.c]
1117      check for NULL; from provos@
1118    - stevesk@cvs.openbsd.org 2002/03/20 19:12:25
1119      [servconf.c servconf.h ssh.h sshd.c]
1120      for unprivileged user, group do:
1121      pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw).  ok provos@
1122    - stevesk@cvs.openbsd.org 2002/03/20 21:08:08
1123      [sshd.c]
1124      strerror() on chdir() fail; ok provos@
1125    - markus@cvs.openbsd.org 2002/03/21 10:21:20
1126      [ssh-add.c]
1127      ignore errors for nonexisting default keys in ssh-add,
1128      fixes http://bugzilla.mindrot.org/show_bug.cgi?id=158
1129    - jakob@cvs.openbsd.org 2002/03/21 15:17:26
1130      [clientloop.c ssh.1]
1131      add built-in command line for adding new port forwardings on the fly.
1132      based on a patch from brian wellington. ok markus@.
1133    - markus@cvs.openbsd.org 2002/03/21 16:38:06
1134      [scard.c]
1135      make compile w/ openssl 0.9.7
1136    - markus@cvs.openbsd.org 2002/03/21 16:54:53
1137      [scard.c scard.h ssh-keygen.c]
1138      move key upload to scard.[ch]
1139    - markus@cvs.openbsd.org 2002/03/21 16:57:15
1140      [scard.c]
1141      remove const
1142    - markus@cvs.openbsd.org 2002/03/21 16:58:13
1143      [clientloop.c]
1144      remove unused
1145    - rees@cvs.openbsd.org 2002/03/21 18:08:15
1146      [scard.c]
1147      In sc_put_key(), sc_reader_id should be id.
1148    - markus@cvs.openbsd.org 2002/03/21 20:51:12
1149      [sshd_config]
1150      add privsep (off)
1151    - markus@cvs.openbsd.org 2002/03/21 21:23:34
1152      [sshd.c]
1153      add privsep_preauth() and remove 1 goto; ok provos@
1154    - rees@cvs.openbsd.org 2002/03/21 21:54:34
1155      [scard.c scard.h ssh-keygen.c]
1156      Add PIN-protection for secret key.
1157    - rees@cvs.openbsd.org 2002/03/21 22:44:05
1158      [authfd.c authfd.h ssh-add.c ssh-agent.c ssh.c]
1159      Add PIN-protection for secret key.
1160    - markus@cvs.openbsd.org 2002/03/21 23:07:37
1161      [clientloop.c]
1162      remove unused, sync w/ cmdline patch in my tree.
1163
1164 20020317
1165  - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is 
1166    wanted, warn if directory does not exist. Put system directories in 
1167    front of PATH for finding entorpy commands.
1168  - (tim) [contrib/aix/buildbff.sh contrib/aix/inventory.sh] AIX package
1169    build fixes.  Patch by Darren Tucker <dtucker@zip.com.au>
1170    [contrib/solaris/buildpkg.sh] add missing dirs to SYSTEM_DIR. Have
1171    postinstall check for $piddir and add if necessary.
1172
1173 20020311
1174  - (tim) [contrib/solaris/buildpkg.sh, contrib/solaris/README] Updated to
1175    build on all platforms that support SVR4 style package tools. Now runs
1176    from build dir. Parts are based on patches from Antonio Navarro, and
1177    Darren Tucker.
1178
1179 20020308
1180  - (djm) Revert bits of Markus' OpenSSL compat patch which was 
1181    accidentally committed.
1182  - (djm) Add Markus' patch for compat wih OpenSSL < 0.9.6. 
1183    Known issue: Blowfish for SSH1 does not work
1184  - (stevesk) entropy.c: typo in debug message
1185  - (djm) ssh-keygen -i needs seeded RNG; report from markus@
1186
1187 $Id$
This page took 0.13096 seconds and 5 git commands to generate.