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