]> andersk Git - openssh.git/blame - ChangeLog
[Makefile.in] replace "id sshd" with "sshd -t"
[openssh.git] / ChangeLog
CommitLineData
798c5808 120020714
2 - (tim) [Makefile.in] replace "id sshd" with "sshd -t"
3
6b2a3595 420020712
5 - (tim) [Makefile.in] quiet down install-files: and check-user:
3085601b 6 - (tim) [configure.ac] remove unused filepriv line
6b2a3595 7
249f9903 820020710
9 - (tim) [contrib/cygwin/ssh-host-config] explicitely sets the permissions
10 on /var/empty to 755 Patch by vinschen@redhat.com
6f901f8e 11 - (bal) OpenBSD CVS Sync
12 - itojun@cvs.openbsd.org 2002/07/09 11:56:50
13 [sshconnect.c]
14 silently try next address on connect(2). markus ok
59c825e1 15 - itojun@cvs.openbsd.org 2002/07/09 11:56:27
16 [canohost.c]
17 suppress log on reverse lookup failiure, as there's no real value in
18 doing so.
19 markus ok
aab5431b 20 - itojun@cvs.openbsd.org 2002/07/09 12:04:02
21 [sshconnect.c]
22 ed static function (less warnings)
94ad46d1 23 - stevesk@cvs.openbsd.org 2002/07/09 17:46:25
24 [sshd_config.5]
25 clarify no preference ordering in protocol list; ok markus@
9bd68577 26 - itojun@cvs.openbsd.org 2002/07/10 10:28:15
27 [sshconnect.c]
28 bark if all connection attempt fails.
09683edf 29 - deraadt@cvs.openbsd.org 2002/07/10 17:53:54
30 [rijndael.c]
31 use right sizeof in memcpy; markus ok
249f9903 32
e6f15ed1 3320020709
34 - (bal) NO_IPPORT_RESERVED_CONCEPT used instead of CYGWIN so other platforms
35 lacking that concept can share it. Patch by vinschen@redhat.com
36
4f9d6706 3720020708
38 - (tim) [openssh/contrib/solaris/buildpkg.sh] add PKG_INSTALL_ROOT to
39 work in a jumpstart environment. patch by kbrint@rufus.net
b451e27b 40 - (tim) [Makefile.in] workaround for broken pakadd on some systems.
cda1ebcb 41 - (tim) [configure.ac] fix libc89 utimes test. Mention default path for
42 --with-privsep-path=
4f9d6706 43
ac74561e 4420020707
45 - (tim) [Makefile.in] use umask instead of chmod on $(PRIVSEP_PATH)
94d8258b 46 - (tim) [acconfig.h configure.ac sshd.c]
47 s/BROKEN_FD_PASSING/DISABLE_FD_PASSING/
d41f8eed 48 - (tim) [contrib/cygwin/ssh-host-config] sshd account creation fixes
49 patch from vinschen@redhat.com
0b832146 50 - (bal) [realpath.c] Updated with OpenBSD tree.
da2499f5 51 - (bal) OpenBSD CVS Sync
52 - deraadt@cvs.openbsd.org 2002/07/04 04:15:33
53 [key.c monitor_wrap.c sftp-glob.c ssh-dss.c ssh-rsa.c]
54 patch memory leaks; grendel@zeitbombe.org
e1feb9bf 55 - deraadt@cvs.openbsd.org 2002/07/04 08:12:15
56 [channels.c packet.c]
57 blah blah minor nothing as i read and re-read and re-read...
eb9f2fab 58 - markus@cvs.openbsd.org 2002/07/04 10:41:47
59 [key.c monitor_wrap.c ssh-dss.c ssh-rsa.c]
60 don't allocate, copy, and discard if there is not interested in the data;
61 ok deraadt@
4394a17f 62 - deraadt@cvs.openbsd.org 2002/07/06 01:00:49
63 [log.c]
64 KNF
50d2fbbc 65 - deraadt@cvs.openbsd.org 2002/07/06 01:01:26
66 [ssh-keyscan.c]
67 KNF, realloc fix, and clean usage
12a3f2c3 68 - stevesk@cvs.openbsd.org 2002/07/06 17:47:58
69 [ssh-keyscan.c]
70 unused variable
41545cb6 71 - (bal) Minor KNF on ssh-keyscan.c
ac74561e 72
0764e748 7320020705
74 - (tim) [configure.ac] AIX 4.2.1 has authenticate() in libs.
75 Reported by Darren Tucker <dtucker@zip.com.au>
e12659f4 76 - (tim) [contrib/cygwin/ssh-host-config] double slash corrction
77 from vinschen@redhat.com
0764e748 78
64c0ce80 7920020704
80 - (bal) Limit data to TTY for AIX only (Newer versions can't handle the
81 faster data rate) Bug #124
375c1dee 82 - (bal) glob.c defines TILDE and AIX also defines it. #undef it first.
83 bug #265
ff2de800 84 - (bal) One too many nulls in ports-aix.c
64c0ce80 85
d2f95449 8620020703
87 - (bal) Updated contrib/cygwin/ patch by vinschen@redhat.com
619a6aff 88 - (bal) minor correction to utimes() replacement. Patch by
89 onoe@sm.sony.co.jp
f11fe301 90 - OpenBSD CVS Sync
91 - markus@cvs.openbsd.org 2002/06/27 08:49:44
92 [dh.c ssh-keyscan.c sshconnect.c]
93 more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@
181d6635 94 - deraadt@cvs.openbsd.org 2002/06/27 09:08:00
95 [monitor.c]
96 improve mm_zalloc check; markus ok
30e37ee6 97 - deraadt@cvs.openbsd.org 2002/06/27 10:35:47
98 [auth2-none.c monitor.c sftp-client.c]
99 use xfree()
c8f94200 100 - stevesk@cvs.openbsd.org 2002/06/27 19:49:08
101 [ssh-keyscan.c]
102 use convtime(); ok markus@
a64d3560 103 - millert@cvs.openbsd.org 2002/06/28 01:49:31
104 [monitor_mm.c]
105 tree(3) wants an int return value for its compare functions and
106 the difference between two pointers is not an int. Just do the
107 safest thing and store the result in a long and then return 0,
108 -1, or 1 based on that result.
405a0d43 109 - deraadt@cvs.openbsd.org 2002/06/28 01:50:37
110 [monitor_wrap.c]
111 use ssize_t
4efd85b2 112 - deraadt@cvs.openbsd.org 2002/06/28 10:08:25
113 [sshd.c]
114 range check -u option at invocation
6ded293b 115 - deraadt@cvs.openbsd.org 2002/06/28 23:05:06
116 [sshd.c]
117 gidset[2] -> gidset[1]; markus ok
7fdc56c5 118 - deraadt@cvs.openbsd.org 2002/06/30 21:54:16
119 [auth2.c session.c sshd.c]
120 lint asks that we use names that do not overlap
343288b8 121 - deraadt@cvs.openbsd.org 2002/06/30 21:59:45
122 [auth-bsdauth.c auth-skey.c auth2-chall.c clientloop.c key.c
123 monitor_wrap.c monitor_wrap.h scard.h session.h sftp-glob.c ssh.c
124 sshconnect2.c sshd.c]
125 minor KNF
7d60d74c 126 - deraadt@cvs.openbsd.org 2002/07/01 16:15:25
127 [msg.c]
128 %u
713f6cd9 129 - markus@cvs.openbsd.org 2002/07/01 19:48:46
130 [sshconnect2.c]
131 for compression=yes, we fallback to no-compression if the server does
132 not support compression, vice versa for compression=no. ok mouring@
261189cc 133 - markus@cvs.openbsd.org 2002/07/03 09:55:38
134 [ssh-keysign.c]
135 use RSA_blinding_on() for rsa hostkeys (suggested by Bill Sommerfeld)
136 in order to avoid a possible Kocher timing attack pointed out by Charles
137 Hannum; ok provos@
60cd0a97 138 - markus@cvs.openbsd.org 2002/07/03 14:21:05
139 [ssh-keysign.8 ssh-keysign.c ssh.c ssh_config]
140 re-enable ssh-keysign's sbit, but make ssh-keysign read
141 /etc/ssh/ssh_config and exit if HostbasedAuthentication is disabled
142 globally. based on discussions with deraadt, itojun and sommerfeld;
143 ok itojun@
56fd97d7 144 - (bal) Failed password attempts don't increment counter on AIX. Bug #145
e8aa0a5c 145 - (bal) Missed Makefile.in change. keysign needs readconf.o
0ba40daa 146 - (bal) Clean up aix_usrinfo(). Ignore TTY= period I guess.
56fd97d7 147
b2f295dc 14820020702
149 - (djm) Use PAM_MSG_MEMBER for PAM_TEXT_INFO messages, use xmalloc &
150 friends consistently. Spotted by Solar Designer <solar@openwall.com>
151
3c3e878a 15220020629
153 - (bal) fix to auth2-pam.c to swap fatal() arguments, A bit of style
154 clean up while I'm near it.
155
811ee370 15620020628
157 - (stevesk) [sshd_config] PAMAuthenticationViaKbdInt no; commented
158 options should contain default value. from solar.
b9b82dab 159 - (bal) Cygwin uid0 fix by vinschen@redhat.com
17962c40 160 - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wise
161 have issues of our fixes not propogating right (ie bcopy instead of
162 memmove). OK tim
4fa4fb00 163 - (bal) FreeBSD needs <sys/types.h> to detect if mmap() is supported.
164 Bug #303
811ee370 165
d1ff09ba 166200206027
167 - OpenBSD CVS Sync
168 - deraadt@cvs.openbsd.org 2002/06/26 14:49:36
169 [monitor.c]
170 correct %u
63b5f1a1 171 - deraadt@cvs.openbsd.org 2002/06/26 14:50:04
172 [monitor_fdpass.c]
173 use ssize_t for recvmsg() and sendmsg() return
1431a900 174 - markus@cvs.openbsd.org 2002/06/26 14:51:33
175 [ssh-add.c]
176 fix exit code for -X/-x
bb0640b2 177 - deraadt@cvs.openbsd.org 2002/06/26 15:00:32
178 [monitor_wrap.c]
179 more %u
20e79e98 180 - markus@cvs.openbsd.org 2002/06/26 22:27:32
181 [ssh-keysign.c]
182 bug #304, xfree(data) called to early; openssh@sigint.cs.purdue.edu
d1ff09ba 183
4bfa8bb6 18420020626
185 - (stevesk) [monitor.c] remove duplicate proto15 dispatch entry for PAM
a594fa74 186 - (bal) OpenBSD CVS Sync
187 - markus@cvs.openbsd.org 2002/06/23 21:34:07
188 [channels.c]
189 tcode is u_int
38501509 190 - markus@cvs.openbsd.org 2002/06/24 13:12:23
191 [ssh-agent.1]
192 the socket name contains ssh-agent's ppid; via mpech@ from form@
f91d9a89 193 - markus@cvs.openbsd.org 2002/06/24 14:33:27
194 [channels.c channels.h clientloop.c serverloop.c]
195 move channel counter to u_int
1169c3df 196 - markus@cvs.openbsd.org 2002/06/24 14:55:38
197 [authfile.c kex.c ssh-agent.c]
198 cat to (void) when output from buffer_get_X is ignored
09915dc1 199 - itojun@cvs.openbsd.org 2002/06/24 15:49:22
200 [msg.c]
201 printf type pedant
d0a1c5d1 202 - deraadt@cvs.openbsd.org 2002/06/24 17:57:20
203 [sftp-server.c sshpty.c]
204 explicit (u_int) for uid and gid
6c69a6a9 205 - markus@cvs.openbsd.org 2002/06/25 16:22:42
206 [authfd.c]
207 unnecessary cast
87809a1f 208 - markus@cvs.openbsd.org 2002/06/25 18:51:04
209 [sshd.c]
210 lightweight do_setusercontext after chroot()
924681ee 211 - (bal) Updated AIX package build. Patch by dtucker@zip.com.au
46c8ebb3 212 - (tim) [Makefile.in] fix test on installing ssh-rand-helper.8
78beb77d 213 - (bal) added back in error check for mmap(). I screwed up, Pointed
214 out by stevesk@
f2d9a1f8 215 - (tim) [README.privsep] UnixWare tip no longer needed.
88cb875c 216 - (bal) fixed NeXTStep missing munmap() issue. It defines HAVE_MMAP,
217 but it all damned lies.
0d0270e6 218 - (stevesk) [README.privsep] more for sshd pseudo-account.
8029e7fc 219 - (tim) [contrib/caldera/openssh.spec] add support for privsep
8695f9f7 220 - (djm) setlogin needs pgid==pid on BSD/OS; from itojun@
b29fe4ea 221 - (djm) OpenBSD CVS Sync
222 - markus@cvs.openbsd.org 2002/06/26 08:53:12
223 [bufaux.c]
224 limit size of BNs to 8KB; ok provos/deraadt
22d62d31 225 - markus@cvs.openbsd.org 2002/06/26 08:54:18
226 [buffer.c]
227 limit append to 1MB and buffers to 10MB
5df8c731 228 - markus@cvs.openbsd.org 2002/06/26 08:55:02
229 [channels.c]
230 limit # of channels to 10000
87f18810 231 - markus@cvs.openbsd.org 2002/06/26 08:58:26
232 [session.c]
233 limit # of env vars to 1000; ok deraadt/djm
2f095a0e 234 - deraadt@cvs.openbsd.org 2002/06/26 13:20:57
235 [monitor.c]
236 be careful in mm_zalloc
66087567 237 - deraadt@cvs.openbsd.org 2002/06/26 13:49:26
238 [session.c]
239 disclose less information from environment files; based on input
240 from djm, and dschultz@uclink.Berkeley.EDU
477edc5d 241 - markus@cvs.openbsd.org 2002/06/26 13:55:37
242 [auth2-chall.c]
243 make sure # of response matches # of queries, fixes int overflow;
244 from ISS
03b14b6f 245 - markus@cvs.openbsd.org 2002/06/26 13:56:27
246 [version.h]
247 3.4
9c696d0d 248 - (djm) Require krb5 devel for RPM build w/ KrbV
c4186be7 249 - (djm) Improve PAMAuthenticationViaKbdInt text from Nalin Dahyabhai
250 <nalin@redhat.com>
1e7bc74c 251 - (djm) Update spec files for release
49b53b03 252 - (djm) Fix int overflow in auth2-pam.c, similar to one discovered by ISS
03b14b6f 253 - (djm) Release 3.4p1
6519cfd6 254 - (tim) [contrib/caldera/openssh.spec] remove 2 configure options I put in
255 by mistake
4bfa8bb6 256
ef1ac12b 25720020625
258 - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh
1a44c6f7 259 - (stevesk) [README.privsep] minor updates
fd3cbf67 260 - (djm) Create privsep directory and warn if privsep user is missing
261 during make install
702b2855 262 - (bal) Started list of PrivSep issues in TODO
1c6249af 263 - (bal) if mmap() is substandard, don't allow compression on server side.
264 Post 'event' we will add more options.
cbaa3d44 265 - (tim) [contrib/caldera/openssh.spec] Sync with Caldera
e2bc41f9 266 - (bal) moved aix_usrinfo() and noted not setting real TTY. Patch by
267 dtucker@zip.com.au
d170feb1 268 - (tim) [acconfig.h configure.ac sshd.c] BROKEN_FD_PASSING fix from Markus
269 for Cygwin, Cray, & SCO
ef1ac12b 270
d5803314 27120020624
272 - OpenBSD CVS Sync
273 - deraadt@cvs.openbsd.org 2002/06/23 03:25:50
274 [tildexpand.c]
275 KNF
3ddc795d 276 - deraadt@cvs.openbsd.org 2002/06/23 03:26:19
277 [cipher.c key.c]
278 KNF
d6133f43 279 - deraadt@cvs.openbsd.org 2002/06/23 03:30:58
280 [scard.c ssh-dss.c ssh-rsa.c sshconnect.c sshconnect2.c sshd.c sshlogin.c
281 sshpty.c]
282 various KNF and %d for unsigned
9906a836 283 - deraadt@cvs.openbsd.org 2002/06/23 09:30:14
284 [sftp-client.c sftp-client.h sftp-common.c sftp-int.c sftp-server.c
285 sftp.c]
286 bunch of u_int vs int stuff
512df038 287 - deraadt@cvs.openbsd.org 2002/06/23 09:39:55
288 [ssh-keygen.c]
289 u_int stuff
7528d467 290 - deraadt@cvs.openbsd.org 2002/06/23 09:46:51
291 [bufaux.c servconf.c]
292 minor KNF. things the fingers do while you read
e424e241 293 - deraadt@cvs.openbsd.org 2002/06/23 10:29:52
294 [ssh-agent.c sshd.c]
295 some minor KNF and %u
7138ebd9 296 - deraadt@cvs.openbsd.org 2002/06/23 20:39:45
297 [session.c]
298 compression_level is u_int
f09ce20a 299 - deraadt@cvs.openbsd.org 2002/06/23 21:06:13
300 [sshpty.c]
301 KNF
57f228e8 302 - deraadt@cvs.openbsd.org 2002/06/23 21:06:41
303 [channels.c channels.h session.c session.h]
304 display, screen, row, col, xpixel, ypixel are u_int; markus ok
0bc50167 305 - deraadt@cvs.openbsd.org 2002/06/23 21:10:02
306 [packet.c]
307 packet_get_int() returns unsigned for reason & seqnr
57f228e8 308 - (bal) Also fixed IPADDR_IN_DISPLAY case where display, screen, row, col,
309 xpixel are u_int.
310
d5803314 311
58177c0a 31220020623
313 - (stevesk) [configure.ac] bug #255 LOGIN_NEEDS_UTMPX for AIX.
dc43acd2 314 - (bal) removed GNUism for getops in ssh-agent since glibc lacks optreset.
ef3912be 315 - (bal) add extern char *getopt. Based on report by dtucker@zip.com.au
a8bbdc75 316 - OpenBSD CVS Sync
317 - stevesk@cvs.openbsd.org 2002/06/22 02:00:29
318 [ssh.h]
319 correct comment
1ae02182 320 - stevesk@cvs.openbsd.org 2002/06/22 02:40:23
321 [ssh.1]
322 section 5 not 4 for ssh_config
b2843ec6 323 - naddy@cvs.openbsd.org 2002/06/22 11:51:39
324 [ssh.1]
325 typo
75653d3e 326 - stevesk@cvs.openbsd.org 2002/06/22 16:32:54
327 [sshd.8]
328 add /var/empty in FILES section
a56313d7 329 - stevesk@cvs.openbsd.org 2002/06/22 16:40:19
330 [sshd.c]
331 check /var/empty owner mode; ok provos@
e4e83d70 332 - stevesk@cvs.openbsd.org 2002/06/22 16:41:57
333 [scp.1]
334 typo
baa08b92 335 - stevesk@cvs.openbsd.org 2002/06/22 16:45:29
336 [ssh-agent.1 sshd.8 sshd_config.5]
337 use process ID vs. pid/PID/process identifier
c28876e9 338 - stevesk@cvs.openbsd.org 2002/06/22 20:05:27
339 [sshd.c]
340 don't call setsid() if debugging or run from inetd; no "Operation not
341 permitted" errors now; ok millert@ markus@
d17ef027 342 - stevesk@cvs.openbsd.org 2002/06/22 23:09:51
343 [monitor.c]
344 save auth method before monitor_reset_key_state(); bugzilla bug #284;
345 ok provos@
58177c0a 346
ca449fd9 34720020622
348 - (djm) Update README.privsep; spotted by fries@
d5041f45 349 - (djm) Release 3.3p1
d76aa6fb 350 - (bal) getopt now can be staticly compiled on those platforms missing
351 optreset. Patch by binder@arago.de
ca449fd9 352
0496cf34 35320020621
354 - (djm) Sync:
355 - djm@cvs.openbsd.org 2002/06/21 05:50:51
356 [monitor.c]
357 Don't initialise compression buffers when compression=no in sshd_config;
358 ok Niels@
897ef106 359 - ID sync for auth-passwd.c
e299a298 360 - (djm) Warn and disable compression on platforms which can't handle both
361 useprivilegeseparation=yes and compression=yes
9f182968 362 - (djm) contrib/redhat/openssh.spec hacking:
363 - Merge in spec changes from seba@iq.pl (Sebastian Pachuta)
364 - Add new {ssh,sshd}_config.5 manpages
365 - Add new ssh-keysign program and remove setuid from ssh client
0496cf34 366
b264bd39 36720020620
8bbfc882 368 - (bal) Fixed AIX environment handling, use setpcred() instead of existing
369 code. (Bugzilla Bug 261)
b264bd39 370 - (bal) OpenBSD CVS Sync
371 - todd@cvs.openbsd.org 2002/06/14 21:35:00
372 [monitor_wrap.c]
373 spelling; from Brian Poole <raj@cerias.purdue.edu>
37500e74 374 - markus@cvs.openbsd.org 2002/06/15 00:01:36
375 [authfd.c authfd.h ssh-add.c ssh-agent.c]
376 break agent key lifetime protocol and allow other contraints for key
377 usage.
405e0c5e 378 - markus@cvs.openbsd.org 2002/06/15 00:07:38
379 [authfd.c authfd.h ssh-add.c ssh-agent.c]
380 fix stupid typo
3015d321 381 - markus@cvs.openbsd.org 2002/06/15 01:27:48
ee900f87 382 [authfd.c authfd.h ssh-add.c ssh-agent.c]
383 remove the CONSTRAIN_IDENTITY messages and introduce a new
384 ADD_ID message with contraints instead. contraints can be
385 only added together with the private key.
48ba8dc8 386 - itojun@cvs.openbsd.org 2002/06/16 21:30:58
387 [ssh-keyscan.c]
388 use TAILQ_xx macro. from lukem@netbsd. markus ok
3015d321 389 - deraadt@cvs.openbsd.org 2002/06/17 06:05:56
390 [scp.c]
391 make usage like man page
7203d6bb 392 - deraadt@cvs.openbsd.org 2002/06/19 00:27:55
393 [auth-bsdauth.c auth-skey.c auth1.c auth2-chall.c auth2-none.c authfd.c
394 authfd.h monitor_wrap.c msg.c nchan.c radix.c readconf.c scp.c sftp.1
395 ssh-add.1 ssh-add.c ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh-keygen.c
396 ssh-keysign.c ssh.1 sshconnect.c sshconnect.h sshconnect2.c ttymodes.c
397 xmalloc.h]
398 KNF done automatically while reading....
9459414c 399 - markus@cvs.openbsd.org 2002/06/19 18:01:00
400 [cipher.c monitor.c monitor_wrap.c packet.c packet.h]
401 make the monitor sync the transfer ssh1 session key;
402 transfer keycontext only for RC4 (this is still depends on EVP
403 implementation details and is broken).
588df31a 404 - stevesk@cvs.openbsd.org 2002/06/20 19:56:07
405 [ssh.1 sshd.8]
406 move configuration file options from ssh.1/sshd.8 to
407 ssh_config.5/sshd_config.5; ok deraadt@ millert@
add52dd0 408 - stevesk@cvs.openbsd.org 2002/06/20 20:00:05
409 [scp.1 sftp.1]
410 ssh_config(5)
54e5539d 411 - stevesk@cvs.openbsd.org 2002/06/20 20:03:34
412 [ssh_config sshd_config]
413 refer to config file man page
636f76ca 414 - markus@cvs.openbsd.org 2002/06/20 23:05:56
415 [servconf.c servconf.h session.c sshd.c]
416 allow Compression=yes/no in sshd_config
6f26d43d 417 - markus@cvs.openbsd.org 2002/06/20 23:37:12
418 [sshd_config]
419 add Compression
2fee5e28 420 - stevesk@cvs.openbsd.org 2002/05/25 20:40:08
421 [LICENCE]
422 missed Per Allansson (auth2-chall.c)
fa7a0d52 423 - (bal) Cygwin special handling of empty passwords wrong. Patch by
424 vinschen@redhat.com
668e6050 425 - (bal) Missed integrating ssh_config.5 and sshd_config.5
73bc9b18 426 - (bal) Still more Makefile.in updates for ssh{d}_config.5
b264bd39 427
f2d02e44 42820020613
429 - (bal) typo of setgroup for cygwin. Patch by vinschen@redhat.com
430
b34bec32 43120020612
432 - (bal) OpenBSD CVS Sync
433 - markus@cvs.openbsd.org 2002/06/11 23:03:54
434 [ssh.c]
435 remove unused cruft.
de60473e 436 - markus@cvs.openbsd.org 2002/06/12 01:09:52
437 [ssh.c]
438 ssh_connect returns 0 on success
246446cd 439 - (bal) Build noop setgroups() for cygwin to clean up code (For other
440 platforms without the setgroups() requirement, you MUST define
441 SETGROUPS_NOOP in the configure.ac) Based on patch by vinschen@redhat.com
75136d8b 442 - (bal) Some platforms don't have ONLCR (Notable Mint)
b34bec32 443
74a6c7bd 44420020611
445 - (bal) ssh-agent.c RCSD fix (|unexpand already done)
d83cbdc3 446 - (bal) OpenBSD CVS Sync
447 - stevesk@cvs.openbsd.org 2002/06/09 22:15:15
448 [ssh.1]
449 update for no setuid root and ssh-keysign; ok deraadt@
01ca0dfe 450 - itojun@cvs.openbsd.org 2002/06/09 22:17:21
451 [sshconnect.c]
452 pass salen to sockaddr_ntop so that we are happy on linux/solaris
b7ced7d1 453 - stevesk@cvs.openbsd.org 2002/06/10 16:53:06
454 [auth-rsa.c ssh-rsa.c]
455 display minimum RSA modulus in error(); ok markus@
9cf07a6e 456 - stevesk@cvs.openbsd.org 2002/06/10 16:56:30
457 [ssh-keysign.8]
458 merge in stuff from my man page; ok markus@
c3baacd1 459 - stevesk@cvs.openbsd.org 2002/06/10 17:36:23
460 [ssh-add.1 ssh-add.c]
461 use convtime() to parse and validate key lifetime. can now
462 use '-t 2h' etc. ok markus@ provos@
4b3d23b4 463 - stevesk@cvs.openbsd.org 2002/06/10 17:45:20
464 [readconf.c ssh.1]
465 change RhostsRSAAuthentication and RhostsAuthentication default to no
466 since ssh is no longer setuid root by default; ok markus@
ad2e1857 467 - stevesk@cvs.openbsd.org 2002/06/10 21:21:10
468 [ssh_config]
469 update defaults for RhostsRSAAuthentication and RhostsAuthentication
470 here too (all options commented out with default value).
149cdb60 471 - markus@cvs.openbsd.org 2002/06/10 22:28:41
472 [channels.c channels.h session.c]
473 move creation of agent socket to session.c; no need for uidswapping
474 in channel.c.
3fb156df 475 - markus@cvs.openbsd.org 2002/06/11 04:14:26
476 [ssh.c sshconnect.c sshconnect.h]
477 no longer use uidswap.[ch] from the ssh client
478 run less code with euid==0 if ssh is installed setuid root
479 just switch the euid, don't switch the complete set of groups
480 (this is only needed by sshd). ok provos@
c457707e 481 - mpech@cvs.openbsd.org 2002/06/11 05:46:20
482 [auth-krb4.c monitor.h serverloop.c session.c ssh-agent.c sshd.c]
483 pid_t cleanup. Markus need this now to keep hacking.
484 markus@, millert@ ok
aa686c54 485 - itojun@cvs.openbsd.org 2002/06/11 08:11:45
486 [canohost.c]
487 use "ntop" only after initialized
d514c907 488 - (bal) Cygwin fix up from swap uid clean up in ssh.c patch by
489 vinschen@redhat.com
74a6c7bd 490
0073b70f 49120020609
492 - (bal) OpenBSD CVS Sync
493 - markus@cvs.openbsd.org 2002/06/08 05:07:56
494 [ssh.c]
495 nuke ptrace comment
1f143cf2 496 - markus@cvs.openbsd.org 2002/06/08 05:07:09
497 [ssh-keysign.c]
498 only accept 20 byte session ids
80fcb74e 499 - markus@cvs.openbsd.org 2002/06/08 05:17:01
500 [readconf.c readconf.h ssh.1 ssh.c]
501 deprecate FallBackToRsh and UseRsh; patch from djm@
6c792785 502 - markus@cvs.openbsd.org 2002/06/08 05:40:01
503 [readconf.c]
504 just warn about Deprecated options for now
c8e0103c 505 - markus@cvs.openbsd.org 2002/06/08 05:41:18
506 [ssh_config]
507 remove FallBackToRsh/UseRsh
61eb812e 508 - markus@cvs.openbsd.org 2002/06/08 12:36:53
509 [scp.c]
510 remove FallBackToRsh
4feae93d 511 - markus@cvs.openbsd.org 2002/06/08 12:46:14
512 [readconf.c]
513 silently ignore deprecated options, since FallBackToRsh might be passed
514 by remote scp commands.
35ad6a0a 515 - itojun@cvs.openbsd.org 2002/06/08 21:15:27
516 [sshconnect.c]
517 always use getnameinfo. (diag message only)
b0ff7493 518 - markus@cvs.openbsd.org 2002/06/09 04:33:27
519 [sshconnect.c]
520 abort() - > fatal()
e434ac29 521 - (bal) RCSID tag updates on channels.c, clientloop.c, nchan.c,
522 sftp-client.c, ssh-agenet.c, ssh-keygen.c and connect.h (we did unexpand
523 independant of them)
0073b70f 524
95d5ebf7 52520020607
11a3dcde 526 - (bal) Removed --{enable/disable}-suid-ssh
95d5ebf7 527 - (bal) Missed __progname in ssh-keysign.c patch by dtucker@zip.com.au
85cc9118 528 - (bal) use 'LOGIN_PROGRAM' not '/usr/bin/login' in session.c patch by
529 Bertrand.Velle@apogee-com.fr
95d5ebf7 530
2ee1b704 53120020606
532 - (bal) OpenBSD CVS Sync
533 - markus@cvs.openbsd.org 2002/05/15 21:56:38
534 [servconf.c sshd.8 sshd_config]
535 re-enable privsep and disable setuid for post-3.2.2
7b5edc2b 536 - markus@cvs.openbsd.org 2002/05/16 22:02:50
537 [cipher.c kex.h mac.c]
538 fix warnings (openssl 0.9.7 requires const)
375e20e7 539 - stevesk@cvs.openbsd.org 2002/05/16 22:09:59
540 [session.c ssh.c]
541 don't limit xauth pathlen on client side and longer print length on
542 server when debug; ok markus@
a4ae736b 543 - deraadt@cvs.openbsd.org 2002/05/19 20:54:52
544 [log.h]
545 extra commas in enum not 100% portable
c242fc96 546 - deraadt@cvs.openbsd.org 2002/05/22 23:18:25
547 [ssh.c sshd.c]
548 spelling; abishoff@arc.nasa.gov
39c00dc2 549 - markus@cvs.openbsd.org 2002/05/23 19:24:30
550 [authfile.c authfile.h pathnames.h ssh.c sshconnect.c sshconnect.h
551 sshconnect1.c sshconnect2.c ssh-keysign.8 ssh-keysign.c Makefile.in]
552 add /usr/libexec/ssh-keysign: a setuid helper program for hostbased
553 authentication in protocol v2 (needs to access the hostkeys).
78660ed4 554 - markus@cvs.openbsd.org 2002/05/23 19:39:34
555 [ssh.c]
556 add comment about ssh-keysign
7091a26b 557 - markus@cvs.openbsd.org 2002/05/24 08:45:14
558 [sshconnect2.c]
559 stat ssh-keysign first, print error if stat fails;
560 some debug->error; fix comment
a3f69458 561 - markus@cvs.openbsd.org 2002/05/25 08:50:39
562 [sshconnect2.c]
563 execlp->execl; from stevesk
013eab17 564 - markus@cvs.openbsd.org 2002/05/25 18:51:07
565 [auth.h auth2.c auth2-hostbased.c auth2-kbdint.c auth2-none.c
566 auth2-passwd.c auth2-pubkey.c Makefile.in]
567 split auth2.c into one file per method; ok provos@/deraadt@
bd4d0f49 568 - stevesk@cvs.openbsd.org 2002/05/26 20:35:10
569 [ssh.1]
570 sort ChallengeResponseAuthentication; ok markus@
c22d8cc0 571 - stevesk@cvs.openbsd.org 2002/05/28 16:45:27
572 [monitor_mm.c]
573 print strerror(errno) on mmap/munmap error; ok markus@
caa49784 574 - stevesk@cvs.openbsd.org 2002/05/28 17:28:02
575 [uidswap.c]
576 format spec change/casts and some KNF; ok markus@
fd7bc9fc 577 - stevesk@cvs.openbsd.org 2002/05/28 21:24:00
578 [uidswap.c]
579 use correct function name in fatal()
cb19b38a 580 - stevesk@cvs.openbsd.org 2002/05/29 03:06:30
581 [ssh.1 sshd.8]
582 spelling
3cc54fbb 583 - markus@cvs.openbsd.org 2002/05/29 11:21:57
584 [sshd.c]
585 don't start if privsep is enabled and SSH_PRIVSEP_USER or
586 _PATH_PRIVSEP_CHROOT_DIR are missing; ok deraadt@
135247df 587 - markus@cvs.openbsd.org 2002/05/30 08:07:31
588 [cipher.c]
589 use rijndael/aes from libcrypto (openssl >= 0.9.7) instead of
590 our own implementation. allow use of AES hardware via libcrypto,
591 ok deraadt@
d4826734 592 - markus@cvs.openbsd.org 2002/05/31 10:30:33
593 [sshconnect2.c]
594 extent ssh-keysign protocol:
595 pass # of socket-fd to ssh-keysign, keysign verfies locally used
596 ip-address using this socket-fd, restricts fake local hostnames
597 to actual local hostnames; ok stevesk@
01c24737 598 - markus@cvs.openbsd.org 2002/05/31 11:35:15
599 [auth.h auth2.c]
600 move Authmethod definitons to per-method file.
3ed81c99 601 - markus@cvs.openbsd.org 2002/05/31 13:16:48
602 [key.c]
603 add comment:
604 key_verify returns 1 for a correct signature, 0 for an incorrect signature
605 and -1 on error.
88f24e9d 606 - markus@cvs.openbsd.org 2002/05/31 13:20:50
607 [ssh-rsa.c]
608 pad received signature with leading zeros, because RSA_verify expects
609 a signature of RSA_size. the drafts says the signature is transmitted
610 unpadded (e.g. putty does not pad), reported by anakin@pobox.com
7f056bc5 611 - deraadt@cvs.openbsd.org 2002/06/03 12:04:07
612 [ssh.h]
613 compatiblity -> compatibility
614 decriptor -> descriptor
615 authentciated -> authenticated
616 transmition -> transmission
aa586f8e 617 - markus@cvs.openbsd.org 2002/06/04 19:42:35
618 [monitor.c]
619 only allow enabled authentication methods; ok provos@
521d606b 620 - markus@cvs.openbsd.org 2002/06/04 19:53:40
621 [monitor.c]
622 save the session id (hash) for ssh2 (it will be passed with the
623 initial sign request) and verify that this value is used during
624 authentication; ok provos@
91647fe6 625 - markus@cvs.openbsd.org 2002/06/04 23:02:06
626 [packet.c]
627 remove __FUNCTION__
1588c277 628 - markus@cvs.openbsd.org 2002/06/04 23:05:49
629 [cipher.c monitor.c monitor_fdpass.c monitor_mm.c monitor_wrap.c]
630 __FUNCTION__ -> __func__
3e7efb37 631 - markus@cvs.openbsd.org 2002/06/05 16:08:07
632 [ssh-agent.1 ssh-agent.c]
633 '-a bind_address' binds the agent to user-specified unix-domain
634 socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago).
9aa28a7f 635 - markus@cvs.openbsd.org 2002/06/05 16:08:07
636 [ssh-agent.1 ssh-agent.c]
637 '-a bind_address' binds the agent to user-specified unix-domain
638 socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago).
b9dd5ca1 639 - markus@cvs.openbsd.org 2002/06/05 16:48:54
640 [ssh-agent.c]
641 copy current request into an extra buffer and just flush this
642 request on errors, ok provos@
3db7f994 643 - markus@cvs.openbsd.org 2002/06/05 19:57:12
644 [authfd.c authfd.h ssh-add.1 ssh-add.c ssh-agent.c]
645 ssh-add -x for lock and -X for unlocking the agent.
646 todo: encrypt private keys with locked...
73861c4e 647 - markus@cvs.openbsd.org 2002/06/05 20:56:39
648 [ssh-add.c]
649 add -x/-X to usage
264572cc 650 - markus@cvs.openbsd.org 2002/06/05 21:55:44
651 [authfd.c authfd.h ssh-add.1 ssh-add.c ssh-agent.c]
652 ssh-add -t life, Set lifetime (in seconds) when adding identities;
653 ok provos@
c6f1f67c 654 - stevesk@cvs.openbsd.org 2002/06/06 01:09:41
655 [monitor.h]
656 no trailing comma in enum; china@thewrittenword.com
9b4ac641 657 - markus@cvs.openbsd.org 2002/06/06 17:12:44
658 [sftp-server.c]
659 discard remaining bytes of current request; ok provos@
802d93bb 660 - markus@cvs.openbsd.org 2002/06/06 17:30:11
661 [sftp-server.c]
662 use get_int() macro (hide iqueue)
8afe456d 663 - (bal) Missed msg.[ch] in merge. Required for ssh-keysign.
5a30b173 664 - (bal) Forgot to add msg.c Makefile.in.
441b3f63 665 - (bal) monitor_mm.c typos.
e5c59e31 666 - (bal) Refixed auth2.c. It was never fully commited while spliting out
d4d77d64 667 authentication to different files.
04eb391d 668 - (bal) ssh-keysign should build and install correctly now. Phase two
669 would be to clean out any dead wood and disable ssh setuid on install.
d4d77d64 670 - (bal) Reverse logic, use __func__ first since it's C99
95f20fe8 671
688aaeda 67220020604
673 - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed
674 setsockopt from debug to error for now).
675
637f9177 67620020527
677 - (tim) [configure.ac.orig monitor_fdpass.c] Enahnce msghdr tests to address
678 build problem on Irix reported by Dave Love <d.love@dl.ac.uk>. Back out
679 last monitor_fdpass.c changes that are no longer needed with new tests.
680 Patch tested on Irix by Jan-Frode Myklebust <janfrode@parallab.uib.no>
681
a23a769d 68220020522
683 - (djm) Fix spelling mistakes, spotted by Solar Designer i
684 <solar@openwall.com>
2880ad5e 685 - Sync scard/ (not sure when it drifted)
68604c75 686 - (djm) OpenBSD CVS Sync:
687 [auth.c]
688 Fix typo/thinko. Pass in as to auth_approval(), not NULL.
689 Closes PR 2659.
690 - Crank version
3ed9ebdb 691 - Crank RPM spec versions
a23a769d 692
30321a9b 69320020521
694 - (stevesk) [sshd.c] bug 245; disable setsid() for now
20ded834 695 - (stevesk) [sshd.c] #ifndef HAVE_CYGWIN for setgroups()
30321a9b 696
9a499a03 69720020517
698 - (tim) [configure.ac] remove extra MD5_MSG="no" line.
699
68a9cd3e 70020020515
701 - (bal) CVS ID fix up on auth-passwd.c
e0740430 702 - (bal) OpenBSD CVS Sync
703 - deraadt@cvs.openbsd.org 2002/05/07 19:54:36
704 [ssh.h]
705 use ssh uid
897fecd3 706 - deraadt@cvs.openbsd.org 2002/05/08 21:06:34
707 [ssh.h]
708 move to sshd.sshd instead
5de727d6 709 - stevesk@cvs.openbsd.org 2002/05/11 20:24:48
710 [ssh.h]
711 typo in comment
69538b0c 712 - itojun@cvs.openbsd.org 2002/05/13 02:37:39
713 [auth-skey.c auth2.c]
714 less warnings. skey_{respond,query} are public (in auth.h)
01dafcb5 715 - markus@cvs.openbsd.org 2002/05/13 20:44:58
716 [auth-options.c auth.c auth.h]
717 move the packet_send_debug handling from auth-options.c to auth.c;
718 ok provos@
4ac8556b 719 - millert@cvs.openbsd.org 2002/05/13 15:53:19
720 [sshd.c]
721 Call setsid() in the child after sshd accepts the connection and forks.
722 This is needed for privsep which calls setlogin() when it changes uids.
723 Without this, there is a race where the login name of an existing
724 connection, as returned by getlogin(), may be changed to the privsep
725 user (sshd). markus@ OK
b3ad3d88 726 - markus@cvs.openbsd.org 2002/05/13 21:26:49
727 [auth-rhosts.c]
728 handle debug messages during rhosts-rsa and hostbased authentication;
729 ok provos@
b5a28cbc 730 - mouring@cvs.openbsd.org 2002/05/15 15:47:49
731 [kex.c monitor.c monitor_wrap.c sshd.c]
732 'monitor' variable clashes with at least one lame platform (NeXT). i
733 Renamed to 'pmonitor'. provos@
1642b888 734 - deraadt@cvs.openbsd.org 2002/05/04 02:39:35
735 [servconf.c sshd.8 sshd_config]
736 enable privsep by default; provos ok
7e276482 737 - millert@cvs.openbsd.org 2002/05/06 23:34:33
738 [ssh.1 sshd.8]
739 Kill/adjust r(login|exec)d? references now that those are no longer in
740 the tree.
6c172f95 741 - markus@cvs.openbsd.org 2002/05/15 21:02:53
742 [servconf.c sshd.8 sshd_config]
743 disable privsep and enable setuid for the 3.2.2 release
b5a28cbc 744 - (bal) Fixed up PAM case. I think.
0c83d9ea 745 - (bal) Clarified openbsd-compat/*-cray.* Licence provided by Wendy
3a034dc5 746 - (bal) OpenBSD CVS Sync
747 - markus@cvs.openbsd.org 2002/05/15 21:05:29
748 [version.h]
749 enter OpenSSH_3.2.2
750 - (bal) Caldara, Suse, and Redhat openssh.specs updated.
68a9cd3e 751
545ba36e 75220020514
753 - (stevesk) [README.privsep] PAM+privsep works with Solaris 8.
f65fbec1 754 - (tim) [sshpty.c] set tty modes when allocating old style bsd ptys to
755 match what newer style ptys have when allocated. Based on a patch by
756 Roger Cornelius <rac@tenzing.org>
47cdfcbe 757 - (tim) [README.privsep] UnixWare 7 and OpenUNIX 8 work.
758 - (tim) [README.privsep] remove reference to UnixWare 7 and OpenUNIX 8
759 from PAM-enabled pragraph. UnixWare has no PAM.
3c1a6277 760 - (tim) [contrib/caldera/openssh.spec] update version.
545ba36e 761
06617857 76220020513
3d1beaf2 763 - (stevesk) add initial README.privsep
5222e7ef 764 - (stevesk) [configure.ac] nicer message: --with-privsep-user=user
fdff2c55 765 - (djm) Add --with-superuser-path=xxx configure option to specify
766 what $PATH the superuser receives.
94a73cdc 767 - (djm) Bug #231: UsePrivilegeSeparation turns off Banner.
ecac8ee5 768 - (djm) Add --with-privsep-path configure option
80e92e5d 769 - (djm) Update RPM spec file: different superuser path, use
770 /var/empty/sshd for privsep
75817f90 771 - (djm) Bug #234: missing readpassphrase declaration and defines
fdff2c55 772 - (djm) Add INSTALL warning about SSH protocol 1 blowfish w/
773 OpenSSL < 0.9.6
06617857 774
5b991353 77520020511
776 - (tim) [configure.ac] applied a rework of djm's OpenSSL search cleanup patch.
777 Now only searches system and /usr/local/ssl (OpenSSL's default install path)
778 Others must use --with-ssl-dir=....
d73cbfe3 779 - (tim) [monitor_fdpass.c] fix for systems that have both
fdff2c55 780 HAVE_ACCRIGHTS_IN_MSGHDR and HAVE_CONTROL_IN_MSGHDR. Ie. sys/socket.h
781 has #define msg_accrights msg_control
5b991353 782
3ef3d901 78320020510
5b29f152 784 - (stevesk) [auth.c] Shadow account and expiration cleanup. Now
785 check for root forced expire. Still don't check for inactive.
3ef3d901 786 - (djm) Rework RedHat RPM files. Based on spec from Nalin
787 Dahyabhai <nalin@redhat.com> and patches from
788 Pekka Savola <pekkas@netcore.fi>
018a5ea3 789 - (djm) Try to drop supplemental groups at daemon startup. Patch from
790 RedHat
f656b61e 791 - (bal) Back all the way out of auth-passwd.c changes. Breaks too many
792 things that don't set pw->pw_passwd.
3ef3d901 793
075682c1 79420020509
795 - (tim) [Makefile.in] Unbreak make -f Makefile.in distprep
fea8a8e8 796
075682c1 79720020508
af5ee4e4 798 - (tim) [openbsd-compat/bsd-arc4random.c] fix logic on when seed_rng() is
799 called. Report by Chris Maxwell <maxwell@cs.dal.ca>
6193497b 800 - (tim) [Makefile.in configure.ac] set SHELL variable in Makefile
075682c1 801 - (djm) Disable PAM kbd-int auth if privsep is turned on (it doesn't work)
af5ee4e4 802
f25cd32c 80320020507
804 - (tim) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
805 Add truncate() emulation to address Bug 208
806
69406cab 80720020506
808 - (djm) Unbreak auth-passwd.c for PAM and SIA
efe44db6 809 - (djm) Unbreak PAM auth for protocol 1. Report from Pekka Savola
810 <pekkas@netcore.fi>
39ce53de 811 - (djm) Don't reinitialise PAM credentials before we have started PAM.
812 Report from Pekka Savola <pekkas@netcore.fi>
813
d9891c59 81420020506
815 - (bal) Fixed auth-passwd.c to resolve PermitEmptyPassword issue
816
836d58d7 81720020501
818 - (djm) Import OpenBSD regression tests. Requires BSD make to run
50903cc7 819 - (djm) Fix readpassphase compilation for systems which have it
836d58d7 820
f0c180c3 82120020429
822 - (tim) [contrib/caldera/openssh.spec] update fixUP to reflect changes in
823 sshd_config.
824 - (tim) [contrib/cygwin/README] remove reference to regex.
825 patch from Corinna Vinschen <vinschen@redhat.com>
826
db8dbb6a 82720020426
828 - (djm) Bug #137, #209: fix make problems for scard/Ssh.bin, do uudecode
829 during distprep only
fdff2c55 830 - (djm) Disable PAM password expiry until a complete fix for bug #188
831 exists
782e2103 832 - (djm) Bug #180: Set ToS bits on IPv4-in-IPv6 mapped addresses. Based on
833 patch from openssh@misc.tecq.org
db8dbb6a 834
369e787a 83520020425
836 - (stevesk) [defines.h] remove USE_TIMEVAL; unused
6e879cb4 837 - (stevesk) [acconfig.h auth-passwd.c configure.ac sshd.c] HP-UX 10.26
838 support. bug #184. most from dcole@keysoftsys.com.
369e787a 839
8c1f70d8 84020020424
841 - (djm) OpenBSD CVS Sync
842 - markus@cvs.openbsd.org 2002/04/23 12:54:10
843 [version.h]
844 3.2.1
cdc4fc39 845 - djm@cvs.openbsd.org 2002/04/23 22:16:29
846 [sshd.c]
847 Improve error message; ok markus@ stevesk@
8c1f70d8 848
520b41b2 84920020423
a2572aa7 850 - (stevesk) [acconfig.h configure.ac session.c] LOGIN_NO_ENDOPT for HP-UX
7615ed55 851 - (stevesk) [acconfig.h] NEED_IN_SYSTM_H unused
744d788b 852 - (markus) OpenBSD CVS Sync
853 - markus@cvs.openbsd.org 2002/04/23 12:58:26
854 [radix.c]
855 send complete ticket; semerad@ss1000.ms.mff.cuni.cz
3b307f85 856 - (djm) Trim ChangeLog to include only post-3.1 changes
48862e93 857 - (djm) Update RPM spec file versions
03dd62aa 858 - (djm) Redhat spec enables KrbV by default
1352689f 859 - (djm) Applied OpenSC smartcard updates from Markus &
860 Antti Tapaninen <aet@cc.hut.fi>
861 - (djm) Define BROKEN_REALPATH for AIX, patch from
862 Antti Tapaninen <aet@cc.hut.fi>
0e8f4eba 863 - (djm) Bug #214: Fix utmp for Irix (don't strip "tty"). Patch from
864 Kevin Taylor <no@nowhere.org> (??) via Philipp Grau
865 <phgrau@zedat.fu-berlin.de>
2805b943 866 - (djm) Bug #213: Simplify CMSG_ALIGN macros to avoid symbol clashes.
867 Reported by Doug Manton <dmanton@emea.att.com>
520b41b2 868 - (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by
869 Robert Urban <urban@spielwiese.de>
52f1ccb2 870 - (djm) Bug #206 - blibpath isn't always needed for AIX ld, avoid
871 sizeof(long long int) == 4 breakage. Patch from Matthew Clarke
872 <Matthew_Clarke@mindlink.bc.ca>
ad200abb 873 - (djm) Make privsep work with PAM (still experimental)
9b26c596 874 - (djm) OpenBSD CVS Sync
875 - deraadt@cvs.openbsd.org 2002/04/20 09:02:03
876 [servconf.c]
877 No, afs requires explicit enabling
878 - markus@cvs.openbsd.org 2002/04/20 09:14:58
879 [bufaux.c bufaux.h]
880 add buffer_{get,put}_short
3b358a0e 881 - markus@cvs.openbsd.org 2002/04/20 09:17:19
882 [radix.c]
883 rewrite using the buffer_* API, fixes overflow; ok deraadt@
22d0faff 884 - stevesk@cvs.openbsd.org 2002/04/21 16:19:27
885 [sshd.8 sshd_config]
886 document default AFSTokenPassing no; ok deraadt@
134c552b 887 - stevesk@cvs.openbsd.org 2002/04/21 16:25:06
888 [sshconnect1.c]
889 spelling in error message; ok markus@
afb8fdb4 890 - markus@cvs.openbsd.org 2002/04/22 06:15:47
891 [radix.c]
892 fix check for overflow
eadc806d 893 - markus@cvs.openbsd.org 2002/04/22 16:16:53
894 [servconf.c sshd.8 sshd_config]
895 do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@
e0ae8728 896 - markus@cvs.openbsd.org 2002/04/22 21:04:52
897 [channels.c clientloop.c clientloop.h ssh.c]
898 request reply (success/failure) for -R style fwd in protocol v2,
899 depends on ordered replies.
900 fixes http://bugzilla.mindrot.org/show_bug.cgi?id=215; ok provos@
520b41b2 901
ac033f8c 90220020421
903 - (tim) [entropy.c.] Portability fix for SCO Unix 3.2v4.x (SCO OSR 3.0).
fdff2c55 904 entropy.c needs seteuid(getuid()) for the setuid(original_uid) to
905 succeed. Patch by gert@greenie.muc.de. This fixes one part of Bug 208
ac033f8c 906
6dc63b4f 90720020418
908 - (djm) Avoid SIGCHLD breakage when run from rsync. Fix from
909 Sturle Sunde <sturle.sunde@usit.uio.no>
910
230c7a8f 91120020417
fdff2c55 912 - (djm) Tell users to configure /dev/random support into OpenSSL in
913 INSTALL
1a7220c2 914 - (djm) Fix .Nm in mdoc2man.pl from pspencer@fields.utoronto.ca
8d184c09 915 - (tim) [configure.ac] Issue warning on --with-default-path=/some_path
916 if LOGIN_CAP is enabled. Report & testing by Tuc <tuc@ttsg.com>
230c7a8f 917
9ae68cce 91820020415
fdff2c55 919 - (djm) Unbreak "make install". Fix from Darren Tucker
920 <dtucker@zip.com.au>
4e51cc76 921 - (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna Vinschen
1b06e75e 922 - (tim) [configure.ac] add tests for recvmsg and sendmsg.
923 [monitor_fdpass.c] add checks for HAVE_SENDMSG and HAVE_RECVMSG for
924 systems that HAVE_ACCRIGHTS_IN_MSGHDR but no recvmsg or sendmsg.
9ae68cce 925
f6e6303d 92620020414
927 - (djm) ssh-rand-helper improvements
928 - Add commandline debugging options
929 - Don't write binary data if stdout is a tty (use hex instead)
930 - Give it a manpage
cbe5b851 931 - (djm) Random number collection doc fixes from Ben
f6e6303d 932
12928e80 93320020413
934 - (djm) Add KrbV support patch from Simon Wilkinson <simon@sxw.org.uk>
935
40b74b3f 93620020412
937 - (stevesk) [auth-sia.[ch]] add BSD license from Chris Adams
f95c8ce8 938 - (tim) [configure.ac] add <sys/types.h> to msghdr tests. Change -L
939 to -h on testing for /bin being symbolic link
e2c9b9e3 940 - (bal) Mistaken in Cygwin scripts for ssh starting. Patch by
941 Corinna Vinschen <vinschen@redhat.com>
e75b61db 942 - (bal) disable privsep if no MAP_ANON. We can re-enable it
943 after the release when we can do more testing.
40b74b3f 944
65b91c76 94520020411
946 - (stevesk) [auth-sia.c] cleanup
7b0737a4 947 - (tim) [acconfig.h defines.h includes.h] put includes in includes.h and
948 defines in defines.h [rijndael.c openbsd-compat/fake-socket.h
949 openbsd-compat/inet_aton.c] include "includes.h" instead of "config.h"
950 ok stevesk@
65b91c76 951
ca8aba40 95220020410
f1af2dbf 953 - (stevesk) [configure.ac monitor.c] HAVE_SOCKETPAIR
ca8aba40 954 - (stevesk) [auth-sia.c] compile fix Chris Adams <cmadams@hiwaay.net>
d8ff54e6 955 - (bal) OpenBSD CVS Sync
956 - markus@cvs.openbsd.org 2002/04/10 08:21:47
957 [auth1.c compat.c compat.h]
fdff2c55 958 strip '@' from username only for KerbV and known broken clients,
959 bug #204
f14a5033 960 - markus@cvs.openbsd.org 2002/04/10 08:56:01
961 [version.h]
962 OpenSSH_3.2
963 - Added p1 to idenify Portable release version.
ca8aba40 964
46c8e0f6 96520020408
966 - (bal) Minor OpenSC updates. Fix up header locations and update
967 README.smartcard provided by Juha Yrjölä <jyrjola@cc.hut.fi>
968
7176df4f 96920020407
970 - (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now.
971 Future: we may want to test if fd passing works correctly.
84071420 972 - (stevesk) [monitor_fdpass.c] fatal() for UsePrivilegeSeparation=yes
973 and no fd passing support.
1e8f8c5b 974 - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them in
975 monitor_mm.c
a90419b8 976 - (stevesk) remove configure support for poll.h; it was removed
977 from sshd.c a long time ago.
9a0fbcb3 978 - (stevesk) --with-privsep-user; default sshd
1bf74eac 979 - (stevesk) wrap munmap() with HAVE_MMAP also.
7176df4f 980
b17d6a47 98120020406
982 - (djm) Typo in Suse SPEC file. Fix from Carsten Grohmann
983 <carsten.grohmann@dr-baldeweg.de>
23aa1237 984 - (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile.
af2b3cd9 985 - (bal) OpenBSD CVS Sync
986 - djm@cvs.openbsd.org 2002/04/06 00:30:08
987 [sftp-client.c]
1d6d408a 988 Fix occasional corruption on upload due to bad reuse of request
989 id, spotted by chombier@mac.com; ok markus@
39f9599a 990 - mouring@cvs.openbsd.org 2002/04/06 18:24:09
991 [scp.c]
992 Fixes potental double // within path.
993 http://bugzilla.mindrot.org/show_bug.cgi?id=76
5866adb0 994 - (bal) Slight update to OpenSC support. Better version checking. patch
995 by Juha Yrjölä <jyrjola@cc.hut.fi>
b5171f93 996 - (bal) Revered out of runtime IRIX detection of joblimits. Code is
997 incomplete.
419e4769 998 - (bal) Quiet down configure.ac if /bin/test does not exist.
14f35963 999 - (bal) We no longer use atexit()/xatexit()/on_exit()
b17d6a47 1000
295c8801 100120020405
1002 - (bal) Patch for OpenSC SmartCard library; ok markus@; patch by
1003 Juha Yrjölä <jyrjola@cc.hut.fi>
1004 - (bal) Minor documentation update to reflect smartcard library
1005 support changes.
ab33e02a 1006 - (bal) Too many <sys/queue.h> issues. Remove all workarounds and
1007 using internal version only.
d4c6ddff 1008 - (bal) OpenBSD CVS Sync
1009 - stevesk@cvs.openbsd.org 2002/04/05 20:56:21
1010 [sshd.8]
1011 clarify sshrc some and handle X11UseLocalhost=yes; ok markus@
295c8801 1012
fde58bd4 101320020404
1014 - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.h
1015 auth1.c auth2.c] PAM, OSF_SIA password auth cleanup; from djm.
bf03f2da 1016 - (bal) OpenBSD CVS Sync
1017 - markus@cvs.openbsd.org 2002/04/03 09:26:11
1018 [cipher.c myproposal.h]
1019 re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.net
fde58bd4 1020
ca7e8e1e 102120020402
1022 - (bal) Hand Sync of scp.c (reverted to upstream code)
1023 - deraadt@cvs.openbsd.org 2002/03/30 17:45:46
1024 [scp.c]
1025 stretch banners
c572a874 1026 - (bal) CVS ID sync of uidswap.c
783dbbdc 1027 - (bal) OpenBSD CVS Sync (now for the real sync)
1028 - markus@cvs.openbsd.org 2002/03/27 22:21:45
1029 [ssh-keygen.c]
fdff2c55 1030 try to import keys with extra trailing === (seen with ssh.com <
1031 2.0.12)
49a34e84 1032 - markus@cvs.openbsd.org 2002/03/28 15:34:51
1033 [session.c]
1034 do not call record_login twice (for use_privsep)
ffbf7323 1035 - markus@cvs.openbsd.org 2002/03/29 18:59:32
1036 [session.c session.h]
fdff2c55 1037 retrieve last login time before the pty is allocated, store per
1038 session
3bc822df 1039 - stevesk@cvs.openbsd.org 2002/03/29 19:16:22
1040 [sshd.8]
1041 RSA key modulus size minimum 768; ok markus@
82b00264 1042 - stevesk@cvs.openbsd.org 2002/03/29 19:18:33
1043 [auth-rsa.c ssh-rsa.c ssh.h]
1044 make RSA modulus minimum #define; ok markus@
8c38e88b 1045 - markus@cvs.openbsd.org 2002/03/30 18:51:15
1046 [monitor.c serverloop.c sftp-int.c sftp.c sshd.c]
1047 check waitpid for EINTR; based on patch from peter@ifm.liu.se
92053302 1048 - markus@cvs.openbsd.org 2002/04/01 22:02:16
1049 [sftp-client.c]
1050 20480 is an upper limit for older server
9c74a24d 1051 - markus@cvs.openbsd.org 2002/04/01 22:07:17
1052 [sftp-client.c]
1053 fallback to stat if server does not support lstat
b745a2f2 1054 - markus@cvs.openbsd.org 2002/04/02 11:49:39
1055 [ssh-agent.c]
1056 check $SHELL for -k and -d, too;
1057 http://bugzilla.mindrot.org/show_bug.cgi?id=199
b69145c2 1058 - markus@cvs.openbsd.org 2002/04/02 17:37:48
1059 [sftp.c]
1060 always call log_init()
c9336aed 1061 - markus@cvs.openbsd.org 2002/04/02 20:11:38
1062 [ssh-rsa.c]
1063 ignore SSH_BUG_SIGBLOB for ssh-rsa; #187
c895376b 1064 - (bal) mispelling in uidswap.c (portable only)
ca7e8e1e 1065
8b314ec9 106620020401
1067 - (stevesk) [monitor.c] PAM should work again; will *not* work with
1068 UsePrivilegeSeparation=yes.
3906af0f 1069 - (stevesk) [auth1.c] fix password auth for protocol 1 when
1070 !USE_PAM && !HAVE_OSF_SIA; merge issue.
8b314ec9 1071
267e920e 107220020331
1073 - (tim) [configure.ac] use /bin/test -L to work around broken builtin on
1074 Solaris 8
ef077e37 1075 - (tim) [sshconnect2.c] change uint32_t to u_int32_t
267e920e 1076
0461c355 107720020330
1078 - (stevesk) [configure.ac] remove header check for sys/ttcompat.h
1079 bug 167
1080
dd466ff8 108120020327
1082 - (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by
1083 kent@lysator.liu.se
17f5e68a 1084 - (bal) OpenBSD CVS Sync
1085 - markus@cvs.openbsd.org 2002/03/26 11:34:49
1086 [ssh.1 sshd.8]
1087 update to recent drafts
5fb274c1 1088 - markus@cvs.openbsd.org 2002/03/26 11:37:05
1089 [ssh.c]
1090 update Copyright
19f40184 1091 - markus@cvs.openbsd.org 2002/03/26 15:23:40
1092 [bufaux.c]
1093 do not talk about packets in bufaux
7341fad9 1094 - rees@cvs.openbsd.org 2002/03/26 18:46:59
1095 [scard.c]
fdff2c55 1096 try_AUT0 in read_pubkey too, for those paranoid few who want to
1097 acl 'sh'
6c112aca 1098 - markus@cvs.openbsd.org 2002/03/26 22:50:39
1099 [channels.h]
1100 CHANNEL_EFD_OUTPUT_ACTIVE is false for CHAN_CLOSE_RCVD, too
52103b10 1101 - markus@cvs.openbsd.org 2002/03/26 23:13:03
1102 [auth-rsa.c]
1103 disallow RSA keys < 768 for protocol 1, too (rhosts-rsa and rsa auth)
76bf34f1 1104 - markus@cvs.openbsd.org 2002/03/26 23:14:51
1105 [kex.c]
1106 generate a new cookie for each SSH2_MSG_KEXINIT message we send out
300e01c4 1107 - mouring@cvs.openbsd.org 2002/03/27 11:45:42
1108 [monitor.c]
1109 monitor_allowed_key() returns int instead of pointer. ok markus@
1110
eb4652f4 111120020325
1112 - (stevesk) import OpenBSD <sys/tree.h> as "openbsd-compat/tree.h"
47c36e5b 1113 - (bal) OpenBSD CVS Sync
1114 - stevesk@cvs.openbsd.org 2002/03/23 20:57:26
1115 [sshd.c]
1116 setproctitle() after preauth child; ok markus@
d452ec1a 1117 - markus@cvs.openbsd.org 2002/03/24 16:00:27
1118 [serverloop.c]
1119 remove unused debug
a49dfdec 1120 - markus@cvs.openbsd.org 2002/03/24 16:01:13
1121 [packet.c]
1122 debug->debug3 for extra padding
5b0d7dc1 1123 - stevesk@cvs.openbsd.org 2002/03/24 17:27:03
1124 [kexgex.c]
1125 typo; ok markus@
d4355079 1126 - stevesk@cvs.openbsd.org 2002/03/24 17:53:16
1127 [monitor_fdpass.c]
1128 minor cleanup and more error checking; ok markus@
9fc0407d 1129 - markus@cvs.openbsd.org 2002/03/24 18:05:29
1130 [scard.c]
1131 we need to figure out AUT0 for sc_private_encrypt, too
38c1c52a 1132 - stevesk@cvs.openbsd.org 2002/03/24 23:20:00
1133 [monitor.c]
1134 remove "\n" from fatal()
159897f3 1135 - markus@cvs.openbsd.org 2002/03/25 09:21:13
1136 [auth-rsa.c]
1137 return 0 (not NULL); tomh@po.crl.go.jp
6f33c8cd 1138 - markus@cvs.openbsd.org 2002/03/25 09:25:06
1139 [auth-rh-rsa.c]
1140 rm bogus comment
0659cace 1141 - markus@cvs.openbsd.org 2002/03/25 17:34:27
1142 [scard.c scard.h ssh-agent.c ssh-keygen.c ssh.c]
1143 change sc_get_key to sc_get_keys and hide smartcard details in scard.c
3074b20c 1144 - stevesk@cvs.openbsd.org 2002/03/25 20:12:10
1145 [monitor_mm.c monitor_wrap.c]
1146 ssize_t args use "%ld" and cast to (long)
1147 size_t args use "%lu" and cast to (u_long)
1148 ok markus@ and thanks millert@
1c2deed1 1149 - markus@cvs.openbsd.org 2002/03/25 21:04:02
1150 [ssh.c]
1151 simplify num_identity_files handling
d2296ed7 1152 - markus@cvs.openbsd.org 2002/03/25 21:13:51
1153 [channels.c channels.h compat.c compat.h nchan.c]
fdff2c55 1154 don't send stderr data after EOF, accept this from older known
1155 (broken) sshd servers only, fixes
1156 http://bugzilla.mindrot.org/show_bug.cgi?id=179
8e4fd4a1 1157 - stevesk@cvs.openbsd.org 2002/03/26 03:24:01
1158 [monitor.h monitor_fdpass.h monitor_mm.h monitor_wrap.h]
1159 $OpenBSD$
eb4652f4 1160
1178e8db 116120020324
1162 - (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
1163 it can be removed. only used on solaris. will no longer compile with
1164 privsep shuffling.
1165
6f34652e 116620020322
1167 - (stevesk) HAVE_ACCRIGHTS_IN_MSGHDR configure support
7b18c353 1168 - (stevesk) [monitor.c monitor_wrap.c] #ifdef HAVE_PW_CLASS_IN_PASSWD
c921ee00 1169 - (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsisms
dc90b259 1170 - (stevesk) [monitor_fdpass.c] support for access rights style file
1171 descriptor passing
f7ed12f1 1172 - (stevesk) [auth2.c] merge cleanup/sync
cfadc43b 1173 - (stevesk) [defines.h] hp-ux 11 has ancillary data style fd passing, but
1174 is missing CMSG_LEN() and CMSG_SPACE() macros.
cc58061e 1175 - (stevesk) [defines.h] #define MAP_ANON MAP_ANONYMOUS for HP-UX; other
1176 platforms may need this--I'm not sure. mmap() issues will need to be
1177 addressed further.
05976246 1178 - (tim) [cipher.c] fix problem with OpenBSD sync
9242fa1b 1179 - (stevesk) [LICENCE] OpenBSD sync
6f34652e 1180
8627f3e0 118120020321
1182 - (bal) OpenBSD CVS Sync
1183 - itojun@cvs.openbsd.org 2002/03/08 06:10:16
1184 [sftp-client.c]
1185 printf type mismatch
bfa7f960 1186 - itojun@cvs.openbsd.org 2002/03/11 03:18:49
1187 [sftp-client.c]
1188 correct type mismatches (u_int64_t != unsigned long long)
5fc7dbc9 1189 - itojun@cvs.openbsd.org 2002/03/11 03:19:53
1190 [sftp-client.c]
1191 indent
150a5466 1192 - markus@cvs.openbsd.org 2002/03/14 15:24:27
1193 [sshconnect1.c]
fdff2c55 1194 don't trust size sent by (rogue) server; noted by
1195 s.esser@e-matters.de
4f08e98d 1196 - markus@cvs.openbsd.org 2002/03/14 16:38:26
1197 [sshd.c]
1198 split out ssh1 session key decryption; ok provos@
46f1eece 1199 - markus@cvs.openbsd.org 2002/03/14 16:56:33
1200 [auth-rh-rsa.c auth-rsa.c auth.h]
1201 split auth_rsa() for better readability and privsep; ok provos@
c390a3c8 1202 - itojun@cvs.openbsd.org 2002/03/15 11:00:38
1203 [auth.c]
1204 fix file type checking (use S_ISREG). ok by markus
bcb68a8f 1205 - markus@cvs.openbsd.org 2002/03/16 11:24:53
1206 [compress.c]
1207 skip inflateEnd if inflate fails; ok provos@
3e65880e 1208 - markus@cvs.openbsd.org 2002/03/16 17:22:09
1209 [auth-rh-rsa.c auth.h]
1210 split auth_rhosts_rsa(), ok provos@
bb15f28b 1211 - stevesk@cvs.openbsd.org 2002/03/16 17:41:25
1212 [auth-krb5.c]
1213 BSD license. from Daniel Kouril via Dug Song. ok markus@
443fa1cd 1214 - provos@cvs.openbsd.org 2002/03/17 20:25:56
1215 [auth.c auth.h auth1.c auth2.c]
fdff2c55 1216 getpwnamallow returns struct passwd * only if user valid;
1217 okay markus@
1b34c1b3 1218 - provos@cvs.openbsd.org 2002/03/18 01:12:14
1219 [auth.h auth1.c auth2.c sshd.c]
1220 have the authentication functions return the authentication context
1221 and then do_authenticated; okay millert@
9d0844e3 1222 - dugsong@cvs.openbsd.org 2002/03/18 01:30:10
1223 [auth-krb4.c]
1224 set client to NULL after xfree(), from Rolf Braun
1225 <rbraun+ssh@andrew.cmu.edu>
1836f69f 1226 - provos@cvs.openbsd.org 2002/03/18 03:41:08
1227 [auth.c session.c]
1228 move auth_approval into getpwnamallow with help from millert@
bf8269a9 1229 - markus@cvs.openbsd.org 2002/03/18 17:13:15
1230 [cipher.c cipher.h]
1231 export/import cipher states; needed by ssh-privsep
e050d348 1232 - markus@cvs.openbsd.org 2002/03/18 17:16:38
1233 [packet.c packet.h]
1234 export/import cipher state, iv and ssh2 seqnr; needed by ssh-privsep
d0074658 1235 - markus@cvs.openbsd.org 2002/03/18 17:23:31
1236 [key.c key.h]
1237 add key_demote() for ssh-privsep
b625ad75 1238 - provos@cvs.openbsd.org 2002/03/18 17:25:29
1239 [bufaux.c bufaux.h]
1240 buffer_skip_string and extra sanity checking; needed by ssh-privsep
3d6fc2f8 1241 - provos@cvs.openbsd.org 2002/03/18 17:31:54
1242 [compress.c]
1243 export compression streams for ssh-privsep
1853d1ef 1244 - provos@cvs.openbsd.org 2002/03/18 17:50:31
9759df31 1245 [auth-bsdauth.c auth-options.c auth-rh-rsa.c auth-rsa.c]
1246 [auth-skey.c auth.h auth1.c auth2-chall.c auth2.c kex.c kex.h kexdh.c]
1247 [kexgex.c servconf.c]
1248 [session.h servconf.h serverloop.c session.c sshd.c]
1249 integrate privilege separated openssh; its turned off by default
1250 for now. work done by me and markus@
ce19ff48 1251 - provos@cvs.openbsd.org 2002/03/18 17:53:08
1252 [sshd.8]
1253 credits for privsep
70aa9ff4 1254 - provos@cvs.openbsd.org 2002/03/18 17:59:09
1255 [sshd.8]
1256 document UsePrivilegeSeparation
73fbf637 1257 - stevesk@cvs.openbsd.org 2002/03/18 23:52:51
1258 [servconf.c]
1259 UnprivUser/UnprivGroup usable now--specify numeric user/group; ok
1260 provos@
1c352e97 1261 - stevesk@cvs.openbsd.org 2002/03/19 03:03:43
1262 [pathnames.h servconf.c servconf.h sshd.c]
1263 _PATH_PRIVSEP_CHROOT_DIR; ok provos@
fffbaee2 1264 - stevesk@cvs.openbsd.org 2002/03/19 05:23:08
1265 [sshd.8]
1266 Banner has no default.
702b7dd8 1267 - mpech@cvs.openbsd.org 2002/03/19 06:32:56
1268 [sftp-int.c]
1269 use xfree() after xstrdup().
1270
1271 markus@ ok
51aeb639 1272 - markus@cvs.openbsd.org 2002/03/19 10:35:39
1273 [auth-options.c auth.h session.c session.h sshd.c]
1274 clean up prototypes
762715ce 1275 - markus@cvs.openbsd.org 2002/03/19 10:49:35
9759df31 1276 [auth-krb5.c auth-rh-rsa.c auth.c cipher.c key.c misc.h]
1277 [packet.c session.c sftp-client.c sftp-glob.h sftp.c ssh-add.c ssh.c]
1278 [sshconnect2.c sshd.c ttymodes.c]
762715ce 1279 KNF whitespace
5f1f36b5 1280 - markus@cvs.openbsd.org 2002/03/19 14:27:39
1281 [auth.c auth1.c auth2.c]
1282 make getpwnamallow() allways call pwcopy()
06bea668 1283 - markus@cvs.openbsd.org 2002/03/19 15:31:47
1284 [auth.c]
1285 check for NULL; from provos@
2ea6de2b 1286 - stevesk@cvs.openbsd.org 2002/03/20 19:12:25
1287 [servconf.c servconf.h ssh.h sshd.c]
1288 for unprivileged user, group do:
1289 pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw). ok provos@
256debd0 1290 - stevesk@cvs.openbsd.org 2002/03/20 21:08:08
1291 [sshd.c]
1292 strerror() on chdir() fail; ok provos@
edfb66cb 1293 - markus@cvs.openbsd.org 2002/03/21 10:21:20
1294 [ssh-add.c]
1295 ignore errors for nonexisting default keys in ssh-add,
1296 fixes http://bugzilla.mindrot.org/show_bug.cgi?id=158
c53c54c2 1297 - jakob@cvs.openbsd.org 2002/03/21 15:17:26
1298 [clientloop.c ssh.1]
1299 add built-in command line for adding new port forwardings on the fly.
1300 based on a patch from brian wellington. ok markus@.
7649bbfe 1301 - markus@cvs.openbsd.org 2002/03/21 16:38:06
1302 [scard.c]
1303 make compile w/ openssl 0.9.7
b9f62352 1304 - markus@cvs.openbsd.org 2002/03/21 16:54:53
1305 [scard.c scard.h ssh-keygen.c]
1306 move key upload to scard.[ch]
1307 - markus@cvs.openbsd.org 2002/03/21 16:57:15
1308 [scard.c]
1309 remove const
39ac8430 1310 - markus@cvs.openbsd.org 2002/03/21 16:58:13
1311 [clientloop.c]
1312 remove unused
514b94dc 1313 - rees@cvs.openbsd.org 2002/03/21 18:08:15
1314 [scard.c]
1315 In sc_put_key(), sc_reader_id should be id.
ce1ba33a 1316 - markus@cvs.openbsd.org 2002/03/21 20:51:12
1317 [sshd_config]
1318 add privsep (off)
324bf712 1319 - markus@cvs.openbsd.org 2002/03/21 21:23:34
1320 [sshd.c]
1321 add privsep_preauth() and remove 1 goto; ok provos@
86c4f63d 1322 - rees@cvs.openbsd.org 2002/03/21 21:54:34
1323 [scard.c scard.h ssh-keygen.c]
1324 Add PIN-protection for secret key.
76139bd8 1325 - rees@cvs.openbsd.org 2002/03/21 22:44:05
1326 [authfd.c authfd.h ssh-add.c ssh-agent.c ssh.c]
1327 Add PIN-protection for secret key.
ec9b7086 1328 - markus@cvs.openbsd.org 2002/03/21 23:07:37
1329 [clientloop.c]
1330 remove unused, sync w/ cmdline patch in my tree.
ce1ba33a 1331
81dadca3 133220020317
fdff2c55 1333 - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is
1334 wanted, warn if directory does not exist. Put system directories in
1335 front of PATH for finding entorpy commands.
43e41c2c 1336 - (tim) [contrib/aix/buildbff.sh contrib/aix/inventory.sh] AIX package
1337 build fixes. Patch by Darren Tucker <dtucker@zip.com.au>
1338 [contrib/solaris/buildpkg.sh] add missing dirs to SYSTEM_DIR. Have
1339 postinstall check for $piddir and add if necessary.
81dadca3 1340
e4abf75b 134120020311
1342 - (tim) [contrib/solaris/buildpkg.sh, contrib/solaris/README] Updated to
1343 build on all platforms that support SVR4 style package tools. Now runs
1344 from build dir. Parts are based on patches from Antonio Navarro, and
1345 Darren Tucker.
1346
fb8f3dc9 134720020308
a068d86f 1348 - (djm) Revert bits of Markus' OpenSSL compat patch which was
1349 accidentally committed.
1350 - (djm) Add Markus' patch for compat wih OpenSSL < 0.9.6.
1351 Known issue: Blowfish for SSH1 does not work
dc254471 1352 - (stevesk) entropy.c: typo in debug message
633151a3 1353 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
fb8f3dc9 1354
0b202697 1355$Id$
This page took 0.482255 seconds and 5 git commands to generate.