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