]> andersk Git - openssh.git/blame - ChangeLog
- (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
[openssh.git] / ChangeLog
CommitLineData
abf1f107 120010211
2 - (bal) OpenBSD Sync
3 - markus@cvs.openbsd.org 2001/02/07 22:35:46
4 [auth1.c auth2.c sshd.c]
5 move k_setpag() to a central place; ok dugsong@
c845316f 6 - markus@cvs.openbsd.org 2001/02/10 12:52:02
7 [auth2.c]
8 offer passwd before s/key
e6fa162e 9 - markus@cvs.openbsd.org 2001/02/8 22:37:10
10 [canohost.c]
11 remove last call to sprintf; ok deraadt@
0ab4b0f0 12 - markus@cvs.openbsd.org 2001/02/10 1:33:32
13 [canohost.c]
14 add debug message, since sshd blocks here if DNS is not available
7f8ea238 15 - markus@cvs.openbsd.org 2001/02/10 12:44:02
16 [cli.c]
17 don't call vis() for \r
5c470997 18 - danh@cvs.openbsd.org 2001/02/10 0:12:43
19 [scp.c]
20 revert a small change to allow -r option to work again; ok deraadt@
21 - danh@cvs.openbsd.org 2001/02/10 15:14:11
22 [scp.c]
23 fix memory leak; ok markus@
a0e6fead 24 - djm@cvs.openbsd.org 2001/02/10 0:45:52
25 [scp.1]
26 Mention that you can quote pathnames with spaces in them
b3106440 27 - markus@cvs.openbsd.org 2001/02/10 1:46:28
28 [ssh.c]
29 remove mapping of argv[0] -> hostname
f72e01a5 30 - markus@cvs.openbsd.org 2001/02/06 22:26:17
31 [sshconnect2.c]
32 do not ask for passphrase in batch mode; report from ejb@ql.org
33 - itojun@cvs.opebsd.org 2001/02/08 10:47:05
34 [sshconnect2.c]
35 %.30s is too short for IPv6 numeric address. use %.128s for now.
36 markus ok
37 - markus@cvs.openbsd.org 2001/02/09 12:28:35
38 [sshconnect2.c]
39 do not free twice, thanks to /etc/malloc.conf
40 - markus@cvs.openbsd.org 2001/02/09 17:10:53
41 [sshconnect2.c]
42 partial success: debug->log; "Permission denied" if no more auth methods
43 - markus@cvs.openbsd.org 2001/02/10 12:09:21
44 [sshconnect2.c]
45 remove some lines
e0b2cf6b 46 - markus@cvs.openbsd.org 2001/02/09 13:38:07
47 [auth-options.c]
48 reset options if no option is given; from han.holl@prismant.nl
ca910e13 49 - markus@cvs.openbsd.org 2001/02/08 21:58:28
50 [channels.c]
51 nuke sprintf, ok deraadt@
52 - markus@cvs.openbsd.org 2001/02/08 21:58:28
53 [channels.c]
54 nuke sprintf, ok deraadt@
affa8be4 55 - markus@cvs.openbsd.org 2001/02/06 22:43:02
56 [clientloop.h]
57 remove confusing callback code
d2c46e77 58 - deraadt@cvs.openbsd.org 2001/02/08 14:39:36
59 [readconf.c]
60 snprintf
cc8aca8a 61 - itojun@cvs.openbsd.org 2001/02/08 19:30:52
62 sync with netbsd tree changes.
63 - more strict prototypes, include necessary headers
64 - use paths.h/pathnames.h decls
65 - size_t typecase to int -> u_long
5be2ec5e 66 - itojun@cvs.openbsd.org 2001/02/07 18:04:50
67 [ssh-keyscan.c]
68 fix size_t -> int cast (use u_long). markus ok
69 - markus@cvs.openbsd.org 2001/02/07 22:43:16
70 [ssh-keyscan.c]
71 s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
72 - itojun@cvs.openbsd.org 2001/02/09 9:04:59
73 [ssh-keyscan.c]
74 do not assume malloc() returns zero-filled region. found by
75 malloc.conf=AJ.
f21032a6 76 - markus@cvs.openbsd.org 2001/02/08 22:35:30
77 [sshconnect.c]
78 don't connect if batch_mode is true and stricthostkeychecking set to
79 'ask'
7bbcc167 80 - djm@cvs.openbsd.org 2001/02/04 21:26:07
81 [sshd_config]
82 type: ok markus@
83 - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
84 [sshd_config]
85 enable sftp-server by default
ca910e13 86 - (bal) fixed sftp-client.c. Return 'status' instead of '0'
87 (from the OpenBSD tree)
6b442913 88 - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
27df9d4a 89 - (bal) sftp-sever.c '%8lld' to '%8llu' (OpenBSD Sync)
17321afe 90 - (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
abf1f107 91
0426a3b4 9220010210
93 - (djm) Sync sftp and scp stuff from OpenBSD:
94 - djm@cvs.openbsd.org 2001/02/07 03:55:13
95 [sftp-client.c]
96 Don't free handles before we are done with them. Based on work from
97 Corinna Vinschen <vinschen@redhat.com>. ok markus@
98 - djm@cvs.openbsd.org 2001/02/06 22:32:53
99 [sftp.1]
100 Punctuation fix from Pekka Savola <pekkas@netcore.fi>
101 - deraadt@cvs.openbsd.org 2001/02/07 04:07:29
102 [sftp.1]
103 pretty up significantly
104 - itojun@cvs.openbsd.org 2001/02/07 06:49:42
105 [sftp.1]
106 .Bl-.El mismatch. markus ok
107 - djm@cvs.openbsd.org 2001/02/07 06:12:30
108 [sftp-int.c]
109 Check that target is a directory before doing ls; ok markus@
110 - itojun@cvs.openbsd.org 2001/02/07 11:01:18
111 [scp.c sftp-client.c sftp-server.c]
112 unsigned long long -> %llu, not %qu. markus ok
113 - stevesk@cvs.openbsd.org 2001/02/07 11:10:39
114 [sftp.1 sftp-int.c]
115 more man page cleanup and sync of help text with man page; ok markus@
116 - markus@cvs.openbsd.org 2001/02/07 14:58:34
117 [sftp-client.c]
118 older servers reply with SSH2_FXP_NAME + count==0 instead of EOF
119 - djm@cvs.openbsd.org 2001/02/07 15:27:19
120 [sftp.c]
121 Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov
122 <roumen.petrov@skalasoft.com>
123 - stevesk@cvs.openbsd.org 2001/02/07 15:36:04
124 [sftp-int.c]
125 portable; ok markus@
126 - stevesk@cvs.openbsd.org 2001/02/07 15:55:47
127 [sftp-int.c]
128 lowercase cmds[].c also; ok markus@
129 - markus@cvs.openbsd.org 2001/02/07 17:04:52
130 [pathnames.h sftp.c]
131 allow sftp over ssh protocol 1; ok djm@
132 - deraadt@cvs.openbsd.org 2001/02/08 07:38:55
133 [scp.c]
134 memory leak fix, and snprintf throughout
135 - deraadt@cvs.openbsd.org 2001/02/08 08:02:02
136 [sftp-int.c]
137 plug a memory leak
138 - stevesk@cvs.openbsd.org 2001/02/08 10:11:23
139 [session.c sftp-client.c]
140 %i -> %d
141 - stevesk@cvs.openbsd.org 2001/02/08 10:57:59
142 [sftp-int.c]
143 typo
144 - stevesk@cvs.openbsd.org 2001/02/08 15:28:07
145 [sftp-int.c pathnames.h]
146 _PATH_LS; ok markus@
147 - djm@cvs.openbsd.org 2001/02/09 04:46:25
148 [sftp-int.c]
149 Check for NULL attribs for chown, chmod & chgrp operations, only send
150 relevant attribs back to server; ok markus@
96b64eb0 151 - djm@cvs.openbsd.org 2001/02/06 15:05:25
152 [sftp.c]
153 Use getopt to process commandline arguments
154 - djm@cvs.openbsd.org 2001/02/06 15:06:21
155 [sftp.c ]
156 Wait for ssh subprocess at exit
157 - djm@cvs.openbsd.org 2001/02/06 15:18:16
158 [sftp-int.c]
159 stat target for remote chdir before doing chdir
160 - djm@cvs.openbsd.org 2001/02/06 15:32:54
161 [sftp.1]
162 Punctuation fix from Pekka Savola <pekkas@netcore.fi>
163 - provos@cvs.openbsd.org 2001/02/05 22:22:02
164 [sftp-int.c]
165 cleanup get_pathname, fix pwd after failed cd. okay djm@
0426a3b4 166 - (djm) Update makefile.in for _PATH_SFTP_SERVER
c9f5e42e 167 - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree)
0426a3b4 168
6d1e1d2b 16920010209
170 - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
171 <rjmooney@mediaone.net>
bb0c1991 172 - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
173 main tree while porting forward. Pointed out by Lutz Jaenicke
174 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
f902d909 175 - (bal) double entry in configure.in. Pointed out by Lutz Jaenicke
176 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
25f4c264 177 - (stevesk) OpenBSD sync:
178 - markus@cvs.openbsd.org 2001/02/08 11:20:01
179 [auth2.c]
180 strict checking
181 - markus@cvs.openbsd.org 2001/02/08 11:15:22
182 [version.h]
183 update to 2.3.2
184 - markus@cvs.openbsd.org 2001/02/08 11:12:30
185 [auth2.c]
186 fix typo
72b3f75d 187 - (djm) Update spec files
0ed28836 188 - (bal) OpenBSD sync:
189 - deraadt@cvs.openbsd.org 2001/02/08 14:38:54
190 [scp.c]
191 memory leak fix, and snprintf throughout
1fc8ccdf 192 - markus@cvs.openbsd.org 2001/02/06 22:43:02
193 [clientloop.c]
194 remove confusing callback code
0b202697 195 - (djm) Add CVS Id's to files that we have missed
5ca51e19 196 - (bal) OpenBSD Sync (more):
197 - itojun@cvs.openbsd.org 2001/02/08 19:30:52
198 sync with netbsd tree changes.
199 - more strict prototypes, include necessary headers
200 - use paths.h/pathnames.h decls
201 - size_t typecase to int -> u_long
1f3bf5aa 202 - markus@cvs.openbsd.org 2001/02/06 22:07:42
203 [ssh.c]
204 fatal() if subsystem fails
205 - markus@cvs.openbsd.org 2001/02/06 22:43:02
206 [ssh.c]
207 remove confusing callback code
208 - jakob@cvs.openbsd.org 2001/02/06 23:03:24
209 [ssh.c]
210 add -1 option (force protocol version 1). ok markus@
211 - jakob@cvs.openbsd.org 2001/02/06 23:06:21
212 [ssh.c]
213 reorder -{1,2,4,6} options. ok markus@
e6aa01b4 214 - (bal) Missing 'const' in readpass.h
9c5a8165 215 - (bal) OpenBSD Sync (so at least the thing compiles for 2.3.2 =)
216 - djm@cvs.openbsd.org 2001/02/06 23:30:28
217 [sftp-client.c]
218 replace arc4random with counter for request ids; ok markus@
bc79ed5c 219 - (djm) Define _PATH_TTY for systems that don't. Report from Lutz
220 Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
6d1e1d2b 221
6a25c04c 22220010208
223 - (djm) Don't delete external askpass program in make uninstall target.
224 Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
6958bd37 225 - (djm) Fix linking of sftp, don't need arc4random any more.
226 - (djm) Try to use shell that supports "test -S" for EGD socket search.
227 Based on patch from Tim Rice <tim@multitalents.net>
6a25c04c 228
547519f0 22920010207
bee0a37e 230 - (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs
231 seem lose track of it while in openbsd-compat/ (two confirmed reports)
5c377b3b 232 - (djm) Much KNF on PAM code
547519f0 233 - (djm) Revise auth-pam.c conversation function to be a little more
234 readable.
5c377b3b 235 - (djm) Revise kbd-int PAM conversation function to fold all text messages
236 to before first prompt. Fixes hangs if last pam_message did not require
237 a reply.
238 - (djm) Fix password changing when using PAM kbd-int authentication
bee0a37e 239
547519f0 24020010205
2b87da3b 241 - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
99286dc8 242 that don't have NGROUPS_MAX.
57559587 243 - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
2b87da3b 244 - (stevesk) OpenBSD sync:
245 - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
246 [many files; did this manually to our top-level source dir]
247 unexpand and remove end-of-line whitespace; ok markus@
408ba72f 248 - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
249 [sftp-server.c]
250 SSH2_FILEXFER_ATTR_UIDGID support; ok markus@
ec2a033a 251 - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
252 [sftp-int.c]
253 ? == help
254 - deraadt@cvs.openbsd.org 2001/02/04 16:47:46
255 [sftp-int.c]
256 sort commands, so that abbreviations work as expected
257 - stevesk@cvs.openbsd.org 2001/02/04 15:17:52
258 [sftp-int.c]
259 debugging sftp: precedence and missing break. chmod, chown, chgrp
260 seem to be working now.
261 - markus@cvs.openbsd.org 2001/02/04 14:41:21
262 [sftp-int.c]
263 use base 8 for umask/chmod
264 - markus@cvs.openbsd.org 2001/02/04 11:11:54
265 [sftp-int.c]
266 fix LCD
c44559d2 267 - markus@cvs.openbsd.org 2001/02/04 08:10:44
268 [ssh.1]
269 typo; dpo@club-internet.fr
a5930351 270 - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
271 [auth2.c authfd.c packet.c]
272 remove duplicate #include's; ok markus@
6a416424 273 - deraadt@cvs.openbsd.org 2001/02/04 16:56:23
274 [scp.c sshd.c]
275 alpha happiness
276 - stevesk@cvs.openbsd.org 2001/02/04 15:12:17
277 [sshd.c]
278 precedence; ok markus@
02a024dd 279 - deraadt@cvs.openbsd.org 2001/02/04 08:14:15
6a416424 280 [ssh.c sshd.c]
281 make the alpha happy
02a024dd 282 - markus@cvs.openbsd.org 2001/01/31 13:37:24
283 [channels.c channels.h serverloop.c ssh.c]
547519f0 284 do not disconnect if local port forwarding fails, e.g. if port is
285 already in use
02a024dd 286 - markus@cvs.openbsd.org 2001/02/01 14:58:09
287 [channels.c]
288 use ipaddr in channel messages, ietf-secsh wants this
289 - markus@cvs.openbsd.org 2001/01/31 12:26:20
290 [channels.c]
547519f0 291 ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE
292 messages; bug report from edmundo@rano.org
a741554f 293 - markus@cvs.openbsd.org 2001/01/31 13:48:09
294 [sshconnect2.c]
295 unused
9378f292 296 - deraadt@cvs.openbsd.org 2001/02/04 08:23:08
297 [sftp-client.c sftp-server.c]
298 make gcc on the alpha even happier
1fc243d1 299
547519f0 30020010204
781a0585 301 - (bal) I think this is the last of the bsd-*.h that don't belong.
634e0b53 302 - (bal) Minor Makefile fix
f0f14bea 303 - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
61e96248 304 right.
78987b57 305 - (bal) Changed order of LIB="" in -with-skey due to library resolving.
166e4f2a 306 - (bal) next-posix.h changed to bsd-nextstep.h
61e96248 307 - (djm) OpenBSD CVS sync:
308 - markus@cvs.openbsd.org 2001/02/03 03:08:38
309 [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c]
310 [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8]
311 [sshd_config]
312 make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
313 - markus@cvs.openbsd.org 2001/02/03 03:19:51
314 [ssh.1 sshd.8 sshd_config]
315 Skey is now called ChallengeResponse
316 - markus@cvs.openbsd.org 2001/02/03 03:43:09
317 [sshd.8]
318 use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean
319 channel. note from Erik.Anggard@cygate.se (pr/1659)
320 - stevesk@cvs.openbsd.org 2001/02/03 10:03:06
321 [ssh.1]
322 typos; ok markus@
323 - djm@cvs.openbsd.org 2001/02/04 04:11:56
324 [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h]
325 [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c]
326 Basic interactive sftp client; ok theo@
327 - (djm) Update RPM specs for new sftp binary
328 - (djm) Update several bits for new optional reverse lookup stuff. I
329 think I got them all.
8b061486 330 - (djm) Makefile.in fixes
1aa00dcb 331 - (stevesk) add mysignal() wrapper and use it for the protocol 2
332 SIGCHLD handler.
408ba72f 333 - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevesk@
781a0585 334
547519f0 33520010203
63fe0529 336 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
bf3db92d 337 - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
338 based file) to ensure #include space does not get confused.
f78888c7 339 - (bal) Minor Makefile.in tweak. dirname may not exist on some
340 platforms so builds fail. (NeXT being a well known one)
63fe0529 341
547519f0 34220010202
61e96248 343 - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
c85a87f2 344 <vinschen@redhat.com>
71301416 345 - (bal) Makefile fix to use $(MAKE) instead of 'make' for platforms
346 that use 'gmake'. Patch by Tim Rice <tim@multitalents.net>
c85a87f2 347
547519f0 34820010201
ad5075bd 349 - (bal) Minor fix to Makefile to stop rebuilding executables if no
350 changes have occured to any of the supporting code. Patch by
351 Roumen Petrov <roumen.petrov@skalasoft.com>
352
9c8dbb1b 35320010131
37845585 354 - (djm) OpenBSD CVS Sync:
355 - djm@cvs.openbsd.org 2001/01/30 15:48:53
356 [sshconnect.c]
357 Make warning message a little more consistent. ok markus@
8c89dd2b 358 - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
359 Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com>
360 respectively.
c59dc6bd 361 - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
362 passwords.
9c8dbb1b 363 - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
364 openbsd-compat/. And resolve all ./configure and Makefile.in issues
365 assocated.
37845585 366
9c8dbb1b 36720010130
39929cdb 368 - (djm) OpenBSD CVS Sync:
369 - markus@cvs.openbsd.org 2001/01/29 09:55:37
370 [channels.c channels.h clientloop.c serverloop.c]
371 fix select overflow; ok deraadt@ and stevesk@
865ac82e 372 - markus@cvs.openbsd.org 2001/01/29 12:42:35
373 [canohost.c canohost.h channels.c clientloop.c]
374 add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS
46aa2d1f 375 - markus@cvs.openbsd.org 2001/01/29 12:47:32
376 [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c]
377 handle rsa_private_decrypt failures; helps against the Bleichenbacher
378 pkcs#1 attack
ae810de7 379 - djm@cvs.openbsd.org 2001/01/29 05:36:11
380 [ssh.1 ssh.c]
381 Allow invocation of sybsystem by commandline (-s); ok markus@
83bc57f9 382 - (stevesk) configure.in: remove duplicate PROG_LS
39929cdb 383
9c8dbb1b 38420010129
f29ef605 385 - (stevesk) sftp-server.c: use %lld vs. %qd
386
cb9da0fc 38720010128
388 - (bal) Put USE_PIPES back into sco3.2v5
23c2a7a5 389 - (bal) OpenBSD Sync
9bd5b720 390 - markus@cvs.openbsd.org 2001/01/28 10:15:34
391 [dispatch.c]
392 re-keying is not supported; ok deraadt@
5fb622e4 393 - markus@cvs.openbsd.org 2001/01/28 10:24:04
7f5c4295 394 [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
5fb622e4 395 cleanup AUTHORS sections
9bd5b720 396 - markus@cvs.openbsd.org 2001/01/28 10:37:26
ab60252b 397 [sshd.c sshd.8]
9bd5b720 398 remove -Q, no longer needed
399 - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
a877488a 400 [readconf.c ssh.1]
9bd5b720 401 ``StrictHostKeyChecking ask'' documentation and small cleanup.
402 ok markus@
6f37606e 403 - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
61e96248 404 [sshd.8]
6f37606e 405 spelling. ok markus@
95f4ccfb 406 - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
407 [xmalloc.c]
408 use size_t for strlen() return. ok markus@
6f37606e 409 - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
410 [authfile.c]
411 spelling. use sizeof vs. strlen(). ok markus@
9bd5b720 412 - niklas@cvs.openbsd.org 2001/01/29 1:59:14
23c2a7a5 413 [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
414 groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
415 key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
416 radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1
417 ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
418 sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
419 $OpenBSD$
b0e305c9 420 - (bal) Minor auth2.c resync. Whitespace and moving of an #include.
cb9da0fc 421
c9606e03 42220010126
61e96248 423 - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
c9606e03 424 Petrov <roumen.petrov@skalasoft.com>
2f4b2e38 425 - (bal) OpenBSD Sync
426 - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
427 [ssh-agent.c]
428 call _exit() in signal handler
c9606e03 429
d7d5f0b2 43020010125
431 - (djm) Sync bsd-* support files:
432 - deraadt@cvs.openbsd.org 2000/01/26 03:43:20
433 [rresvport.c bindresvport.c]
61e96248 434 new bindresvport() semantics that itojun, shin, jean-luc and i have
d7d5f0b2 435 agreed on, which will be happy for the future. bindresvport_sa() for
436 sockaddr *, too. docs later..
437 - deraadt@cvs.openbsd.org 2000/01/24 02:24:21
438 [bindresvport.c]
61e96248 439 in bindresvport(), if sin is non-NULL, example sin->sin_family for
d7d5f0b2 440 the actual family being processed
e1dd3a7a 441 - (djm) Mention PRNGd in documentation, it is nicer than EGD
442 - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
8080699b 443 - (bal) AC_FUNC_STRFTIME added to autoconf
4ccb01d6 444 - (bal) OpenBSD Resync
445 - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
446 [channels.c]
447 missing freeaddrinfo(); ok markus@
d7d5f0b2 448
556eb464 44920010124
450 - (bal) OpenBSD Resync
451 - markus@cvs.openbsd.org 2001/01/23 10:45:10
452 [ssh.h]
61e96248 453 nuke comment
1aecda34 454 - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>
455 - (bal) #ifdef around S_IFSOCK if platform does not support it.
456 patch by Tim Rice <tim@multitalents.net>
457 - (bal) fake-regex.h cleanup based on Tim Rice's patch.
c33f0b36 458 - (stevesk) sftp-server.c: fix chmod() mode mask
556eb464 459
effa6591 46020010123
461 - (bal) regexp.h typo in configure.in. Should have been regex.h
462 - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
61e96248 463 - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
53a24016 464 - (bal) OpenBSD Resync
465 - markus@cvs.openbsd.org 2001/01/22 8:15:00
466 [auth-krb4.c sshconnect1.c]
467 only AFS needs radix.[ch]
468 - markus@cvs.openbsd.org 2001/01/22 8:32:53
469 [auth2.c]
470 no need to include; from mouring@etoh.eviladmin.org
471 - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
472 [key.c]
473 free() -> xfree(); ok markus@
474 - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
475 [sshconnect2.c sshd.c]
476 fix memory leaks in SSH2 key exchange; ok markus@
d464095c 477 - markus@cvs.openbsd.org 2001/01/22 23:06:39
478 [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h
479 sshconnect1.c sshconnect2.c sshd.c]
480 rename skey -> challenge response.
481 auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
53a24016 482
effa6591 483
42f11eb2 48420010122
485 - (bal) OpenBSD Resync
486 - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
487 [servconf.c ssh.h sshd.c]
488 only auth-chall.c needs #ifdef SKEY
489 - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
490 [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
491 auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
492 packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
493 session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
494 ssh1.h sshconnect1.c sshd.c ttymodes.c]
495 move ssh1 definitions to ssh1.h, pathnames to pathnames.h
496 - markus@cvs.openbsd.org 2001/01/19 16:48:14
497 [sshd.8]
498 fix typo; from stevesk@
499 - markus@cvs.openbsd.org 2001/01/19 16:50:58
500 [ssh-dss.c]
61e96248 501 clear and free digest, make consistent with other code (use dlen); from
42f11eb2 502 stevesk@
503 - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
504 [auth-options.c auth-options.h auth-rsa.c auth2.c]
505 pass the filename to auth_parse_options()
61e96248 506 - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001
42f11eb2 507 [readconf.c]
508 fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
509 - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
510 [sshconnect2.c]
511 dh_new_group() does not return NULL. ok markus@
512 - markus@cvs.openbsd.org 2001/01/20 21:33:42
513 [ssh-add.c]
61e96248 514 do not loop forever if askpass does not exist; from
42f11eb2 515 andrew@pimlott.ne.mediaone.net
516 - djm@cvs.openbsd.org 2001/01/20 23:00:56
517 [servconf.c]
518 Check for NULL return from strdelim; ok markus
519 - djm@cvs.openbsd.org 2001/01/20 23:02:07
520 [readconf.c]
521 KNF; ok markus
522 - jakob@cvs.openbsd.org 2001/01/21 9:00:33
523 [ssh-keygen.1]
524 remove -R flag; ok markus@
525 - markus@cvs.openbsd.org 2001/01/21 19:05:40
526 [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
527 auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
528 auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
529 bufaux.c bufaux.h buffer.c canahost.c canahost.h channels.c
530 cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
531 deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
532 key.c key.h log-client.c log-server.c log.c log.h login.c login.h
533 match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
534 readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
535 session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
61e96248 536 ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h
42f11eb2 537 sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
538 ttysmodes.c uidswap.c xmalloc.c]
61e96248 539 split ssh.h and try to cleanup the #include mess. remove unnecessary
42f11eb2 540 #includes. rename util.[ch] -> misc.[ch]
541 - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
61e96248 542 - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve
42f11eb2 543 conflict when compiling for non-kerb install
544 - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
545 on 1/19.
546
6005a40c 54720010120
548 - (bal) OpenBSD Resync
549 - markus@cvs.openbsd.org 2001/01/19 12:45:26
550 [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
551 only auth-chall.c needs #ifdef SKEY
47af6577 552 - (bal) Slight auth2-pam.c clean up.
553 - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
554 but no 'regexp.h' found (SCO OpenServer 3 lacks the header).
6005a40c 555
922e6493 55620010119
557 - (djm) Update versions in RPM specfiles
59c97189 558 - (bal) OpenBSD Resync
559 - markus@cvs.openbsd.org 2001/01/18 16:20:21
560 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
561 sshd.8 sshd.c]
61e96248 562 log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
59c97189 563 systems
564 - markus@cvs.openbsd.org 2001/01/18 16:59:59
565 [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
566 session.h sshconnect1.c]
567 1) removes fake skey from sshd, since this will be much
568 harder with /usr/libexec/auth/login_XXX
569 2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
570 3) make addition of BSD_AUTH and other challenge reponse methods
571 easier.
572 - markus@cvs.openbsd.org 2001/01/18 17:12:43
573 [auth-chall.c auth2-chall.c]
574 rename *-skey.c *-chall.c since the files are not skey specific
04fc7a67 575 - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
576 to fix NULL pointer deref and fake authloop breakage in PAM code.
f4ebf0e8 577 - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
3c418020 578 - (bal) Minor cygwin patch to auth1.c. Suggested by djm.
61e96248 579
b5c334cc 58020010118
581 - (bal) Super Sized OpenBSD Resync
582 - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
583 [sshd.c]
584 maxfd+1
585 - markus@cvs.openbsd.org 2001/01/13 17:59:18
586 [ssh-keygen.1]
587 small ssh-keygen manpage cleanup; stevesk@pobox.com
588 - markus@cvs.openbsd.org 2001/01/13 18:03:07
589 [scp.c ssh-keygen.c sshd.c]
590 getopt() returns -1 not EOF; stevesk@pobox.com
591 - markus@cvs.openbsd.org 2001/01/13 18:06:54
592 [ssh-keyscan.c]
593 use SSH_DEFAULT_PORT; from stevesk@pobox.com
594 - markus@cvs.openbsd.org 2001/01/13 18:12:47
595 [ssh-keyscan.c]
596 free() -> xfree(); fix memory leak; from stevesk@pobox.com
597 - markus@cvs.openbsd.org 2001/01/13 18:14:13
598 [ssh-add.c]
599 typo, from stevesk@sweden.hp.com
600 - markus@cvs.openbsd.org 2001/01/13 18:32:50
61e96248 601 [packet.c session.c ssh.c sshconnect.c sshd.c]
b5c334cc 602 split out keepalive from packet_interactive (from dale@accentre.com)
603 set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
604 - markus@cvs.openbsd.org 2001/01/13 18:36:45
605 [packet.c packet.h]
606 reorder, typo
607 - markus@cvs.openbsd.org 2001/01/13 18:38:00
608 [auth-options.c]
609 fix comment
610 - markus@cvs.openbsd.org 2001/01/13 18:43:31
611 [session.c]
612 Wall
61e96248 613 - markus@cvs.openbsd.org 2001/01/13 19:14:08
b5c334cc 614 [clientloop.h clientloop.c ssh.c]
615 move callback to headerfile
616 - markus@cvs.openbsd.org 2001/01/15 21:40:10
617 [ssh.c]
618 use log() instead of stderr
619 - markus@cvs.openbsd.org 2001/01/15 21:43:51
620 [dh.c]
621 use error() not stderr!
622 - markus@cvs.openbsd.org 2001/01/15 21:45:29
623 [sftp-server.c]
624 rename must fail if newpath exists, debug off by default
625 - markus@cvs.openbsd.org 2001/01/15 21:46:38
626 [sftp-server.c]
627 readable long listing for sftp-server, ok deraadt@
628 - markus@cvs.openbsd.org 2001/01/16 19:20:06
629 [key.c ssh-rsa.c]
61e96248 630 make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
631 galb@vandyke.com. note that you have to delete older ssh2-rsa keys,
632 since they are in the wrong format, too. they must be removed from
b5c334cc 633 .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
61e96248 634 (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
635 .ssh/authorized_keys2) additionally, we now check that
b5c334cc 636 BN_num_bits(rsa->n) >= 768.
637 - markus@cvs.openbsd.org 2001/01/16 20:54:27
638 [sftp-server.c]
639 remove some statics. simpler handles; idea from nisse@lysator.liu.se
640 - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
641 [bufaux.c radix.c sshconnect.h sshconnect1.c]
642 indent
643 - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
644 be missing such feature.
645
61e96248 646
52ce34a2 64720010117
648 - (djm) Only write random seed file at exit
717057b6 649 - (djm) Make PAM support optional, enable with --with-pam
61e96248 650 - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
717057b6 651 provides a crypt() of its own)
652 - (djm) Avoid a warning in bsd-bindresvport.c
653 - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
61e96248 654 can cause weird segfaults errors on Solaris
8694a1ce 655 - (djm) Avoid warning in PAM code by making read_passphrase arguments const
d748039d 656 - (djm) Add --with-pam to RPM spec files
52ce34a2 657
2fd3c144 65820010115
659 - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
89c7e31c 660 - (bal) utimes() support via utime() interface on machine that lack utimes().
2fd3c144 661
63b68889 66220010114
663 - (stevesk) initial work for OpenBSD "support supplementary group in
664 {Allow,Deny}Groups" patch:
665 - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
666 - add bsd-getgrouplist.h
667 - new files groupaccess.[ch]
668 - build but don't use yet (need to merge auth.c changes)
c6a69271 669 - (stevesk) complete:
670 - markus@cvs.openbsd.org 2001/01/13 11:56:48
671 [auth.c sshd.8]
672 support supplementary group in {Allow,Deny}Groups
673 from stevesk@pobox.com
61e96248 674
f546c780 67520010112
676 - (bal) OpenBSD Sync
677 - markus@cvs.openbsd.org 2001/01/10 22:56:22
678 [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
679 cleanup sftp-server implementation:
547519f0 680 add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
681 parse SSH2_FILEXFER_ATTR_EXTENDED
682 send SSH2_FX_EOF if readdir returns no more entries
683 reply to SSH2_FXP_EXTENDED message
684 use #defines from the draft
685 move #definations to sftp.h
f546c780 686 more info:
61e96248 687 http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
f546c780 688 - markus@cvs.openbsd.org 2001/01/10 19:43:20
689 [sshd.c]
690 XXX - generate_empheral_server_key() is not safe against races,
61e96248 691 because it calls log()
f546c780 692 - markus@cvs.openbsd.org 2001/01/09 21:19:50
693 [packet.c]
694 allow TCP_NDELAY for ipv6; from netbsd via itojun@
695
9548d6c8 69620010110
697 - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from
698 Bladt Norbert <Norbert.Bladt@adi.ch>
699
af972861 70020010109
701 - (bal) Resync CVS ID of cli.c
4b80e97b 702 - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE
703 code.
eea39c02 704 - (bal) OpenBSD Sync
705 - markus@cvs.openbsd.org 2001/01/08 22:29:05
706 [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
707 sshd_config version.h]
708 implement option 'Banner /etc/issue.net' for ssh2, move version to
709 2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
710 is enabled).
711 - markus@cvs.openbsd.org 2001/01/08 22:03:23
712 [channels.c ssh-keyscan.c]
713 O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
714 - markus@cvs.openbsd.org 2001/01/08 21:55:41
715 [sshconnect1.c]
716 more cleanups and fixes from stevesk@pobox.com:
717 1) try_agent_authentication() for loop will overwrite key just
718 allocated with key_new(); don't alloc
719 2) call ssh_close_authentication_connection() before exit
720 try_agent_authentication()
721 3) free mem on bad passphrase in try_rsa_authentication()
722 - markus@cvs.openbsd.org 2001/01/08 21:48:17
723 [kex.c]
724 missing free; thanks stevesk@pobox.com
f1c4659d 725 - (bal) Detect if clock_t structure exists, if not define it.
726 - (bal) Detect if O_NONBLOCK exists, if not define it.
727 - (bal) removed news4-posix.h (now empty)
728 - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
729 instead of 'int'
adc83ebf 730 - (stevesk) sshd_config: sync
4f771a33 731 - (stevesk) defines.h: remove spurious ``;''
af972861 732
bbcf899f 73320010108
734 - (bal) Fixed another typo in cli.c
735 - (bal) OpenBSD Sync
736 - markus@cvs.openbsd.org 2001/01/07 21:26:55
737 [cli.c]
738 typo
739 - markus@cvs.openbsd.org 2001/01/07 21:26:55
740 [cli.c]
741 missing free, stevesk@pobox.com
742 - markus@cvs.openbsd.org 2001/01/07 19:06:25
743 [auth1.c]
744 missing free, stevesk@pobox.com
745 - markus@cvs.openbsd.org 2001/01/07 11:28:04
746 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1
747 ssh.h sshd.8 sshd.c]
748 rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
749 syslog priority changes:
750 fatal() LOG_ERR -> LOG_CRIT
751 log() LOG_INFO -> LOG_NOTICE
b8c37305 752 - Updated TODO
bbcf899f 753
9616313f 75420010107
755 - (bal) OpenBSD Sync
756 - markus@cvs.openbsd.org 2001/01/06 11:23:27
757 [ssh-rsa.c]
758 remove unused
759 - itojun@cvs.openbsd.org 2001/01/05 08:23:29
760 [ssh-keyscan.1]
761 missing .El
762 - markus@cvs.openbsd.org 2001/01/04 22:41:03
763 [session.c sshconnect.c]
764 consistent use of _PATH_BSHELL; from stevesk@pobox.com
765 - djm@cvs.openbsd.org 2001/01/04 22:35:32
766 [ssh.1 sshd.8]
767 Mention AES as available SSH2 Cipher; ok markus
768 - markus@cvs.openbsd.org 2001/01/04 22:25:58
769 [sshd.c]
770 sync usage()/man with defaults; from stevesk@pobox.com
771 - markus@cvs.openbsd.org 2001/01/04 22:21:26
772 [sshconnect2.c]
773 handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
774 that prints a banner (e.g. /etc/issue.net)
61e96248 775
1877dc0c 77620010105
777 - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
5a64a938 778 - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()
1877dc0c 779
488c06c8 78020010104
781 - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on
782 work by Chris Vaughan <vaughan99@yahoo.com>
783
7c49df64 78420010103
785 - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD
786 tree (mainly positioning)
787 - (bal) OpenSSH CVS Update
788 - markus@cvs.openbsd.org 2001/01/02 20:41:02
789 [packet.c]
790 log remote ip on disconnect; PR 1600 from jcs@rt.fm
791 - markus@cvs.openbsd.org 2001/01/02 20:50:56
792 [sshconnect.c]
61e96248 793 strict_host_key_checking for host_status != HOST_CHANGED &&
7c49df64 794 ip_status == HOST_CHANGED
61e96248 795 - (bal) authfile.c: Synced CVS ID tag
2c523de9 796 - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>
797 - (bal) Disable sftp-server if no 64bit int support exists. Based on
798 patch by Tim Rice <tim@multitalents.net>
799 - (bal) Makefile.in changes to uninstall: target to remove sftp-server
800 and sftp-server.8 manpage.
7c49df64 801
a421e945 80220010102
803 - (bal) OpenBSD CVS Update
804 - markus@cvs.openbsd.org 2001/01/01 14:52:49
805 [scp.c]
806 use shared fatal(); from stevesk@pobox.com
807
0efc80a7 80820001231
809 - (bal) Reverted out of MAXHOSTNAMELEN. This should be set per OS.
810 for multiple reasons.
b1335fdf 811 - (bal) Reverted out of a partial NeXT patch.
0efc80a7 812
efcae5b1 81320001230
814 - (bal) OpenBSD CVS Update
815 - markus@cvs.openbsd.org 2000/12/28 18:58:30
816 [ssh-keygen.c]
817 enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
b148018f 818 - markus@cvs.openbsd.org 2000/12/29 22:19:13
819 [channels.c]
820 missing xfree; from vaughan99@yahoo.com
efcae5b1 821 - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
03a14cc9 822 - (bal) if no MAXHOSTNAMELEN is defined. Default to 64 character defination.
34665bf7 823 Suggested by Christian Kurz <shorty@debian.org>
cb6dabf4 824 - (bal) Add in '.c.o' section to Makefile.in to address make programs that
61e96248 825 don't honor CPPFLAGS by default. Suggested by Lutz Jaenicke
cb6dabf4 826 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
0dd78cd8 827
82820001229
61e96248 829 - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
34665bf7 830 Kurz <shorty@debian.org>
8abcdba4 831 - (bal) OpenBSD CVS Update
832 - markus@cvs.openbsd.org 2000/12/28 14:25:51
833 [auth.h auth2.c]
834 count authentication failures only
835 - markus@cvs.openbsd.org 2000/12/28 14:25:03
836 [sshconnect.c]
837 fingerprint for MITM attacks, too.
838 - markus@cvs.openbsd.org 2000/12/28 12:03:57
839 [sshd.8 sshd.c]
840 document -D
841 - markus@cvs.openbsd.org 2000/12/27 14:19:21
842 [serverloop.c]
843 less chatty
844 - markus@cvs.openbsd.org 2000/12/27 12:34
845 [auth1.c sshconnect2.c sshd.c]
846 typo
847 - markus@cvs.openbsd.org 2000/12/27 12:30:19
848 [readconf.c readconf.h ssh.1 sshconnect.c]
849 new option: HostKeyAlias: allow the user to record the host key
850 under a different name. This is useful for ssh tunneling over
851 forwarded connections or if you run multiple sshd's on different
852 ports on the same machine.
853 - markus@cvs.openbsd.org 2000/12/27 11:51:53
854 [ssh.1 ssh.c]
855 multiple -t force pty allocation, document ORIGINAL_COMMAND
856 - markus@cvs.openbsd.org 2000/12/27 11:41:31
857 [sshd.8]
858 update for ssh-2
c52c7082 859 - (stevesk) compress.[ch] sync with openbsd; missed in prototype
860 fix merge.
0dd78cd8 861
8f523d67 86220001228
863 - (bal) Patch to add libutil.h to loginrec.c only if the platform has
864 libutil.h. Suggested by Pekka Savola <pekka@netcore.fi>
9fb76616 865 - (djm) Update to new x11-askpass in RPM spec
0dd78cd8 866 - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
867 header. Patch by Tim Rice <tim@multitalents.net>
868 - Updated TODO w/ known HP/UX issue
869 - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
870 bad reference to 'NeXT including it else were' on the #ifdef version.
8f523d67 871
b03bd394 87220001227
61e96248 873 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
b03bd394 874 Takumi Yamane <yamtak@b-session.com>
875 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
8f523d67 876 by Corinna Vinschen <vinschen@redhat.com>
877 - (djm) Fix catman-do target for non-bash
61e96248 878 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
8f523d67 879 Takumi Yamane <yamtak@b-session.com>
880 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
b03bd394 881 by Corinna Vinschen <vinschen@redhat.com>
13991f8e 882 - (djm) Fix catman-do target for non-bash
61e96248 883 - (bal) Fixed NeXT's lack of CPPFLAGS honoring.
884 - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/
f318b98b 885 'RLIMIT_NOFILE'
61e96248 886 - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,
887 the info in COPYING.Ylonen has been moved to the start of each
3bdf55b1 888 SSH1-derived file and README.Ylonen is well out of date.
b03bd394 889
8d88011e 89020001223
891 - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
892 if a change to config.h has occurred. Suggested by Gert Doering
893 <gert@greenie.muc.de>
894 - (bal) OpenBSD CVS Update:
895 - markus@cvs.openbsd.org 2000/12/22 16:49:40
896 [ssh-keygen.c]
897 fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
898
1e3b8b07 89920001222
900 - Updated RCSID for pty.c
901 - (bal) OpenBSD CVS Updates:
902 - markus@cvs.openbsd.org 2000/12/21 15:10:16
903 [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c]
904 print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@
905 - markus@cvs.openbsd.org 2000/12/20 19:26:56
906 [authfile.c]
907 allow ssh -i userkey for root
908 - markus@cvs.openbsd.org 2000/12/20 19:37:21
909 [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h]
910 fix prototypes; from stevesk@pobox.com
911 - markus@cvs.openbsd.org 2000/12/20 19:32:08
912 [sshd.c]
913 init pointer to NULL; report from Jan.Ivan@cern.ch
914 - markus@cvs.openbsd.org 2000/12/19 23:17:54
915 [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c
916 auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c
917 bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c
918 crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h
919 key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c
920 packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h
921 serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h
922 ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h uuencode.c
923 uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c]
924 replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char
925 unsigned' with u_char.
926
67b0facb 92720001221
928 - (stevesk) OpenBSD CVS updates:
929 - markus@cvs.openbsd.org 2000/12/19 15:43:45
930 [authfile.c channels.c sftp-server.c ssh-agent.c]
931 remove() -> unlink() for consistency
932 - markus@cvs.openbsd.org 2000/12/19 15:48:09
933 [ssh-keyscan.c]
934 replace <ssl/x.h> with <openssl/x.h>
935 - markus@cvs.openbsd.org 2000/12/17 02:33:40
936 [uidswap.c]
937 typo; from wsanchez@apple.com
61e96248 938
adeebd37 93920001220
61e96248 940 - (djm) Workaround PAM inconsistencies between Solaris derived PAM code
adeebd37 941 and Linux-PAM. Based on report and fix from Andrew Morgan
942 <morgan@transmeta.com>
943
f072c47a 94420001218
945 - (stevesk) rsa.c: entropy.h not needed.
0c2fb82f 946 - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.
947 Suggested by Wilfredo Sanchez <wsanchez@apple.com>
f072c47a 948
731c1541 94920001216
950 - (stevesk) OpenBSD CVS updates:
951 - markus@cvs.openbsd.org 2000/12/16 02:53:57
952 [scp.c]
953 allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE
954 - markus@cvs.openbsd.org 2000/12/16 02:39:57
955 [scp.c]
956 unused; from stevesk@pobox.com
957
227e8e86 95820001215
9853409f 959 - (stevesk) Old OpenBSD patch wasn't completely applied:
960 - markus@cvs.openbsd.org 2000/01/24 22:11:20
961 [scp.c]
962 allow '.' in usernames; from jedgar@fxp.org
227e8e86 963 - (stevesk) OpenBSD CVS updates:
964 - markus@cvs.openbsd.org 2000/12/13 16:26:53
965 [ssh-keyscan.c]
966 fatal already adds \n; from stevesk@pobox.com
967 - markus@cvs.openbsd.org 2000/12/13 16:25:44
968 [ssh-agent.c]
969 remove redundant spaces; from stevesk@pobox.com
970 - ho@cvs.openbsd.org 2000/12/12 15:50:21
971 [pty.c]
972 When failing to set tty owner and mode on a read-only filesystem, don't
973 abort if the tty already has correct owner and reasonably sane modes.
974 Example; permit 'root' to login to a firewall with read-only root fs.
975 (markus@ ok)
976 - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
977 [pty.c]
978 KNF
6ffc9c88 979 - markus@cvs.openbsd.org 2000/12/12 14:45:21
980 [sshd.c]
981 source port < 1024 is no longer required for rhosts-rsa since it
982 adds no additional security.
983 - markus@cvs.openbsd.org 2000/12/12 16:11:49
984 [ssh.1 ssh.c]
985 rhosts-rsa is no longer automagically disabled if ssh is not privileged.
986 UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
987 these changes should not change the visible default behaviour of the ssh client.
71c0d06a 988 - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
989 [scp.c]
990 when copying 0-sized files, do not re-print ETA time at completion
3e1caa83 991 - provos@cvs.openbsd.org 2000/12/15 10:30:15
992 [kex.c kex.h sshconnect2.c sshd.c]
993 compute diffie-hellman in parallel between server and client. okay markus@
227e8e86 994
6c935fbd 99520001213
996 - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
997 from Andreas M. Kirchwitz <amk@krell.zikzak.de>
227e8e86 998 - (stevesk) OpenBSD CVS update:
1fe6a48f 999 - markus@cvs.openbsd.org 2000/12/12 15:30:02
1000 [ssh-keyscan.c ssh.c sshd.c]
61e96248 1001 consistently use __progname; from stevesk@pobox.com
6c935fbd 1002
367d1840 100320001211
1004 - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
1005 patch to install ssh-keyscan manpage. Patch by Pekka Savola
1006 <pekka@netcore.fi>
e3a70753 1007 - (bal) OpenbSD CVS update
1008 - markus@cvs.openbsd.org 2000/12/10 17:01:53
1009 [sshconnect1.c]
1010 always request new challenge for skey/tis-auth, fixes interop with
1011 other implementations; report from roth@feep.net
367d1840 1012
6b523bae 101320001210
1014 - (bal) OpenBSD CVS updates
61e96248 1015 - markus@cvs.openbsd.org 2000/12/09 13:41:51
6b523bae 1016 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
1017 undo rijndael changes
61e96248 1018 - markus@cvs.openbsd.org 2000/12/09 13:48:31
6b523bae 1019 [rijndael.c]
1020 fix byte order bug w/o introducing new implementation
61e96248 1021 - markus@cvs.openbsd.org 2000/12/09 14:08:27
6b523bae 1022 [sftp-server.c]
1023 "" -> "." for realpath; from vinschen@redhat.com
61e96248 1024 - markus@cvs.openbsd.org 2000/12/09 14:06:54
6b523bae 1025 [ssh-agent.c]
1026 extern int optind; from stevesk@sweden.hp.com
13af0aa2 1027 - provos@cvs.openbsd.org 2000/12/09 23:51:11
1028 [compat.c]
1029 remove unnecessary '\n'
6b523bae 1030
ce9c0b75 103120001209
6b523bae 1032 - (bal) OpenBSD CVS updates:
61e96248 1033 - djm@cvs.openbsd.org 2000/12/07 4:24:59
ce9c0b75 1034 [ssh.1]
1035 Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
1036
f72fc97f 103720001207
6b523bae 1038 - (bal) OpenBSD CVS updates:
61e96248 1039 - markus@cvs.openbsd.org 2000/12/06 22:58:14
f72fc97f 1040 [compat.c compat.h packet.c]
1041 disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
dfe89252 1042 - markus@cvs.openbsd.org 2000/12/06 23:10:39
1043 [rijndael.c]
1044 unexpand(1)
61e96248 1045 - markus@cvs.openbsd.org 2000/12/06 23:05:43
dfe89252 1046 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
1047 new rijndael implementation. fixes endian bugs
f72fc97f 1048
97fb6912 104920001206
6b523bae 1050 - (bal) OpenBSD CVS updates:
97fb6912 1051 - markus@cvs.openbsd.org 2000/12/05 20:34:09
1052 [channels.c channels.h clientloop.c serverloop.c]
1053 async connects for -R/-L; ok deraadt@
1054 - todd@cvs.openssh.org 2000/12/05 16:47:28
1055 [sshd.c]
1056 tweak comment to reflect real location of pid file; ok provos@
bf5f69f7 1057 - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
1058 have it (used in ssh-keyscan).
227e8e86 1059 - (stevesk) OpenBSD CVS update:
f20255cb 1060 - markus@cvs.openbsd.org 2000/12/06 19:57:48
1061 [ssh-keyscan.c]
1062 err(3) -> internal error(), from stevesk@sweden.hp.com
97fb6912 1063
f6fdbddf 106420001205
6b523bae 1065 - (bal) OpenBSD CVS updates:
f6fdbddf 1066 - markus@cvs.openbsd.org 2000/12/04 19:24:02
1067 [ssh-keyscan.c ssh-keyscan.1]
1068 David Maziere's ssh-keyscan, ok niels@
1069 - (bal) Updated Makefile.in to include ssh-keyscan that was just added
1070 to the recent OpenBSD source tree.
835d2104 1071 - (stevesk) fix typos in contrib/hpux/README
f6fdbddf 1072
cbc5abf9 107320001204
1074 - (bal) More C functions defined in NeXT that are unaccessable without
61e96248 1075 defining -POSIX.
1076 - (bal) OpenBSD CVS updates:
1077 - markus@cvs.openbsd.org 2000/12/03 11:29:04
cbc5abf9 1078 [compat.c]
1079 remove fallback to SSH_BUG_HMAC now that the drafts are updated
1080 - markus@cvs.openbsd.org 2000/12/03 11:27:55
1081 [compat.c]
61e96248 1082 correctly match "2.1.0.pl2 SSH" etc; from
97fb6912 1083 pekkas@netcore.fi/bugzilla.redhat
cbc5abf9 1084 - markus@cvs.openbsd.org 2000/12/03 11:15:03
1085 [auth2.c compat.c compat.h sshconnect2.c]
1086 support f-secure/ssh.com 2.0.12; ok niels@
1087
0b6fbf03 108820001203
cbc5abf9 1089 - (bal) OpenBSD CVS updates:
0b6fbf03 1090 - markus@cvs.openbsd.org 2000/11/30 22:54:31
1091 [channels.c]
61e96248 1092 debug->warn if tried to do -R style fwd w/o client requesting this;
0b6fbf03 1093 ok neils@
1094 - markus@cvs.openbsd.org 2000/11/29 20:39:17
1095 [cipher.c]
1096 des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
1097 - markus@cvs.openbsd.org 2000/11/30 18:33:05
1098 [ssh-agent.c]
1099 agents must not dump core, ok niels@
61e96248 1100 - markus@cvs.openbsd.org 2000/11/30 07:04:02
0b6fbf03 1101 [ssh.1]
1102 T is for both protocols
1103 - markus@cvs.openbsd.org 2000/12/01 00:00:51
1104 [ssh.1]
1105 typo; from green@FreeBSD.org
1106 - markus@cvs.openbsd.org 2000/11/30 07:02:35
1107 [ssh.c]
1108 check -T before isatty()
1109 - provos@cvs.openbsd.org 2000/11/29 13:51:27
1110 [sshconnect.c]
61e96248 1111 show IP address and hostname when new key is encountered. okay markus@
0b6fbf03 1112 - markus@cvs.openbsd.org 2000/11/30 22:53:35
1113 [sshconnect.c]
1114 disable agent/x11/port fwding if hostkey has changed; ok niels@
1115 - marksu@cvs.openbsd.org 2000/11/29 21:11:59
1116 [sshd.c]
1117 sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
1118 from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
8c9fe09e 1119 - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
1120 PAM authentication using KbdInteractive.
1121 - (djm) Added another TODO
0b6fbf03 1122
90f4078a 112320001202
1124 - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
61e96248 1125 - (bal) Irix need some sort of mansubdir, patch by Michael Stone
90f4078a 1126 <mstone@cs.loyola.edu>
1127
dcef6523 112820001129
7062c40f 1129 - (djm) Back out all the serverloop.c hacks. sshd will now hang again
1130 if there are background children with open fds.
c193d002 1131 - (djm) bsd-rresvport.c bzero -> memset
61e96248 1132 - (djm) Don't fail in defines.h on absence of 64 bit types (we will
c193d002 1133 still fail during compilation of sftp-server).
1134 - (djm) Fail if ar is not found during configure
c523303b 1135 - (djm) OpenBSD CVS updates:
1136 - provos@cvs.openbsd.org 2000/11/22 08:38:31
1137 [sshd.8]
1138 talk about /etc/primes, okay markus@
1139 - markus@cvs.openbsd.org 2000/11/23 14:03:48
1140 [ssh.c sshconnect1.c sshconnect2.c]
1141 complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
1142 defaults
1143 - markus@cvs.openbsd.org 2000/11/25 09:42:53
1144 [sshconnect1.c]
1145 reorder check for illegal ciphers, bugreport from espie@
1146 - markus@cvs.openbsd.org 2000/11/25 10:19:34
1147 [ssh-keygen.c ssh.h]
1148 print keytype when generating a key.
1149 reasonable defaults for RSA1/RSA/DSA keys.
b3ec54b4 1150 - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
1151 more manpage paths in fixpaths calls
1152 - (djm) Also add xauth path at Pekka's suggestion.
57ce3f00 1153 - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
dcef6523 1154
e879a080 115520001125
1156 - (djm) Give up privs when reading seed file
1157
d343d900 115820001123
1159 - (bal) Merge OpenBSD changes:
1160 - markus@cvs.openbsd.org 2000/11/15 22:31:36
1161 [auth-options.c]
61e96248 1162 case insensitive key options; from stevesk@sweeden.hp.com
d343d900 1163 - markus@cvs.openbsd.org 2000/11/16 17:55:43
1164 [dh.c]
1165 do not use perror() in sshd, after child is forked()
1166 - markus@cvs.openbsd.org 2000/11/14 23:42:40
1167 [auth-rsa.c]
1168 parse option only if key matches; fix some confusing seen by the client
1169 - markus@cvs.openbsd.org 2000/11/14 23:44:19
1170 [session.c]
1171 check no_agent_forward_flag for ssh-2, too
1172 - markus@cvs.openbsd.org 2000/11/15
1173 [ssh-agent.1]
1174 reorder SYNOPSIS; typo, use .It
1175 - markus@cvs.openbsd.org 2000/11/14 23:48:55
1176 [ssh-agent.c]
1177 do not reorder keys if a key is removed
1178 - markus@cvs.openbsd.org 2000/11/15 19:58:08
1179 [ssh.c]
61e96248 1180 just ignore non existing user keys
d343d900 1181 - millert@cvs.openbsd.org 200/11/15 20:24:43
1182 [ssh-keygen.c]
1183 Add missing \n at end of error message.
1184
0b49a754 118520001122
1186 - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
1187 are compilable.
1188 - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
1189
fab2e5d3 119020001117
1191 - (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It
1192 has no affect the output. Patch by Corinna Vinschen <vinschen@redhat.com>
61e96248 1193 - (stevesk) Reworked progname support.
260d427b 1194 - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c. Patch by
1195 Shinichi Maruyama <marya@st.jip.co.jp>
fab2e5d3 1196
c2207f11 119720001116
1198 - (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO
1199 releases.
1200 - (bal) Make builds work outside of source tree. Patch by Mark D. Roth
1201 <roth@feep.net>
1202
3d398e04 120320001113
61e96248 1204 - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
3d398e04 1205 contrib/README
fa08c86b 1206 - (djm) Merge OpenBSD changes:
1207 - markus@cvs.openbsd.org 2000/11/06 16:04:56
1208 [channels.c channels.h clientloop.c nchan.c serverloop.c]
1209 [session.c ssh.c]
1210 agent forwarding and -R for ssh2, based on work from
1211 jhuuskon@messi.uku.fi
1212 - markus@cvs.openbsd.org 2000/11/06 16:13:27
1213 [ssh.c sshconnect.c sshd.c]
1214 do not disabled rhosts(rsa) if server port > 1024; from
1215 pekkas@netcore.fi
1216 - markus@cvs.openbsd.org 2000/11/06 16:16:35
1217 [sshconnect.c]
1218 downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
1219 - markus@cvs.openbsd.org 2000/11/09 18:04:40
1220 [auth1.c]
1221 typo; from mouring@pconline.com
1222 - markus@cvs.openbsd.org 2000/11/12 12:03:28
1223 [ssh-agent.c]
1224 off-by-one when removing a key from the agent
1225 - markus@cvs.openbsd.org 2000/11/12 12:50:39
1226 [auth-rh-rsa.c auth2.c authfd.c authfd.h]
1227 [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
1228 [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
1229 [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
1230 [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
61e96248 1231 [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
fa08c86b 1232 add support for RSA to SSH2. please test.
1233 there are now 3 types of keys: RSA1 is used by ssh-1 only,
1234 RSA and DSA are used by SSH2.
1235 you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
1236 keys for SSH2 and use the RSA keys for hostkeys or for user keys.
1237 SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
1238 - (djm) Fix up Makefile and Redhat init script to create RSA host keys
f001465f 1239 - (djm) Change to interim version
5733a41a 1240 - (djm) Fix RPM spec file stupidity
6fff1ac4 1241 - (djm) fixpaths to DSA and RSA keys too
3d398e04 1242
d287c664 124320001112
1244 - (bal) SCO Patch to add needed libraries for configure.in. Patch by
1245 Phillips Porch <root@theporch.com>
3d398e04 1246 - (bal) IRIX patch to adding Job Limits. Patch by Denis Parker
1247 <dcp@sgi.com>
a3bf38d0 1248 - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to
1249 failed ioctl(TIOCSCTTY) call.
d287c664 1250
3c4d4fef 125120001111
1252 - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
1253 packaging files
35325fd4 1254 - (djm) Fix new Makefile.in warnings
61e96248 1255 - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
1256 promoted to type int. Report and fix from Dan Astoorian
027bf205 1257 <djast@cs.toronto.edu>
61e96248 1258 - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
e3291159 1259 it wrong. Report from Bennett Todd <bet@rahul.net>
3c4d4fef 1260
3e366738 126120001110
1262 - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
1263 - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
1264 - (bal) Added in check to verify S/Key library is being detected in
1265 configure.in
61e96248 1266 - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
3e366738 1267 Patch by Mark Miller <markm@swoon.net>
1268 - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
61e96248 1269 to remove warnings under MacOS X. Patch by Mark Miller <markm@swoon.net>
3e366738 1270 - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
1271
373998a4 127220001107
e506ee73 1273 - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
1274 Mark Miller <markm@swoon.net>
373998a4 1275 - (bal) sshd.init files corrected to assign $? to RETVAL. Patch by
1276 Jarno Huuskonen <jhuuskon@messi.uku.fi>
e506ee73 1277 - (bal) fixpaths fixed to stop it from quitely failing. Patch by
1278 Mark D. Roth <roth@feep.net>
373998a4 1279
ac89998a 128020001106
1281 - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
6c09e23c 1282 - (djm) Manually fix up missed diff hunks (mainly RCS idents)
61e96248 1283 - (djm) Remove UPGRADING document in favour of a link to the better
d6846e6a 1284 maintained FAQ on www.openssh.com
73bd30fe 1285 - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
1286 <pekkas@netcore.fi>
1287 - (djm) Don't need X11-askpass in RPM spec file if building without it
1288 from Pekka Savola <pekkas@netcore.fi>
c215ba3b 1289 - (djm) Release 2.3.0p1
97b378bf 1290 - (bal) typo in configure.in in regards to --with-ldflags from Marko
1291 Asplund <aspa@kronodoc.fi>
1292 - (bal) fixed next-posix.h. Forgot prototype of getppid().
68f189a9 1293
b850ecd9 129420001105
1295 - (bal) Sync with OpenBSD:
1296 - markus@cvs.openbsd.org 2000/10/31 9:31:58
1297 [compat.c]
1298 handle all old openssh versions
1299 - markus@cvs.openbsd.org 2000/10/31 13:1853
1300 [deattack.c]
1301 so that large packets do not wrap "n"; from netbsd
1302 - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
a30ce26d 1303 - (bal) auth2-skey.c - Checked in. Missing from portable tree.
1304 - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
1305 setsid() into more common files
96054e6f 1306 - (stevesk) pty.c: use __hpux to identify HP-UX.
d0127657 1307 - (bal) Missed auth-skey.o in Makefile.in and minor correction to
1308 bsd-waitpid.c
b850ecd9 1309
75b90ced 131020001029
1311 - (stevesk) Fix typo in auth.c: USE_PAM not PAM
95273555 1312 - (stevesk) Create contrib/cygwin/ directory; patch from
1313 Corinna Vinschen <vinschen@redhat.com>
e9e4a1c7 1314 - (bal) Resolved more $xno and $xyes issues in configure.in
fd5f0295 1315 - (bal) next-posix.h - spelling and forgot a prototype
75b90ced 1316
344f2b94 131720001028
61e96248 1318 - (djm) fix select hack in serverloop.c from Philippe WILLEM
344f2b94 1319 <Philippe.WILLEM@urssaf.fr>
240ae474 1320 - (djm) Fix mangled AIXAUTHENTICATE code
61e96248 1321 - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
606ea390 1322 <markus.friedl@informatik.uni-erlangen.de>
a22aff1f 1323 - (djm) Sync with OpenBSD:
1324 - markus@cvs.openbsd.org 2000/10/16 15:46:32
1325 [ssh.1]
1326 fixes from pekkas@netcore.fi
1327 - markus@cvs.openbsd.org 2000/10/17 14:28:11
1328 [atomicio.c]
1329 return number of characters processed; ok deraadt@
1330 - markus@cvs.openbsd.org 2000/10/18 12:04:02
1331 [atomicio.c]
1332 undo
1333 - markus@cvs.openbsd.org 2000/10/18 12:23:02
1334 [scp.c]
1335 replace atomicio(read,...) with read(); ok deraadt@
1336 - markus@cvs.openbsd.org 2000/10/18 12:42:00
1337 [session.c]
1338 restore old record login behaviour
1339 - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
1340 [auth-skey.c]
1341 fmt string problem in unused code
1342 - provos@cvs.openbsd.org 2000/10/19 10:45:16
1343 [sshconnect2.c]
1344 don't reference freed memory. okay deraadt@
1345 - markus@cvs.openbsd.org 2000/10/21 11:04:23
1346 [canohost.c]
1347 typo, eramore@era-t.ericsson.se; ok niels@
1348 - markus@cvs.openbsd.org 2000/10/23 13:31:55
1349 [cipher.c]
1350 non-alignment dependent swap_bytes(); from
1351 simonb@wasabisystems.com/netbsd
1352 - markus@cvs.openbsd.org 2000/10/26 12:38:28
1353 [compat.c]
1354 add older vandyke products
1355 - markus@cvs.openbsd.org 2000/10/27 01:32:19
1356 [channels.c channels.h clientloop.c serverloop.c session.c]
1357 [ssh.c util.c]
61e96248 1358 enable non-blocking IO on channels, and tty's (except for the
a22aff1f 1359 client ttys).
344f2b94 1360
ddc49b5c 136120001027
1362 - (djm) Increase REKEY_BYTES to 2^24 for arc4random
1363
48e7916f 136420001025
1365 - (djm) Added WARNING.RNG file and modified configure to ask users of the
1366 builtin entropy code to read it.
1367 - (djm) Prefer builtin regex to PCRE.
00937921 1368 - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
1369 - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
1370 <proski@gnu.org>
48e7916f 1371
8dcda1e3 137220001020
1373 - (djm) Don't define _REENTRANT for SNI/Reliant Unix
07bee9a7 1374 - (bal) Imported NEWS-OS waitpid() macros into NeXT. Since implementation
1375 is more correct then current version.
8dcda1e3 1376
f5af5cd5 137720001018
1378 - (stevesk) Add initial support for setproctitle(). Current
1379 support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
134fd7f6 1380 - (stevesk) Add egd startup scripts to contrib/hpux/
f5af5cd5 1381
2f31bdd6 138220001017
1383 - (djm) Add -lregex to cywin libs from Corinna Vinschen
1384 <vinschen@cygnus.com>
ba7a3f40 1385 - (djm) Don't rely on atomicio's retval to determine length of askpass
1386 supplied passphrase. Problem report from Lutz Jaenicke
1387 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
66d6c27e 1388 - (bal) Changed from GNU rx to PCRE on suggestion from djm.
61e96248 1389 - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
66d6c27e 1390 <nakaji@tutrp.tut.ac.jp>
2f31bdd6 1391
33de75a3 139220001016
1393 - (djm) Sync with OpenBSD:
1394 - markus@cvs.openbsd.org 2000/10/14 04:01:15
1395 [cipher.c]
1396 debug3
1397 - markus@cvs.openbsd.org 2000/10/14 04:07:23
1398 [scp.c]
1399 remove spaces from arguments; from djm@mindrot.org
1400 - markus@cvs.openbsd.org 2000/10/14 06:09:46
1401 [ssh.1]
1402 Cipher is for SSH-1 only
1403 - markus@cvs.openbsd.org 2000/10/14 06:12:09
1404 [servconf.c servconf.h serverloop.c session.c sshd.8]
1405 AllowTcpForwarding; from naddy@
1406 - markus@cvs.openbsd.org 2000/10/14 06:16:56
1407 [auth2.c compat.c compat.h sshconnect2.c version.h]
61e96248 1408 OpenSSH_2.3; note that is is not complete, but the version number
33de75a3 1409 needs to be changed for interoperability reasons
1410 - markus@cvs.openbsd.org 2000/10/14 06:19:45
1411 [auth-rsa.c]
1412 do not send RSA challenge if key is not allowed by key-options; from
1413 eivind@ThinkSec.com
1414 - markus@cvs.openbsd.org 2000/10/15 08:14:01
1415 [rijndael.c session.c]
1416 typos; from stevesk@sweden.hp.com
1417 - markus@cvs.openbsd.org 2000/10/15 08:18:31
1418 [rijndael.c]
1419 typo
61e96248 1420 - (djm) Copy manpages back over from OpenBSD - too tedious to wade
30d8b039 1421 through diffs
61e96248 1422 - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
30d8b039 1423 <pekkas@netcore.fi>
aa0289fe 1424 - (djm) Update version in Redhat spec file
61e96248 1425 - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
aa0289fe 1426 Redhat 7.0 spec file
5b2d4b75 1427 - (djm) Make inability to read/write PRNG seedfile non-fatal
1428
33de75a3 1429
4d670c24 143020001015
1431 - (djm) Fix ssh2 hang on background processes at logout.
1432
71dfaf1c 143320001014
443172c4 1434 - (bal) Add support for realpath and getcwd for platforms with broken
1435 or missing realpath implementations for sftp-server.
1436 - (bal) Corrected mistake in INSTALL in regards to GNU rx library
61e96248 1437 - (bal) Add support for GNU rx library for those lacking regexp support
71dfaf1c 1438 - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
02323c45 1439 - (djm) Revert SSH2 serverloop hack, will find a better way.
4ee81249 1440 - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
1441 from Martin Johansson <fatbob@acc.umu.se>
94ec8c6b 1442 - (djm) Big OpenBSD sync:
1443 - markus@cvs.openbsd.org 2000/09/30 10:27:44
1444 [log.c]
1445 allow loglevel debug
1446 - markus@cvs.openbsd.org 2000/10/03 11:59:57
1447 [packet.c]
1448 hmac->mac
1449 - markus@cvs.openbsd.org 2000/10/03 12:03:03
1450 [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
1451 move fake-auth from auth1.c to individual auth methods, disables s/key in
1452 debug-msg
1453 - markus@cvs.openbsd.org 2000/10/03 12:16:48
1454 ssh.c
1455 do not resolve canonname, i have no idea why this was added oin ossh
1456 - markus@cvs.openbsd.org 2000/10/09 15:30:44
1457 ssh-keygen.1 ssh-keygen.c
1458 -X now reads private ssh.com DSA keys, too.
1459 - markus@cvs.openbsd.org 2000/10/09 15:32:34
1460 auth-options.c
1461 clear options on every call.
1462 - markus@cvs.openbsd.org 2000/10/09 15:51:00
1463 authfd.c authfd.h
1464 interop with ssh-agent2, from <res@shore.net>
1465 - markus@cvs.openbsd.org 2000/10/10 14:20:45
1466 compat.c
1467 use rexexp for version string matching
1468 - provos@cvs.openbsd.org 2000/10/10 22:02:18
1469 [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
1470 First rough implementation of the diffie-hellman group exchange. The
1471 client can ask the server for bigger groups to perform the diffie-hellman
1472 in, thus increasing the attack complexity when using ciphers with longer
1473 keys. University of Windsor provided network, T the company.
1474 - markus@cvs.openbsd.org 2000/10/11 13:59:52
1475 [auth-rsa.c auth2.c]
1476 clear auth options unless auth sucessfull
1477 - markus@cvs.openbsd.org 2000/10/11 14:00:27
1478 [auth-options.h]
1479 clear auth options unless auth sucessfull
1480 - markus@cvs.openbsd.org 2000/10/11 14:03:27
1481 [scp.1 scp.c]
1482 support 'scp -o' with help from mouring@pconline.com
1483 - markus@cvs.openbsd.org 2000/10/11 14:11:35
1484 [dh.c]
1485 Wall
1486 - markus@cvs.openbsd.org 2000/10/11 14:14:40
1487 [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
1488 [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
1489 add support for s/key (kbd-interactive) to ssh2, based on work by
1490 mkiernan@avantgo.com and me
1491 - markus@cvs.openbsd.org 2000/10/11 14:27:24
1492 [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
1493 [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
1494 [sshconnect2.c sshd.c]
1495 new cipher framework
1496 - markus@cvs.openbsd.org 2000/10/11 14:45:21
1497 [cipher.c]
1498 remove DES
1499 - markus@cvs.openbsd.org 2000/10/12 03:59:20
1500 [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
1501 enable DES in SSH-1 clients only
1502 - markus@cvs.openbsd.org 2000/10/12 08:21:13
1503 [kex.h packet.c]
1504 remove unused
1505 - markus@cvs.openbsd.org 2000/10/13 12:34:46
1506 [sshd.c]
1507 Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
1508 - markus@cvs.openbsd.org 2000/10/13 12:59:15
1509 [cipher.c cipher.h myproposal.h rijndael.c rijndael.h]
1510 rijndael/aes support
1511 - markus@cvs.openbsd.org 2000/10/13 13:10:54
1512 [sshd.8]
1513 more info about -V
1514 - markus@cvs.openbsd.org 2000/10/13 13:12:02
1515 [myproposal.h]
1516 prefer no compression
3ed32516 1517 - (djm) Fix scp user@host handling
1518 - (djm) Don't clobber ssh_prng_cmds on install
6bcf7caa 1519 - (stevesk) Include config.h in rijndael.c so we define intXX_t and
1520 u_intXX_t types on all platforms.
9ea53ba5 1521 - (stevesk) rijndael.c: cleanup missing declaration warnings.
2919e060 1522 - (stevesk) ~/.hushlogin shouldn't cause required password change to
1523 be bypassed.
f5665f6f 1524 - (stevesk) Display correct path to ssh-askpass in configure output.
1525 Report from Lutz Jaenicke.
71dfaf1c 1526
ebd782f7 152720001007
1528 - (stevesk) Print PAM return value in PAM log messages to aid
1529 with debugging.
97994d32 1530 - (stevesk) Fix detection of pw_class struct member in configure;
1531 patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
1532
47a134c1 153320001002
1534 - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
1535 - (djm) Add host system and CC to end-of-configure report. Suggested by
1536 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1537
7322ef0e 153820000931
1539 - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
1540
6ac7829a 154120000930
b6490dcb 1542 - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
61e96248 1543 - (djm) Support in bsd-snprintf.c for long long conversions from
772bd898 1544 Ben Lindstrom <mouring@pconline.com>
1545 - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
857040fb 1546 - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
61e96248 1547 very short lived X connections. Bug report from Tobias Oetiker
857040fb 1548 <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
bd2d7f6a 1549 - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
1550 patch from Pekka Savola <pekkas@netcore.fi>
58665035 1551 - (djm) Forgot to cvs add LICENSE file
dc2901a0 1552 - (djm) Add LICENSE to RPM spec files
de273eef 1553 - (djm) CVS OpenBSD sync:
1554 - markus@cvs.openbsd.org 2000/09/26 13:59:59
1555 [clientloop.c]
1556 use debug2
1557 - markus@cvs.openbsd.org 2000/09/27 15:41:34
1558 [auth2.c sshconnect2.c]
1559 use key_type()
1560 - markus@cvs.openbsd.org 2000/09/28 12:03:18
1561 [channels.c]
1562 debug -> debug2 cleanup
61e96248 1563 - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
2a7d529a 1564 strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
1565 <Alain.St-Denis@ec.gc.ca>
61e96248 1566 - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
1567 Problem was caused by interrupted read in ssh-add. Report from Donald
2a7d529a 1568 J. Barry <don@astro.cornell.edu>
6ac7829a 1569
c5d85828 157020000929
1571 - (djm) Fix SSH2 not terminating until all background tasks done problem.
61e96248 1572 - (djm) Another off-by-one fix from Pavel Kankovsky
1573 <peak@argo.troja.mff.cuni.cz>
22d89d24 1574 - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
1575 tidy necessary differences. Use Markus' new debugN() in entropy.c
61e96248 1576 - (djm) Merged big SCO portability patch from Tim Rice
77bb0bca 1577 <tim@multitalents.net>
c5d85828 1578
6fd7f731 157920000926
1580 - (djm) Update X11-askpass to 1.0.2 in RPM spec file
c5ae7384 1581 - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
61e96248 1582 - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
1583 Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
6fd7f731 1584
2f125ca1 158520000924
1586 - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
1587 - (djm) A bit more cleanup - created cygwin_util.h
bcdaaeab 1588 - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
1589 <markm@swoon.net>
2f125ca1 1590
764d4113 159120000923
61e96248 1592 - (djm) Fix address logging in utmp from Kevin Steves
764d4113 1593 <stevesk@sweden.hp.com>
777319db 1594 - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
bd590612 1595 - (djm) Seperate tests for int64_t and u_int64_t types
61e96248 1596 - (djm) Tweak password expiry checking at suggestion of Kevin Steves
37c1c46d 1597 <stevesk@sweden.hp.com>
e79b44e1 1598 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
61e96248 1599 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
e2144f11 1600 Michael Stone <mstone@cs.loyola.edu>
188adeb2 1601 - (djm) OpenBSD CVS sync:
1602 - markus@cvs.openbsd.org 2000/09/17 09:38:59
1603 [sshconnect2.c sshd.c]
1604 fix DEBUG_KEXDH
1605 - markus@cvs.openbsd.org 2000/09/17 09:52:51
1606 [sshconnect.c]
1607 yes no; ok niels@
1608 - markus@cvs.openbsd.org 2000/09/21 04:55:11
1609 [sshd.8]
1610 typo
1611 - markus@cvs.openbsd.org 2000/09/21 05:03:54
1612 [serverloop.c]
1613 typo
1614 - markus@cvs.openbsd.org 2000/09/21 05:11:42
1615 scp.c
1616 utime() to utimes(); mouring@pconline.com
1617 - markus@cvs.openbsd.org 2000/09/21 05:25:08
1618 sshconnect2.c
1619 change login logic in ssh2, allows plugin of other auth methods
1620 - markus@cvs.openbsd.org 2000/09/21 05:25:35
1621 [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
1622 [serverloop.c]
1623 add context to dispatch_run
1624 - markus@cvs.openbsd.org 2000/09/21 05:07:52
1625 authfd.c authfd.h ssh-agent.c
1626 bug compat for old ssh.com software
764d4113 1627
7f377177 162820000920
1629 - (djm) Fix bad path substitution. Report from Andrew Miner
1630 <asminer@cs.iastate.edu>
1631
bcbf86ec 163220000916
61e96248 1633 - (djm) Fix SSL search order from Lutz Jaenicke
7950bf97 1634 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
19ece6d2 1635 - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
9cd45ea4 1636 - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
995edaac 1637 - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
1638 Patch from Larry Jones <larry.jones@sdrc.com>
61e96248 1639 - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
ad55cd03 1640 password change patch.
1641 - (djm) Bring licenses on my stuff in line with OpenBSD's
0bbfbdeb 1642 - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
1643 Kevin Steves <stevesk@sweden.hp.com>
7f8f5e00 1644 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
1645 - (djm) Re-enable int64_t types - we need them for sftp
1646 - (djm) Use libexecdir from configure , rather than libexecdir/ssh
1647 - (djm) Update Redhat SPEC file accordingly
1648 - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
1649 - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
61e96248 1650 - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
7f8f5e00 1651 <Dirk.DeWachter@rug.ac.be>
61e96248 1652 - (djm) Fixprogs and entropy list fixes from Larry Jones
7f8f5e00 1653 <larry.jones@sdrc.com>
1654 - (djm) Fix for SuSE spec file from Takashi YOSHIDA
1655 <tyoshida@gemini.rc.kyushu-u.ac.jp>
bcbf86ec 1656 - (djm) Merge OpenBSD changes:
1657 - markus@cvs.openbsd.org 2000/09/05 02:59:57
1658 [session.c]
1659 print hostname (not hushlogin)
1660 - markus@cvs.openbsd.org 2000/09/05 13:18:48
1661 [authfile.c ssh-add.c]
1662 enable ssh-add -d for DSA keys
1663 - markus@cvs.openbsd.org 2000/09/05 13:20:49
1664 [sftp-server.c]
1665 cleanup
1666 - markus@cvs.openbsd.org 2000/09/06 03:46:41
1667 [authfile.h]
1668 prototype
1669 - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
1670 [ALL]
61e96248 1671 cleanup copyright notices on all files. I have attempted to be
1672 accurate with the details. everything is now under Tatu's licence
1673 (which I copied from his readme), and/or the core-sdi bsd-ish thing
1674 for deattack, or various openbsd developers under a 2-term bsd
bcbf86ec 1675 licence. We're not changing any rules, just being accurate.
1676 - markus@cvs.openbsd.org 2000/09/07 14:40:30
1677 [channels.c channels.h clientloop.c serverloop.c ssh.c]
1678 cleanup window and packet sizes for ssh2 flow control; ok niels
1679 - markus@cvs.openbsd.org 2000/09/07 14:53:00
1680 [scp.c]
1681 typo
1682 - markus@cvs.openbsd.org 2000/09/07 15:13:37
1683 [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
1684 [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
1685 [pty.c readconf.c]
1686 some more Copyright fixes
1687 - markus@cvs.openbsd.org 2000/09/08 03:02:51
1688 [README.openssh2]
1689 bye bye
1690 - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
1691 [LICENCE cipher.c]
1692 a few more comments about it being ARC4 not RC4
1693 - markus@cvs.openbsd.org 2000/09/12 14:53:11
1694 [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
1695 multiple debug levels
1696 - markus@cvs.openbsd.org 2000/09/14 14:25:15
1697 [clientloop.c]
1698 typo
1699 - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
1700 [ssh-agent.c]
1701 check return value for setenv(3) for failure, and deal appropriately
1702
deb8d717 170320000913
1704 - (djm) Fix server not exiting with jobs in background.
1705
b5e300c2 170620000905
1707 - (djm) Import OpenBSD CVS changes
1708 - markus@cvs.openbsd.org 2000/08/31 15:52:24
1709 [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
1710 implement a SFTP server. interops with sftp2, scp2 and the windows
1711 client from ssh.com
1712 - markus@cvs.openbsd.org 2000/08/31 15:56:03
1713 [README.openssh2]
1714 sync
1715 - markus@cvs.openbsd.org 2000/08/31 16:05:42
1716 [session.c]
1717 Wall
1718 - markus@cvs.openbsd.org 2000/08/31 16:09:34
1719 [authfd.c ssh-agent.c]
1720 add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
1721 - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
1722 [scp.1 scp.c]
1723 cleanup and fix -S support; stevesk@sweden.hp.com
1724 - markus@cvs.openbsd.org 2000/09/01 16:29:32
1725 [sftp-server.c]
1726 portability fixes
1727 - markus@cvs.openbsd.org 2000/09/01 16:32:41
1728 [sftp-server.c]
1729 fix cast; mouring@pconline.com
1730 - itojun@cvs.openbsd.org 2000/09/03 09:23:28
1731 [ssh-add.1 ssh.1]
1732 add missing .El against .Bl.
1733 - markus@cvs.openbsd.org 2000/09/04 13:03:41
1734 [session.c]
1735 missing close; ok theo
1736 - markus@cvs.openbsd.org 2000/09/04 13:07:21
1737 [session.c]
1738 fix get_last_login_time order; from andre@van-veen.de
1739 - markus@cvs.openbsd.org 2000/09/04 13:10:09
1740 [sftp-server.c]
1741 more cast fixes; from mouring@pconline.com
1742 - markus@cvs.openbsd.org 2000/09/04 13:06:04
1743 [session.c]
1744 set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
1745 - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
3c62e7eb 1746 - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
1747
1e61f54a 174820000903
1749 - (djm) Fix Redhat init script
1750
c80876b4 175120000901
1752 - (djm) Pick up Jim's new X11-askpass
1753 - (djm) Release 2.2.0p1
1754
8b4a0d08 175520000831
bcbf86ec 1756 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
8b4a0d08 1757 <acox@cv.telegroup.com>
b817711d 1758 - (djm) Pick up new version (2.2.0) from OpenBSD CVS
8b4a0d08 1759
0b65b628 176020000830
1761 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
10fa00c8 1762 - (djm) Periodically rekey arc4random
1763 - (djm) Clean up diff against OpenBSD.
bcbf86ec 1764 - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
2b10f47a 1765 <stevesk@sweden.hp.com>
b33a2e6e 1766 - (djm) Quieten the pam delete credentials error message
44839801 1767 - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
1768 Kevin Steves <stevesk@sweden.hp.com>
84a770d1 1769 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
7efa2776 1770 - (djm) Fix doh in bsd-arc4random.c
0b65b628 1771
9aaf9be4 177220000829
bcbf86ec 1773 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
1774 Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
9aaf9be4 1775 Garrick James <garrick@james.net>
b5f90139 1776 - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
1777 Bastian Trompetter <btrompetter@firemail.de>
698d107e 1778 - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
14a9a859 1779 - More OpenBSD updates:
1780 - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
1781 [scp.c]
1782 off_t in sink, to fix files > 2GB, i think, test is still running ;-)
1783 - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
1784 [session.c]
1785 Wall
1786 - markus@cvs.openbsd.org 2000/08/26 04:33:43
1787 [compat.c]
1788 ssh.com-2.3.0
1789 - markus@cvs.openbsd.org 2000/08/27 12:18:05
1790 [compat.c]
1791 compatibility with future ssh.com versions
1792 - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
1793 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
1794 print uid/gid as unsigned
1795 - markus@cvs.openbsd.org 2000/08/28 13:51:00
1796 [ssh.c]
1797 enable -n and -f for ssh2
1798 - markus@cvs.openbsd.org 2000/08/28 14:19:53
1799 [ssh.c]
1800 allow combination of -N and -f
1801 - markus@cvs.openbsd.org 2000/08/28 14:20:56
1802 [util.c]
1803 util.c
1804 - markus@cvs.openbsd.org 2000/08/28 14:22:02
1805 [util.c]
1806 undo
1807 - markus@cvs.openbsd.org 2000/08/28 14:23:38
1808 [util.c]
1809 don't complain if setting NONBLOCK fails with ENODEV
9aaf9be4 1810
137d7b6c 181120000823
1812 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
bcbf86ec 1813 Avoids "scp never exits" problem. Reports from Lutz Jaenicke
1814 <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
137d7b6c 1815 <kajiyama@grad.sccs.chukyo-u.ac.jp>
2e73a022 1816 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
da40ab4d 1817 - (djm) Add local version to version.h
ea788c22 1818 - (djm) Don't reseed arc4random everytime it is used
2e73a022 1819 - (djm) OpenBSD CVS updates:
1820 - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
1821 [ssh.c]
1822 accept remsh as a valid name as well; roman@buildpoint.com
1823 - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
1824 [deattack.c crc32.c packet.c]
1825 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
1826 libz crc32 function yet, because it has ugly "long"'s in it;
1827 oneill@cs.sfu.ca
1828 - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
1829 [scp.1 scp.c]
1830 -S prog support; tv@debian.org
1831 - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
1832 [scp.c]
1833 knf
1834 - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
1835 [log-client.c]
1836 shorten
1837 - markus@cvs.openbsd.org 2000/08/19 12:48:11
1838 [channels.c channels.h clientloop.c ssh.c ssh.h]
1839 support for ~. in ssh2
1840 - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
1841 [crc32.h]
1842 proper prototype
1843 - markus@cvs.openbsd.org 2000/08/19 15:34:44
bcbf86ec 1844 [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
1845 [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
2e73a022 1846 [fingerprint.c fingerprint.h]
1847 add SSH2/DSA support to the agent and some other DSA related cleanups.
1848 (note that we cannot talk to ssh.com's ssh2 agents)
1849 - markus@cvs.openbsd.org 2000/08/19 15:55:52
1850 [channels.c channels.h clientloop.c]
1851 more ~ support for ssh2
1852 - markus@cvs.openbsd.org 2000/08/19 16:21:19
1853 [clientloop.c]
1854 oops
1855 - millert@cvs.openbsd.org 2000/08/20 12:25:53
1856 [session.c]
1857 We have to stash the result of get_remote_name_or_ip() before we
1858 close our socket or getpeername() will get EBADF and the process
1859 will exit. Only a problem for "UseLogin yes".
1860 - millert@cvs.openbsd.org 2000/08/20 12:30:59
1861 [session.c]
1862 Only check /etc/nologin if "UseLogin no" since login(1) may have its
1863 own policy on determining who is allowed to login when /etc/nologin
1864 is present. Also use the _PATH_NOLOGIN define.
1865 - millert@cvs.openbsd.org 2000/08/20 12:42:43
1866 [auth1.c auth2.c session.c ssh.c]
1867 Add calls to setusercontext() and login_get*(). We basically call
1868 setusercontext() in most places where previously we did a setlogin().
1869 Add default login.conf file and put root in the "daemon" login class.
1870 - millert@cvs.openbsd.org 2000/08/21 10:23:31
1871 [session.c]
1872 Fix incorrect PATH setting; noted by Markus.
137d7b6c 1873
c345cf9d 187420000818
1875 - (djm) OpenBSD CVS changes:
1876 - markus@cvs.openbsd.org 2000/07/22 03:14:37
1877 [servconf.c servconf.h sshd.8 sshd.c sshd_config]
1878 random early drop; ok theo, niels
1879 - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
1880 [ssh.1]
1881 typo
1882 - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
1883 [sshd.8]
1884 many fixes from pepper@mail.reppep.com
1885 - provos@cvs.openbsd.org 2000/08/01 13:01:42
1886 [Makefile.in util.c aux.c]
1887 rename aux.c to util.c to help with cygwin port
1888 - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
1889 [authfd.c]
1890 correct sun_len; Alexander@Leidinger.net
1891 - provos@cvs.openbsd.org 2000/08/02 10:27:17
1892 [readconf.c sshd.8]
1893 disable kerberos authentication by default
1894 - provos@cvs.openbsd.org 2000/08/02 11:27:05
1895 [sshd.8 readconf.c auth-krb4.c]
1896 disallow kerberos authentication if we can't verify the TGT; from
1897 dugsong@
1898 kerberos authentication is on by default only if you have a srvtab.
1899 - markus@cvs.openbsd.org 2000/08/04 14:30:07
1900 [auth.c]
1901 unused
1902 - markus@cvs.openbsd.org 2000/08/04 14:30:35
1903 [sshd_config]
1904 MaxStartups
1905 - markus@cvs.openbsd.org 2000/08/15 13:20:46
1906 [authfd.c]
1907 cleanup; ok niels@
1908 - markus@cvs.openbsd.org 2000/08/17 14:05:10
1909 [session.c]
1910 cleanup login(1)-like jobs, no duplicate utmp entries
1911 - markus@cvs.openbsd.org 2000/08/17 14:06:34
1912 [session.c sshd.8 sshd.c]
1913 sshd -u len, similar to telnetd
1a022229 1914 - (djm) Lastlog was not getting closed after writing login entry
39987cc0 1915 - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
c345cf9d 1916
416ed5a7 191720000816
1918 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
bcbf86ec 1919 - (djm) Fix strerror replacement for old SunOS. Based on patch from
416ed5a7 1920 Charles Levert <charles@comm.polymtl.ca>
bcbf86ec 1921 - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
416ed5a7 1922 implementation.
ba606eb2 1923 - (djm) SUN_LEN macro for systems which lack it
416ed5a7 1924
dbaa2e87 192520000815
1926 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
cd352c82 1927 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
1928 Michael Stone <mstone@cs.loyola.edu>
d93a7e5a 1929 - (djm) Don't seek in directory based lastlogs
bcbf86ec 1930 - (djm) Fix --with-ipaddr-display configure option test. Patch from
d93a7e5a 1931 Jarno Huuskonen <jhuuskon@messi.uku.fi>
2a2cb9e7 1932 - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
dbaa2e87 1933
6c33bf70 193420000813
1935 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
1936 Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
1937
3fcce26c 193820000809
bcbf86ec 1939 - (djm) Define AIX hard limits if headers don't. Report from
3fcce26c 1940 Bill Painter <william.t.painter@lmco.com>
bcbf86ec 1941 - (djm) utmp direct write & SunOS 4 patch from Charles Levert
32eec038 1942 <charles@comm.polymtl.ca>
3fcce26c 1943
71d43804 194420000808
1945 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
1946 time, spec file cleanup.
1947
f9bcea07 194820000807
378f2232 1949 - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
47670e77 1950 - (djm) Suppress error messages on channel close shutdown() failurs
1951 works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
378f2232 1952 - (djm) Add some more entropy collection commands from Lutz Jaenicke
f9bcea07 1953
bcf89935 195420000725
1955 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
1956
4c8722d9 195720000721
1958 - (djm) OpenBSD CVS updates:
1959 - markus@cvs.openbsd.org 2000/07/16 02:27:22
1960 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
1961 [sshconnect1.c sshconnect2.c]
1962 make ssh-add accept dsa keys (the agent does not)
1963 - djm@cvs.openbsd.org 2000/07/17 19:25:02
1964 [sshd.c]
1965 Another closing of stdin; ok deraadt
1966 - markus@cvs.openbsd.org 2000/07/19 18:33:12
1967 [dsa.c]
1968 missing free, reorder
1969 - markus@cvs.openbsd.org 2000/07/20 16:23:14
1970 [ssh-keygen.1]
1971 document input and output files
1972
240777b8 197320000720
4c8722d9 1974 - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
240777b8 1975
3c7def32 197620000716
4c8722d9 1977 - (djm) Release 2.1.1p4
3c7def32 1978
819b676f 197920000715
704b1659 1980 - (djm) OpenBSD CVS updates
1981 - provos@cvs.openbsd.org 2000/07/13 16:53:22
1982 [aux.c readconf.c servconf.c ssh.h]
1983 allow multiple whitespace but only one '=' between tokens, bug report from
1984 Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
1985 - provos@cvs.openbsd.org 2000/07/13 17:14:09
1986 [clientloop.c]
1987 typo; todd@fries.net
1988 - provos@cvs.openbsd.org 2000/07/13 17:19:31
1989 [scp.c]
1990 close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
1991 - markus@cvs.openbsd.org 2000/07/14 16:59:46
1992 [readconf.c servconf.c]
1993 allow leading whitespace. ok niels
1994 - djm@cvs.openbsd.org 2000/07/14 22:01:38
1995 [ssh-keygen.c ssh.c]
1996 Always create ~/.ssh with mode 700; ok Markus
819b676f 1997 - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
1998 - Include floatingpoint.h for entropy.c
1999 - strerror replacement
704b1659 2000
3f7a7e4a 200120000712
c37fb3c1 2002 - (djm) Remove -lresolve for Reliant Unix
3f7a7e4a 2003 - (djm) OpenBSD CVS Updates:
2004 - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
2005 [session.c sshd.c ]
2006 make MaxStartups code still work with -d; djm
2007 - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
2008 [readconf.c ssh_config]
2009 disable FallBackToRsh by default
c37fb3c1 2010 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
2011 Ben Lindstrom <mouring@pconline.com>
1e970014 2012 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
2013 spec file.
dcb36e5d 2014 - (djm) Released 2.1.1p3
3f7a7e4a 2015
56118702 201620000711
2017 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
2018 <tbert@abac.com>
132dd316 2019 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
bcbf86ec 2020 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
c99e5056 2021 <mouring@pconline.com>
bcbf86ec 2022 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
dc2a6d09 2023 from Jim Watt <jimw@peisj.pebio.com>
2d9a148e 2024 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
2025 to compile on more platforms (incl NeXT).
cc6f2c4c 2026 - (djm) Added bsd-inet_aton and configure support for NeXT
aae19451 2027 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
089fbbd2 2028 - (djm) OpenBSD CVS updates:
2029 - markus@cvs.openbsd.org 2000/06/26 03:22:29
2030 [authfd.c]
2031 cleanup, less cut&paste
2032 - markus@cvs.openbsd.org 2000/06/26 15:59:19
2033 [servconf.c servconf.h session.c sshd.8 sshd.c]
bcbf86ec 2034 MaxStartups: limit number of unauthenticated connections, work by
089fbbd2 2035 theo and me
2036 - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
2037 [session.c]
2038 use no_x11_forwarding_flag correctly; provos ok
2039 - provos@cvs.openbsd.org 2000/07/05 15:35:57
2040 [sshd.c]
2041 typo
2042 - aaron@cvs.openbsd.org 2000/07/05 22:06:58
2043 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
bcbf86ec 2044 Insert more missing .El directives. Our troff really should identify
089fbbd2 2045 these and spit out a warning.
2046 - todd@cvs.openbsd.org 2000/07/06 21:55:04
2047 [auth-rsa.c auth2.c ssh-keygen.c]
2048 clean code is good code
2049 - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
2050 [serverloop.c]
2051 sense of port forwarding flag test was backwards
2052 - provos@cvs.openbsd.org 2000/07/08 17:17:31
2053 [compat.c readconf.c]
2054 replace strtok with strsep; from David Young <dyoung@onthejob.net>
2055 - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
2056 [auth.h]
2057 KNF
2058 - ho@cvs.openbsd.org 2000/07/08 19:27:33
2059 [compat.c readconf.c]
2060 Better conditions for strsep() ending.
2061 - ho@cvs.openbsd.org 2000/07/10 10:27:05
2062 [readconf.c]
2063 Get the correct message on errors. (niels@ ok)
2064 - ho@cvs.openbsd.org 2000/07/10 10:30:25
2065 [cipher.c kex.c servconf.c]
2066 strtok() --> strsep(). (niels@ ok)
5540ea9b 2067 - (djm) Fix problem with debug mode and MaxStartups
eb37534b 2068 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
2069 builds)
229f64ee 2070 - (djm) Add strsep function from OpenBSD libc for systems that lack it
56118702 2071
a8545c6c 207220000709
2073 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
2074 Kevin Steves <stevesk@sweden.hp.com>
ec90a7d6 2075 - (djm) Match prototype and function declaration for rresvport_af.
2076 Problem report from Niklas Edmundsson <nikke@ing.umu.se>
bcbf86ec 2077 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
732e8ac5 2078 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
37f1df94 2079 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
2080 <jimw@peisj.pebio.com>
264dce47 2081 - (djm) Fix pam sprintf fix
2082 - (djm) Cleanup entropy collection code a little more. Split initialisation
2083 from seeding, perform intialisation immediatly at start, be careful with
2084 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
5bf9cfe9 2085 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
2086 Including sigaction() et al. replacements
bcbf86ec 2087 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
eeec075f 2088 <tbert@abac.com>
a8545c6c 2089
e2902a5b 209020000708
bcbf86ec 2091 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
e2902a5b 2092 Aaron Hopkins <aaron@die.net>
7a33f831 2093 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
2094 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 2095 - (djm) Fixed undefined variables for OSF SIA. Report from
b3f162ba 2096 Baars, Henk <Hendrik.Baars@nl.origin-it.com>
bcbf86ec 2097 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
b28e4a3b 2098 Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
bcbf86ec 2099 - (djm) Don't use inet_addr.
e2902a5b 2100
5637650d 210120000702
2102 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
27494968 2103 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
2104 on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
a4070484 2105 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
2106 Chris, the Young One <cky@pobox.com>
bcbf86ec 2107 - (djm) Fix scp progress meter on really wide terminals. Based on patch
88726b31 2108 from James H. Cloos Jr. <cloos@jhcloos.com>
5637650d 2109
388e9f9f 211020000701
2111 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
daaff4d5 2112 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
82258d68 2113 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
2114 <vinschen@cygnus.com>
30228d7c 2115 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2647ae26 2116 - (djm) Added check for broken snprintf() functions which do not correctly
2117 terminate output string and attempt to use replacement.
46158300 2118 - (djm) Released 2.1.1p2
388e9f9f 2119
9f32ceb4 212020000628
2121 - (djm) Fixes to lastlog code for Irix
2122 - (djm) Use atomicio in loginrec
3206bb3b 2123 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
2124 Irix 6.x array sessions, project id's, and system audit trail id.
9e0c3e1f 2125 - (djm) Added 'distprep' make target to simplify packaging
bcbf86ec 2126 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
4d33e531 2127 support. Enable using "USE_SIA=1 ./configure [options]"
61e96248 2128
d8caae24 212920000627
2130 - (djm) Fixes to login code - not setting li->uid, cleanups
a05a70ab 2131 - (djm) Formatting
d8caae24 2132
fe30cc2e 213320000626
3e98362e 2134 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
4cb5ffa0 2135 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
2136 - (djm) Added password expiry checking (no password change support)
be0b9bb7 2137 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
2138 based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
b5b3f75d 2139 - (djm) Fix fixed EGD code.
3e98362e 2140 - OpenBSD CVS update
2141 - provos@cvs.openbsd.org 2000/06/25 14:17:58
2142 [channels.c]
2143 correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
2144
1c04b088 214520000623
bcbf86ec 2146 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
1c04b088 2147 Svante Signell <svante.signell@telia.com>
2148 - (djm) Autoconf logic to define sa_family_t if it is missing
e5a0294f 2149 - OpenBSD CVS Updates:
2150 - markus@cvs.openbsd.org 2000/06/22 10:32:27
2151 [sshd.c]
2152 missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
2153 - djm@cvs.openbsd.org 2000/06/22 17:55:00
2154 [auth-krb4.c key.c radix.c uuencode.c]
2155 Missing CVS idents; ok markus
1c04b088 2156
f528fdf2 215720000622
2158 - (djm) Automatically generate host key during "make install". Suggested
2159 by Gary E. Miller <gem@rellim.com>
2160 - (djm) Paranoia before kill() system call
74fc9186 2161 - OpenBSD CVS Updates:
2162 - markus@cvs.openbsd.org 2000/06/18 18:50:11
2163 [auth2.c compat.c compat.h sshconnect2.c]
2164 make userauth+pubkey interop with ssh.com-2.2.0
2165 - markus@cvs.openbsd.org 2000/06/18 20:56:17
2166 [dsa.c]
2167 mem leak + be more paranoid in dsa_verify.
2168 - markus@cvs.openbsd.org 2000/06/18 21:29:50
2169 [key.c]
2170 cleanup fingerprinting, less hardcoded sizes
2171 - markus@cvs.openbsd.org 2000/06/19 19:39:45
2172 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
2173 [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
bcbf86ec 2174 [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
74fc9186 2175 [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
2176 [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
bcbf86ec 2177 [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
2178 [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
74fc9186 2179 [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
2180 [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
2181 OpenBSD tag
2182 - markus@cvs.openbsd.org 2000/06/21 10:46:10
2183 sshconnect2.c missing free; nuke old comment
f528fdf2 2184
e5fe9a1f 218520000620
2186 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
986a22ec 2187 with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx>
e5fe9a1f 2188 to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
c03aced4 2189 - (djm) Typo in loginrec.c
e5fe9a1f 2190
cbd7492e 219120000618
2192 - (djm) Add summary of configure options to end of ./configure run
bcbf86ec 2193 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
cbd7492e 2194 Michael Stone <mstone@cs.loyola.edu>
bcbf86ec 2195 - (djm) rusage is a privileged operation on some Unices (incl.
cbd7492e 2196 Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
bcbf86ec 2197 - (djm) Avoid PAM failures when running without a TTY. Report from
cbd7492e 2198 Martin Petrak <petrak@spsknm.schools.sk>
2199 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
2200 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
729bfe59 2201 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
38c295d6 2202 - OpenBSD CVS updates:
2203 - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
2204 [channels.c]
2205 everyone says "nix it" (remove protocol 2 debugging message)
2206 - markus@cvs.openbsd.org 2000/06/17 13:24:34
2207 [sshconnect.c]
2208 allow extended server banners
2209 - markus@cvs.openbsd.org 2000/06/17 14:30:10
2210 [sshconnect.c]
2211 missing atomicio, typo
2212 - jakob@cvs.openbsd.org 2000/06/17 16:52:34
2213 [servconf.c servconf.h session.c sshd.8 sshd_config]
2214 add support for ssh v2 subsystems. ok markus@.
2215 - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
2216 [readconf.c servconf.c]
2217 include = in WHITESPACE; markus ok
2218 - markus@cvs.openbsd.org 2000/06/17 19:09:10
2219 [auth2.c]
2220 implement bug compatibility with ssh-2.0.13 pubkey, server side
2221 - markus@cvs.openbsd.org 2000/06/17 21:00:28
2222 [compat.c]
2223 initial support for ssh.com's 2.2.0
2224 - markus@cvs.openbsd.org 2000/06/17 21:16:09
2225 [scp.c]
2226 typo
2227 - markus@cvs.openbsd.org 2000/06/17 22:05:02
2228 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
2229 split auth-rsa option parsing into auth-options
2230 add options support to authorized_keys2
2231 - markus@cvs.openbsd.org 2000/06/17 22:42:54
2232 [session.c]
2233 typo
cbd7492e 2234
509b1f88 223520000613
2236 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
2237 - Platform define for SCO 3.x which breaks on /dev/ptmx
2238 - Detect and try to fix missing MAXPATHLEN
a4d05724 2239 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
2240 <P.S.S.Camp@ukc.ac.uk>
509b1f88 2241
09564242 224220000612
2243 - (djm) Glob manpages in RPM spec files to catch compressed files
2244 - (djm) Full license in auth-pam.c
08ae384f 2245 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
383207f7 2246 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
2247 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
2248 def'd
2249 - Set AIX to use preformatted manpages
61e96248 2250
74b224a0 225120000610
2252 - (djm) Minor doc tweaks
217ab55e 2253 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
74b224a0 2254
32c80420 225520000609
2256 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
2257 (in favour of utmpx) on Solaris 8
2258
fa649821 225920000606
48c99b2c 2260 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
2261 list of commands (by default). Removed verbose debugging (by default).
bcbf86ec 2262 - (djm) Increased command entropy estimates and default entropy collection
48c99b2c 2263 timeout
f988dce5 2264 - (djm) Remove duplicate headers from loginrec.c
c5fa2eb0 2265 - (djm) Don't add /usr/local/lib to library search path on Irix
bcbf86ec 2266 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
fa649821 2267 <tibbs@math.uh.edu>
1e83f2a2 2268 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
2269 <zack@wolery.cumb.org>
fa649821 2270 - (djm) OpenBSD CVS updates:
2271 - todd@cvs.openbsd.org
2272 [sshconnect2.c]
2273 teach protocol v2 to count login failures properly and also enable an
2274 explanation of why the password prompt comes up again like v1; this is NOT
2275 crypto
61e96248 2276 - markus@cvs.openbsd.org
fa649821 2277 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
2278 xauth_location support; pr 1234
2279 [readconf.c sshconnect2.c]
2280 typo, unused
2281 [session.c]
2282 allow use_login only for login sessions, otherwise remote commands are
2283 execed with uid==0
2284 [sshd.8]
2285 document UseLogin better
2286 [version.h]
2287 OpenSSH 2.1.1
2288 [auth-rsa.c]
bcbf86ec 2289 fix match_hostname() logic for auth-rsa: deny access if we have a
fa649821 2290 negative match or no match at all
2291 [channels.c hostfile.c match.c]
bcbf86ec 2292 don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
fa649821 2293 kris@FreeBSD.org
2294
8e7b16f8 229520000606
bcbf86ec 2296 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
8e7b16f8 2297 configure.
2298
d7c0f3d5 229920000604
2300 - Configure tweaking for new login code on Irix 5.3
2d6c411f 2301 - (andre) login code changes based on djm feedback
d7c0f3d5 2302
2d6c411f 230320000603
2304 - (andre) New login code
2305 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
2306 - Add loginrec.[ch], logintest.c and autoconf code
61e96248 2307
5daf7064 230820000531
2309 - Cleanup of auth.c, login.c and fake-*
2310 - Cleanup of auth-pam.c, save and print "account expired" error messages
e5662474 2311 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
69134b9b 2312 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
2313 of fallback DIY code.
5daf7064 2314
b9f446d1 231520000530
2316 - Define atexit for old Solaris
b02ebca1 2317 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
2318 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
71276795 2319 - OpenBSD CVS updates:
2320 - markus@cvs.openbsd.org
2321 [session.c]
2322 make x11-fwd work w/ localhost (xauth add host/unix:11)
2323 [cipher.c compat.c readconf.c servconf.c]
2324 check strtok() != NULL; ok niels@
2325 [key.c]
2326 fix key_read() for uuencoded keys w/o '='
2327 [serverloop.c]
2328 group ssh1 vs. ssh2 in serverloop
2329 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
2330 split kexinit/kexdh, factor out common code
2331 [readconf.c ssh.1 ssh.c]
2332 forwardagent defaults to no, add ssh -A
2333 - theo@cvs.openbsd.org
2334 [session.c]
2335 just some line shortening
60688ef9 2336 - Released 2.1.0p3
b9f446d1 2337
29611d9c 233820000520
2339 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
25422c70 2340 - Don't touch utmp if USE_UTMPX defined
a423beaf 2341 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
fc1e8bf4 2342 - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
bcbf86ec 2343 - HPUX and Configure fixes from Lutz Jaenicke
fc1e8bf4 2344 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 2345 - Use mkinstalldirs script to make directories instead of non-portable
fc1e8bf4 2346 "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a905808d 2347 - Doc cleanup
29611d9c 2348
301e9b01 234920000518
2350 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
2351 - OpenBSD CVS updates:
2352 - markus@cvs.openbsd.org
2353 [sshconnect.c]
2354 copy only ai_addrlen bytes; misiek@pld.org.pl
2355 [auth.c]
bcbf86ec 2356 accept an empty shell in authentication; bug reported by
301e9b01 2357 chris@tinker.ucr.edu
2358 [serverloop.c]
2359 we don't have stderr for interactive terminal sessions (fcntl errors)
2360
ad85db64 236120000517
2362 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
2363 - Fixes command line printing segfaults (spotter: Bladt Norbert)
2364 - Fixes erroneous printing of debug messages to syslog
2365 - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
2366 - Gives useful error message if PRNG initialisation fails
2367 - Reduced ssh startup delay
2368 - Measures cumulative command time rather than the time between reads
704b1659 2369 after select()
ad85db64 2370 - 'fixprogs' perl script to eliminate non-working entropy commands, and
704b1659 2371 optionally run 'ent' to measure command entropy
c1ef8333 2372 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
a64009ad 2373 - Avoid WCOREDUMP complation errors for systems that lack it
bcbf86ec 2374 - Avoid SIGCHLD warnings from entropy commands
28c1d5ce 2375 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
0e73cc53 2376 - OpenBSD CVS update:
bcbf86ec 2377 - markus@cvs.openbsd.org
0e73cc53 2378 [ssh.c]
2379 fix usage()
2380 [ssh2.h]
2381 draft-ietf-secsh-architecture-05.txt
2382 [ssh.1]
2383 document ssh -T -N (ssh2 only)
2384 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
2385 enable nonblocking IO for sshd w/ proto 1, too; split out common code
2386 [aux.c]
2387 missing include
c04f75f1 2388 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
2389 - INSTALL typo and URL fix
2390 - Makefile fix
2391 - Solaris fixes
bcbf86ec 2392 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
c04f75f1 2393 <ksakai@kso.netwk.ntt-at.co.jp>
afa5ee68 2394 - RSAless operation patch from kevin_oconnor@standardandpoors.com
d45e3d76 2395 - Detect OpenSSL seperatly from RSA
bcbf86ec 2396 - Better test for RSA (more compatible with RSAref). Based on work by
d45e3d76 2397 Ed Eden <ede370@stl.rural.usda.gov>
ad85db64 2398
3d1a1654 239920000513
bcbf86ec 2400 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
3d1a1654 2401 <misiek@pld.org.pl>
2402
d02a3a00 240320000511
bcbf86ec 2404 - Fix for prng_seed permissions checking from Lutz Jaenicke
d02a3a00 2405 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3d1a1654 2406 - "make host-key" fix for Irix
d02a3a00 2407
d0c832f3 240820000509
2409 - OpenBSD CVS update
2410 - markus@cvs.openbsd.org
2411 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
2412 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
2413 - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
2414 - hugh@cvs.openbsd.org
2415 [ssh.1]
2416 - zap typo
2417 [ssh-keygen.1]
2418 - One last nit fix. (markus approved)
2419 [sshd.8]
2420 - some markus certified spelling adjustments
2421 - markus@cvs.openbsd.org
2422 [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
2423 [sshconnect2.c ]
2424 - bug compat w/ ssh-2.0.13 x11, split out bugs
2425 [nchan.c]
2426 - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
2427 [ssh-keygen.c]
2428 - handle escapes in real and original key format, ok millert@
2429 [version.h]
2430 - OpenSSH-2.1
3dc1102e 2431 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
e93ee87a 2432 - Doc updates
bcbf86ec 2433 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
21e5304a 2434 by Andre Lucas <andre.lucas@dial.pipex.com>
d0c832f3 2435
ebdeb9a8 243620000508
2437 - Makefile and RPM spec fixes
2438 - Generate DSA host keys during "make key" or RPM installs
f6cde515 2439 - OpenBSD CVS update
2440 - markus@cvs.openbsd.org
2441 [clientloop.c sshconnect2.c]
2442 - make x11-fwd interop w/ ssh-2.0.13
2443 [README.openssh2]
2444 - interop w/ SecureFX
2445 - Release 2.0.0beta2
ebdeb9a8 2446
bcbf86ec 2447 - Configure caching and cleanup patch from Andre Lucas'
58d100bf 2448 <andre.lucas@dial.pipex.com>
2449
1d1ffb87 245020000507
2451 - Remove references to SSLeay.
2452 - Big OpenBSD CVS update
2453 - markus@cvs.openbsd.org
2454 [clientloop.c]
2455 - typo
2456 [session.c]
2457 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
2458 [session.c]
2459 - update proctitle for proto 1, too
2460 [channels.h nchan.c serverloop.c session.c sshd.c]
2461 - use c-style comments
2462 - deraadt@cvs.openbsd.org
2463 [scp.c]
2464 - more atomicio
bcbf86ec 2465 - markus@cvs.openbsd.org
1d1ffb87 2466 [channels.c]
2467 - set O_NONBLOCK
2468 [ssh.1]
2469 - update AUTHOR
2470 [readconf.c ssh-keygen.c ssh.h]
2471 - default DSA key file ~/.ssh/id_dsa
2472 [clientloop.c]
2473 - typo, rm verbose debug
2474 - deraadt@cvs.openbsd.org
2475 [ssh-keygen.1]
2476 - document DSA use of ssh-keygen
2477 [sshd.8]
2478 - a start at describing what i understand of the DSA side
2479 [ssh-keygen.1]
2480 - document -X and -x
2481 [ssh-keygen.c]
2482 - simplify usage
bcbf86ec 2483 - markus@cvs.openbsd.org
1d1ffb87 2484 [sshd.8]
2485 - there is no rhosts_dsa
2486 [ssh-keygen.1]
2487 - document -y, update -X,-x
2488 [nchan.c]
2489 - fix close for non-open ssh1 channels
2490 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
2491 - s/DsaKey/HostDSAKey/, document option
2492 [sshconnect2.c]
2493 - respect number_of_password_prompts
2494 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
2495 - GatewayPorts for sshd, ok deraadt@
2496 [ssh-add.1 ssh-agent.1 ssh.1]
2497 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
2498 [ssh.1]
2499 - more info on proto 2
2500 [sshd.8]
2501 - sync AUTHOR w/ ssh.1
2502 [key.c key.h sshconnect.c]
2503 - print key type when talking about host keys
2504 [packet.c]
2505 - clear padding in ssh2
2506 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
2507 - replace broken uuencode w/ libc b64_ntop
2508 [auth2.c]
2509 - log failure before sending the reply
2510 [key.c radix.c uuencode.c]
2511 - remote trailing comments before calling __b64_pton
2512 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
2513 [sshconnect2.c sshd.8]
2514 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
2515 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
2516
1a11e1ae 251720000502
0fbe8c74 2518 - OpenBSD CVS update
2519 [channels.c]
2520 - init all fds, close all fds.
2521 [sshconnect2.c]
2522 - check whether file exists before asking for passphrase
2523 [servconf.c servconf.h sshd.8 sshd.c]
2524 - PidFile, pr 1210
2525 [channels.c]
2526 - EINTR
2527 [channels.c]
2528 - unbreak, ok niels@
2529 [sshd.c]
2530 - unlink pid file, ok niels@
2531 [auth2.c]
2532 - Add missing #ifdefs; ok - markus
bcbf86ec 2533 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
d3083fbd 2534 gathering commands from a text file
1a11e1ae 2535 - Release 2.0.0beta1
2536
c4bc58eb 253720000501
2538 - OpenBSD CVS update
2539 [packet.c]
2540 - send debug messages in SSH2 format
3189621b 2541 [scp.c]
2542 - fix very rare EAGAIN/EINTR issues; based on work by djm
2543 [packet.c]
2544 - less debug, rm unused
2545 [auth2.c]
2546 - disable kerb,s/key in ssh2
2547 [sshd.8]
2548 - Minor tweaks and typo fixes.
2549 [ssh-keygen.c]
2550 - Put -d into usage and reorder. markus ok.
bcbf86ec 2551 - Include missing headers for OpenSSL tests. Fix from Phil Karn
44fb55e9 2552 <karn@ka9q.ampr.org>
bcbf86ec 2553 - Fixed __progname symbol collisions reported by Andre Lucas
3fd95d9a 2554 <andre.lucas@dial.pipex.com>
0d5f7abc 2555 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
2556 <gd@hilb1.medat.de>
8cb940db 2557 - Add some missing ifdefs to auth2.c
8af50c98 2558 - Deprecate perl-tk askpass.
52bcc044 2559 - Irix portability fixes - don't include netinet headers more than once
2560 - Make sure we don't save PRNG seed more than once
c4bc58eb 2561
2b763e31 256220000430
2563 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
b7a87eea 2564 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
2565 patch.
2566 - Adds timeout to entropy collection
2567 - Disables slow entropy sources
2568 - Load and save seed file
bcbf86ec 2569 - Changed entropy seed code to user per-user seeds only (server seed is
b7a87eea 2570 saved in root's .ssh directory)
2571 - Use atexit() and fatal cleanups to save seed on exit
0b242b12 2572 - More OpenBSD updates:
2573 [session.c]
2574 - don't call chan_write_failed() if we are not writing
2575 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
2576 - keysize warnings error() -> log()
2b763e31 2577
a306f2dd 257820000429
2579 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
2580 [README.openssh2]
2581 - interop w/ F-secure windows client
2582 - sync documentation
2583 - ssh_host_dsa_key not ssh_dsa_key
2584 [auth-rsa.c]
2585 - missing fclose
2586 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
2587 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
2588 [sshd.c uuencode.c uuencode.h authfile.h]
2589 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
2590 for trading keys with the real and the original SSH, directly from the
2591 people who invented the SSH protocol.
2592 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
2593 [sshconnect1.c sshconnect2.c]
2594 - split auth/sshconnect in one file per protocol version
2595 [sshconnect2.c]
2596 - remove debug
2597 [uuencode.c]
2598 - add trailing =
2599 [version.h]
2600 - OpenSSH-2.0
2601 [ssh-keygen.1 ssh-keygen.c]
2602 - add -R flag: exit code indicates if RSA is alive
2603 [sshd.c]
2604 - remove unused
2605 silent if -Q is specified
2606 [ssh.h]
2607 - host key becomes /etc/ssh_host_dsa_key
2608 [readconf.c servconf.c ]
2609 - ssh/sshd default to proto 1 and 2
2610 [uuencode.c]
2611 - remove debug
2612 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
2613 - xfree DSA blobs
2614 [auth2.c serverloop.c session.c]
2615 - cleanup logging for sshd/2, respect PasswordAuth no
2616 [sshconnect2.c]
2617 - less debug, respect .ssh/config
2618 [README.openssh2 channels.c channels.h]
bcbf86ec 2619 - clientloop.c session.c ssh.c
a306f2dd 2620 - support for x11-fwding, client+server
2621
0ac7199f 262220000421
2623 - Merge fix from OpenBSD CVS
2624 [ssh-agent.c]
2625 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
2626 via Debian bug #59926
18ba2aab 2627 - Define __progname in session.c if libc doesn't
2628 - Remove indentation on autoconf #include statements to avoid bug in
bcbf86ec 2629 DEC Tru64 compiler. Report and fix from David Del Piero
18ba2aab 2630 <David.DelPiero@qed.qld.gov.au>
0ac7199f 2631
e1b37056 263220000420
bcbf86ec 2633 - Make fixpaths work with perl4, patch from Andre Lucas
e1b37056 2634 <andre.lucas@dial.pipex.com>
9da5c3c9 2635 - Sync with OpenBSD CVS:
2636 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
2637 - pid_t
2638 [session.c]
2639 - remove bogus chan_read_failed. this could cause data
2640 corruption (missing data) at end of a SSH2 session.
4e577b89 2641 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
2642 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
2643 - Use vhangup to clean up Linux ttys
2644 - Force posix getopt processing on GNU libc systems
371ecff9 2645 - Debian bug #55910 - remove references to ssl(8) manpages
247f1a89 2646 - Debian bug #58031 - ssh_config lies about default cipher
e1b37056 2647
d6f24e45 264820000419
2649 - OpenBSD CVS updates
2650 [channels.c]
2651 - fix pr 1196, listen_port and port_to_connect interchanged
2652 [scp.c]
bcbf86ec 2653 - after completion, replace the progress bar ETA counter with a final
d6f24e45 2654 elapsed time; my idea, aaron wrote the patch
2655 [ssh_config sshd_config]
2656 - show 'Protocol' as an example, ok markus@
2657 [sshd.c]
2658 - missing xfree()
2659 - Add missing header to bsd-misc.c
2660
35484284 266120000416
2662 - Reduce diff against OpenBSD source
bcbf86ec 2663 - All OpenSSL includes are now unconditionally referenced as
35484284 2664 openssl/foo.h
2665 - Pick up formatting changes
2666 - Other minor changed (typecasts, etc) that I missed
2667
6ae2364d 266820000415
2669 - OpenBSD CVS updates.
2670 [ssh.1 ssh.c]
2671 - ssh -2
2672 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
2673 [session.c sshconnect.c]
2674 - check payload for (illegal) extra data
2675 [ALL]
2676 whitespace cleanup
2677
c323ac76 267820000413
2679 - INSTALL doc updates
f54651ce 2680 - Merged OpenBSD updates to include paths.
bcbf86ec 2681
a8be9f80 268220000412
2683 - OpenBSD CVS updates:
2684 - [channels.c]
2685 repair x11-fwd
2686 - [sshconnect.c]
2687 fix passwd prompt for ssh2, less debugging output.
2688 - [clientloop.c compat.c dsa.c kex.c sshd.c]
2689 less debugging output
2690 - [kex.c kex.h sshconnect.c sshd.c]
2691 check for reasonable public DH values
2692 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
2693 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
2694 add Cipher and Protocol options to ssh/sshd, e.g.:
2695 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
2696 arcfour,3des-cbc'
2697 - [sshd.c]
2698 print 1.99 only if server supports both
2699
18e92801 270020000408
2701 - Avoid some compiler warnings in fake-get*.c
2702 - Add IPTOS macros for systems which lack them
9d98aaf6 2703 - Only set define entropy collection macros if they are found
e78a59f5 2704 - More large OpenBSD CVS updates:
2705 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
2706 [session.h ssh.h sshd.c README.openssh2]
2707 ssh2 server side, see README.openssh2; enable with 'sshd -2'
2708 - [channels.c]
2709 no adjust after close
2710 - [sshd.c compat.c ]
2711 interop w/ latest ssh.com windows client.
61e96248 2712
8ce64345 271320000406
2714 - OpenBSD CVS update:
2715 - [channels.c]
2716 close efd on eof
2717 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
2718 ssh2 client implementation, interops w/ ssh.com and lsh servers.
2719 - [sshconnect.c]
2720 missing free.
2721 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
2722 remove unused argument, split cipher_mask()
2723 - [clientloop.c]
2724 re-order: group ssh1 vs. ssh2
2725 - Make Redhat spec require openssl >= 0.9.5a
2726
e7627112 272720000404
2728 - Add tests for RAND_add function when searching for OpenSSL
7e7327a1 2729 - OpenBSD CVS update:
2730 - [packet.h packet.c]
2731 ssh2 packet format
2732 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
2733 [channels.h channels.c]
2734 channel layer support for ssh2
2735 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
2736 DSA, keyexchange, algorithm agreement for ssh2
6c081128 2737 - Generate manpages before make install not at the end of make all
2738 - Don't seed the rng quite so often
2739 - Always reseed rng when requested
e7627112 2740
bfc9a610 274120000403
2742 - Wrote entropy collection routines for systems that lack /dev/random
2743 and EGD
837c30b8 2744 - Disable tests and typedefs for 64 bit types. They are currently unused.
bfc9a610 2745
7368a6c8 274620000401
2747 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
2748 - [auth.c session.c sshd.c auth.h]
2749 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
2750 - [bufaux.c bufaux.h]
2751 support ssh2 bignums
2752 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
2753 [readconf.c ssh.c ssh.h serverloop.c]
2754 replace big switch() with function tables (prepare for ssh2)
2755 - [ssh2.h]
2756 ssh2 message type codes
2757 - [sshd.8]
2758 reorder Xr to avoid cutting
2759 - [serverloop.c]
2760 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
2761 - [channels.c]
2762 missing close
2763 allow bigger packets
2764 - [cipher.c cipher.h]
2765 support ssh2 ciphers
2766 - [compress.c]
2767 cleanup, less code
2768 - [dispatch.c dispatch.h]
2769 function tables for different message types
2770 - [log-server.c]
2771 do not log() if debuggin to stderr
2772 rename a cpp symbol, to avoid param.h collision
2773 - [mpaux.c]
2774 KNF
2775 - [nchan.c]
2776 sync w/ channels.c
2777
f5238bee 277820000326
2779 - Better tests for OpenSSL w/ RSAref
bcbf86ec 2780 - Added replacement setenv() function from OpenBSD libc. Suggested by
f5238bee 2781 Ben Lindstrom <mouring@pconline.com>
4fe2af09 2782 - OpenBSD CVS update
2783 - [auth-krb4.c]
2784 -Wall
2785 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
2786 [match.h ssh.c ssh.h sshconnect.c sshd.c]
2787 initial support for DSA keys. ok deraadt@, niels@
2788 - [cipher.c cipher.h]
2789 remove unused cipher_attack_detected code
2790 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
2791 Fix some formatting problems I missed before.
2792 - [ssh.1 sshd.8]
2793 fix spelling errors, From: FreeBSD
2794 - [ssh.c]
2795 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
f5238bee 2796
0024a081 279720000324
2798 - Released 1.2.3
2799
bd499f9e 280020000317
2801 - Clarified --with-default-path option.
2802 - Added -blibpath handling for AIX to work around stupid runtime linking.
2803 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
986a22ec 2804 <jmknoble@jmknoble.cx>
474b5fef 2805 - Checks for 64 bit int types. Problem report from Mats Fredholm
2806 <matsf@init.se>
610cd5c6 2807 - OpenBSD CVS updates:
bcbf86ec 2808 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
610cd5c6 2809 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
2810 [sshd.c]
2811 pedantic: signed vs. unsigned, void*-arithm, etc
2812 - [ssh.1 sshd.8]
2813 Various cleanups and standardizations.
bcbf86ec 2814 - Runtime error fix for HPUX from Otmar Stahl
be48d23c 2815 <O.Stahl@lsw.uni-heidelberg.de>
bd499f9e 2816
4696775a 281720000316
bcbf86ec 2818 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
4696775a 2819 Hesprich <dghespri@sprintparanet.com>
d423d822 2820 - Propogate LD through to Makefile
b7a9ce47 2821 - Doc cleanups
2ba2a610 2822 - Added blurb about "scp: command not found" errors to UPGRADING
4696775a 2823
cb0b7ea4 282420000315
2825 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
2826 problems with gcc/Solaris.
bcbf86ec 2827 - Don't free argument to putenv() after use (in setenv() replacement).
db55a3ea 2828 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
bcbf86ec 2829 - Created contrib/ subdirectory. Included helpers from Phil Hands'
13652e52 2830 Debian package, README file and chroot patch from Ricardo Cerqueira
2831 <rmcc@clix.pt>
bcbf86ec 2832 - Moved gnome-ssh-askpass.c to contrib directory and removed config
13652e52 2833 option.
2834 - Slight cleanup to doc files
b14b2ae7 2835 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
cb0b7ea4 2836
a8ed9fd9 283720000314
bcbf86ec 2838 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
a8ed9fd9 2839 peter@frontierflying.com
84afc958 2840 - Include /usr/local/include and /usr/local/lib for systems that don't
2841 do it themselves
2842 - -R/usr/local/lib for Solaris
2843 - Fix RSAref detection
2844 - Fix IN6_IS_ADDR_V4MAPPED macro
a8ed9fd9 2845
bcf36c78 284620000311
2847 - Detect RSAref
43e48848 2848 - OpenBSD CVS change
2849 [sshd.c]
2850 - disallow guessing of root password
867dbf40 2851 - More configure fixes
80faa19f 2852 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
bcf36c78 2853
c8d54615 285420000309
2855 - OpenBSD CVS updates to v1.2.3
704b1659 2856 [ssh.h atomicio.c]
2857 - int atomicio -> ssize_t (for alpha). ok deraadt@
2858 [auth-rsa.c]
2859 - delay MD5 computation until client sends response, free() early, cleanup.
2860 [cipher.c]
2861 - void* -> unsigned char*, ok niels@
2862 [hostfile.c]
2863 - remove unused variable 'len'. fix comments.
2864 - remove unused variable
2865 [log-client.c log-server.c]
2866 - rename a cpp symbol, to avoid param.h collision
2867 [packet.c]
2868 - missing xfree()
2869 - getsockname() requires initialized tolen; andy@guildsoftware.com
2870 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
2871 from Holger.Trapp@Informatik.TU-Chemnitz.DE
2872 [pty.c pty.h]
bcbf86ec 2873 - register cleanup for pty earlier. move code for pty-owner handling to
c8d54615 2874 pty.c ok provos@, dugsong@
704b1659 2875 [readconf.c]
2876 - turn off x11-fwd for the client, too.
2877 [rsa.c]
2878 - PKCS#1 padding
2879 [scp.c]
2880 - allow '.' in usernames; from jedgar@fxp.org
2881 [servconf.c]
2882 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
2883 - sync with sshd_config
2884 [ssh-keygen.c]
2885 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
2886 [ssh.1]
2887 - Change invalid 'CHAT' loglevel to 'VERBOSE'
2888 [ssh.c]
2889 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
2890 - turn off x11-fwd for the client, too.
2891 [sshconnect.c]
2892 - missing xfree()
2893 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
2894 - read error vs. "Connection closed by remote host"
2895 [sshd.8]
2896 - ie. -> i.e.,
2897 - do not link to a commercial page..
2898 - sync with sshd_config
2899 [sshd.c]
2900 - no need for poll.h; from bright@wintelcom.net
2901 - log with level log() not fatal() if peer behaves badly.
2902 - don't panic if client behaves strange. ok deraadt@
2903 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
2904 - delay close() of pty until the pty has been chowned back to root
2905 - oops, fix comment, too.
2906 - missing xfree()
2907 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
2908 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
bcbf86ec 2909 - register cleanup for pty earlier. move code for pty-owner handling to
704b1659 2910 pty.c ok provos@, dugsong@
2911 - create x11 cookie file
2912 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
2913 - version 1.2.3
c8d54615 2914 - Cleaned up
bcbf86ec 2915 - Removed warning workaround for Linux and devpts filesystems (no longer
d8223847 2916 required after OpenBSD updates)
c8d54615 2917
07055445 291820000308
2919 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
2920
292120000307
2922 - Released 1.2.2p1
2923
9c8c3fc6 292420000305
2925 - Fix DEC compile fix
54096dcc 2926 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
aa6bd60a 2927 - Check for getpagesize in libucb.a if not found in libc. Fix for old
2928 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 2929 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
9fc7867e 2930 Mate Wierdl <mw@moni.msci.memphis.edu>
9c8c3fc6 2931
6bf4d066 293220000303
2933 - Added "make host-key" target, Suggestion from Dominik Brettnacher
2934 <domi@saargate.de>
bcbf86ec 2935 - Don't permanently fail on bind() if getaddrinfo has more choices left for
16218745 2936 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
2937 Miskiewicz <misiek@pld.org.pl>
22fa590f 2938 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
2939 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6bf4d066 2940
a0391976 294120000302
2942 - Big cleanup of autoconf code
2943 - Rearranged to be a little more logical
2944 - Added -R option for Solaris
2945 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
2946 to detect library and header location _and_ ensure library has proper
2947 RSA support built in (this is a problem with OpenSSL 0.9.5).
817175bc 2948 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
0a1718dc 2949 - Avoid warning message with Unix98 ptys
bcbf86ec 2950 - Warning was valid - possible race condition on PTYs. Avoided using
3276571c 2951 platform-specific code.
2952 - Document some common problems
bcbf86ec 2953 - Allow root access to any key. Patch from
81eef326 2954 markus.friedl@informatik.uni-erlangen.de
a0391976 2955
f55afe71 295620000207
2957 - Removed SOCKS code. Will support through a ProxyCommand.
2958
d07d1c58 295920000203
2960 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
d581b7ae 2961 - Add --with-ssl-dir option
d07d1c58 2962
9d5f374b 296320000202
bcbf86ec 2964 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
9d5f374b 2965 <jmd@aoe.vt.edu>
6b1f3fdb 2966 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 2967 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
6b1f3fdb 2968 <haruyama@nt.phys.s.u-tokyo.ac.jp>
9d5f374b 2969
bc8c2601 297020000201
2971 - Use socket pairs by default (instead of pipes). Prevents race condition
2972 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
2973
69c76614 297420000127
2975 - Seed OpenSSL's random number generator before generating RSA keypairs
2976 - Split random collector into seperate file
aaf2abd7 2977 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
69c76614 2978
f9507c24 297920000126
2980 - Released 1.2.2 stable
2981
bcbf86ec 2982 - NeXT keeps it lastlog in /usr/adm. Report from
f9507c24 2983 mouring@newton.pconline.com
bcbf86ec 2984 - Added note in UPGRADING re interop with commercial SSH using idea.
986a22ec 2985 Report from Jim Knoble <jmknoble@jmknoble.cx>
587120ad 2986 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
2987 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
f9507c24 2988
bfae20ad 298920000125
bcbf86ec 2990 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
bfae20ad 2991 <andre.lucas@dial.pipex.com>
07b0cb78 2992 - Reorder PAM initialisation so it does not mess up lastlog. Reported
2993 by Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 2994 - Use preformatted manpages on SCO, report from Gary E. Miller
9755cbdb 2995 <gem@rellim.com>
2996 - New URL for x11-ssh-askpass.
bcbf86ec 2997 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
986a22ec 2998 <jmknoble@jmknoble.cx>
bcbf86ec 2999 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
986a22ec 3000 Jim Knoble <jmknoble@jmknoble.cx>
ff8ecdb8 3001 - Updated RPM spec files to use DESTDIR
bfae20ad 3002
bb58aa4b 300320000124
3004 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
3005 increment)
3006
d45317d8 300720000123
3008 - OpenBSD CVS:
3009 - [packet.c]
3010 getsockname() requires initialized tolen; andy@guildsoftware.com
bcbf86ec 3011 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
4c40f834 3012 <drankin@bohemians.lexington.ky.us>
12aa90af 3013 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
d45317d8 3014
e844f761 301520000122
3016 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
3017 <bent@clark.net>
c54a6257 3018 - Merge preformatted manpage patch from Andre Lucas
3019 <andre.lucas@dial.pipex.com>
8eb34e02 3020 - Make IPv4 use the default in RPM packages
3021 - Irix uses preformatted manpages
1e64903d 3022 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
3023 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
9bc5ddfe 3024 - OpenBSD CVS updates:
3025 - [packet.c]
3026 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
3027 from Holger.Trapp@Informatik.TU-Chemnitz.DE
3028 - [sshd.c]
3029 log with level log() not fatal() if peer behaves badly.
3030 - [readpass.c]
bcbf86ec 3031 instead of blocking SIGINT, catch it ourselves, so that we can clean
3032 the tty modes up and kill ourselves -- instead of our process group
61e96248 3033 leader (scp, cvs, ...) going away and leaving us in noecho mode.
9bc5ddfe 3034 people with cbreak shells never even noticed..
399d9d44 3035 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
3036 ie. -> i.e.,
e844f761 3037
4c8ef3fb 303820000120
3039 - Don't use getaddrinfo on AIX
7b2ea3a1 3040 - Update to latest OpenBSD CVS:
3041 - [auth-rsa.c]
3042 - fix user/1056, sshd keeps restrictions; dbt@meat.net
3043 - [sshconnect.c]
3044 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
3045 - destroy keys earlier
bcbf86ec 3046 - split key exchange (kex) and user authentication (user-auth),
d468fc76 3047 ok: provos@
7b2ea3a1 3048 - [sshd.c]
3049 - no need for poll.h; from bright@wintelcom.net
3050 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
bcbf86ec 3051 - split key exchange (kex) and user authentication (user-auth),
d468fc76 3052 ok: provos@
f3bba493 3053 - Big manpage and config file cleanup from Andre Lucas
3054 <andre.lucas@dial.pipex.com>
5f4fdfae 3055 - Re-added latest (unmodified) OpenBSD manpages
47f9a56a 3056 - Doc updates
d468fc76 3057 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
3058 Christos Zoulas <christos@netbsd.org>
4c8ef3fb 3059
082bbfb3 306020000119
20af321f 3061 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
082bbfb3 3062 - Compile fix from Darren_Hall@progressive.com
59e76f33 3063 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
3064 addresses using getaddrinfo(). Added a configure switch to make the
3065 default lookup mode AF_INET
082bbfb3 3066
a63a7f37 306720000118
3068 - Fixed --with-pid-dir option
51a6baf8 3069 - Makefile fix from Gary E. Miller <gem@rellim.com>
61e96248 3070 - Compile fix for HPUX and Solaris from Andre Lucas
976f7e19 3071 <andre.lucas@dial.pipex.com>
a63a7f37 3072
f914c7fb 307320000117
3074 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
3075 port, ignore EINVAL errors (Linux) when searching for free port.
bcbf86ec 3076 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
de93b046 3077 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
9b363e1c 3078 - Document location of Redhat PAM file in INSTALL.
bcbf86ec 3079 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
3080 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
f4a7cf29 3081 deliver (no IPv6 kernel support)
80a44451 3082 - Released 1.2.1pre27
f914c7fb 3083
f4a7cf29 3084 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
bcbf86ec 3085 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
cf8ad170 3086 <jhuuskon@hytti.uku.fi>
bcbf86ec 3087 - Fix hang on logout if processes are still using the pty. Needs
691a8a9f 3088 further testing.
5957fd29 3089 - Patch from Christos Zoulas <christos@zoulas.com>
3090 - Try $prefix first when looking for OpenSSL.
3091 - Include sys/types.h when including sys/socket.h in test programs
bcbf86ec 3092 - Substitute PID directory in sshd.8. Suggestion from Andrew
19d9ac2a 3093 Stribblehill <a.d.stribblehill@durham.ac.uk>
f4a7cf29 3094
47e45e44 309520000116
3096 - Renamed --with-xauth-path to --with-xauth
3097 - Added --with-pid-dir option
3098 - Released 1.2.1pre26
3099
a82ef8ae 3100 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
bcbf86ec 3101 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
66be05a1 3102 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
a82ef8ae 3103
5cdfe03f 310420000115
3105 - Add --with-xauth-path configure directive and explicit test for
bcbf86ec 3106 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
5cdfe03f 3107 Nordby <anders@fix.no>
bcbf86ec 3108 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
5cdfe03f 3109 openpty. Report from John Seifarth <john@waw.be>
3110 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
bcbf86ec 3111 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
5cdfe03f 3112 <gem@rellim.com>
3113 - Use __snprintf and __vnsprintf if they are found where snprintf and
3114 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
3115 and others.
3116
48e671d5 311720000114
3118 - Merged OpenBSD IPv6 patch:
3119 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
3120 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
3121 [hostfile.c sshd_config]
3122 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
bcbf86ec 3123 features: sshd allows multiple ListenAddress and Port options. note
3124 that libwrap is not IPv6-ready. (based on patches from
48e671d5 3125 fujiwara@rcac.tdi.co.jp)
3126 - [ssh.c canohost.c]
bcbf86ec 3127 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
48e671d5 3128 from itojun@
3129 - [channels.c]
3130 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
3131 - [packet.h]
3132 allow auth-kerberos for IPv4 only
3133 - [scp.1 sshd.8 servconf.h scp.c]
3134 document -4, -6, and 'ssh -L 2022/::1/22'
3135 - [ssh.c]
bcbf86ec 3136 'ssh @host' is illegal (null user name), from
48e671d5 3137 karsten@gedankenpolizei.de
3138 - [sshconnect.c]
3139 better error message
3140 - [sshd.c]
3141 allow auth-kerberos for IPv4 only
3142 - Big IPv6 merge:
3143 - Cleanup overrun in sockaddr copying on RHL 6.1
3144 - Replacements for getaddrinfo, getnameinfo, etc based on versions
3145 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
3146 - Replacement for missing structures on systems that lack IPv6
3147 - record_login needed to know about AF_INET6 addresses
3148 - Borrowed more code from OpenBSD: rresvport_af and requisites
3149
2598df62 315020000110
3151 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
3152
b8a0310d 315320000107
3154 - New config.sub and config.guess to fix problems on SCO. Supplied
3155 by Gary E. Miller <gem@rellim.com>
b6a98a85 3156 - SCO build fix from Gary E. Miller <gem@rellim.com>
2598df62 3157 - Released 1.2.1pre25
b8a0310d 3158
dfb95100 315920000106
3160 - Documentation update & cleanup
3161 - Better KrbIV / AFS detection, based on patch from:
3162 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
3163
b9795b89 316420000105
bcbf86ec 3165 - Fixed annoying DES corruption problem. libcrypt has been
b9795b89 3166 overriding symbols in libcrypto. Removed libcrypt and crypt.h
3167 altogether (libcrypto includes its own crypt(1) replacement)
3168 - Added platform-specific rules for Irix 6.x. Included warning that
3169 they are untested.
3170
a1ec4d79 317120000103
3172 - Add explicit make rules for files proccessed by fixpaths.
61e96248 3173 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
a1ec4d79 3174 <tnh@kondara.org>
bcbf86ec 3175 - Removed "nullok" directive from default PAM configuration files.
3176 Added information on enabling EmptyPasswords on openssh+PAM in
607d73e6 3177 UPGRADING file.
e02735bb 3178 - OpenBSD CVS updates
3179 - [ssh-agent.c]
bcbf86ec 3180 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
e02735bb 3181 dgaudet@arctic.org
3182 - [sshconnect.c]
3183 compare correct version for 1.3 compat mode
a1ec4d79 3184
93c7f644 318520000102
3186 - Prevent multiple inclusion of config.h and defines.h. Suggested
3187 by Andre Lucas <andre.lucas@dial.pipex.com>
3188 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
3189 <dgaudet@arctic.org>
3190
76b8607f 319119991231
bcbf86ec 3192 - Fix password support on systems with a mixture of shadowed and
3193 non-shadowed passwords (e.g. NIS). Report and fix from
76b8607f 3194 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 3195 - Fix broken autoconf typedef detection. Report from Marc G.
723221b5 3196 Fournier <marc.fournier@acadiau.ca>
b92964b7 3197 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
3198 <Franz.Sirl-kernel@lauterbach.com>
bcbf86ec 3199 - Prevent typedefs from being compiled more than once. Report from
a6ddc88b 3200 Marc G. Fournier <marc.fournier@acadiau.ca>
4811cc0b 3201 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
3202 <iretd@bigfoot.com>
bcbf86ec 3203 - Really fix broken default path. Fix from Jim Knoble
986a22ec 3204 <jmknoble@jmknoble.cx>
ae3a3d31 3205 - Remove test for quad_t. No longer needed.
76a8e733 3206 - Released 1.2.1pre24
3207
3208 - Added support for directory-based lastlogs
3209 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
76b8607f 3210
13f825f4 321119991230
3212 - OpenBSD CVS updates:
3213 - [auth-passwd.c]
3214 check for NULL 1st
bcbf86ec 3215 - Removed most of the pam code into its own file auth-pam.[ch]. This
a5c9cd31 3216 cleaned up sshd.c up significantly.
bcbf86ec 3217 - PAM authentication was incorrectly interpreting
76b8607f 3218 "PermitRootLogin without-password". Report from Matthias Andree
3219 <ma@dt.e-technik.uni-dortmund.de
a5c9cd31 3220 - Several other cleanups
0bc5b6fb 3221 - Merged Dante SOCKS support patch from David Rankin
3222 <drankin@bohemians.lexington.ky.us>
3223 - Updated documentation with ./configure options
76b8607f 3224 - Released 1.2.1pre23
13f825f4 3225
c73a0cb5 322619991229
bcbf86ec 3227 - Applied another NetBSD portability patch from David Rankin
c73a0cb5 3228 <drankin@bohemians.lexington.ky.us>
3229 - Fix --with-default-path option.
bcbf86ec 3230 - Autodetect perl, patch from David Rankin
a0f84251 3231 <drankin@bohemians.lexington.ky.us>
bcbf86ec 3232 - Print whether OpenSSH was compiled with RSARef, patch from
0a2ff95d 3233 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
bcbf86ec 3234 - Calls to pam_setcred, patch from Nalin Dahyabhai
f91bacbd 3235 <nalin@thermo.stat.ncsu.edu>
e3a93db0 3236 - Detect missing size_t and typedef it.
5ab44a92 3237 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
3238 - Minor Makefile cleaning
c73a0cb5 3239
b6019d68 324019991228
3241 - Replacement for getpagesize() for systems which lack it
bcbf86ec 3242 - NetBSD login.c compile fix from David Rankin
70e0115b 3243 <drankin@bohemians.lexington.ky.us>
3244 - Fully set ut_tv if present in utmp or utmpx
d94aa2ae 3245 - Portability fixes for Irix 5.3 (now compiles OK!)
3246 - autoconf and other misc cleanups
ea1970a3 3247 - Merged AIX patch from Darren Hall <dhall@virage.org>
3248 - Cleaned up defines.h
fa9a2dd6 3249 - Released 1.2.1pre22
b6019d68 3250
d2dcff5f 325119991227
3252 - Automatically correct paths in manpages and configuration files. Patch
3253 and script from Andre Lucas <andre.lucas@dial.pipex.com>
3254 - Removed credits from README to CREDITS file, updated.
cb807f40 3255 - Added --with-default-path to specify custom path for server
3256 - Removed #ifdef trickery from acconfig.h into defines.h
36a5b38e 3257 - PAM bugfix. PermitEmptyPassword was being ignored.
3258 - Fixed PAM config files to allow empty passwords if server does.
3259 - Explained spurious PAM auth warning workaround in UPGRADING
21feb5fa 3260 - Use last few chars of tty line as ut_id
5a7794be 3261 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
00e6dd70 3262 - OpenBSD CVS updates:
3263 - [packet.h auth-rhosts.c]
3264 check format string for packet_disconnect and packet_send_debug, too
3265 - [channels.c]
3266 use packet_get_maxsize for channels. consistence.
d2dcff5f 3267
f74efc8d 326819991226
3269 - Enabled utmpx support by default for Solaris
3270 - Cleanup sshd.c PAM a little more
986a22ec 3271 - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx>
bc7ea646 3272 X11 ssh-askpass program.
20c43d8c 3273 - Disable logging of PAM success and failures, PAM is verbose enough.
bcbf86ec 3274 Unfortunatly there is currently no way to disable auth failure
3275 messages. Mention this in UPGRADING file and sent message to PAM
20c43d8c 3276 developers
83b7f649 3277 - OpenBSD CVS update:
3278 - [ssh-keygen.1 ssh.1]
bcbf86ec 3279 remove ref to .ssh/random_seed, mention .ssh/environment in
83b7f649 3280 .Sh FILES, too
72251cb6 3281 - Released 1.2.1pre21
bcbf86ec 3282 - Fixed implicit '.' in default path, report from Jim Knoble
986a22ec 3283 <jmknoble@jmknoble.cx>
3284 - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx>
f74efc8d 3285
f498ed15 328619991225
3287 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
3288 - Cleanup of auth-passwd.c for shadow and MD5 passwords
3289 - Cleanup and bugfix of PAM authentication code
f74efc8d 3290 - Released 1.2.1pre20
3291
3292 - Merged fixes from Ben Taylor <bent@clark.net>
3293 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
3294 - Disabled logging of PAM password authentication failures when password
3295 is empty. (e.g start of authentication loop). Reported by Naz
3296 <96na@eng.cam.ac.uk>)
f498ed15 3297
329819991223
bcbf86ec 3299 - Merged later HPUX patch from Andre Lucas
f498ed15 3300 <andre.lucas@dial.pipex.com>
3301 - Above patch included better utmpx support from Ben Taylor
f74efc8d 3302 <bent@clark.net>
f498ed15 3303
eef6f7e9 330419991222
bcbf86ec 3305 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
eef6f7e9 3306 <pope@netguide.dk>
ae28776a 3307 - Fix login.c breakage on systems which lack ut_host in struct
3308 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
eef6f7e9 3309
a7effaac 331019991221
bcbf86ec 3311 - Integration of large HPUX patch from Andre Lucas
3312 <andre.lucas@dial.pipex.com>. Integrating it had a few other
a7effaac 3313 benefits:
3314 - Ability to disable shadow passwords at configure time
3315 - Ability to disable lastlog support at configure time
3316 - Support for IP address in $DISPLAY
ae2f7af7 3317 - OpenBSD CVS update:
3318 - [sshconnect.c]
3319 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
59dd7a31 3320 - Fix DISABLE_SHADOW support
3321 - Allow MD5 passwords even if shadow passwords are disabled
16034de9 3322 - Release 1.2.1pre19
a7effaac 3323
3f1d9bcd 332419991218
bcbf86ec 3325 - Redhat init script patch from Chun-Chung Chen
3f1d9bcd 3326 <cjj@u.washington.edu>
7e1c2490 3327 - Avoid breakage on systems without IPv6 headers
3f1d9bcd 3328
60d804c8 332919991216
bcbf86ec 3330 - Makefile changes for Solaris from Peter Kocks
60d804c8 3331 <peter.kocks@baygate.com>
89cafde6 3332 - Minor updates to docs
3333 - Merged OpenBSD CVS changes:
3334 - [authfd.c ssh-agent.c]
3335 keysize warnings talk about identity files
3336 - [packet.c]
3337 "Connection closed by x.x.x.x": fatal() -> log()
bcbf86ec 3338 - Correctly handle empty passwords in shadow file. Patch from:
c9d323f0 3339 "Chris, the Young One" <cky@pobox.com>
3340 - Released 1.2.1pre18
60d804c8 3341
7dc6fc6d 334219991215
3343 - Integrated patchs from Juergen Keil <jk@tools.de>
3344 - Avoid void* pointer arithmatic
3345 - Use LDFLAGS correctly
68227e6d 3346 - Fix SIGIO error in scp
3347 - Simplify status line printing in scp
61e96248 3348 - Added better test for inline functions compiler support from
906a2515 3349 Darren_Hall@progressive.com
7dc6fc6d 3350
95f1eccc 335119991214
3352 - OpenBSD CVS Changes
3353 - [canohost.c]
bcbf86ec 3354 fix get_remote_port() and friends for sshd -i;
95f1eccc 3355 Holger.Trapp@Informatik.TU-Chemnitz.DE
3356 - [mpaux.c]
3357 make code simpler. no need for memcpy. niels@ ok
3358 - [pty.c]
3359 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
3360 fix proto; markus
3361 - [ssh.1]
3362 typo; mark.baushke@solipsa.com
3363 - [channels.c ssh.c ssh.h sshd.c]
3364 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
3365 - [sshconnect.c]
3366 move checking of hostkey into own function.
3367 - [version.h]
3368 OpenSSH-1.2.1
884bcb37 3369 - Clean up broken includes in pty.c
7303768f 3370 - Some older systems don't have poll.h, they use sys/poll.h instead
3371 - Doc updates
95f1eccc 3372
847e8865 337319991211
bcbf86ec 3374 - Fix compilation on systems with AFS. Reported by
847e8865 3375 aloomis@glue.umd.edu
bcbf86ec 3376 - Fix installation on Solaris. Reported by
847e8865 3377 Gordon Rowell <gordonr@gormand.com.au>
3378 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
3379 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
3380 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
3381 - Compile fix from David Agraz <dagraz@jahoopa.com>
3382 - Avoid compiler warning in bsd-snprintf.c
bcbf86ec 3383 - Added pam_limits.so to default PAM config. Suggested by
986a22ec 3384 Jim Knoble <jmknoble@jmknoble.cx>
847e8865 3385
8946db53 338619991209
3387 - Import of patch from Ben Taylor <bent@clark.net>:
3388 - Improved PAM support
3389 - "uninstall" rule for Makefile
3390 - utmpx support
3391 - Should fix PAM problems on Solaris
2d86a6cc 3392 - OpenBSD CVS updates:
3393 - [readpass.c]
3394 avoid stdio; based on work by markus, millert, and I
3395 - [sshd.c]
3396 make sure the client selects a supported cipher
3397 - [sshd.c]
bcbf86ec 3398 fix sighup handling. accept would just restart and daemon handled
3399 sighup only after the next connection was accepted. use poll on
2d86a6cc 3400 listen sock now.
3401 - [sshd.c]
3402 make that a fatal
87e91331 3403 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
3404 to fix libwrap support on NetBSD
5001b9e4 3405 - Released 1.2pre17
8946db53 3406
6d8c4ea4 340719991208
bcbf86ec 3408 - Compile fix for Solaris with /dev/ptmx from
6d8c4ea4 3409 David Agraz <dagraz@jahoopa.com>
3410
4285816a 341119991207
986a22ec 3412 - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx>
4285816a 3413 fixes compatability with 4.x and 5.x
db28aeb5 3414 - Fixed default SSH_ASKPASS
bcbf86ec 3415 - Fix PAM account and session being called multiple times. Problem
d465f2ca 3416 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
a408af76 3417 - Merged more OpenBSD changes:
3418 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
bcbf86ec 3419 move atomicio into it's own file. wrap all socket write()s which
a408af76 3420 were doing write(sock, buf, len) != len, with atomicio() calls.
3421 - [auth-skey.c]
3422 fd leak
3423 - [authfile.c]
3424 properly name fd variable
3425 - [channels.c]
3426 display great hatred towards strcpy
3427 - [pty.c pty.h sshd.c]
3428 use openpty() if it exists (it does on BSD4_4)
3429 - [tildexpand.c]
3430 check for ~ expansion past MAXPATHLEN
3431 - Modified helper.c to use new atomicio function.
3432 - Reformat Makefile a little
3433 - Moved RC4 routines from rc4.[ch] into helper.c
3434 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
9983a8ca 3435 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
3436 - Tweaked Redhat spec
9158d92f 3437 - Clean up bad imports of a few files (forgot -kb)
3438 - Released 1.2pre16
4285816a 3439
9c7b6dfd 344019991204
3441 - Small cleanup of PAM code in sshd.c
57112b5a 3442 - Merged OpenBSD CVS changes:
3443 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
3444 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
3445 - [auth-rsa.c]
3446 warn only about mismatch if key is _used_
3447 warn about keysize-mismatch with log() not error()
3448 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
3449 ports are u_short
3450 - [hostfile.c]
3451 indent, shorter warning
3452 - [nchan.c]
3453 use error() for internal errors
3454 - [packet.c]
3455 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
3456 serverloop.c
3457 indent
3458 - [ssh-add.1 ssh-add.c ssh.h]
3459 document $SSH_ASKPASS, reasonable default
3460 - [ssh.1]
3461 CheckHostIP is not available for connects via proxy command
3462 - [sshconnect.c]
3463 typo
3464 easier to read client code for passwd and skey auth
3465 turn of checkhostip for proxy connects, since we don't know the remote ip
9c7b6dfd 3466
dad3b556 346719991126
3468 - Add definition for __P()
3469 - Added [v]snprintf() replacement for systems that lack it
3470
0ce43ae4 347119991125
3472 - More reformatting merged from OpenBSD CVS
3473 - Merged OpenBSD CVS changes:
3474 - [channels.c]
3475 fix packet_integrity_check() for !have_hostname_in_open.
3476 report from mrwizard@psu.edu via djm@ibs.com.au
3477 - [channels.c]
3478 set SO_REUSEADDR and SO_LINGER for forwarded ports.
3479 chip@valinux.com via damien@ibs.com.au
3480 - [nchan.c]
3481 it's not an error() if shutdown_write failes in nchan.
3482 - [readconf.c]
3483 remove dead #ifdef-0-code
3484 - [readconf.c servconf.c]
3485 strcasecmp instead of tolower
3486 - [scp.c]
3487 progress meter overflow fix from damien@ibs.com.au
3488 - [ssh-add.1 ssh-add.c]
3489 SSH_ASKPASS support
3490 - [ssh.1 ssh.c]
3491 postpone fork_after_authentication until command execution,
3492 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
3493 plus: use daemon() for backgrounding
cf8dd513 3494 - Added BSD compatible install program and autoconf test, thanks to
3495 Niels Kristian Bech Jensen <nkbj@image.dk>
3496 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
09041313 3497 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3dbefdb8 3498 - Release 1.2pre15
0ce43ae4 3499
5260325f 350019991124
3501 - Merged very large OpenBSD source code reformat
3502 - OpenBSD CVS updates
3503 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
3504 [ssh.h sshd.8 sshd.c]
3505 syslog changes:
3506 * Unified Logmessage for all auth-types, for success and for failed
3507 * Standard connections get only ONE line in the LOG when level==LOG:
3508 Auth-attempts are logged only, if authentication is:
3509 a) successfull or
3510 b) with passwd or
3511 c) we had more than AUTH_FAIL_LOG failues
3512 * many log() became verbose()
3513 * old behaviour with level=VERBOSE
3514 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
3515 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
3516 messages. allows use of s/key in windows (ttssh, securecrt) and
3517 ssh-1.2.27 clients without 'ssh -v', ok: niels@
3518 - [sshd.8]
3519 -V, for fallback to openssh in SSH2 compatibility mode
3520 - [sshd.c]
3521 fix sigchld race; cjc5@po.cwru.edu
3522
4655fe80 352319991123
3524 - Added SuSE package files from Chris Saia <csaia@wtower.com>
8b241e50 3525 - Restructured package-related files under packages/*
4655fe80 3526 - Added generic PAM config
8b241e50 3527 - Numerous little Solaris fixes
9c08d6ce 3528 - Add recommendation to use GNU make to INSTALL document
4655fe80 3529
60bed5fd 353019991122
3531 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 3532 - OpenBSD CVS Changes
bcbf86ec 3533 - [ssh-keygen.c]
3534 don't create ~/.ssh only if the user wants to store the private
3535 key there. show fingerprint instead of public-key after
2f2cc3f9 3536 keygeneration. ok niels@
b09a984b 3537 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 3538 - Added timersub() macro
b09a984b 3539 - Tidy RCSIDs of bsd-*.c
bcbf86ec 3540 - Added autoconf test and macro to deal with old PAM libraries
96ad4350 3541 pam_strerror definition (one arg vs two).
530f1889 3542 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
bcbf86ec 3543 - Retry /dev/urandom reads interrupted by signal (report from
530f1889 3544 Robert Hardy <rhardy@webcon.net>)
1647c2b5 3545 - Added a setenv replacement for systems which lack it
d84a9a44 3546 - Only display public key comment when presenting ssh-askpass dialog
3547 - Released 1.2pre14
60bed5fd 3548
bcbf86ec 3549 - Configure, Make and changelog corrections from Tudor Bosman
2ddcfdf3 3550 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
3551
9d6b7add 355219991121
2f2cc3f9 3553 - OpenBSD CVS Changes:
60bed5fd 3554 - [channels.c]
3555 make this compile, bad markus
3556 - [log.c readconf.c servconf.c ssh.h]
3557 bugfix: loglevels are per host in clientconfig,
3558 factor out common log-level parsing code.
3559 - [servconf.c]
3560 remove unused index (-Wall)
3561 - [ssh-agent.c]
3562 only one 'extern char *__progname'
3563 - [sshd.8]
3564 document SIGHUP, -Q to synopsis
3565 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
3566 [channels.c clientloop.c]
3567 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
3568 [hope this time my ISP stays alive during commit]
3569 - [OVERVIEW README] typos; green@freebsd
3570 - [ssh-keygen.c]
3571 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
3572 exit if writing the key fails (no infinit loop)
3573 print usage() everytime we get bad options
3574 - [ssh-keygen.c] overflow, djm@mindrot.org
3575 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
61e96248 3576
2b942fe0 357719991120
bcbf86ec 3578 - Merged more Solaris support from Marc G. Fournier
2b942fe0 3579 <marc.fournier@acadiau.ca>
3580 - Wrote autoconf tests for integer bit-types
3581 - Fixed enabling kerberos support
bcbf86ec 3582 - Fix segfault in ssh-keygen caused by buffer overrun in filename
13c36c4c 3583 handling.
2b942fe0 3584
06479889 358519991119
3586 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 3587 - Merged OpenBSD CVS changes
3588 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
3589 more %d vs. %s in fmt-strings
3590 - [authfd.c]
3591 Integers should not be printed with %s
7b1cc56c 3592 - EGD uses a socket, not a named pipe. Duh.
3593 - Fix includes in fingerprint.c
29dbde15 3594 - Fix scp progress bar bug again.
bcbf86ec 3595 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
736890c4 3596 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 3597 - Added autoconf option to enable Kerberos 4 support (untested)
3598 - Added autoconf option to enable AFS support (untested)
3599 - Added autoconf option to enable S/Key support (untested)
3600 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 3601 - Renamed BSD helper function files to bsd-*
bcbf86ec 3602 - Added tests for login and daemon and enable OpenBSD replacements for
caf3bc51 3603 when they are absent.
3604 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 3605
2bd61362 360619991118
3607 - Merged OpenBSD CVS changes
3608 - [scp.c] foregroundproc() in scp
3609 - [sshconnect.h] include fingerprint.h
bcbf86ec 3610 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
2bd61362 3611 changes.
0c16a097 3612 - [ssh.1] Spell my name right.
2bd61362 3613 - Added openssh.com info to README
3614
f095fcc7 361519991117
3616 - Merged OpenBSD CVS changes
3617 - [ChangeLog.Ylonen] noone needs this anymore
3618 - [authfd.c] close-on-exec for auth-socket, ok deraadt
bcbf86ec 3619 - [hostfile.c]
3620 in known_hosts key lookup the entry for the bits does not need
3621 to match, all the information is contained in n and e. This
3622 solves the problem with buggy servers announcing the wrong
f095fcc7 3623 modulus length. markus and me.
bcbf86ec 3624 - [serverloop.c]
3625 bugfix: check for space if child has terminated, from:
f095fcc7 3626 iedowse@maths.tcd.ie
3627 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
3628 [fingerprint.c fingerprint.h]
3629 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
3630 - [ssh-agent.1] typo
3631 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
bcbf86ec 3632 - [sshd.c]
f095fcc7 3633 force logging to stderr while loading private key file
3634 (lost while converting to new log-levels)
3635
4d195447 363619991116
3637 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
3638 - Merged OpenBSD CVS changes:
3639 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
3640 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
3641 the keysize of rsa-parameter 'n' is passed implizit,
3642 a few more checks and warnings about 'pretended' keysizes.
3643 - [cipher.c cipher.h packet.c packet.h sshd.c]
3644 remove support for cipher RC4
3645 - [ssh.c]
3646 a note for legay systems about secuity issues with permanently_set_uid(),
3647 the private hostkey and ptrace()
3648 - [sshconnect.c]
3649 more detailed messages about adding and checking hostkeys
3650
dad9a31e 365119991115
3652 - Merged OpenBSD CVS changes:
bcbf86ec 3653 - [ssh-add.c] change passphrase loop logic and remove ref to
dad9a31e 3654 $DISPLAY, ok niels
3655 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
bcbf86ec 3656 modular.
dad9a31e 3657 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 3658 - Merged more OpenBSD CVS changes:
704b1659 3659 [auth-krb4.c]
3660 - disconnect if getpeername() fails
3661 - missing xfree(*client)
3662 [canohost.c]
3663 - disconnect if getpeername() fails
3664 - fix comment: we _do_ disconnect if ip-options are set
3665 [sshd.c]
3666 - disconnect if getpeername() fails
3667 - move checking of remote port to central place
3668 [auth-rhosts.c] move checking of remote port to central place
3669 [log-server.c] avoid extra fd per sshd, from millert@
3670 [readconf.c] print _all_ bad config-options in ssh(1), too
3671 [readconf.h] print _all_ bad config-options in ssh(1), too
3672 [ssh.c] print _all_ bad config-options in ssh(1), too
3673 [sshconnect.c] disconnect if getpeername() fails
e7c0f9d5 3674 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 3675 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 3676 - Merged more Solaris compability from Marc G. Fournier
3677 <marc.fournier@acadiau.ca>
3678 - Wrote autoconf tests for __progname symbol
986a22ec 3679 - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx>
0c372277 3680 - Released 1.2pre12
3681
3682 - Another OpenBSD CVS update:
3683 - [ssh-keygen.1] fix .Xr
dad9a31e 3684
92da7197 368519991114
3686 - Solaris compilation fixes (still imcomplete)
3687
94f7bb9e 368819991113
dd092f97 3689 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
3690 - Don't install config files if they already exist
3691 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 3692 - Removed redundant inclusions of config.h
e9c75a39 3693 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 3694 - Merged OpenBSD CVS changes:
3695 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
bcbf86ec 3696 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
94f7bb9e 3697 totalsize, ok niels,aaron
bcbf86ec 3698 - Delay fork (-f option) in ssh until after port forwarded connections
94f7bb9e 3699 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 3700 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
3701 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 3702 - Tidied default config file some more
3703 - Revised Redhat initscript to fix bug: sshd (re)start would fail
3704 if executed from inside a ssh login.
94f7bb9e 3705
e35c1dc2 370619991112
3707 - Merged changes from OpenBSD CVS
3708 - [sshd.c] session_key_int may be zero
b4748e2f 3709 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
bcbf86ec 3710 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
b4748e2f 3711 deraadt,millert
3712 - Brought default sshd_config more in line with OpenBSD's
547c9f30 3713 - Grab server in gnome-ssh-askpass (Debian bug #49872)
3714 - Released 1.2pre10
e35c1dc2 3715
8bc7973f 3716 - Added INSTALL documentation
6fa724bc 3717 - Merged yet more changes from OpenBSD CVS
3718 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
3719 [ssh.c ssh.h sshconnect.c sshd.c]
3720 make all access to options via 'extern Options options'
3721 and 'extern ServerOptions options' respectively;
3722 options are no longer passed as arguments:
3723 * make options handling more consistent
3724 * remove #include "readconf.h" from ssh.h
3725 * readconf.h is only included if necessary
3726 - [mpaux.c] clear temp buffer
3727 - [servconf.c] print _all_ bad options found in configfile
045672f9 3728 - Make ssh-askpass support optional through autoconf
59b0f0d4 3729 - Fix nasty division-by-zero error in scp.c
3730 - Released 1.2pre11
8bc7973f 3731
4cca272e 373219991111
3733 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 3734 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 3735 - Merged OpenBSD CVS changes:
3736 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
3737 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
3738 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
bcbf86ec 3739 - Fix integer overflow which was messing up scp's progress bar for large
3f1d9bcd 3740 file transfers. Fix submitted to OpenBSD developers. Report and fix
3741 from Kees Cook <cook@cpoint.net>
6a17f9c2 3742 - Merged more OpenBSD CVS changes:
bcbf86ec 3743 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
6a17f9c2 3744 + krb-cleanup cleanup
3745 - [clientloop.c log-client.c log-server.c ]
3746 [readconf.c readconf.h servconf.c servconf.h ]
3747 [ssh.1 ssh.c ssh.h sshd.8]
3748 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
3749 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 3750 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
3751 allow session_key_int != sizeof(session_key)
3752 [this should fix the pre-assert-removal-core-files]
3753 - Updated default config file to use new LogLevel option and to improve
3754 readability
3755
f370266e 375619991110
67d68e3a 3757 - Merged several minor fixes:
f370266e 3758 - ssh-agent commandline parsing
3759 - RPM spec file now installs ssh setuid root
3760 - Makefile creates libdir
4cca272e 3761 - Merged beginnings of Solaris compability from Marc G. Fournier
3762 <marc.fournier@acadiau.ca>
f370266e 3763
d4f11b59 376419991109
3765 - Autodetection of SSL/Crypto library location via autoconf
3766 - Fixed location of ssh-askpass to follow autoconf
3767 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
3768 - Autodetection of RSAref library for US users
3769 - Minor doc updates
560557bb 3770 - Merged OpenBSD CVS changes:
3771 - [rsa.c] bugfix: use correct size for memset()
3772 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 3773 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 3774 - RPM build now creates subpackages
aa51e7cc 3775 - Released 1.2pre9
d4f11b59 3776
e1a9c08d 377719991108
3778 - Removed debian/ directory. This is now being maintained separately.
3779 - Added symlinks for slogin in RPM spec file
3780 - Fixed permissions on manpages in RPM spec file
3781 - Added references to required libraries in README file
3782 - Removed config.h.in from CVS
3783 - Removed pwdb support (better pluggable auth is provided by glibc)
3784 - Made PAM and requisite libdl optional
3785 - Removed lots of unnecessary checks from autoconf
3786 - Added support and autoconf test for openpty() function (Unix98 pty support)
3787 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
3788 - Added TODO file
3789 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
3790 - Added ssh-askpass program
3791 - Added ssh-askpass support to ssh-add.c
3792 - Create symlinks for slogin on install
3793 - Fix "distclean" target in makefile
3794 - Added example for ssh-agent to manpage
3795 - Added support for PAM_TEXT_INFO messages
3796 - Disable internal /etc/nologin support if PAM enabled
3797 - Merged latest OpenBSD CVS changes:
5bae4ab8 3798 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 3799 - [sshd.c] don't send fail-msg but disconnect if too many authentication
3800 failures
e1a9c08d 3801 - [sshd.c] remove unused argument. ok dugsong
3802 - [sshd.c] typo
3803 - [rsa.c] clear buffers used for encryption. ok: niels
3804 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 3805 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 3806 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 3807 - Released 1.2pre8
e1a9c08d 3808
3028328e 380919991102
3810 - Merged change from OpenBSD CVS
3811 - One-line cleanup in sshd.c
3812
474832c5 381319991030
3814 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 3815 - Merged latest updates for OpenBSD CVS:
3816 - channels.[ch] - remove broken x11 fix and document istate/ostate
3817 - ssh-agent.c - call setsid() regardless of argv[]
3818 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
3819 - Documentation cleanups
3820 - Renamed README -> README.Ylonen
3821 - Renamed README.openssh ->README
474832c5 3822
339660f6 382319991029
3824 - Renamed openssh* back to ssh* at request of Theo de Raadt
3825 - Incorporated latest changes from OpenBSD's CVS
3826 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
3827 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 3828 - Make distclean now removed configure script
3829 - Improved PAM logging
3830 - Added some debug() calls for PAM
4ecd19ea 3831 - Removed redundant subdirectories
bcbf86ec 3832 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
4ecd19ea 3833 building on Debian.
242588e6 3834 - Fixed off-by-one error in PAM env patch
3835 - Released 1.2pre6
339660f6 3836
5881cd60 383719991028
3838 - Further PAM enhancements.
3839 - Much cleaner
3840 - Now uses account and session modules for all logins.
3841 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
3842 - Build fixes
3843 - Autoconf
3844 - Change binary names to open*
3845 - Fixed autoconf script to detect PAM on RH6.1
3846 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 3847 - Released 1.2pre4
fca82d2e 3848
3849 - Imported latest OpenBSD CVS code
3850 - Updated README.openssh
93f04616 3851 - Released 1.2pre5
fca82d2e 3852
5881cd60 385319991027
3854 - Adapted PAM patch.
3855 - Released 1.0pre2
3856
3857 - Excised my buggy replacements for strlcpy and mkdtemp
3858 - Imported correct OpenBSD strlcpy and mkdtemp routines.
3859 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
3860 - Picked up correct version number from OpenBSD
3861 - Added sshd.pam PAM configuration file
3862 - Added sshd.init Redhat init script
3863 - Added openssh.spec RPM spec file
3864 - Released 1.2pre3
3865
386619991026
3867 - Fixed include paths of OpenSSL functions
3868 - Use OpenSSL MD5 routines
3869 - Imported RC4 code from nanocrypt
3870 - Wrote replacements for OpenBSD arc4random* functions
3871 - Wrote replacements for strlcpy and mkdtemp
3872 - Released 1.0pre1
0b202697 3873
3874$Id$
This page took 0.822626 seconds and 5 git commands to generate.