]> andersk Git - openssh.git/blame - ChangeLog
- (djm) Unbreak auth-passwd.c for PAM and SIA
[openssh.git] / ChangeLog
CommitLineData
69406cab 120020506
2 - (djm) Unbreak auth-passwd.c for PAM and SIA
3
d9891c59 420020506
5 - (bal) Fixed auth-passwd.c to resolve PermitEmptyPassword issue
6
836d58d7 720020501
8 - (djm) Import OpenBSD regression tests. Requires BSD make to run
50903cc7 9 - (djm) Fix readpassphase compilation for systems which have it
836d58d7 10
f0c180c3 1120020429
12 - (tim) [contrib/caldera/openssh.spec] update fixUP to reflect changes in
13 sshd_config.
14 - (tim) [contrib/cygwin/README] remove reference to regex.
15 patch from Corinna Vinschen <vinschen@redhat.com>
16
db8dbb6a 1720020426
18 - (djm) Bug #137, #209: fix make problems for scard/Ssh.bin, do uudecode
19 during distprep only
e108cd93 20 - (djm) Disable PAM password expiry until a complete fix for bug #188 exists
782e2103 21 - (djm) Bug #180: Set ToS bits on IPv4-in-IPv6 mapped addresses. Based on
22 patch from openssh@misc.tecq.org
db8dbb6a 23
369e787a 2420020425
25 - (stevesk) [defines.h] remove USE_TIMEVAL; unused
6e879cb4 26 - (stevesk) [acconfig.h auth-passwd.c configure.ac sshd.c] HP-UX 10.26
27 support. bug #184. most from dcole@keysoftsys.com.
369e787a 28
8c1f70d8 2920020424
30 - (djm) OpenBSD CVS Sync
31 - markus@cvs.openbsd.org 2002/04/23 12:54:10
32 [version.h]
33 3.2.1
cdc4fc39 34 - djm@cvs.openbsd.org 2002/04/23 22:16:29
35 [sshd.c]
36 Improve error message; ok markus@ stevesk@
8c1f70d8 37
520b41b2 3820020423
a2572aa7 39 - (stevesk) [acconfig.h configure.ac session.c] LOGIN_NO_ENDOPT for HP-UX
7615ed55 40 - (stevesk) [acconfig.h] NEED_IN_SYSTM_H unused
744d788b 41 - (markus) OpenBSD CVS Sync
42 - markus@cvs.openbsd.org 2002/04/23 12:58:26
43 [radix.c]
44 send complete ticket; semerad@ss1000.ms.mff.cuni.cz
3b307f85 45 - (djm) Trim ChangeLog to include only post-3.1 changes
48862e93 46 - (djm) Update RPM spec file versions
03dd62aa 47 - (djm) Redhat spec enables KrbV by default
1352689f 48 - (djm) Applied OpenSC smartcard updates from Markus &
49 Antti Tapaninen <aet@cc.hut.fi>
50 - (djm) Define BROKEN_REALPATH for AIX, patch from
51 Antti Tapaninen <aet@cc.hut.fi>
0e8f4eba 52 - (djm) Bug #214: Fix utmp for Irix (don't strip "tty"). Patch from
53 Kevin Taylor <no@nowhere.org> (??) via Philipp Grau
54 <phgrau@zedat.fu-berlin.de>
2805b943 55 - (djm) Bug #213: Simplify CMSG_ALIGN macros to avoid symbol clashes.
56 Reported by Doug Manton <dmanton@emea.att.com>
520b41b2 57 - (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by
58 Robert Urban <urban@spielwiese.de>
52f1ccb2 59 - (djm) Bug #206 - blibpath isn't always needed for AIX ld, avoid
60 sizeof(long long int) == 4 breakage. Patch from Matthew Clarke
61 <Matthew_Clarke@mindlink.bc.ca>
ad200abb 62 - (djm) Make privsep work with PAM (still experimental)
9b26c596 63 - (djm) OpenBSD CVS Sync
64 - deraadt@cvs.openbsd.org 2002/04/20 09:02:03
65 [servconf.c]
66 No, afs requires explicit enabling
67 - markus@cvs.openbsd.org 2002/04/20 09:14:58
68 [bufaux.c bufaux.h]
69 add buffer_{get,put}_short
3b358a0e 70 - markus@cvs.openbsd.org 2002/04/20 09:17:19
71 [radix.c]
72 rewrite using the buffer_* API, fixes overflow; ok deraadt@
22d0faff 73 - stevesk@cvs.openbsd.org 2002/04/21 16:19:27
74 [sshd.8 sshd_config]
75 document default AFSTokenPassing no; ok deraadt@
134c552b 76 - stevesk@cvs.openbsd.org 2002/04/21 16:25:06
77 [sshconnect1.c]
78 spelling in error message; ok markus@
afb8fdb4 79 - markus@cvs.openbsd.org 2002/04/22 06:15:47
80 [radix.c]
81 fix check for overflow
eadc806d 82 - markus@cvs.openbsd.org 2002/04/22 16:16:53
83 [servconf.c sshd.8 sshd_config]
84 do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@
e0ae8728 85 - markus@cvs.openbsd.org 2002/04/22 21:04:52
86 [channels.c clientloop.c clientloop.h ssh.c]
87 request reply (success/failure) for -R style fwd in protocol v2,
88 depends on ordered replies.
89 fixes http://bugzilla.mindrot.org/show_bug.cgi?id=215; ok provos@
520b41b2 90
ac033f8c 9120020421
92 - (tim) [entropy.c.] Portability fix for SCO Unix 3.2v4.x (SCO OSR 3.0).
93 entropy.c needs seteuid(getuid()) for the setuid(original_uid) to succeed.
94 Patch by gert@greenie.muc.de. This fixes one part of Bug 208
95
6dc63b4f 9620020418
97 - (djm) Avoid SIGCHLD breakage when run from rsync. Fix from
98 Sturle Sunde <sturle.sunde@usit.uio.no>
99
230c7a8f 10020020417
101 - (djm) Tell users to configure /dev/random support into OpenSSL in INSTALL
1a7220c2 102 - (djm) Fix .Nm in mdoc2man.pl from pspencer@fields.utoronto.ca
8d184c09 103 - (tim) [configure.ac] Issue warning on --with-default-path=/some_path
104 if LOGIN_CAP is enabled. Report & testing by Tuc <tuc@ttsg.com>
230c7a8f 105
9ae68cce 10620020415
107 - (djm) Unbreak "make install". Fix from Darren Tucker <dtucker@zip.com.au>
4e51cc76 108 - (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna Vinschen
1b06e75e 109 - (tim) [configure.ac] add tests for recvmsg and sendmsg.
110 [monitor_fdpass.c] add checks for HAVE_SENDMSG and HAVE_RECVMSG for
111 systems that HAVE_ACCRIGHTS_IN_MSGHDR but no recvmsg or sendmsg.
9ae68cce 112
f6e6303d 11320020414
114 - (djm) ssh-rand-helper improvements
115 - Add commandline debugging options
116 - Don't write binary data if stdout is a tty (use hex instead)
117 - Give it a manpage
cbe5b851 118 - (djm) Random number collection doc fixes from Ben
f6e6303d 119
12928e80 12020020413
121 - (djm) Add KrbV support patch from Simon Wilkinson <simon@sxw.org.uk>
122
40b74b3f 12320020412
124 - (stevesk) [auth-sia.[ch]] add BSD license from Chris Adams
f95c8ce8 125 - (tim) [configure.ac] add <sys/types.h> to msghdr tests. Change -L
126 to -h on testing for /bin being symbolic link
e2c9b9e3 127 - (bal) Mistaken in Cygwin scripts for ssh starting. Patch by
128 Corinna Vinschen <vinschen@redhat.com>
e75b61db 129 - (bal) disable privsep if no MAP_ANON. We can re-enable it
130 after the release when we can do more testing.
40b74b3f 131
65b91c76 13220020411
133 - (stevesk) [auth-sia.c] cleanup
7b0737a4 134 - (tim) [acconfig.h defines.h includes.h] put includes in includes.h and
135 defines in defines.h [rijndael.c openbsd-compat/fake-socket.h
136 openbsd-compat/inet_aton.c] include "includes.h" instead of "config.h"
137 ok stevesk@
65b91c76 138
ca8aba40 13920020410
f1af2dbf 140 - (stevesk) [configure.ac monitor.c] HAVE_SOCKETPAIR
ca8aba40 141 - (stevesk) [auth-sia.c] compile fix Chris Adams <cmadams@hiwaay.net>
d8ff54e6 142 - (bal) OpenBSD CVS Sync
143 - markus@cvs.openbsd.org 2002/04/10 08:21:47
144 [auth1.c compat.c compat.h]
145 strip '@' from username only for KerbV and known broken clients, bug #204
f14a5033 146 - markus@cvs.openbsd.org 2002/04/10 08:56:01
147 [version.h]
148 OpenSSH_3.2
149 - Added p1 to idenify Portable release version.
ca8aba40 150
46c8e0f6 15120020408
152 - (bal) Minor OpenSC updates. Fix up header locations and update
153 README.smartcard provided by Juha Yrjölä <jyrjola@cc.hut.fi>
154
7176df4f 15520020407
156 - (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now.
157 Future: we may want to test if fd passing works correctly.
84071420 158 - (stevesk) [monitor_fdpass.c] fatal() for UsePrivilegeSeparation=yes
159 and no fd passing support.
1e8f8c5b 160 - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them in
161 monitor_mm.c
a90419b8 162 - (stevesk) remove configure support for poll.h; it was removed
163 from sshd.c a long time ago.
9a0fbcb3 164 - (stevesk) --with-privsep-user; default sshd
1bf74eac 165 - (stevesk) wrap munmap() with HAVE_MMAP also.
7176df4f 166
b17d6a47 16720020406
168 - (djm) Typo in Suse SPEC file. Fix from Carsten Grohmann
169 <carsten.grohmann@dr-baldeweg.de>
23aa1237 170 - (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile.
af2b3cd9 171 - (bal) OpenBSD CVS Sync
172 - djm@cvs.openbsd.org 2002/04/06 00:30:08
173 [sftp-client.c]
1d6d408a 174 Fix occasional corruption on upload due to bad reuse of request
175 id, spotted by chombier@mac.com; ok markus@
39f9599a 176 - mouring@cvs.openbsd.org 2002/04/06 18:24:09
177 [scp.c]
178 Fixes potental double // within path.
179 http://bugzilla.mindrot.org/show_bug.cgi?id=76
5866adb0 180 - (bal) Slight update to OpenSC support. Better version checking. patch
181 by Juha Yrjölä <jyrjola@cc.hut.fi>
b5171f93 182 - (bal) Revered out of runtime IRIX detection of joblimits. Code is
183 incomplete.
419e4769 184 - (bal) Quiet down configure.ac if /bin/test does not exist.
14f35963 185 - (bal) We no longer use atexit()/xatexit()/on_exit()
b17d6a47 186
295c8801 18720020405
188 - (bal) Patch for OpenSC SmartCard library; ok markus@; patch by
189 Juha Yrjölä <jyrjola@cc.hut.fi>
190 - (bal) Minor documentation update to reflect smartcard library
191 support changes.
ab33e02a 192 - (bal) Too many <sys/queue.h> issues. Remove all workarounds and
193 using internal version only.
d4c6ddff 194 - (bal) OpenBSD CVS Sync
195 - stevesk@cvs.openbsd.org 2002/04/05 20:56:21
196 [sshd.8]
197 clarify sshrc some and handle X11UseLocalhost=yes; ok markus@
295c8801 198
fde58bd4 19920020404
200 - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.h
201 auth1.c auth2.c] PAM, OSF_SIA password auth cleanup; from djm.
bf03f2da 202 - (bal) OpenBSD CVS Sync
203 - markus@cvs.openbsd.org 2002/04/03 09:26:11
204 [cipher.c myproposal.h]
205 re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.net
fde58bd4 206
ca7e8e1e 20720020402
208 - (bal) Hand Sync of scp.c (reverted to upstream code)
209 - deraadt@cvs.openbsd.org 2002/03/30 17:45:46
210 [scp.c]
211 stretch banners
c572a874 212 - (bal) CVS ID sync of uidswap.c
783dbbdc 213 - (bal) OpenBSD CVS Sync (now for the real sync)
214 - markus@cvs.openbsd.org 2002/03/27 22:21:45
215 [ssh-keygen.c]
216 try to import keys with extra trailing === (seen with ssh.com < 2.0.12)
49a34e84 217 - markus@cvs.openbsd.org 2002/03/28 15:34:51
218 [session.c]
219 do not call record_login twice (for use_privsep)
ffbf7323 220 - markus@cvs.openbsd.org 2002/03/29 18:59:32
221 [session.c session.h]
222 retrieve last login time before the pty is allocated, store per session
3bc822df 223 - stevesk@cvs.openbsd.org 2002/03/29 19:16:22
224 [sshd.8]
225 RSA key modulus size minimum 768; ok markus@
82b00264 226 - stevesk@cvs.openbsd.org 2002/03/29 19:18:33
227 [auth-rsa.c ssh-rsa.c ssh.h]
228 make RSA modulus minimum #define; ok markus@
8c38e88b 229 - markus@cvs.openbsd.org 2002/03/30 18:51:15
230 [monitor.c serverloop.c sftp-int.c sftp.c sshd.c]
231 check waitpid for EINTR; based on patch from peter@ifm.liu.se
92053302 232 - markus@cvs.openbsd.org 2002/04/01 22:02:16
233 [sftp-client.c]
234 20480 is an upper limit for older server
9c74a24d 235 - markus@cvs.openbsd.org 2002/04/01 22:07:17
236 [sftp-client.c]
237 fallback to stat if server does not support lstat
b745a2f2 238 - markus@cvs.openbsd.org 2002/04/02 11:49:39
239 [ssh-agent.c]
240 check $SHELL for -k and -d, too;
241 http://bugzilla.mindrot.org/show_bug.cgi?id=199
b69145c2 242 - markus@cvs.openbsd.org 2002/04/02 17:37:48
243 [sftp.c]
244 always call log_init()
c9336aed 245 - markus@cvs.openbsd.org 2002/04/02 20:11:38
246 [ssh-rsa.c]
247 ignore SSH_BUG_SIGBLOB for ssh-rsa; #187
c895376b 248 - (bal) mispelling in uidswap.c (portable only)
ca7e8e1e 249
8b314ec9 25020020401
251 - (stevesk) [monitor.c] PAM should work again; will *not* work with
252 UsePrivilegeSeparation=yes.
3906af0f 253 - (stevesk) [auth1.c] fix password auth for protocol 1 when
254 !USE_PAM && !HAVE_OSF_SIA; merge issue.
8b314ec9 255
267e920e 25620020331
257 - (tim) [configure.ac] use /bin/test -L to work around broken builtin on
258 Solaris 8
ef077e37 259 - (tim) [sshconnect2.c] change uint32_t to u_int32_t
267e920e 260
0461c355 26120020330
262 - (stevesk) [configure.ac] remove header check for sys/ttcompat.h
263 bug 167
264
dd466ff8 26520020327
266 - (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by
267 kent@lysator.liu.se
17f5e68a 268 - (bal) OpenBSD CVS Sync
269 - markus@cvs.openbsd.org 2002/03/26 11:34:49
270 [ssh.1 sshd.8]
271 update to recent drafts
5fb274c1 272 - markus@cvs.openbsd.org 2002/03/26 11:37:05
273 [ssh.c]
274 update Copyright
19f40184 275 - markus@cvs.openbsd.org 2002/03/26 15:23:40
276 [bufaux.c]
277 do not talk about packets in bufaux
7341fad9 278 - rees@cvs.openbsd.org 2002/03/26 18:46:59
279 [scard.c]
280 try_AUT0 in read_pubkey too, for those paranoid few who want to acl 'sh'
6c112aca 281 - markus@cvs.openbsd.org 2002/03/26 22:50:39
282 [channels.h]
283 CHANNEL_EFD_OUTPUT_ACTIVE is false for CHAN_CLOSE_RCVD, too
52103b10 284 - markus@cvs.openbsd.org 2002/03/26 23:13:03
285 [auth-rsa.c]
286 disallow RSA keys < 768 for protocol 1, too (rhosts-rsa and rsa auth)
76bf34f1 287 - markus@cvs.openbsd.org 2002/03/26 23:14:51
288 [kex.c]
289 generate a new cookie for each SSH2_MSG_KEXINIT message we send out
300e01c4 290 - mouring@cvs.openbsd.org 2002/03/27 11:45:42
291 [monitor.c]
292 monitor_allowed_key() returns int instead of pointer. ok markus@
293
eb4652f4 29420020325
295 - (stevesk) import OpenBSD <sys/tree.h> as "openbsd-compat/tree.h"
47c36e5b 296 - (bal) OpenBSD CVS Sync
297 - stevesk@cvs.openbsd.org 2002/03/23 20:57:26
298 [sshd.c]
299 setproctitle() after preauth child; ok markus@
d452ec1a 300 - markus@cvs.openbsd.org 2002/03/24 16:00:27
301 [serverloop.c]
302 remove unused debug
a49dfdec 303 - markus@cvs.openbsd.org 2002/03/24 16:01:13
304 [packet.c]
305 debug->debug3 for extra padding
5b0d7dc1 306 - stevesk@cvs.openbsd.org 2002/03/24 17:27:03
307 [kexgex.c]
308 typo; ok markus@
d4355079 309 - stevesk@cvs.openbsd.org 2002/03/24 17:53:16
310 [monitor_fdpass.c]
311 minor cleanup and more error checking; ok markus@
9fc0407d 312 - markus@cvs.openbsd.org 2002/03/24 18:05:29
313 [scard.c]
314 we need to figure out AUT0 for sc_private_encrypt, too
38c1c52a 315 - stevesk@cvs.openbsd.org 2002/03/24 23:20:00
316 [monitor.c]
317 remove "\n" from fatal()
159897f3 318 - markus@cvs.openbsd.org 2002/03/25 09:21:13
319 [auth-rsa.c]
320 return 0 (not NULL); tomh@po.crl.go.jp
6f33c8cd 321 - markus@cvs.openbsd.org 2002/03/25 09:25:06
322 [auth-rh-rsa.c]
323 rm bogus comment
0659cace 324 - markus@cvs.openbsd.org 2002/03/25 17:34:27
325 [scard.c scard.h ssh-agent.c ssh-keygen.c ssh.c]
326 change sc_get_key to sc_get_keys and hide smartcard details in scard.c
3074b20c 327 - stevesk@cvs.openbsd.org 2002/03/25 20:12:10
328 [monitor_mm.c monitor_wrap.c]
329 ssize_t args use "%ld" and cast to (long)
330 size_t args use "%lu" and cast to (u_long)
331 ok markus@ and thanks millert@
1c2deed1 332 - markus@cvs.openbsd.org 2002/03/25 21:04:02
333 [ssh.c]
334 simplify num_identity_files handling
d2296ed7 335 - markus@cvs.openbsd.org 2002/03/25 21:13:51
336 [channels.c channels.h compat.c compat.h nchan.c]
337 don't send stderr data after EOF, accept this from older known (broken)
338 sshd servers only, fixes http://bugzilla.mindrot.org/show_bug.cgi?id=179
8e4fd4a1 339 - stevesk@cvs.openbsd.org 2002/03/26 03:24:01
340 [monitor.h monitor_fdpass.h monitor_mm.h monitor_wrap.h]
341 $OpenBSD$
eb4652f4 342
1178e8db 34320020324
344 - (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
345 it can be removed. only used on solaris. will no longer compile with
346 privsep shuffling.
347
6f34652e 34820020322
349 - (stevesk) HAVE_ACCRIGHTS_IN_MSGHDR configure support
7b18c353 350 - (stevesk) [monitor.c monitor_wrap.c] #ifdef HAVE_PW_CLASS_IN_PASSWD
c921ee00 351 - (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsisms
dc90b259 352 - (stevesk) [monitor_fdpass.c] support for access rights style file
353 descriptor passing
f7ed12f1 354 - (stevesk) [auth2.c] merge cleanup/sync
cfadc43b 355 - (stevesk) [defines.h] hp-ux 11 has ancillary data style fd passing, but
356 is missing CMSG_LEN() and CMSG_SPACE() macros.
cc58061e 357 - (stevesk) [defines.h] #define MAP_ANON MAP_ANONYMOUS for HP-UX; other
358 platforms may need this--I'm not sure. mmap() issues will need to be
359 addressed further.
05976246 360 - (tim) [cipher.c] fix problem with OpenBSD sync
9242fa1b 361 - (stevesk) [LICENCE] OpenBSD sync
6f34652e 362
8627f3e0 36320020321
364 - (bal) OpenBSD CVS Sync
365 - itojun@cvs.openbsd.org 2002/03/08 06:10:16
366 [sftp-client.c]
367 printf type mismatch
bfa7f960 368 - itojun@cvs.openbsd.org 2002/03/11 03:18:49
369 [sftp-client.c]
370 correct type mismatches (u_int64_t != unsigned long long)
5fc7dbc9 371 - itojun@cvs.openbsd.org 2002/03/11 03:19:53
372 [sftp-client.c]
373 indent
150a5466 374 - markus@cvs.openbsd.org 2002/03/14 15:24:27
375 [sshconnect1.c]
376 don't trust size sent by (rogue) server; noted by s.esser@e-matters.de
4f08e98d 377 - markus@cvs.openbsd.org 2002/03/14 16:38:26
378 [sshd.c]
379 split out ssh1 session key decryption; ok provos@
46f1eece 380 - markus@cvs.openbsd.org 2002/03/14 16:56:33
381 [auth-rh-rsa.c auth-rsa.c auth.h]
382 split auth_rsa() for better readability and privsep; ok provos@
c390a3c8 383 - itojun@cvs.openbsd.org 2002/03/15 11:00:38
384 [auth.c]
385 fix file type checking (use S_ISREG). ok by markus
bcb68a8f 386 - markus@cvs.openbsd.org 2002/03/16 11:24:53
387 [compress.c]
388 skip inflateEnd if inflate fails; ok provos@
3e65880e 389 - markus@cvs.openbsd.org 2002/03/16 17:22:09
390 [auth-rh-rsa.c auth.h]
391 split auth_rhosts_rsa(), ok provos@
bb15f28b 392 - stevesk@cvs.openbsd.org 2002/03/16 17:41:25
393 [auth-krb5.c]
394 BSD license. from Daniel Kouril via Dug Song. ok markus@
443fa1cd 395 - provos@cvs.openbsd.org 2002/03/17 20:25:56
396 [auth.c auth.h auth1.c auth2.c]
397 getpwnamallow returns struct passwd * only if user valid; okay markus@
1b34c1b3 398 - provos@cvs.openbsd.org 2002/03/18 01:12:14
399 [auth.h auth1.c auth2.c sshd.c]
400 have the authentication functions return the authentication context
401 and then do_authenticated; okay millert@
9d0844e3 402 - dugsong@cvs.openbsd.org 2002/03/18 01:30:10
403 [auth-krb4.c]
404 set client to NULL after xfree(), from Rolf Braun
405 <rbraun+ssh@andrew.cmu.edu>
1836f69f 406 - provos@cvs.openbsd.org 2002/03/18 03:41:08
407 [auth.c session.c]
408 move auth_approval into getpwnamallow with help from millert@
bf8269a9 409 - markus@cvs.openbsd.org 2002/03/18 17:13:15
410 [cipher.c cipher.h]
411 export/import cipher states; needed by ssh-privsep
e050d348 412 - markus@cvs.openbsd.org 2002/03/18 17:16:38
413 [packet.c packet.h]
414 export/import cipher state, iv and ssh2 seqnr; needed by ssh-privsep
d0074658 415 - markus@cvs.openbsd.org 2002/03/18 17:23:31
416 [key.c key.h]
417 add key_demote() for ssh-privsep
b625ad75 418 - provos@cvs.openbsd.org 2002/03/18 17:25:29
419 [bufaux.c bufaux.h]
420 buffer_skip_string and extra sanity checking; needed by ssh-privsep
3d6fc2f8 421 - provos@cvs.openbsd.org 2002/03/18 17:31:54
422 [compress.c]
423 export compression streams for ssh-privsep
1853d1ef 424 - provos@cvs.openbsd.org 2002/03/18 17:50:31
425 [auth-bsdauth.c auth-options.c auth-rh-rsa.c auth-rsa.c auth-skey.c auth.h
426 auth1.c auth2-chall.c auth2.c kex.c kex.h kexdh.c kexgex.c servconf.c
427 session.h servconf.h serverloop.c session.c sshd.c]
428 integrate privilege separated openssh; its turned off by default for now.
429 work done by me and markus@
ce19ff48 430 - provos@cvs.openbsd.org 2002/03/18 17:53:08
431 [sshd.8]
432 credits for privsep
70aa9ff4 433 - provos@cvs.openbsd.org 2002/03/18 17:59:09
434 [sshd.8]
435 document UsePrivilegeSeparation
73fbf637 436 - stevesk@cvs.openbsd.org 2002/03/18 23:52:51
437 [servconf.c]
438 UnprivUser/UnprivGroup usable now--specify numeric user/group; ok
439 provos@
1c352e97 440 - stevesk@cvs.openbsd.org 2002/03/19 03:03:43
441 [pathnames.h servconf.c servconf.h sshd.c]
442 _PATH_PRIVSEP_CHROOT_DIR; ok provos@
fffbaee2 443 - stevesk@cvs.openbsd.org 2002/03/19 05:23:08
444 [sshd.8]
445 Banner has no default.
702b7dd8 446 - mpech@cvs.openbsd.org 2002/03/19 06:32:56
447 [sftp-int.c]
448 use xfree() after xstrdup().
449
450 markus@ ok
51aeb639 451 - markus@cvs.openbsd.org 2002/03/19 10:35:39
452 [auth-options.c auth.h session.c session.h sshd.c]
453 clean up prototypes
762715ce 454 - markus@cvs.openbsd.org 2002/03/19 10:49:35
455 [auth-krb5.c auth-rh-rsa.c auth.c cipher.c key.c misc.h packet.c session.c
456 sftp-client.c sftp-glob.h sftp.c ssh-add.c ssh.c sshconnect2.c sshd.c
457 ttymodes.c]
458 KNF whitespace
5f1f36b5 459 - markus@cvs.openbsd.org 2002/03/19 14:27:39
460 [auth.c auth1.c auth2.c]
461 make getpwnamallow() allways call pwcopy()
06bea668 462 - markus@cvs.openbsd.org 2002/03/19 15:31:47
463 [auth.c]
464 check for NULL; from provos@
2ea6de2b 465 - stevesk@cvs.openbsd.org 2002/03/20 19:12:25
466 [servconf.c servconf.h ssh.h sshd.c]
467 for unprivileged user, group do:
468 pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw). ok provos@
256debd0 469 - stevesk@cvs.openbsd.org 2002/03/20 21:08:08
470 [sshd.c]
471 strerror() on chdir() fail; ok provos@
edfb66cb 472 - markus@cvs.openbsd.org 2002/03/21 10:21:20
473 [ssh-add.c]
474 ignore errors for nonexisting default keys in ssh-add,
475 fixes http://bugzilla.mindrot.org/show_bug.cgi?id=158
c53c54c2 476 - jakob@cvs.openbsd.org 2002/03/21 15:17:26
477 [clientloop.c ssh.1]
478 add built-in command line for adding new port forwardings on the fly.
479 based on a patch from brian wellington. ok markus@.
7649bbfe 480 - markus@cvs.openbsd.org 2002/03/21 16:38:06
481 [scard.c]
482 make compile w/ openssl 0.9.7
b9f62352 483 - markus@cvs.openbsd.org 2002/03/21 16:54:53
484 [scard.c scard.h ssh-keygen.c]
485 move key upload to scard.[ch]
486 - markus@cvs.openbsd.org 2002/03/21 16:57:15
487 [scard.c]
488 remove const
39ac8430 489 - markus@cvs.openbsd.org 2002/03/21 16:58:13
490 [clientloop.c]
491 remove unused
514b94dc 492 - rees@cvs.openbsd.org 2002/03/21 18:08:15
493 [scard.c]
494 In sc_put_key(), sc_reader_id should be id.
ce1ba33a 495 - markus@cvs.openbsd.org 2002/03/21 20:51:12
496 [sshd_config]
497 add privsep (off)
324bf712 498 - markus@cvs.openbsd.org 2002/03/21 21:23:34
499 [sshd.c]
500 add privsep_preauth() and remove 1 goto; ok provos@
86c4f63d 501 - rees@cvs.openbsd.org 2002/03/21 21:54:34
502 [scard.c scard.h ssh-keygen.c]
503 Add PIN-protection for secret key.
76139bd8 504 - rees@cvs.openbsd.org 2002/03/21 22:44:05
505 [authfd.c authfd.h ssh-add.c ssh-agent.c ssh.c]
506 Add PIN-protection for secret key.
ec9b7086 507 - markus@cvs.openbsd.org 2002/03/21 23:07:37
508 [clientloop.c]
509 remove unused, sync w/ cmdline patch in my tree.
ce1ba33a 510
81dadca3 51120020317
512 - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted,
513 warn if directory does not exist. Put system directories in front of
514 PATH for finding entorpy commands.
43e41c2c 515 - (tim) [contrib/aix/buildbff.sh contrib/aix/inventory.sh] AIX package
516 build fixes. Patch by Darren Tucker <dtucker@zip.com.au>
517 [contrib/solaris/buildpkg.sh] add missing dirs to SYSTEM_DIR. Have
518 postinstall check for $piddir and add if necessary.
81dadca3 519
e4abf75b 52020020311
521 - (tim) [contrib/solaris/buildpkg.sh, contrib/solaris/README] Updated to
522 build on all platforms that support SVR4 style package tools. Now runs
523 from build dir. Parts are based on patches from Antonio Navarro, and
524 Darren Tucker.
525
fb8f3dc9 52620020308
a068d86f 527 - (djm) Revert bits of Markus' OpenSSL compat patch which was
528 accidentally committed.
529 - (djm) Add Markus' patch for compat wih OpenSSL < 0.9.6.
530 Known issue: Blowfish for SSH1 does not work
dc254471 531 - (stevesk) entropy.c: typo in debug message
633151a3 532 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
fb8f3dc9 533
0b202697 534$Id$
This page took 0.331176 seconds and 5 git commands to generate.