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