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