]> andersk Git - openssh.git/blob - ChangeLog
- (bal) Back all the way out of auth-passwd.c changes. Breaks too many
[openssh.git] / ChangeLog
1 20020510
2  - (djm) Rework RedHat RPM files. Based on spec from Nalin 
3    Dahyabhai <nalin@redhat.com> and patches from 
4    Pekka Savola <pekkas@netcore.fi>
5  - (djm) Try to drop supplemental groups at daemon startup. Patch from 
6    RedHat
7  - (bal) Back all the way out of auth-passwd.c changes.  Breaks too many
8    things that don't set pw->pw_passwd.
9
10 20020509
11  - (tim) [Makefile.in] Unbreak make -f Makefile.in distprep
12
13 20020508
14  - (tim) [openbsd-compat/bsd-arc4random.c] fix logic on when seed_rng() is
15    called. Report by Chris Maxwell <maxwell@cs.dal.ca>
16  - (tim) [Makefile.in configure.ac] set SHELL variable in Makefile
17  - (djm) Disable PAM kbd-int auth if privsep is turned on (it doesn't work)
18
19 20020507
20  - (tim) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
21    Add truncate() emulation to address Bug 208
22
23 20020506
24  - (djm) Unbreak auth-passwd.c for PAM and SIA
25  - (djm) Unbreak PAM auth for protocol 1. Report from Pekka Savola 
26    <pekkas@netcore.fi>
27  - (djm) Don't reinitialise PAM credentials before we have started PAM.
28    Report from Pekka Savola <pekkas@netcore.fi>
29    
30 20020506
31  - (bal) Fixed auth-passwd.c to resolve PermitEmptyPassword issue
32  
33 20020501
34  - (djm) Import OpenBSD regression tests. Requires BSD make to run
35  - (djm) Fix readpassphase compilation for systems which have it
36
37 20020429
38  - (tim) [contrib/caldera/openssh.spec] update fixUP to reflect changes in
39    sshd_config.
40  - (tim) [contrib/cygwin/README] remove reference to regex.
41    patch from Corinna Vinschen <vinschen@redhat.com>
42
43 20020426
44  - (djm) Bug #137, #209: fix make problems for scard/Ssh.bin, do uudecode
45    during distprep only
46  - (djm) Disable PAM password expiry until a complete fix for bug #188 exists
47  - (djm) Bug #180: Set ToS bits on IPv4-in-IPv6 mapped addresses. Based on 
48    patch from openssh@misc.tecq.org
49
50 20020425
51  - (stevesk) [defines.h] remove USE_TIMEVAL; unused
52  - (stevesk) [acconfig.h auth-passwd.c configure.ac sshd.c] HP-UX 10.26
53    support.  bug #184.  most from dcole@keysoftsys.com.
54
55 20020424
56  - (djm) OpenBSD CVS Sync
57    - markus@cvs.openbsd.org 2002/04/23 12:54:10
58      [version.h]
59      3.2.1
60    - djm@cvs.openbsd.org 2002/04/23 22:16:29
61      [sshd.c]
62      Improve error message; ok markus@ stevesk@
63
64 20020423
65  - (stevesk) [acconfig.h configure.ac session.c] LOGIN_NO_ENDOPT for HP-UX
66  - (stevesk) [acconfig.h] NEED_IN_SYSTM_H unused
67  - (markus) OpenBSD CVS Sync
68    - markus@cvs.openbsd.org 2002/04/23 12:58:26
69      [radix.c]
70      send complete ticket; semerad@ss1000.ms.mff.cuni.cz
71  - (djm) Trim ChangeLog to include only post-3.1 changes
72  - (djm) Update RPM spec file versions
73  - (djm) Redhat spec enables KrbV by default
74  - (djm) Applied OpenSC smartcard updates from Markus & 
75    Antti Tapaninen <aet@cc.hut.fi>
76  - (djm) Define BROKEN_REALPATH for AIX, patch from 
77    Antti Tapaninen <aet@cc.hut.fi>
78  - (djm) Bug #214: Fix utmp for Irix (don't strip "tty"). Patch from 
79    Kevin Taylor <no@nowhere.org> (??) via Philipp Grau
80    <phgrau@zedat.fu-berlin.de>
81  - (djm) Bug #213: Simplify CMSG_ALIGN macros to avoid symbol clashes. 
82    Reported by Doug Manton <dmanton@emea.att.com>
83  - (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by
84    Robert Urban <urban@spielwiese.de>
85  - (djm) Bug #206 - blibpath isn't always needed for AIX ld, avoid 
86    sizeof(long long int) == 4 breakage. Patch from Matthew Clarke
87    <Matthew_Clarke@mindlink.bc.ca>
88  - (djm) Make privsep work with PAM (still experimental)
89  - (djm) OpenBSD CVS Sync
90    - deraadt@cvs.openbsd.org 2002/04/20 09:02:03
91      [servconf.c]
92      No, afs requires explicit enabling
93    - markus@cvs.openbsd.org 2002/04/20 09:14:58
94      [bufaux.c bufaux.h]
95      add buffer_{get,put}_short
96    - markus@cvs.openbsd.org 2002/04/20 09:17:19
97      [radix.c]
98      rewrite using the buffer_* API, fixes overflow; ok deraadt@
99    - stevesk@cvs.openbsd.org 2002/04/21 16:19:27
100      [sshd.8 sshd_config]
101      document default AFSTokenPassing no; ok deraadt@
102    - stevesk@cvs.openbsd.org 2002/04/21 16:25:06
103      [sshconnect1.c]
104      spelling in error message; ok markus@
105    - markus@cvs.openbsd.org 2002/04/22 06:15:47
106      [radix.c]
107      fix check for overflow
108    - markus@cvs.openbsd.org 2002/04/22 16:16:53
109      [servconf.c sshd.8 sshd_config]
110      do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@
111    - markus@cvs.openbsd.org 2002/04/22 21:04:52
112      [channels.c clientloop.c clientloop.h ssh.c]
113      request reply (success/failure) for -R style fwd in protocol v2,
114      depends on ordered replies.
115      fixes http://bugzilla.mindrot.org/show_bug.cgi?id=215; ok provos@
116
117 20020421
118  - (tim) [entropy.c.] Portability fix for SCO Unix 3.2v4.x (SCO OSR 3.0).
119    entropy.c needs seteuid(getuid()) for the setuid(original_uid) to succeed.
120    Patch by gert@greenie.muc.de. This fixes one part of Bug 208
121
122 20020418
123  - (djm) Avoid SIGCHLD breakage when run from rsync. Fix from 
124    Sturle Sunde <sturle.sunde@usit.uio.no>
125
126 20020417
127  - (djm) Tell users to configure /dev/random support into OpenSSL in INSTALL
128  - (djm) Fix .Nm in mdoc2man.pl from pspencer@fields.utoronto.ca
129  - (tim) [configure.ac] Issue warning on --with-default-path=/some_path
130    if LOGIN_CAP is enabled. Report & testing by Tuc <tuc@ttsg.com>
131
132 20020415
133  - (djm) Unbreak "make install". Fix from Darren Tucker <dtucker@zip.com.au>
134  - (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna Vinschen
135  - (tim) [configure.ac] add tests for recvmsg and sendmsg.
136    [monitor_fdpass.c] add checks for HAVE_SENDMSG and HAVE_RECVMSG for
137    systems that HAVE_ACCRIGHTS_IN_MSGHDR but no recvmsg or sendmsg.
138
139 20020414
140  - (djm) ssh-rand-helper improvements
141    - Add commandline debugging options
142    - Don't write binary data if stdout is a tty (use hex instead)
143    - Give it a manpage
144  - (djm) Random number collection doc fixes from Ben
145
146 20020413
147  - (djm) Add KrbV support patch from Simon Wilkinson <simon@sxw.org.uk>
148
149 20020412
150  - (stevesk) [auth-sia.[ch]] add BSD license from Chris Adams
151  - (tim) [configure.ac] add <sys/types.h> to msghdr tests. Change -L
152    to -h on testing for /bin being symbolic link
153  - (bal) Mistaken in Cygwin scripts for ssh starting.  Patch by
154    Corinna Vinschen <vinschen@redhat.com> 
155  - (bal) disable privsep if no MAP_ANON.  We can re-enable it
156    after the release when we can do more testing.
157
158 20020411
159  - (stevesk) [auth-sia.c] cleanup
160  - (tim) [acconfig.h defines.h includes.h] put includes in includes.h and
161    defines in defines.h [rijndael.c openbsd-compat/fake-socket.h
162    openbsd-compat/inet_aton.c] include "includes.h" instead of "config.h"
163    ok stevesk@
164
165 20020410
166  - (stevesk) [configure.ac monitor.c] HAVE_SOCKETPAIR
167  - (stevesk) [auth-sia.c] compile fix Chris Adams <cmadams@hiwaay.net>
168  - (bal) OpenBSD CVS Sync
169    - markus@cvs.openbsd.org 2002/04/10 08:21:47
170      [auth1.c compat.c compat.h]
171      strip '@' from username only for KerbV and known broken clients, bug #204
172    - markus@cvs.openbsd.org 2002/04/10 08:56:01
173      [version.h]
174      OpenSSH_3.2
175  - Added p1 to idenify Portable release version.
176
177 20020408
178  - (bal) Minor OpenSC updates.  Fix up header locations and update
179    README.smartcard provided by Juha Yrjölä <jyrjola@cc.hut.fi>
180
181 20020407
182  - (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now.
183    Future: we may want to test if fd passing works correctly.
184  - (stevesk) [monitor_fdpass.c] fatal() for UsePrivilegeSeparation=yes
185    and no fd passing support.
186  - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them in
187    monitor_mm.c
188  - (stevesk) remove configure support for poll.h; it was removed
189    from sshd.c a long time ago.
190  - (stevesk) --with-privsep-user; default sshd
191  - (stevesk) wrap munmap() with HAVE_MMAP also.
192
193 20020406
194  - (djm) Typo in Suse SPEC file. Fix from Carsten Grohmann 
195    <carsten.grohmann@dr-baldeweg.de>
196  - (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile.
197  - (bal) OpenBSD CVS Sync
198    - djm@cvs.openbsd.org 2002/04/06 00:30:08
199      [sftp-client.c]
200      Fix occasional corruption on upload due to bad reuse of request 
201      id, spotted by chombier@mac.com; ok markus@
202    - mouring@cvs.openbsd.org 2002/04/06 18:24:09
203      [scp.c]
204      Fixes potental double // within path.
205      http://bugzilla.mindrot.org/show_bug.cgi?id=76
206  - (bal) Slight update to OpenSC support.  Better version checking. patch
207    by Juha Yrjölä <jyrjola@cc.hut.fi> 
208  - (bal) Revered out of runtime IRIX detection of joblimits.  Code is
209    incomplete.
210  - (bal) Quiet down configure.ac if /bin/test does not exist.
211  - (bal) We no longer use atexit()/xatexit()/on_exit()
212
213 20020405
214  - (bal) Patch for OpenSC SmartCard library; ok markus@; patch by
215    Juha Yrjölä <jyrjola@cc.hut.fi>
216  - (bal) Minor documentation update to reflect smartcard library
217    support changes.
218  - (bal) Too many <sys/queue.h> issues.  Remove all workarounds and
219    using internal version only.
220  - (bal) OpenBSD CVS Sync
221    - stevesk@cvs.openbsd.org 2002/04/05 20:56:21
222      [sshd.8]
223      clarify sshrc some and handle X11UseLocalhost=yes; ok markus@
224
225 20020404
226  - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.h
227     auth1.c auth2.c] PAM, OSF_SIA password auth cleanup; from djm.
228  - (bal) OpenBSD CVS Sync
229    - markus@cvs.openbsd.org 2002/04/03 09:26:11
230      [cipher.c myproposal.h]
231      re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.net
232
233 20020402
234  - (bal) Hand Sync of scp.c (reverted to upstream code)
235    - deraadt@cvs.openbsd.org 2002/03/30 17:45:46
236      [scp.c]
237      stretch banners
238  - (bal) CVS ID sync of uidswap.c
239  - (bal) OpenBSD CVS Sync (now for the real sync)
240    - markus@cvs.openbsd.org 2002/03/27 22:21:45
241      [ssh-keygen.c]
242      try to import keys with extra trailing === (seen with ssh.com < 2.0.12)
243    - markus@cvs.openbsd.org 2002/03/28 15:34:51
244      [session.c]
245      do not call record_login twice (for use_privsep)
246    - markus@cvs.openbsd.org 2002/03/29 18:59:32
247      [session.c session.h]
248      retrieve last login time before the pty is allocated, store per session
249    - stevesk@cvs.openbsd.org 2002/03/29 19:16:22
250      [sshd.8]
251      RSA key modulus size minimum 768; ok markus@
252    - stevesk@cvs.openbsd.org 2002/03/29 19:18:33
253      [auth-rsa.c ssh-rsa.c ssh.h]
254      make RSA modulus minimum #define; ok markus@
255    - markus@cvs.openbsd.org 2002/03/30 18:51:15
256      [monitor.c serverloop.c sftp-int.c sftp.c sshd.c]
257      check waitpid for EINTR; based on patch from peter@ifm.liu.se
258    - markus@cvs.openbsd.org 2002/04/01 22:02:16
259      [sftp-client.c]
260      20480 is an upper limit for older server
261    - markus@cvs.openbsd.org 2002/04/01 22:07:17
262      [sftp-client.c]
263      fallback to stat if server does not support lstat
264    - markus@cvs.openbsd.org 2002/04/02 11:49:39
265      [ssh-agent.c]
266      check $SHELL for -k and -d, too;
267      http://bugzilla.mindrot.org/show_bug.cgi?id=199
268    - markus@cvs.openbsd.org 2002/04/02 17:37:48
269      [sftp.c]
270      always call log_init()
271    - markus@cvs.openbsd.org 2002/04/02 20:11:38
272      [ssh-rsa.c]
273      ignore SSH_BUG_SIGBLOB for ssh-rsa; #187
274  - (bal) mispelling in uidswap.c (portable only)
275
276 20020401
277  - (stevesk) [monitor.c] PAM should work again; will *not* work with
278    UsePrivilegeSeparation=yes.
279  - (stevesk) [auth1.c] fix password auth for protocol 1 when
280    !USE_PAM && !HAVE_OSF_SIA; merge issue.
281
282 20020331
283  - (tim) [configure.ac] use /bin/test -L to work around broken builtin on
284    Solaris 8
285  - (tim) [sshconnect2.c] change uint32_t to u_int32_t
286
287 20020330
288  - (stevesk) [configure.ac] remove header check for sys/ttcompat.h
289    bug 167
290
291 20020327
292  - (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by 
293    kent@lysator.liu.se
294  - (bal) OpenBSD CVS Sync
295    - markus@cvs.openbsd.org 2002/03/26 11:34:49
296      [ssh.1 sshd.8]
297      update to recent drafts
298    - markus@cvs.openbsd.org 2002/03/26 11:37:05
299      [ssh.c]
300      update Copyright
301    - markus@cvs.openbsd.org 2002/03/26 15:23:40
302      [bufaux.c]
303      do not talk about packets in bufaux
304    - rees@cvs.openbsd.org 2002/03/26 18:46:59
305      [scard.c]
306      try_AUT0 in read_pubkey too, for those paranoid few who want to acl 'sh'
307    - markus@cvs.openbsd.org 2002/03/26 22:50:39
308      [channels.h]
309      CHANNEL_EFD_OUTPUT_ACTIVE is false for CHAN_CLOSE_RCVD, too
310    - markus@cvs.openbsd.org 2002/03/26 23:13:03
311      [auth-rsa.c]
312      disallow RSA keys < 768 for protocol 1, too (rhosts-rsa and rsa auth)
313    - markus@cvs.openbsd.org 2002/03/26 23:14:51
314      [kex.c]
315      generate a new cookie for each SSH2_MSG_KEXINIT message we send out
316    - mouring@cvs.openbsd.org 2002/03/27 11:45:42
317      [monitor.c]
318      monitor_allowed_key() returns int instead of pointer.  ok markus@
319   
320 20020325
321  - (stevesk) import OpenBSD <sys/tree.h> as "openbsd-compat/tree.h"
322  - (bal) OpenBSD CVS Sync
323    - stevesk@cvs.openbsd.org 2002/03/23 20:57:26
324      [sshd.c]
325      setproctitle() after preauth child; ok markus@
326    - markus@cvs.openbsd.org 2002/03/24 16:00:27
327      [serverloop.c]
328      remove unused debug
329    - markus@cvs.openbsd.org 2002/03/24 16:01:13
330      [packet.c]
331      debug->debug3 for extra padding
332    - stevesk@cvs.openbsd.org 2002/03/24 17:27:03
333      [kexgex.c]
334      typo; ok markus@
335    - stevesk@cvs.openbsd.org 2002/03/24 17:53:16
336      [monitor_fdpass.c]
337      minor cleanup and more error checking; ok markus@
338    - markus@cvs.openbsd.org 2002/03/24 18:05:29
339      [scard.c]
340      we need to figure out AUT0 for sc_private_encrypt, too
341    - stevesk@cvs.openbsd.org 2002/03/24 23:20:00
342      [monitor.c]
343      remove "\n" from fatal()
344    - markus@cvs.openbsd.org 2002/03/25 09:21:13
345      [auth-rsa.c]
346      return 0 (not NULL); tomh@po.crl.go.jp
347    - markus@cvs.openbsd.org 2002/03/25 09:25:06
348      [auth-rh-rsa.c]
349      rm bogus comment
350    - markus@cvs.openbsd.org 2002/03/25 17:34:27
351      [scard.c scard.h ssh-agent.c ssh-keygen.c ssh.c]
352      change sc_get_key to sc_get_keys and hide smartcard details in scard.c
353    - stevesk@cvs.openbsd.org 2002/03/25 20:12:10
354      [monitor_mm.c monitor_wrap.c]
355      ssize_t args use "%ld" and cast to (long)
356      size_t args use "%lu" and cast to (u_long)
357      ok markus@ and thanks millert@
358    - markus@cvs.openbsd.org 2002/03/25 21:04:02
359      [ssh.c]
360      simplify num_identity_files handling
361    - markus@cvs.openbsd.org 2002/03/25 21:13:51
362      [channels.c channels.h compat.c compat.h nchan.c]
363      don't send stderr data after EOF, accept this from older known (broken)
364      sshd servers only, fixes http://bugzilla.mindrot.org/show_bug.cgi?id=179
365    - stevesk@cvs.openbsd.org 2002/03/26 03:24:01
366      [monitor.h monitor_fdpass.h monitor_mm.h monitor_wrap.h]
367      $OpenBSD$
368
369 20020324
370  - (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
371    it can be removed. only used on solaris. will no longer compile with
372    privsep shuffling.
373
374 20020322
375  - (stevesk) HAVE_ACCRIGHTS_IN_MSGHDR configure support
376  - (stevesk) [monitor.c monitor_wrap.c] #ifdef HAVE_PW_CLASS_IN_PASSWD
377  - (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsisms
378  - (stevesk) [monitor_fdpass.c] support for access rights style file
379    descriptor passing
380  - (stevesk) [auth2.c] merge cleanup/sync
381  - (stevesk) [defines.h] hp-ux 11 has ancillary data style fd passing, but
382    is missing CMSG_LEN() and CMSG_SPACE() macros.
383  - (stevesk) [defines.h] #define MAP_ANON MAP_ANONYMOUS for HP-UX; other
384    platforms may need this--I'm not sure.  mmap() issues will need to be
385    addressed further.
386  - (tim) [cipher.c] fix problem with OpenBSD sync
387  - (stevesk) [LICENCE] OpenBSD sync
388
389 20020321
390  - (bal) OpenBSD CVS Sync
391    - itojun@cvs.openbsd.org 2002/03/08 06:10:16
392      [sftp-client.c]
393      printf type mismatch
394    - itojun@cvs.openbsd.org 2002/03/11 03:18:49
395      [sftp-client.c]
396      correct type mismatches (u_int64_t != unsigned long long)
397    - itojun@cvs.openbsd.org 2002/03/11 03:19:53
398      [sftp-client.c]
399      indent
400    - markus@cvs.openbsd.org 2002/03/14 15:24:27
401      [sshconnect1.c]
402      don't trust size sent by (rogue) server; noted by s.esser@e-matters.de
403    - markus@cvs.openbsd.org 2002/03/14 16:38:26
404      [sshd.c]
405      split out ssh1 session key decryption; ok provos@
406    - markus@cvs.openbsd.org 2002/03/14 16:56:33
407      [auth-rh-rsa.c auth-rsa.c auth.h]
408      split auth_rsa() for better readability and privsep; ok provos@
409    - itojun@cvs.openbsd.org 2002/03/15 11:00:38
410      [auth.c]
411      fix file type checking (use S_ISREG).  ok by markus
412    - markus@cvs.openbsd.org 2002/03/16 11:24:53
413      [compress.c]
414      skip inflateEnd if inflate fails; ok provos@
415    - markus@cvs.openbsd.org 2002/03/16 17:22:09
416      [auth-rh-rsa.c auth.h]
417      split auth_rhosts_rsa(), ok provos@
418    - stevesk@cvs.openbsd.org 2002/03/16 17:41:25
419      [auth-krb5.c]
420      BSD license.  from Daniel Kouril via Dug Song.  ok markus@
421    - provos@cvs.openbsd.org 2002/03/17 20:25:56
422      [auth.c auth.h auth1.c auth2.c]
423      getpwnamallow returns struct passwd * only if user valid; okay markus@
424    - provos@cvs.openbsd.org 2002/03/18 01:12:14
425      [auth.h auth1.c auth2.c sshd.c]
426      have the authentication functions return the authentication context
427      and then do_authenticated; okay millert@
428    - dugsong@cvs.openbsd.org 2002/03/18 01:30:10
429      [auth-krb4.c]
430      set client to NULL after xfree(), from Rolf Braun 
431      <rbraun+ssh@andrew.cmu.edu>
432    - provos@cvs.openbsd.org 2002/03/18 03:41:08
433      [auth.c session.c]
434      move auth_approval into getpwnamallow with help from millert@
435    - markus@cvs.openbsd.org 2002/03/18 17:13:15
436      [cipher.c cipher.h]
437      export/import cipher states; needed by ssh-privsep
438    - markus@cvs.openbsd.org 2002/03/18 17:16:38
439      [packet.c packet.h]
440      export/import cipher state, iv and ssh2 seqnr; needed by ssh-privsep
441    - markus@cvs.openbsd.org 2002/03/18 17:23:31
442      [key.c key.h]
443      add key_demote() for ssh-privsep
444    - provos@cvs.openbsd.org 2002/03/18 17:25:29
445      [bufaux.c bufaux.h]
446      buffer_skip_string and extra sanity checking; needed by ssh-privsep
447    - provos@cvs.openbsd.org 2002/03/18 17:31:54
448      [compress.c]
449      export compression streams for ssh-privsep
450    - provos@cvs.openbsd.org 2002/03/18 17:50:31
451      [auth-bsdauth.c auth-options.c auth-rh-rsa.c auth-rsa.c auth-skey.c auth.h
452       auth1.c auth2-chall.c auth2.c kex.c kex.h kexdh.c kexgex.c servconf.c
453       session.h servconf.h serverloop.c session.c sshd.c]
454      integrate privilege separated openssh; its turned off by default for now.
455      work done by me and markus@
456    - provos@cvs.openbsd.org 2002/03/18 17:53:08
457      [sshd.8]
458      credits for privsep
459    - provos@cvs.openbsd.org 2002/03/18 17:59:09
460      [sshd.8]
461      document UsePrivilegeSeparation
462    - stevesk@cvs.openbsd.org 2002/03/18 23:52:51
463      [servconf.c]
464      UnprivUser/UnprivGroup usable now--specify numeric user/group; ok
465      provos@
466    - stevesk@cvs.openbsd.org 2002/03/19 03:03:43
467      [pathnames.h servconf.c servconf.h sshd.c]
468      _PATH_PRIVSEP_CHROOT_DIR; ok provos@
469    - stevesk@cvs.openbsd.org 2002/03/19 05:23:08
470      [sshd.8]
471      Banner has no default.
472    - mpech@cvs.openbsd.org 2002/03/19 06:32:56
473      [sftp-int.c]
474      use xfree() after xstrdup().
475
476      markus@ ok
477    - markus@cvs.openbsd.org 2002/03/19 10:35:39
478      [auth-options.c auth.h session.c session.h sshd.c]
479      clean up prototypes
480    - markus@cvs.openbsd.org 2002/03/19 10:49:35
481      [auth-krb5.c auth-rh-rsa.c auth.c cipher.c key.c misc.h packet.c session.c
482       sftp-client.c sftp-glob.h sftp.c ssh-add.c ssh.c sshconnect2.c sshd.c
483       ttymodes.c]
484      KNF whitespace
485    - markus@cvs.openbsd.org 2002/03/19 14:27:39
486      [auth.c auth1.c auth2.c]
487      make getpwnamallow() allways call pwcopy()
488    - markus@cvs.openbsd.org 2002/03/19 15:31:47
489      [auth.c]
490      check for NULL; from provos@
491    - stevesk@cvs.openbsd.org 2002/03/20 19:12:25
492      [servconf.c servconf.h ssh.h sshd.c]
493      for unprivileged user, group do:
494      pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw).  ok provos@
495    - stevesk@cvs.openbsd.org 2002/03/20 21:08:08
496      [sshd.c]
497      strerror() on chdir() fail; ok provos@
498    - markus@cvs.openbsd.org 2002/03/21 10:21:20
499      [ssh-add.c]
500      ignore errors for nonexisting default keys in ssh-add,
501      fixes http://bugzilla.mindrot.org/show_bug.cgi?id=158
502    - jakob@cvs.openbsd.org 2002/03/21 15:17:26
503      [clientloop.c ssh.1]
504      add built-in command line for adding new port forwardings on the fly.
505      based on a patch from brian wellington. ok markus@.
506    - markus@cvs.openbsd.org 2002/03/21 16:38:06
507      [scard.c]
508      make compile w/ openssl 0.9.7
509    - markus@cvs.openbsd.org 2002/03/21 16:54:53
510      [scard.c scard.h ssh-keygen.c]
511      move key upload to scard.[ch]
512    - markus@cvs.openbsd.org 2002/03/21 16:57:15
513      [scard.c]
514      remove const
515    - markus@cvs.openbsd.org 2002/03/21 16:58:13
516      [clientloop.c]
517      remove unused
518    - rees@cvs.openbsd.org 2002/03/21 18:08:15
519      [scard.c]
520      In sc_put_key(), sc_reader_id should be id.
521    - markus@cvs.openbsd.org 2002/03/21 20:51:12
522      [sshd_config]
523      add privsep (off)
524    - markus@cvs.openbsd.org 2002/03/21 21:23:34
525      [sshd.c]
526      add privsep_preauth() and remove 1 goto; ok provos@
527    - rees@cvs.openbsd.org 2002/03/21 21:54:34
528      [scard.c scard.h ssh-keygen.c]
529      Add PIN-protection for secret key.
530    - rees@cvs.openbsd.org 2002/03/21 22:44:05
531      [authfd.c authfd.h ssh-add.c ssh-agent.c ssh.c]
532      Add PIN-protection for secret key.
533    - markus@cvs.openbsd.org 2002/03/21 23:07:37
534      [clientloop.c]
535      remove unused, sync w/ cmdline patch in my tree.
536
537 20020317
538  - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted,
539    warn if directory does not exist. Put system directories in front of
540    PATH for finding entorpy commands.
541  - (tim) [contrib/aix/buildbff.sh contrib/aix/inventory.sh] AIX package
542    build fixes.  Patch by Darren Tucker <dtucker@zip.com.au>
543    [contrib/solaris/buildpkg.sh] add missing dirs to SYSTEM_DIR. Have
544    postinstall check for $piddir and add if necessary.
545
546 20020311
547  - (tim) [contrib/solaris/buildpkg.sh, contrib/solaris/README] Updated to
548    build on all platforms that support SVR4 style package tools. Now runs
549    from build dir. Parts are based on patches from Antonio Navarro, and
550    Darren Tucker.
551
552 20020308
553  - (djm) Revert bits of Markus' OpenSSL compat patch which was 
554    accidentally committed.
555  - (djm) Add Markus' patch for compat wih OpenSSL < 0.9.6. 
556    Known issue: Blowfish for SSH1 does not work
557  - (stevesk) entropy.c: typo in debug message
558  - (djm) ssh-keygen -i needs seeded RNG; report from markus@
559
560 $Id$
This page took 0.271373 seconds and 5 git commands to generate.