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