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