]> andersk Git - openssh.git/blame - ChangeLog
- markus@cvs.openbsd.org 2001/07/11 18:26:15
[openssh.git] / ChangeLog
CommitLineData
453b4bd0 120010713
2 - (djm) Enable /etc/nologin check on PAM systems, as some lack the
3 pam_nologin module. Report from William Yodlowsky
4 <bsd@openbsd.rutgers.edu>
9912296f 5 - (djm) Revert dirname fix, a better one is on its way.
1ee482c5 6 - OpenBSD CVS Sync
7 - markus@cvs.openbsd.org 2001/07/04 22:47:19
8 [ssh-agent.c]
9 ignore SIGPIPE when debugging, too
878b5225 10 - markus@cvs.openbsd.org 2001/07/04 23:13:10
11 [scard.c scard.h ssh-agent.c]
12 handle card removal more gracefully, add sc_close() to scard.h
77261db4 13 - markus@cvs.openbsd.org 2001/07/04 23:39:07
14 [ssh-agent.c]
15 for smartcards remove both RSA1/2 keys
a0e0f486 16 - markus@cvs.openbsd.org 2001/07/04 23:49:27
17 [ssh-agent.c]
18 handle mutiple adds of the same smartcard key
62bb2c8f 19 - espie@cvs.openbsd.org 2001/07/05 11:43:33
20 [sftp-glob.c]
21 Directly cast to the right type. Ok markus@
22 - stevesk@cvs.openbsd.org 2001/07/05 20:32:47
23 [sshconnect1.c]
24 statement after label; ok dugsong@
97de229c 25 - stevesk@cvs.openbsd.org 2001/07/08 15:23:38
26 [servconf.c]
27 fix ``MaxStartups max''; ok markus@
f5a1a01a 28 - fgsch@cvs.openbsd.org 2001/07/09 05:58:47
29 [ssh.c]
30 Use getopt(3); markus@ ok.
ed916b28 31 - deraadt@cvs.openbsd.org 2001/07/09 07:04:53
32 [session.c sftp-int.c]
33 correct type on last arg to execl(); nordin@cse.ogi.edu
333b5ba7 34 - markus@cvs.openbsd.org 2001/07/10 21:49:12
35 [readpass.c]
36 don't panic if fork or pipe fail (just return an empty passwd).
46d738cd 37 - itojun@cvs.openbsd.org 2001/07/11 00:24:53
38 [servconf.c]
39 make it compilable in all 4 combination of KRB4/KRB5 settings.
40 dugsong ok
41 XXX isn't it sensitive to the order of -I/usr/include/kerberosIV and
42 -I/usr/include/kerberosV?
afd501f9 43 - markus@cvs.openbsd.org 2001/07/11 16:29:59
44 [ssh.c]
45 sort options string, fix -p, add -k
46 - markus@cvs.openbsd.org 2001/07/11 18:26:15
47 [auth.c]
48 no need to call dirname(pw->pw_dir).
49 note that dirname(3) modifies its argument on some systems.
453b4bd0 50
85b08d98 5120010711
52 - (djm) dirname(3) may modify its argument on glibc and other systems.
53 Patch from markus@, spotted by Tom Holroyd <tomh@po.crl.go.jp>
54
a96070d4 5520010704
56 - OpenBSD CVS Sync
57 - markus@cvs.openbsd.org 2001/06/25 08:25:41
58 [channels.c channels.h cipher.c clientloop.c compat.c compat.h
59 hostfile.c kex.c kex.h key.c key.h nchan.c packet.c serverloop.c
60 session.c session.h sftp-server.c ssh-add.c ssh-agent.c uuencode.h]
61 update copyright for 2001
8a497b11 62 - markus@cvs.openbsd.org 2001/06/25 17:18:27
63 [ssh-keygen.1]
64 sshd(8) will never read the private keys, but ssh(1) does;
65 hugh@mimosa.com
6978866a 66 - provos@cvs.openbsd.org 2001/06/25 17:54:47
67 [auth.c auth.h auth-rsa.c]
68 terminate secure_filename checking after checking homedir. that way
ffb215be 69 it works on AFS. okay markus@
70 - stevesk@cvs.openbsd.org 2001/06/25 20:26:37
71 [auth2.c sshconnect2.c]
72 prototype cleanup; ok markus@
2b30154a 73 - markus@cvs.openbsd.org 2001/06/26 02:47:07
74 [ssh-keygen.c]
75 allow loading a private RSA key to a cyberflex card.
ffdb5d70 76 - markus@cvs.openbsd.org 2001/06/26 04:07:06
77 [ssh-agent.1 ssh-agent.c]
78 add debug flag
983def13 79 - markus@cvs.openbsd.org 2001/06/26 04:59:59
80 [authfd.c authfd.h ssh-add.c]
81 initial support for smartcards in the agent
f7e5ac7b 82 - markus@cvs.openbsd.org 2001/06/26 05:07:43
83 [ssh-agent.c]
84 update usage
2b5fe3b8 85 - markus@cvs.openbsd.org 2001/06/26 05:33:34
86 [ssh-agent.c]
87 more smartcard support.
543baeea 88 - mpech@cvs.openbsd.org 2001/06/26 05:48:07
89 [sshd.8]
90 remove unnecessary .Pp between .It;
91 millert@ ok
0c9664c2 92 - markus@cvs.openbsd.org 2001/06/26 05:50:11
93 [auth2.c]
94 new interface for secure_filename()
2a1e4639 95 - itojun@cvs.openbsd.org 2001/06/26 06:32:58
96 [atomicio.h authfd.h authfile.h auth.h auth-options.h bufaux.h
97 buffer.h canohost.h channels.h cipher.h clientloop.h compat.h
98 compress.h crc32.h deattack.h dh.h dispatch.h groupaccess.h
99 hostfile.h kex.h key.h log.h mac.h match.h misc.h mpaux.h packet.h
100 radix.h readconf.h readpass.h rsa.h]
101 prototype pedant. not very creative...
102 - () -> (void)
103 - no variable names
1c06a9ca 104 - itojun@cvs.openbsd.org 2001/06/26 06:33:07
105 [servconf.h serverloop.h session.h sftp-client.h sftp-common.h
106 sftp-glob.h sftp-int.h sshconnect.h ssh-dss.h sshlogin.h sshpty.h
107 ssh-rsa.h tildexpand.h uidswap.h uuencode.h xmalloc.h]
108 prototype pedant. not very creative...
109 - () -> (void)
110 - no variable names
ced49be2 111 - dugsong@cvs.openbsd.org 2001/06/26 16:15:25
112 [auth1.c auth.h auth-krb4.c auth-passwd.c readconf.c readconf.h
113 servconf.c servconf.h session.c sshconnect1.c sshd.c]
114 Kerberos v5 support for SSH1, mostly from Assar Westerlund
115 <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok
3474b2b4 116 - markus@cvs.openbsd.org 2001/06/26 17:25:34
117 [ssh.1]
118 document SSH_ASKPASS; fubob@MIT.EDU
255cabd9 119 - markus@cvs.openbsd.org 2001/06/26 17:27:25
120 [authfd.h authfile.h auth.h auth-options.h bufaux.h buffer.h
121 canohost.h channels.h cipher.h clientloop.h compat.h compress.h
122 crc32.h deattack.h dh.h dispatch.h groupaccess.c groupaccess.h
123 hostfile.h kex.h key.h log.c log.h mac.h misc.c misc.h mpaux.h
124 packet.h radix.h readconf.h readpass.h rsa.h servconf.h serverloop.h
125 session.h sftp-common.c sftp-common.h sftp-glob.h sftp-int.h
126 sshconnect.h ssh-dss.h sshlogin.h sshpty.h ssh-rsa.h sshtty.h
127 tildexpand.h uidswap.h uuencode.h xmalloc.h]
128 remove comments from .h, since they are cut&paste from the .c files
129 and out of sync
83f46621 130 - dugsong@cvs.openbsd.org 2001/06/26 17:41:49
131 [servconf.c]
132 #include <kafs.h>
57156994 133 - markus@cvs.openbsd.org 2001/06/26 20:14:11
134 [key.c key.h ssh.c sshconnect1.c sshconnect2.c]
135 add smartcard support to the client, too (now you can use both
136 the agent and the client).
137 - markus@cvs.openbsd.org 2001/06/27 02:12:54
138 [serverloop.c serverloop.h session.c session.h]
139 quick hack to make ssh2 work again.
80f8f24f 140 - markus@cvs.openbsd.org 2001/06/27 04:48:53
141 [auth.c match.c sshd.8]
142 tridge@samba.org
d0bfe096 143 - markus@cvs.openbsd.org 2001/06/27 05:35:42
144 [ssh-keygen.c]
145 use cyberflex_inq_class to inquire class.
2b63e803 146 - markus@cvs.openbsd.org 2001/06/27 05:42:25
147 [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
148 s/generate_additional_parameters/rsa_generate_additional_parameters/
149 http://www.humppa.com/
34e02b83 150 - markus@cvs.openbsd.org 2001/06/27 06:26:36
151 [ssh-add.c]
152 convert to getopt(3)
d3260e12 153 - stevesk@cvs.openbsd.org 2001/06/28 19:57:35
154 [ssh-keygen.c]
155 '\0' terminated data[] is ok; ok markus@
49ccba9c 156 - markus@cvs.openbsd.org 2001/06/29 07:06:34
157 [ssh-keygen.c]
158 new error handling for cyberflex_*
542d70b8 159 - markus@cvs.openbsd.org 2001/06/29 07:11:01
160 [ssh-keygen.c]
161 initialize early
eea46d13 162 - stevesk@cvs.openbsd.org 2001/06/29 18:38:44
163 [clientloop.c]
164 sync function definition with declaration; ok markus@
8ab2cb35 165 - stevesk@cvs.openbsd.org 2001/06/29 18:40:28
166 [channels.c]
167 use socklen_t for getsockopt arg #5; ok markus@
b3f8a79c 168 - stevesk@cvs.openbsd.org 2001/06/30 18:08:40
169 [channels.c channels.h clientloop.c]
170 adress -> address; ok markus@
5b5d170c 171 - markus@cvs.openbsd.org 2001/07/02 13:59:15
172 [serverloop.c session.c session.h]
173 wait until !session_have_children(); bugreport from
174 Lutz.Jaenicke@aet.TU-Cottbus.DE
613021ac 175 - markus@cvs.openbsd.org 2001/07/02 22:29:20
176 [readpass.c]
177 do not return NULL, use "" instead.
666248da 178 - markus@cvs.openbsd.org 2001/07/02 22:40:18
179 [ssh-keygen.c]
180 update for sectok.h interface changes.
3cf2be58 181 - markus@cvs.openbsd.org 2001/07/02 22:52:57
182 [channels.c channels.h serverloop.c]
183 improve cleanup/exit logic in ssh2:
184 stop listening to channels, detach channel users (e.g. sessions).
185 wait for children (i.e. dying sessions), send exit messages,
186 cleanup all channels.
637b033d 187 - (bal) forget a few new files in sync up.
06be7c3b 188 - (bal) Makefile fix up requires scard.c
ac96ca42 189 - (stevesk) sync misc.h
9c328529 190 - (stevesk) more sync for session.c
4f1f4d8d 191 - (stevesk) sync servconf.h (comments)
afb9165e 192 - (tim) [contrib/caldera/openssh.spec] sync with Caldera
d9e3d19f 193 - (tim) [openbsd-compat/dirname.h] Remove ^M causing some compilers to
194 issue warning (line 1: tokens ignored at end of directive line)
195 - (tim) [sshconnect1.c] give the compiler something to do for success:
196 if KRB5 and AFS are not defined
197 (ERROR: "sshconnect1.c", line 1274: Syntax error before or at: })
637b033d 198
aa8d09da 19920010629
200 - (bal) Removed net_aton() since we don't use it any more
64c4b8d7 201 - (bal) Fixed _DISABLE_VPOSIX in readpassphrase.c.
7af3215a 202 - (bal) Updated zlib's home. Thanks to David Howe <DaveHowe@gmx.co.uk>.
16adf618 203 - (stevesk) remove _REENTRANT #define
16995a2c 204 - (stevesk) session.c: use u_int for envsize
6a26f353 205 - (stevesk) remove cli.[ch]
aa8d09da 206
f11065cb 20720010628
208 - (djm) Sync openbsd-compat with -current libc
050df9db 209 - (djm) Fix from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> for my
210 broken makefile
07608451 211 - (bal) Removed strtok_r() and inet_ntop() since they are no longer used.
212 - (bal) Remove getusershell() since it's no longer used.
f11065cb 213
78220944 21420010627
215 - (djm) Reintroduce pam_session call for non-pty sessions.
763dfdf0 216 - (djm) Remove redundant and incorrect test for max auth attempts in
217 PAM kbdint code. Based on fix from Matthew Melvin
218 <matthewm@webcentral.com.au>
f0194608 219 - (djm) Rename sysconfdir/primes => sysconfdir/moduli
ff4955c9 220 - (djm) Oops, forgot make logic for primes=>moduli. Also try to rename
221 existing primes->moduli if it exists.
0eb1a22d 222 - (djm) Sync with -current openbsd-compat/readpassphrase.c:
223 - djm@cvs.openbsd.org 2001/06/27 13:23:30
224 typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@
5ed2bb5b 225 - (djm) Turn up warnings if gcc or egcs detected
b8fea62d 226 - (stevesk) for HP-UX 11.X use X/Open socket interface;
227 pulls in modern socket prototypes and eliminates a number of compiler
228 warnings. see xopen_networking(7).
fef01705 229 - (stevesk) fix x11 forwarding from _PATH_XAUTH change
28564873 230 - (stevesk) use X/Open socket interface for HP-UX 10.X also
78220944 231
e16f4ac8 23220010625
0cd000dd 233 - OpenBSD CVS Sync
bc233fdf 234 - markus@cvs.openbsd.org 2001/06/21 21:08:25
235 [session.c]
236 don't reset forced_command (we allow multiple login shells in
237 ssh2); dwd@bell-labs.com
a5a2da3b 238 - mpech@cvs.openbsd.org 2001/06/22 10:17:51
239 [ssh.1 sshd.8 ssh-keyscan.1]
240 o) .Sh AUTHOR -> .Sh AUTHORS;
241 o) remove unnecessary .Pp;
242 o) better -mdoc style;
243 o) typo;
244 o) sort SEE ALSO;
a5a2da3b 245 aaron@ ok
e2854364 246 - provos@cvs.openbsd.org 2001/06/22 21:27:08
247 [dh.c pathnames.h]
248 use /etc/moduli instead of /etc/primes, okay markus@
e2432638 249 - provos@cvs.openbsd.org 2001/06/22 21:28:53
250 [sshd.8]
251 document /etc/moduli
96a7b0cc 252 - markus@cvs.openbsd.org 2001/06/22 21:55:49
253 [auth2.c auth-rsa.c pathnames.h ssh.1 sshd.8 sshd_config
254 ssh-keygen.1]
255 merge authorized_keys2 into authorized_keys.
256 authorized_keys2 is used for backward compat.
257 (just append authorized_keys2 to authorized_keys).
826676b3 258 - provos@cvs.openbsd.org 2001/06/22 21:57:59
259 [dh.c]
260 increase linebuffer to deal with larger moduli; use rewind instead of
261 close/open
bc233fdf 262 - markus@cvs.openbsd.org 2001/06/22 22:21:20
263 [sftp-server.c]
264 allow long usernames/groups in readdir
a599bd06 265 - markus@cvs.openbsd.org 2001/06/22 23:35:21
2e000c58 266 [ssh.c]
267 don't overwrite argv (fixes ssh user@host in 'ps'), report by ericj@
cb220a93 268 - deraadt@cvs.openbsd.org 2001/06/23 00:16:16
269 [scp.c]
270 slightly better care
d0c8ca5c 271 - markus@cvs.openbsd.org 2001/06/23 00:20:57
272 [auth2.c auth.c auth.h auth-rh-rsa.c]
273 *known_hosts2 is obsolete for hostbased authentication and
274 only used for backward compat. merge ssh1/2 hostkey check
275 and move it to auth.c
e16f4ac8 276 - deraadt@cvs.openbsd.org 2001/06/23 02:33:05
277 [sftp.1 sftp-server.8 ssh-keygen.1]
278 join .%A entries; most by bk@rt.fm
f49bc4f7 279 - markus@cvs.openbsd.org 2001/06/23 02:34:33
280 [kexdh.c kexgex.c kex.h pathnames.h readconf.c servconf.h ssh.1
281 sshconnect1.c sshconnect2.c sshconnect.c sshconnect.h sshd.8]
282 get rid of known_hosts2, use it for hostkey lookup, but do not
283 modify.
7d747e89 284 - markus@cvs.openbsd.org 2001/06/23 03:03:59
285 [sshd.8]
286 draft-ietf-secsh-dh-group-exchange-01.txt
73473230 287 - markus@cvs.openbsd.org 2001/06/23 03:04:42
288 [auth2.c auth-rh-rsa.c]
289 restore correct ignore_user_known_hosts logic.
c10d042a 290 - markus@cvs.openbsd.org 2001/06/23 05:26:02
291 [key.c]
292 handle sigature of size 0 (some broken clients send this).
7b518233 293 - deraadt@cvs.openbsd.org 2001/06/23 05:57:09
294 [sftp.1 sftp-server.8 ssh-keygen.1]
295 ok, tmac is now fixed
2e0becb6 296 - markus@cvs.openbsd.org 2001/06/23 06:41:10
297 [ssh-keygen.c]
298 try to decode ssh-3.0.0 private rsa keys
299 (allow migration to openssh, not vice versa), #910
396c147e 300 - itojun@cvs.openbsd.org 2001/06/23 15:12:20
301 [auth1.c auth2.c auth2-chall.c authfd.c authfile.c auth-rhosts.c
302 canohost.c channels.c cipher.c clientloop.c deattack.c dh.c
303 hostfile.c kex.c kexdh.c kexgex.c key.c nchan.c packet.c radix.c
304 readpass.c scp.c servconf.c serverloop.c session.c sftp.c
305 sftp-client.c sftp-glob.c sftp-int.c sftp-server.c ssh-add.c
306 ssh-agent.c ssh.c sshconnect1.c sshconnect2.c sshconnect.c sshd.c
307 ssh-keygen.c ssh-keyscan.c]
308 more strict prototypes. raise warning level in Makefile.inc.
309 markus ok'ed
310 TODO; cleanup headers
a599bd06 311 - markus@cvs.openbsd.org 2001/06/23 17:05:22
312 [ssh-keygen.c]
313 fix import for (broken?) ssh.com/f-secure private keys
314 (i tested > 1000 RSA keys)
3730bb22 315 - itojun@cvs.openbsd.org 2001/06/23 17:48:18
316 [sftp.1 ssh.1 sshd.8 ssh-keyscan.1]
317 kill whitespace at EOL.
3aca00a3 318 - markus@cvs.openbsd.org 2001/06/23 19:12:43
319 [sshd.c]
320 pidfile/sigterm race; bbraun@synack.net
ce404659 321 - markus@cvs.openbsd.org 2001/06/23 22:37:46
322 [sshconnect1.c]
323 consistent with ssh2: skip key if empty passphrase is entered,
324 retry num_of_passwd_prompt times if passphrase is wrong. ok fgsch@
2cee8a25 325 - markus@cvs.openbsd.org 2001/06/24 05:25:10
326 [auth-options.c match.c match.h]
327 move ip+hostname check to match.c
1843a425 328 - markus@cvs.openbsd.org 2001/06/24 05:35:33
329 [readpass.c readpass.h ssh-add.c sshconnect2.c ssh-keygen.c]
330 switch to readpassphrase(3)
331 2.7/8-stable needs readpassphrase.[ch] from libc
80097c54 332 - markus@cvs.openbsd.org 2001/06/24 05:47:13
333 [sshconnect2.c]
334 oops, missing format string
b4e7177c 335 - markus@cvs.openbsd.org 2001/06/24 17:18:31
336 [ttymodes.c]
337 passing modes works fine: debug2->3
ab88181c 338 - (djm) -Wall fix for session.c
3159d49a 339 - (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and
340 Solaris
0cd000dd 341
7751d4eb 34220010622
343 - (stevesk) handle systems without pw_expire and pw_change.
344
e04e7a19 34520010621
346 - OpenBSD CVS Sync
347 - markus@cvs.openbsd.org 2001/06/16 08:49:38
348 [misc.c]
349 typo; dunlap@apl.washington.edu
c03175c6 350 - markus@cvs.openbsd.org 2001/06/16 08:50:39
351 [channels.h]
352 bad //-style comment; thx to stevev@darkwing.uoregon.edu
08c260ea 353 - markus@cvs.openbsd.org 2001/06/16 08:57:35
354 [scp.c]
355 no stdio or exit() in signal handlers.
c4d49b85 356 - markus@cvs.openbsd.org 2001/06/16 08:58:34
357 [misc.c]
358 copy pw_expire and pw_change, too.
dac6753b 359 - markus@cvs.openbsd.org 2001/06/19 12:34:09
360 [session.c]
361 cleanup forced command handling, from dwd@bell-labs.com
ff027d84 362 - markus@cvs.openbsd.org 2001/06/19 14:09:45
363 [session.c sshd.8]
364 disable x11-fwd if use_login is enabled; from lukem@wasabisystems.com
c95add71 365 - markus@cvs.openbsd.org 2001/06/19 15:40:45
366 [session.c]
367 allocate and free at the same level.
d6746a0b 368 - markus@cvs.openbsd.org 2001/06/20 13:56:39
369 [channels.c channels.h clientloop.c packet.c serverloop.c]
370 move from channel_stop_listening to channel_free_all,
371 call channel_free_all before calling waitpid() in serverloop.
372 fixes the utmp handling; report from Lutz.Jaenicke@aet.TU-Cottbus.DE
e04e7a19 373
5ad9f968 37420010615
375 - (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFL
376 around grantpt().
f7940aa9 377 - (stevesk) update TODO: STREAMS pty systems don't call vhangup() now
5ad9f968 378
eb26141e 37920010614
380 - OpenBSD CVS Sync
381 - markus@cvs.openbsd.org 2001/06/13 09:10:31
382 [session.c]
383 typo, use pid not s->pid, mstone@cs.loyola.edu
384
86066315 38520010613
eb26141e 386 - OpenBSD CVS Sync
86066315 387 - markus@cvs.openbsd.org 2001/06/12 10:58:29
388 [session.c]
389 merge session_free into session_close()
390 merge pty_cleanup_proc into session_pty_cleanup()
653d5f86 391 - markus@cvs.openbsd.org 2001/06/12 16:10:38
392 [session.c]
393 merge ssh1/ssh2 tty msg parse and alloc code
76735fe3 394 - markus@cvs.openbsd.org 2001/06/12 16:11:26
395 [packet.c]
396 do not log() packet_set_maxsize
b44de2b1 397 - markus@cvs.openbsd.org 2001/06/12 21:21:29
398 [session.c]
399 remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, since
400 we do already trust $HOME/.ssh
401 you can use .ssh/sshrc and .ssh/environment if you want to customize
402 the location of the xauth cookies
7a313633 403 - markus@cvs.openbsd.org 2001/06/12 21:30:57
404 [session.c]
405 unused
86066315 406
2c9d881a 40720010612
38296b32 408 - scp.c ID update (upstream synced vfsprintf() from us)
409 - OpenBSD CVS Sync
2c9d881a 410 - markus@cvs.openbsd.org 2001/06/10 11:29:20
411 [dispatch.c]
412 we support rekeying
413 protocol errors are fatal.
1500bcdd 414 - markus@cvs.openbsd.org 2001/06/11 10:18:24
415 [session.c]
416 reset pointer to NULL after xfree(); report from solar@openwall.com
f740438e 417 - markus@cvs.openbsd.org 2001/06/11 16:04:38
418 [sshd.8]
419 typo; bdubreuil@crrel.usace.army.mil
2c9d881a 420
b4d02860 42120010611
422 - (bal) NeXT/MacOS X lack libgen.h and dirname(). Patch by Mark Miller
423 <markm@swoon.net>
224cbdcc 424 - (bal) Handle broken krb4 issues on Solaris with multiple defined u_*_t
425 types. Patch by Jan IVEN <Jan.Iven@cern.ch>
0bb724ce 426 - (bal) Fixed Makefile.in so that 'configure; make install' works.
b4d02860 427
bf093080 42820010610
429 - (bal) Missed two files in major resync. auth-bsdauth.c and auth-skey.c
430
e697bda7 43120010609
432 - OpenBSD CVS Sync
433 - markus@cvs.openbsd.org 2001/05/30 12:55:13
434 [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
435 packet.c serverloop.c session.c ssh.c ssh1.h]
436 channel layer cleanup: merge header files and split .c files
36e1f6a1 437 - markus@cvs.openbsd.org 2001/05/30 15:20:10
438 [ssh.c]
439 merge functions, simplify.
a5efa1bb 440 - markus@cvs.openbsd.org 2001/05/31 10:30:17
441 [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
442 packet.c serverloop.c session.c ssh.c]
443 undo the .c file split, just merge the header and keep the cvs
444 history
8e7895b8 445 - (bal) Channels.c and Channels.h -- "Merge Functions, simplify" (draged
446 out of ssh Attic)
a98da4aa 447 - (bal) Ooops.. nchan.c (and remove nchan.h) resync from OpenBSD ssh
448 Attic.
449 - OpenBSD CVS Sync
450 - markus@cvs.openbsd.org 2001/05/31 13:08:04
451 [sshd_config]
452 group options and add some more comments
e4f7282d 453 - markus@cvs.openbsd.org 2001/06/03 14:55:39
454 [channels.c channels.h session.c]
455 use fatal_register_cleanup instead of atexit, sync with x11 authdir
456 handling
e5b71e99 457 - markus@cvs.openbsd.org 2001/06/03 19:36:44
458 [ssh-keygen.1]
459 1-2 bits of entrophy per character (not per word), ok stevesk@
4fc334a2 460 - markus@cvs.openbsd.org 2001/06/03 19:38:42
461 [scp.c]
462 pass -v to ssh; from slade@shore.net
f5e69c65 463 - markus@cvs.openbsd.org 2001/06/03 20:06:11
464 [auth2-chall.c]
465 the challenge response device decides how to handle non-existing
466 users.
467 -> fake challenges for skey and cryptocard
f0f32b8e 468 - markus@cvs.openbsd.org 2001/06/04 21:59:43
469 [channels.c channels.h session.c]
470 switch uid when cleaning up tmp files and sockets; reported by
471 zen-parse@gmx.net on bugtraq
c9130033 472 - markus@cvs.openbsd.org 2001/06/04 23:07:21
473 [clientloop.c serverloop.c sshd.c]
474 set flags in the signal handlers, do real work in the main loop,
475 ok provos@
8dcd9d5c 476 - markus@cvs.openbsd.org 2001/06/04 23:16:16
477 [session.c]
478 merge ssh1/2 x11-fwd setup, create listener after tmp-dir
aa144206 479 - pvalchev@cvs.openbsd.org 2001/06/05 05:05:39
480 [ssh-keyscan.1 ssh-keyscan.c]
481 License clarification from David Mazieres, ok deraadt@
750c256a 482 - markus@cvs.openbsd.org 2001/06/05 10:24:32
483 [channels.c]
484 don't delete the auth socket in channel_stop_listening()
485 auth_sock_cleanup_proc() will take care of this.
fc2a1d28 486 - markus@cvs.openbsd.org 2001/06/05 16:46:19
487 [session.c]
488 let session_close() delete the pty. deny x11fwd if xauthfile is set.
d87596b0 489 - markus@cvs.openbsd.org 2001/06/06 23:13:54
490 [ssh-dss.c ssh-rsa.c]
491 cleanup, remove old code
edf9ae81 492 - markus@cvs.openbsd.org 2001/06/06 23:19:35
493 [ssh-add.c]
494 remove debug message; Darren.Moffat@eng.sun.com
2a6a054e 495 - markus@cvs.openbsd.org 2001/06/07 19:57:53
496 [auth2.c]
497 style is used for bsdauth.
498 disconnect on user/service change (ietf-drafts)
449c5ba5 499 - markus@cvs.openbsd.org 2001/06/07 20:23:05
500 [authfd.c authfile.c channels.c kexdh.c kexgex.c packet.c ssh.c
501 sshconnect.c sshconnect1.c]
502 use xxx_put_cstring()
e6abba31 503 - markus@cvs.openbsd.org 2001/06/07 22:25:02
504 [session.c]
505 don't overwrite errno
506 delay deletion of the xauth cookie
fd9ede94 507 - markus@cvs.openbsd.org 2001/06/08 15:25:40
508 [includes.h pathnames.h readconf.c servconf.c]
509 move the path for xauth to pathnames.h
0abe778b 510 - (bal) configure.in fix for Tru64 (forgeting to reset $LIB)
83c17f20 511 - (bal) ANSIify strmode()
fdf6b7aa 512 - (bal) --with-catman should be --with-mantype patch by Dave
513 Dykstra <dwd@bell-labs.com>
fd9ede94 514
4869a96f 51520010606
e697bda7 516 - OpenBSD CVS Sync
517 - markus@cvs.openbsd.org 2001/05/17 21:34:15
518 [ssh.1]
4869a96f 519 no spaces in PreferredAuthentications;
5ba55ada 520 meixner@rbg.informatik.tu-darmstadt.de
521 - markus@cvs.openbsd.org 2001/05/18 14:13:29
522 [auth-chall.c auth.h auth1.c auth2-chall.c auth2.c readconf.c
523 readconf.h servconf.c servconf.h sshconnect1.c sshconnect2.c sshd.c]
524 improved kbd-interactive support. work by per@appgate.com and me
bc03d5aa 525 - djm@cvs.openbsd.org 2001/05/19 00:36:40
526 [session.c]
527 Disable X11 forwarding if xauth binary is not found. Patch from Nalin
528 Dahyabhai <nalin@redhat.com>; ok markus@
3e4fc5f9 529 - markus@cvs.openbsd.org 2001/05/19 16:05:41
530 [scp.c]
531 ftruncate() instead of open()+O_TRUNC like rcp.c does
532 allows scp /path/to/file localhost:/path/to/file
a18395da 533 - markus@cvs.openbsd.org 2001/05/19 16:08:43
534 [sshd.8]
535 sort options; Matthew.Stier@fnc.fujitsu.com
3398dda9 536 - markus@cvs.openbsd.org 2001/05/19 16:32:16
537 [ssh.1 sshconnect2.c]
538 change preferredauthentication order to
539 publickey,hostbased,password,keyboard-interactive
540 document that hostbased defaults to no, document order
47bf6266 541 - markus@cvs.openbsd.org 2001/05/19 16:46:19
542 [ssh.1 sshd.8]
543 document MACs defaults with .Dq
e2b1fb42 544 - stevesk@cvs.openbsd.org 2001/05/19 19:43:57
545 [misc.c misc.h servconf.c sshd.8 sshd.c]
546 sshd command-line arguments and configuration file options that
547 specify time may be expressed using a sequence of the form:
548 time[qualifier], where time is a positive integer value and qualifier
549 is one of the following:
550 <none>,s,m,h,d,w
551 Examples:
552 600 600 seconds (10 minutes)
553 10m 10 minutes
554 1h30m 1 hour 30 minutes (90 minutes)
555 ok markus@
7e8c18e9 556 - stevesk@cvs.openbsd.org 2001/05/19 19:57:09
557 [channels.c]
558 typo in error message
e697bda7 559 - markus@cvs.openbsd.org 2001/05/20 17:20:36
c8445989 560 [auth-rsa.c auth.c auth.h auth2.c servconf.c servconf.h sshd.8
561 sshd_config]
562 configurable authorized_keys{,2} location; originally from peter@;
563 ok djm@
1ddf764b 564 - markus@cvs.openbsd.org 2001/05/24 11:12:42
565 [auth.c]
566 fix comment; from jakob@
4bf9c10e 567 - stevesk@cvs.openbsd.org 2001/05/24 18:57:53
568 [clientloop.c readconf.c ssh.c ssh.h]
569 don't perform escape processing when ``EscapeChar none''; ok markus@
abe0fb9f 570 - markus@cvs.openbsd.org 2001/05/25 14:37:32
571 [ssh-keygen.c]
572 use -P for -e and -y, too.
63cd7dd0 573 - markus@cvs.openbsd.org 2001/05/28 08:04:39
574 [ssh.c]
575 fix usage()
eb2e1595 576 - markus@cvs.openbsd.org 2001/05/28 10:08:55
577 [authfile.c]
578 key_load_private: set comment to filename for PEM keys
2cf27bc4 579 - markus@cvs.openbsd.org 2001/05/28 22:51:11
580 [cipher.c cipher.h]
581 simpler 3des for ssh1
6fd8622b 582 - markus@cvs.openbsd.org 2001/05/28 23:14:49
583 [channels.c channels.h nchan.c]
584 undo broken channel fix and try a different one. there
585 should be still some select errors...
eeae19d8 586 - markus@cvs.openbsd.org 2001/05/28 23:25:24
587 [channels.c]
588 cleanup, typo
08dcb5d7 589 - markus@cvs.openbsd.org 2001/05/28 23:58:35
590 [packet.c packet.h sshconnect.c sshd.c]
591 remove some lines, simplify.
a10bdd7c 592 - markus@cvs.openbsd.org 2001/05/29 12:31:27
593 [authfile.c]
594 typo
5ba55ada 595
5cde8062 59620010528
597 - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c
598 Patch by Corinna Vinschen <vinschen@redhat.com>
599
362df52e 60020010517
601 - OpenBSD CVS Sync
602 - markus@cvs.openbsd.org 2001/05/12 19:53:13
603 [sftp-server.c]
604 readlink does not NULL-terminate; mhe@home.se
6efa3d14 605 - deraadt@cvs.openbsd.org 2001/05/15 22:04:01
606 [ssh.1]
607 X11 forwarding details improved
70ea8327 608 - markus@cvs.openbsd.org 2001/05/16 20:51:57
609 [authfile.c]
610 return comments for private pem files, too; report from nolan@naic.edu
24b6b45f 611 - markus@cvs.openbsd.org 2001/05/16 21:53:53
612 [clientloop.c]
613 check for open sessions before we call select(); fixes the x11 client
614 bug reported by bowman@math.ualberta.ca
7231bd47 615 - markus@cvs.openbsd.org 2001/05/16 22:09:21
616 [channels.c nchan.c]
617 more select() error fixes (don't set rfd/wfd to -1).
7043a38d 618 - (bal) Enabled USE_PIPES for Cygwin on Corinna Vinschen <vinschen@redhat.com>
b1e4dd32 619 - (bal) Corrected on_exit() emulation via atexit().
362df52e 620
89aa792b 62120010512
622 - OpenBSD CVS Sync
623 - markus@cvs.openbsd.org 2001/05/11 14:59:56
624 [clientloop.c misc.c misc.h]
625 add unset_nonblock for stdout/err flushing in client_loop().
286e38f7 626 - (bal) Patch to partial sync up contrib/solaris/ packaging software.
627 Patch by pete <ninjaz@webexpress.com>
89aa792b 628
97430469 62920010511
630 - OpenBSD CVS Sync
631 - markus@cvs.openbsd.org 2001/05/09 22:51:57
632 [channels.c]
633 fix -R for protocol 2, noticed by greg@nest.cx.
634 bug was introduced with experimental dynamic forwarding.
a16092bb 635 - markus@cvs.openbsd.org 2001/05/09 23:01:31
636 [rijndael.h]
637 fix prototype; J.S.Peatfield@damtp.cam.ac.uk
97430469 638
588f4ed0 63920010509
640 - OpenBSD CVS Sync
641 - markus@cvs.openbsd.org 2001/05/06 21:23:31
642 [cli.c]
643 cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.net
d18e0850 644 - markus@cvs.openbsd.org 2001/05/08 19:17:31
a01a10dd 645 [channels.c serverloop.c clientloop.c]
d18e0850 646 adds correct error reporting to async connect()s
647 fixes the server-discards-data-before-connected-bug found by
648 onoe@sm.sony.co.jp
8a624ebf 649 - mouring@cvs.openbsd.org 2001/05/08 19:45:25
650 [misc.c misc.h scp.c sftp.c]
651 Use addargs() in sftp plus some clean up of addargs(). OK Markus
1b02d786 652 - markus@cvs.openbsd.org 2001/05/06 21:45:14
653 [clientloop.c]
654 use atomicio for flushing stdout/stderr bufs. thanks to
655 jbw@izanami.cee.hw.ac.uk
010980f6 656 - markus@cvs.openbsd.org 2001/05/08 22:48:07
657 [atomicio.c]
658 no need for xmalloc.h, thanks to espie@
7e2d5fa4 659 - (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison
660 <wayne@blorf.net>
99c8ddac 661 - (bal) ./configure support to disable SIA on OSF1. Patch by
662 Chris Adams <cmadams@hiwaay.net>
b81c369b 663 - (bal) Updates from the Sony NEWS-OS platform by NAKAJI Hiroyuki
664 <nakaji@tutrp.tut.ac.jp>
588f4ed0 665
7b22534a 66620010508
667 - (bal) Fixed configure test for USE_SIA.
668
94539b2a 66920010506
670 - (djm) Update config.guess and config.sub with latest versions (from
671 ftp://ftp.gnu.org/gnu/config/) to allow configure on ia64-hpux.
672 Suggested by Jason Mader <jason@ncac.gwu.edu>
96c63318 673 - (bal) White Space and #ifdef sync with OpenBSD
044b0662 674 - (bal) Add 'seed_rng()' to ssh-add.c
9e9bd8c0 675 - (bal) CVS ID updates for readpass.c, readpass.h, cli.c, and cli.h
cf7ff074 676 - OpenBSD CVS Sync
677 - stevesk@cvs.openbsd.org 2001/05/05 13:42:52
678 [sftp.1 ssh-add.1 ssh-keygen.1]
679 typos, grammar
94539b2a 680
98143cfc 68120010505
682 - OpenBSD CVS Sync
683 - stevesk@cvs.openbsd.org 2001/05/04 14:21:56
684 [ssh.1 sshd.8]
685 typos
5b9601c8 686 - markus@cvs.openbsd.org 2001/05/04 14:34:34
687 [channels.c]
94539b2a 688 channel_new() reallocs channels[], we cannot use Channel *c after
689 calling channel_new(), XXX fix this in the future...
719fc62f 690 - markus@cvs.openbsd.org 2001/05/04 23:47:34
691 [channels.c channels.h clientloop.c nchan.c nchan.h serverloop.c ssh.c]
692 move to Channel **channels (instead of Channel *channels), fixes realloc
693 problems. channel_new now returns a Channel *, favour Channel * over
694 channel id. remove old channel_allocate interface.
98143cfc 695
f92fee1f 69620010504
697 - OpenBSD CVS Sync
698 - stevesk@cvs.openbsd.org 2001/05/03 15:07:39
699 [channels.c]
700 typo in debug() string
503e7e5b 701 - markus@cvs.openbsd.org 2001/05/03 15:45:15
702 [session.c]
703 exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.au
c98cab9b 704 - stevesk@cvs.openbsd.org 2001/05/03 21:43:01
705 [servconf.c]
706 remove "\n" from fatal()
1fcde3fe 707 - mouring@cvs.openbsd.org 2001/05/03 23:09:53
708 [misc.c misc.h scp.c sftp.c]
709 Move colon() and cleanhost() to misc.c where I should I have put it in
710 the first place
044aa419 711 - (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com>
c7ccfd39 712 - (bal) Avoid socket file security issues in ssh-agent for Cygwin.
713 Patch by Egor Duda <deo@logos-m.ru>
f92fee1f 714
065604bb 71520010503
716 - OpenBSD CVS Sync
717 - markus@cvs.openbsd.org 2001/05/02 16:41:20
718 [ssh-add.c]
719 fix prompt for ssh-add.
720
742ee8f2 72120010502
722 - OpenBSD CVS Sync
723 - mouring@cvs.openbsd.org 2001/05/02 01:25:39
724 [readpass.c]
725 Put the 'const' back into ssh_askpass() function. Pointed out
726 by Mark Miller <markm@swoon.net>. OK Markus
727
3435f5a6 72820010501
729 - OpenBSD CVS Sync
730 - markus@cvs.openbsd.org 2001/04/30 11:18:52
731 [readconf.c readconf.h ssh.1 ssh.c sshconnect.c]
732 implement 'ssh -b bind_address' like 'telnet -b'
eef7adcb 733 - markus@cvs.openbsd.org 2001/04/30 15:50:46
734 [compat.c compat.h kex.c]
735 allow interop with weaker key generation used by ssh-2.0.x, x < 10
ec430473 736 - markus@cvs.openbsd.org 2001/04/30 16:02:49
737 [compat.c]
738 ssh-2.0.10 has the weak-key-bug, too.
3ca6cc45 739 - (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
3435f5a6 740
e8171bff 74120010430
39aefe7b 742 - OpenBSD CVS Sync
743 - markus@cvs.openbsd.org 2001/04/29 18:32:52
744 [serverloop.c]
745 fix whitespace
fbe90f7b 746 - markus@cvs.openbsd.org 2001/04/29 19:16:52
747 [channels.c clientloop.c compat.c compat.h serverloop.c]
748 more ssh.com-2.0.x bug-compat; from per@appgate.com
e8171bff 749 - (tim) New version of mdoc2man.pl from Mark D. Roth <roth+openssh@feep.net>
0b47e48f 750 - (djm) Add .cvsignore files, suggested by Wayne Davison <wayne@blorf.net>
39aefe7b 751
baf8c81a 75220010429
753 - (bal) Updated INSTALL. PCRE moved to a new place.
e878ffe1 754 - (djm) Release OpenSSH-2.9p1
baf8c81a 755
0096ac62 75620010427
757 - (bal) Fixed uidswap.c so it should work on non-posix complient systems.
758 patch based on 2.5.2 version by djm.
95595a77 759 - (bal) Build manpages and config files once unless changed. Patch by
760 Carson Gaspar <carson@taltos.org>
4a2df58f 761 - (bal) arpa/nameser.h does not exist on Cygwin. Patch by Corinna
762 Vinschen <vinschen@redhat.com>
5ef815d7 763 - (bal) Add /etc/sysconfig/sshd support to redhat's sshd.init. Patch by
764 Pekka Savola <pekkas@netcore.fi>
229be2df 765 - (bal) Cygwin lacks setgroups() API. Patch by Corinna Vinschen
766 <vinschen@redhat.com>
cc3ccfdc 767 - (bal) version.h synced, RPM specs updated for 2.9
b1e2a48c 768 - (tim) update contrib/caldera files with what Caldera is using.
769 <sps@caldera.de>
0096ac62 770
b587c165 77120010425
772 - OpenBSD CVS Sync
773 - markus@cvs.openbsd.org 2001/04/23 21:57:07
774 [ssh-keygen.1 ssh-keygen.c]
775 allow public key for -e, too
012bc0e1 776 - markus@cvs.openbsd.org 2001/04/23 22:14:13
777 [ssh-keygen.c]
778 remove debug
f8252c48 779 - (bal) Whitespace resync w/ OpenBSD for uidswap.c
10f72868 780 - (djm) Add new server configuration directive 'PAMAuthenticationViaKbdInt'
781 (default: off), implies KbdInteractiveAuthentication. Suggestion from
782 markus@
c2d059b5 783 - (djm) Include crypt.h if available in auth-passwd.c
533875af 784 - tim@mindrot.org 2001/04/25 21:38:01 [configure.in]
785 man page detection fixes for SCO
b587c165 786
da89cf4d 78720010424
788 - OpenBSD CVS Sync
789 - markus@cvs.openbsd.org 2001/04/22 23:58:36
790 [ssh-keygen.1 ssh.1 sshd.8]
791 document hostbased and other cleanup
5e29aeaf 792 - (stevesk) start_pam() doesn't use DNS now for sshd -u0.
3cc990d7 793 - (stevesk) auth-pam.c: use PERMIT_NO_PASSWD
d8e76a0a 794 - (bal) sys/queue.h is bogus for NCR platform. Patch by Daniel Carroll
795 <dan@mesastate.edu>
3644dc25 796 - (bal) Fixed contrib/postinstall.in. Patch by wsanders@wsanders.net
da89cf4d 797
a3626e12 79820010422
799 - OpenBSD CVS Sync
800 - markus@cvs.openbsd.org 2001/04/20 16:32:22
801 [uidswap.c]
802 set non-privileged gid before uid; tholo@ and deraadt@
1a726b04 803 - mouring@cvs.openbsd.org 2001/04/21 00:55:57
804 [sftp.1]
805 Spelling
67b964a1 806 - djm@cvs.openbsd.org 2001/04/22 08:13:30
807 [ssh.1]
808 typos spotted by stevesk@; ok deraadt@
ba917921 809 - markus@cvs.openbsd.org 2001/04/22 12:34:05
810 [scp.c]
811 scp > 2GB; niles@scyld.com; ok deraadt@, djm@
5deceabb 812 - markus@cvs.openbsd.org 2001/04/22 13:25:37
813 [ssh-keygen.1 ssh-keygen.c]
814 rename arguments -x -> -e (export key), -X -> -i (import key)
815 xref draft-ietf-secsh-publickeyfile-01.txt
2cad6cef 816 - markus@cvs.openbsd.org 2001/04/22 13:32:27
817 [sftp-server.8 sftp.1 ssh.1 sshd.8]
818 xref draft-ietf-secsh-*
bcaa828e 819 - markus@cvs.openbsd.org 2001/04/22 13:41:02
820 [ssh-keygen.1 ssh-keygen.c]
821 style, noted by stevesk; sort flags in usage
a3626e12 822
df841692 82320010421
824 - OpenBSD CVS Sync
825 - djm@cvs.openbsd.org 2001/04/20 07:17:51
826 [clientloop.c ssh.1]
827 Split out and improve escape character documentation, mention ~R in
828 ~? help text; ok markus@
0e7e0abe 829 - Update RPM spec files for CVS version.h
1ddee76b 830 - (stevesk) set the default PAM service name to __progname instead
831 of the hard-coded value "sshd"; from Mark D. Roth <roth@feep.net>
4b28be2c 832 - (stevesk) document PAM service name change in INSTALL
13dd877b 833 - tim@mindrot.org 2001/04/21 14:25:57 [Makefile.in configure.in]
834 fix perl test, fix nroff test, fix Makefile to build outside source tree
df841692 835
05cc0c99 83620010420
837 - OpenBSD CVS Sync
838 - ian@cvs.openbsd.org 2001/04/18 16:21:05
839 [ssh-keyscan.1]
840 Fix typo reported in PR/1779
561e5254 841 - markus@cvs.openbsd.org 2001/04/18 21:57:42
842 [readpass.c ssh-add.c]
843 call askpass from ssh, too, based on work by roth@feep.net, ok deraadt
f98c3421 844 - markus@cvs.openbsd.org 2001/04/18 22:03:45
845 [auth2.c sshconnect2.c]
846 use FDQN with trailing dot in the hostbased auth packets, ok deraadt@
57a5edd8 847 - markus@cvs.openbsd.org 2001/04/18 22:48:26
848 [auth2.c]
849 no longer const
8dddf799 850 - markus@cvs.openbsd.org 2001/04/18 23:43:26
851 [auth2.c compat.c sshconnect2.c]
852 more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works now
853 (however the 2.1.0 server seems to work only if debug is enabled...)
ae88ea7e 854 - markus@cvs.openbsd.org 2001/04/18 23:44:51
855 [authfile.c]
856 error->debug; noted by fries@
5cf13595 857 - markus@cvs.openbsd.org 2001/04/19 00:05:11
858 [auth2.c]
859 use local variable, no function call needed.
860 (btw, hostbased works now with ssh.com >= 2.0.13)
431a2493 861 - (bal) Put scp-common.h back into scp.c (it exists in the upstream
862 tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp>
05cc0c99 863
e78e738a 86420010418
ce2af031 865 - OpenBSD CVS Sync
e78e738a 866 - markus@cvs.openbsd.org 2001/04/17 19:34:25
3a83b819 867 [session.c]
868 move auth_approval to do_authenticated().
869 do_child(): nuke hostkeys from memory
870 don't source .ssh/rc for subsystems.
871 - markus@cvs.openbsd.org 2001/04/18 14:15:00
872 [canohost.c]
873 debug->debug3
ce2af031 874 - (bal) renabled 'catman-do:' and fixed it. So now catman pages should
875 be working again.
e0c4d3ac 876 - (bal) Makfile day... Cleaned up multiple mantype support (Patch by
877 Mark D. Roth <roth+openssh@feep.net>), and fixed PIDDIR support.
3a83b819 878
8c6b78e4 87920010417
880 - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in
6d165a89 881 and temporary commented out 'catman-do:' since it is broken. Patches
8c6b78e4 882 for the first two by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a88b7b57 883 - OpenBSD CVS Sync
53b8fe68 884 - deraadt@cvs.openbsd.org 2001/04/16 08:26:04
885 [key.c]
886 better safe than sorry in later mods; yongari@kt-is.co.kr
887 - markus@cvs.openbsd.org 2001/04/17 08:14:01
888 [sshconnect1.c]
889 check for key!=NULL, thanks to costa
890 - markus@cvs.openbsd.org 2001/04/17 09:52:48
891 [clientloop.c]
cf6bc93c 892 handle EINTR/EAGAIN on read; ok deraadt@
53b8fe68 893 - markus@cvs.openbsd.org 2001/04/17 10:53:26
894 [key.c key.h readconf.c readconf.h ssh.1 sshconnect2.c]
e961a8f9 895 add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@
53b8fe68 896 - markus@cvs.openbsd.org 2001/04/17 12:55:04
897 [channels.c ssh.c]
898 undo socks5 and https support since they are not really used and
899 only bloat ssh. remove -D from usage(), since '-D' is experimental.
900
e4664c3e 90120010416
902 - OpenBSD CVS Sync
903 - stevesk@cvs.openbsd.org 2001/04/15 01:35:22
904 [ttymodes.c]
905 fix comments
ec1f12d3 906 - markus@cvs.openbsd.org 2001/04/15 08:43:47
907 [dh.c sftp-glob.c sftp-glob.h sftp-int.c sshconnect2.c sshd.c]
908 some unused variable and typos; from tomh@po.crl.go.jp
58cfa257 909 - markus@cvs.openbsd.org 2001/04/15 16:58:03
910 [authfile.c ssh-keygen.c sshd.c]
911 don't use errno for key_{load,save}_private; discussion w/ solar@openwall
e968270c 912 - markus@cvs.openbsd.org 2001/04/15 17:16:00
913 [clientloop.c]
914 set stdin/out/err to nonblocking in SSH proto 1, too. suggested by ho@
915 should fix some of the blocking problems for rsync over SSH-1
84fc17bf 916 - stevesk@cvs.openbsd.org 2001/04/15 19:41:21
917 [sshd.8]
918 some ClientAlive cleanup; ok markus@
b7c70970 919 - stevesk@cvs.openbsd.org 2001/04/15 21:28:35
920 [readconf.c servconf.c]
921 use fatal() or error() vs. fprintf(); ok markus@
5d97cfbf 922 - (djm) Convert mandoc manpages to man automatically. Patch from Mark D.
923 Roth <roth+openssh@feep.net>
6023325e 924 - (bal) CVS ID fix up and slight manpage fix from OpenBSD tree.
47b53518 925 - (djm) OpenBSD CVS Sync
926 - mouring@cvs.openbsd.org 2001/04/16 02:31:44
927 [scp.c sftp.c]
928 IPv6 support for sftp (which I bungled in my last patch) which is
929 borrowed from scp.c. Thanks to Markus@ for pointing it out.
764291b3 930 - deraadt@cvs.openbsd.org 2001/04/16 08:05:34
931 [xmalloc.c]
932 xrealloc dealing with ptr == nULL; mouring
f2c2fd71 933 - djm@cvs.openbsd.org 2001/04/16 08:19:31
934 [session.c]
935 Split motd and hushlogin checks into seperate functions, helps for
936 portable. From Chris Adams <cmadams@hiwaay.net>; ok markus@
c96a4aaf 937 - Fix OSF SIA support displaying too much information for quiet
938 logins and logins where access was denied by SIA. Patch from Chris Adams
939 <cmadams@hiwaay.net>
e4664c3e 940
f03228b1 94120010415
942 - OpenBSD CVS Sync
943 - deraadt@cvs.openbsd.org 2001/04/14 04:31:01
944 [ssh-add.c]
945 do not double free
9cf972fa 946 - markus@cvs.openbsd.org 2001/04/14 16:17:14
947 [channels.c]
948 remove some channels that are not appropriate for keepalive.
eae942e2 949 - markus@cvs.openbsd.org 2001/04/14 16:27:57
950 [ssh-add.c]
951 use clear_pass instead of xfree()
30dcc918 952 - stevesk@cvs.openbsd.org 2001/04/14 16:33:20
953 [clientloop.c packet.h session.c ssh.c ttymodes.c ttymodes.h]
954 protocol 2 tty modes support; ok markus@
36967a16 955 - stevesk@cvs.openbsd.org 2001/04/14 17:04:42
956 [scp.c]
957 'T' handling rcp/scp sync; ok markus@
e4664c3e 958 - Missed sshtty.[ch] in Sync.
f03228b1 959
e400a640 96020010414
961 - Sync with OpenBSD glob.c, strlcat.c and vis.c changes
fe56c12b 962 - Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen
963 <vinschen@redhat.com>
3ffc6336 964 - OpenBSD CVS Sync
965 - beck@cvs.openbsd.org 2001/04/13 22:46:54
966 [channels.c channels.h servconf.c servconf.h serverloop.c sshd.8]
967 Add options ClientAliveInterval and ClientAliveCountMax to sshd.
968 This gives the ability to do a "keepalive" via the encrypted channel
969 which can't be spoofed (unlike TCP keepalives). Useful for when you want
970 to use ssh connections to authenticate people for something, and know
971 relatively quickly when they are no longer authenticated. Disabled
972 by default (of course). ok markus@
e400a640 973
cc44f691 97420010413
975 - OpenBSD CVS Sync
976 - markus@cvs.openbsd.org 2001/04/12 14:29:09
977 [ssh.c]
978 show debug output during option processing, report from
979 pekkas@netcore.fi
8002af61 980 - markus@cvs.openbsd.org 2001/04/12 19:15:26
981 [auth-rhosts.c auth.h auth2.c buffer.c canohost.c canohost.h
982 compat.c compat.h hostfile.c pathnames.h readconf.c readconf.h
983 servconf.c servconf.h ssh.c sshconnect.c sshconnect.h sshconnect1.c
984 sshconnect2.c sshd_config]
985 implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)
986 similar to RhostRSAAuthentication unless you enable (the experimental)
987 HostbasedUsesNameFromPacketOnly option. please test. :)
0140e66a 988 - markus@cvs.openbsd.org 2001/04/12 19:39:27
989 [readconf.c]
990 typo
2d2a2c65 991 - stevesk@cvs.openbsd.org 2001/04/12 20:09:38
992 [misc.c misc.h readconf.c servconf.c ssh.c sshd.c]
993 robust port validation; ok markus@ jakob@
edeeab1e 994 - mouring@cvs.openbsd.org 2001/04/12 23:17:54
995 [sftp-int.c sftp-int.h sftp.1 sftp.c]
996 Add support for:
997 sftp [user@]host[:file [file]] - Fetch remote file(s)
998 sftp [user@]host[:dir[/]] - Start in remote dir/
999 OK deraadt@
57aa8961 1000 - stevesk@cvs.openbsd.org 2001/04/13 01:26:17
1001 [ssh.c]
1002 missing \n in error message
96f8b59f 1003 - (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others)
1004 lack it.
cc44f691 1005
28b9cb4d 100620010412
1007 - OpenBSD CVS Sync
1008 - markus@cvs.openbsd.org 2001/04/10 07:46:58
1009 [channels.c]
1010 cleanup socks4 handling
c0ecc314 1011 - itojun@cvs.openbsd.org 2001/04/10 09:13:22
1012 [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1013 document id_rsa{.pub,}. markus ok
070adba2 1014 - markus@cvs.openbsd.org 2001/04/10 12:15:23
1015 [channels.c]
1016 debug cleanup
45a2e669 1017 - djm@cvs.openbsd.org 2001/04/11 07:06:22
1018 [sftp-int.c]
1019 'mget' and 'mput' aliases; ok markus@
6031af8d 1020 - markus@cvs.openbsd.org 2001/04/11 10:59:01
1021 [ssh.c]
1022 use strtol() for ports, thanks jakob@
6683b40f 1023 - markus@cvs.openbsd.org 2001/04/11 13:56:13
1024 [channels.c ssh.c]
1025 https-connect and socks5 support. i feel so bad.
ff14faf1 1026 - lebel@cvs.openbsd.org 2001/04/11 16:25:30
1027 [sshd.8 sshd.c]
1028 implement the -e option into sshd:
1029 -e When this option is specified, sshd will send the output to the
1030 standard error instead of the system log.
1031 markus@ OK.
28b9cb4d 1032
0a85ab61 103320010410
1034 - OpenBSD CVS Sync
1035 - deraadt@cvs.openbsd.org 2001/04/08 20:52:55
1036 [sftp.c]
1037 do not modify an actual argv[] entry
b2ae83b8 1038 - stevesk@cvs.openbsd.org 2001/04/08 23:28:27
1039 [sshd.8]
1040 spelling
317611b5 1041 - stevesk@cvs.openbsd.org 2001/04/09 00:42:05
1042 [sftp.1]
1043 spelling
a8666d84 1044 - markus@cvs.openbsd.org 2001/04/09 15:12:23
1045 [ssh-add.c]
1046 passphrase caching: ssh-add tries last passphrase, clears passphrase if
1047 not successful and after last try.
1048 based on discussions with espie@, jakob@, ... and code from jakob@ and
1049 wolfgang@wsrcc.com
49ae4185 1050 - markus@cvs.openbsd.org 2001/04/09 15:19:49
1051 [ssh-add.1]
1052 ssh-add retries the last passphrase...
b8a297f1 1053 - stevesk@cvs.openbsd.org 2001/04/09 18:00:15
1054 [sshd.8]
1055 ListenAddress mandoc from aaron@
0a85ab61 1056
6e9944b8 105720010409
febd3f8e 1058 - (stevesk) use setresgid() for setegid() if needed
26de7942 1059 - (stevesk) configure.in: typo
6e9944b8 1060 - OpenBSD CVS Sync
1061 - stevesk@cvs.openbsd.org 2001/04/08 16:01:36
1062 [sshd.8]
1063 document ListenAddress addr:port
d64050ef 1064 - markus@cvs.openbsd.org 2001/04/08 13:03:00
1065 [ssh-add.c]
1066 init pointers with NULL, thanks to danimal@danimal.org
d0a4c20b 1067 - markus@cvs.openbsd.org 2001/04/08 11:27:33
1068 [clientloop.c]
1069 leave_raw_mode if ssh2 "session" is closed
63bd8c36 1070 - markus@cvs.openbsd.org 2001/04/06 21:00:17
1071 [auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth2.c channels.c session.c
1072 ssh.c sshconnect.c sshconnect.h uidswap.c uidswap.h]
1073 do gid/groups-swap in addition to uid-swap, should help if /home/group
1074 is chmod 750 + chgrp grp /home/group/, work be deraadt and me, thanks
1075 to olar@openwall.com is comments. we had many requests for this.
0490e609 1076 - markus@cvs.openbsd.org 2001/04/07 08:55:18
1077 [buffer.c channels.c channels.h readconf.c ssh.c]
1078 allow the ssh client act as a SOCKS4 proxy (dynamic local
1079 portforwarding). work by Dan Kaminsky <dankamin@cisco.com> and me.
1080 thanks to Dan for this great patch: use 'ssh -D 1080 host' and make
1081 netscape use localhost:1080 as a socks proxy.
d98d029a 1082 - markus@cvs.openbsd.org 2001/04/08 11:24:33
1083 [uidswap.c]
1084 KNF
6e9944b8 1085
d9d49fdb 108620010408
1087 - OpenBSD CVS Sync
1088 - stevesk@cvs.openbsd.org 2001/04/06 22:12:47
1089 [hostfile.c]
1090 unused; typo in comment
d11c1288 1091 - stevesk@cvs.openbsd.org 2001/04/06 22:25:25
1092 [servconf.c]
1093 in addition to:
1094 ListenAddress host|ipv4_addr|ipv6_addr
1095 permit:
1096 ListenAddress [host|ipv4_addr|ipv6_addr]:port
1097 ListenAddress host|ipv4_addr:port
1098 sshd.8 updates coming. ok markus@
d9d49fdb 1099
613fc910 110020010407
1101 - (bal) CVS ID Resync of version.h
cc94bd38 1102 - OpenBSD CVS Sync
1103 - markus@cvs.openbsd.org 2001/04/05 23:39:20
1104 [serverloop.c]
1105 keep the ssh session even if there is no active channel.
1106 this is more in line with the protocol spec and makes
1107 ssh -N -L 1234:server:110 host
1108 more useful.
1109 based on discussion with <mats@mindbright.se> long time ago
1110 and recent mail from <res@shore.net>
0fc791ba 1111 - deraadt@cvs.openbsd.org 2001/04/06 16:46:59
1112 [scp.c]
1113 remove trailing / from source paths; fixes pr#1756
613fc910 1114
63f7e231 111520010406
1116 - (stevesk) logintest.c: fix for systems without __progname
72170131 1117 - (stevesk) Makefile.in: log.o is in libssh.a
d8a2f554 1118 - OpenBSD CVS Sync
1119 - markus@cvs.openbsd.org 2001/04/05 10:00:06
1120 [compat.c]
1121 2.3.x does old GEX, too; report jakob@
6ba22c93 1122 - markus@cvs.openbsd.org 2001/04/05 10:39:03
1123 [compress.c compress.h packet.c]
1124 reset compress state per direction when rekeying.
3667ba79 1125 - markus@cvs.openbsd.org 2001/04/05 10:39:48
1126 [version.h]
1127 temporary version 2.5.4 (supports rekeying).
1128 this is not an official release.
cd332296 1129 - markus@cvs.openbsd.org 2001/04/05 10:42:57
1130 [auth-chall.c authfd.c channels.c clientloop.c kex.c kexgex.c key.c
1131 mac.c packet.c serverloop.c sftp-client.c sftp-client.h sftp-glob.c
1132 sftp-glob.h sftp-int.c sftp-server.c sftp.c ssh-keygen.c sshconnect.c
1133 sshconnect2.c sshd.c]
1134 fix whitespace: unexpand + trailing spaces.
255cfda1 1135 - markus@cvs.openbsd.org 2001/04/05 11:09:17
1136 [clientloop.c compat.c compat.h]
1137 add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions.
b4a19d21 1138 - markus@cvs.openbsd.org 2001/04/05 15:45:43
1139 [ssh.1]
1140 ssh defaults to protocol v2; from quisar@quisar.ambre.net
46e3af7f 1141 - stevesk@cvs.openbsd.org 2001/04/05 15:48:18
1142 [canohost.c canohost.h session.c]
1143 move get_remote_name_or_ip() to canohost.[ch]; for portable. ok markus@
54506d2e 1144 - markus@cvs.openbsd.org 2001/04/05 20:01:10
1145 [clientloop.c]
1146 for ~R print message if server does not support rekeying. (and fix ~R).
b37caf1a 1147 - markus@cvs.openbsd.org 2001/04/05 21:02:46
1148 [buffer.c]
1149 better error message
eb0dd41f 1150 - markus@cvs.openbsd.org 2001/04/05 21:05:24
1151 [clientloop.c ssh.c]
1152 don't request a session for 'ssh -N', pointed out slade@shore.net
63f7e231 1153
d8ee838b 115420010405
1155 - OpenBSD CVS Sync
1156 - markus@cvs.openbsd.org 2001/04/04 09:48:35
1157 [kex.c kex.h kexdh.c kexgex.c packet.c sshconnect2.c sshd.c]
1158 don't sent multiple kexinit-requests.
1159 send newkeys, block while waiting for newkeys.
1160 fix comments.
7a37c112 1161 - markus@cvs.openbsd.org 2001/04/04 14:34:58
1162 [clientloop.c kex.c kex.h serverloop.c sshconnect2.c sshd.c]
1163 enable server side rekeying + some rekey related clientup.
1164 todo: we should not send any non-KEX messages after we send KEXINIT
5adb303f 1165 - markus@cvs.openbsd.org 2001/04/04 15:50:55
1166 [compat.c]
1167 f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.gov
c422989b 1168 - markus@cvs.openbsd.org 2001/04/04 20:25:38
1169 [channels.c channels.h clientloop.c kex.c kex.h serverloop.c
1170 sshconnect2.c sshd.c]
1171 more robust rekeying
1172 don't send channel data after rekeying is started.
0715ec6c 1173 - markus@cvs.openbsd.org 2001/04/04 20:32:56
1174 [auth2.c]
1175 we don't care about missing bannerfiles; from tsoome@ut.ee, ok deraadt@
bbb4cc1b 1176 - markus@cvs.openbsd.org 2001/04/04 22:04:35
1177 [kex.c kexgex.c serverloop.c]
1178 parse full kexinit packet.
1179 make server-side more robust, too.
a7ca6275 1180 - markus@cvs.openbsd.org 2001/04/04 23:09:18
1181 [dh.c kex.c packet.c]
1182 clear+free keys,iv for rekeying.
1183 + fix DH mem leaks. ok niels@
86c9e193 1184 - (stevesk) don't use vhangup() if defined(HAVE_DEV_PTMX); also removes
1185 BROKEN_VHANGUP
d8ee838b 1186
9d451c5a 118720010404
1188 - OpenBSD CVS Sync
1189 - deraadt@cvs.openbsd.org 2001/04/02 17:32:23
1190 [ssh-agent.1]
1191 grammar; slade@shore.net
894c5fa6 1192 - stevesk@cvs.openbsd.org 2001/04/03 13:56:11
1193 [sftp-glob.c ssh-agent.c ssh-keygen.c]
1194 free() -> xfree()
a5c9ffdb 1195 - markus@cvs.openbsd.org 2001/04/03 19:53:29
1196 [dh.c dh.h kex.c kex.h sshconnect2.c sshd.c]
1197 move kex to kex*.c, used dispatch_set() callbacks for kex. should
1198 make rekeying easier.
3463ff28 1199 - todd@cvs.openbsd.org 2001/04/03 21:19:38
1200 [ssh_config]
1201 id_rsa1/2 -> id_rsa; ok markus@
d1ac6175 1202 - markus@cvs.openbsd.org 2001/04/03 23:32:12
1203 [kex.c kex.h packet.c sshconnect2.c sshd.c]
1204 undo parts of recent my changes: main part of keyexchange does not
1205 need dispatch-callbacks, since application data is delayed until
1206 the keyexchange completes (if i understand the drafts correctly).
1207 add some infrastructure for re-keying.
e092ce67 1208 - markus@cvs.openbsd.org 2001/04/04 00:06:54
1209 [clientloop.c sshconnect2.c]
1210 enable client rekeying
1211 (1) force rekeying with ~R, or
1212 (2) if the server requests rekeying.
1213 works against ssh-2.0.12/2.0.13/2.1.0/2.2.0/2.3.0/2.3.1/2.4.0
0bc35151 1214 - (bal) Oops.. Missed including kexdh.c and kexgex.c in OpenBSD sync.
9d451c5a 1215
672f212f 121620010403
1217 - OpenBSD CVS Sync
1218 - stevesk@cvs.openbsd.org 2001/04/02 14:15:31
1219 [sshd.8]
1220 typo; ok markus@
6be9a5e8 1221 - stevesk@cvs.openbsd.org 2001/04/02 14:20:23
1222 [readconf.c servconf.c]
1223 correct comment; ok markus@
fe39c3df 1224 - (stevesk) nchan.c: remove ostate checks and add EINVAL to
1225 shutdown(SHUT_RD) error() bypass for HP-UX.
672f212f 1226
0be033ea 122720010402
1228 - (stevesk) log.c openbsd sync; missing newlines
5d9e4c8d 1229 - (stevesk) sshpty.h openbsd sync; PTY_H -> SSHPTY_H
0be033ea 1230
b7a2a476 123120010330
1232 - (djm) Another openbsd-compat/glob.c sync
4047d868 1233 - (djm) OpenBSD CVS Sync
1234 - provos@cvs.openbsd.org 2001/03/28 21:59:41
1235 [kex.c kex.h sshconnect2.c sshd.c]
1236 forgot to include min and max params in hash, okay markus@
c8682232 1237 - provos@cvs.openbsd.org 2001/03/28 22:04:57
1238 [dh.c]
1239 more sanity checking on primes file
d9cd3575 1240 - markus@cvs.openbsd.org 2001/03/28 22:43:31
1241 [auth.h auth2.c auth2-chall.c]
1242 check auth_root_allowed for kbd-int auth, too.
86b878d5 1243 - provos@cvs.openbsd.org 2001/03/29 14:24:59
1244 [sshconnect2.c]
1245 use recommended defaults
1ad64a93 1246 - stevesk@cvs.openbsd.org 2001/03/29 21:06:21
1247 [sshconnect2.c sshd.c]
1248 need to set both STOC and CTOS for SSH_BUG_BIGENDIANAES; ok markus@
03b8f8be 1249 - markus@cvs.openbsd.org 2001/03/29 21:17:40
1250 [dh.c dh.h kex.c kex.h]
1251 prepare for rekeying: move DH code to dh.c
76ca7b01 1252 - djm@cvs.openbsd.org 2001/03/29 23:42:01
1253 [sshd.c]
1254 Protocol 1 key regeneration log => verbose, some KNF; ok markus@
b7a2a476 1255
01ce749f 125620010329
1257 - OpenBSD CVS Sync
1258 - stevesk@cvs.openbsd.org 2001/03/26 15:47:59
1259 [ssh.1]
1260 document more defaults; misc. cleanup. ok markus@
569807fb 1261 - markus@cvs.openbsd.org 2001/03/26 23:12:42
1262 [authfile.c]
1263 KNF
457fc0c6 1264 - markus@cvs.openbsd.org 2001/03/26 23:23:24
1265 [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
1266 try to read private f-secure ssh v2 rsa keys.
1a92bd7e 1267 - markus@cvs.openbsd.org 2001/03/27 10:34:08
1268 [ssh-rsa.c sshd.c]
1269 use EVP_get_digestbynid, reorder some calls and fix missing free.
a4da628b 1270 - markus@cvs.openbsd.org 2001/03/27 10:57:00
1271 [compat.c compat.h ssh-rsa.c]
1272 some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5
1273 signatures in SSH protocol 2, ok djm@
db1cd2f3 1274 - provos@cvs.openbsd.org 2001/03/27 17:46:50
1275 [compat.c compat.h dh.c dh.h ssh2.h sshconnect2.c sshd.c version.h]
1276 make dh group exchange more flexible, allow min and max group size,
1277 okay markus@, deraadt@
e5ff6ecf 1278 - stevesk@cvs.openbsd.org 2001/03/28 19:56:23
1279 [scp.c]
1280 start to sync scp closer to rcp; ok markus@
03cb2621 1281 - stevesk@cvs.openbsd.org 2001/03/28 20:04:38
1282 [scp.c]
1283 usage more like rcp and add missing -B to usage; ok markus@
563834bb 1284 - markus@cvs.openbsd.org 2001/03/28 20:50:45
1285 [sshd.c]
1286 call refuse() before close(); from olemx@ans.pl
01ce749f 1287
b5b68128 128820010328
1289 - (djm) Reorder tests and library inclusion for Krb4/AFS to try to
1290 resolve linking conflicts with libcrypto. Report and suggested fix
1291 from Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
edbe6722 1292 - (djm) Work around Solaris' broken struct dirent. Diagnosis and suggested
1293 fix from Philippe Levan <levan@epix.net>
cccfea16 1294 - (djm) Rework krbIV tests to get us closer to building on Redhat. Still
1295 doesn't work because of conflicts between krbIV's and OpenSSL's des.h
8d0cc79b 1296 - (djm) Sync openbsd-compat/glob.c
b5b68128 1297
0c90b590 129820010327
1299 - Attempt sync with sshlogin.c w/ OpenBSD (mainly CVS ID)
60a8683f 1300 - Fix pointer issues in waitpid() and wait() replaces. Patch by Lutz
1301 Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
690d0d7f 1302 - OpenBSD CVS Sync
1303 - djm@cvs.openbsd.org 2001/03/25 00:01:34
1304 [session.c]
1305 shorten; ok markus@
4f4648f9 1306 - stevesk@cvs.openbsd.org 2001/03/25 13:16:11
1307 [servconf.c servconf.h session.c sshd.8 sshd_config]
1308 PrintLastLog option; from chip@valinux.com with some minor
1309 changes by me. ok markus@
9afbfcfa 1310 - markus@cvs.openbsd.org 2001/03/26 08:07:09
1311 [authfile.c authfile.h ssh-add.c ssh-keygen.c ssh.c sshconnect.c
1312 sshconnect.h sshconnect1.c sshconnect2.c sshd.c]
1313 simpler key load/save interface, see authfile.h
1314 - (djm) Reestablish PAM credentials (which can be supplemental group
1315 memberships) after initgroups() blows them away. Report and suggested
1316 fix from Nalin Dahyabhai <nalin@redhat.com>
0c90b590 1317
b567a40c 131820010324
1319 - Fixed permissions ssh-keyscan. Thanks to Christopher Linn <celinn@mtu.edu>.
80cd07ae 1320 - OpenBSD CVS Sync
1321 - djm@cvs.openbsd.org 2001/03/23 11:04:07
1322 [compat.c compat.h sshconnect2.c sshd.c]
1323 Compat for OpenSSH with broken Rijndael/AES. ok markus@
7af9f7f8 1324 - markus@cvs.openbsd.org 2001/03/23 12:02:49
1325 [auth1.c]
1326 authctxt is now passed to do_authenticated
e285053e 1327 - markus@cvs.openbsd.org 2001/03/23 13:10:57
1328 [sftp-int.c]
1329 fix put, upload to _absolute_ path, ok djm@
1d3c30db 1330 - markus@cvs.openbsd.org 2001/03/23 14:28:32
1331 [session.c sshd.c]
1332 ignore SIGPIPE, restore in child, fixes x11-fwd crashes; with djm@
8ca3f6dc 1333 - (djm) Pull out our own SIGPIPE hacks
b567a40c 1334
8a169574 133520010323
1336 - OpenBSD CVS Sync
1337 - deraadt@cvs.openbsd.org 2001/03/22 20:22:55
1338 [sshd.c]
1339 do not place linefeeds in buffer
1340
ee110bfb 134120010322
1342 - (djm) Better AIX no tty fix, spotted by Gert Doering <gert@greenie.muc.de>
289ba62e 1343 - (bal) version.c CVS ID resync
a5b09902 1344 - (bal) auth-chall.c auth-passwd.c auth.h auth1.c auth2.c session.c CVS ID
1345 resync
ae7242ef 1346 - (bal) scp.c CVS ID resync
3e587cc3 1347 - OpenBSD CVS Sync
1348 - markus@cvs.openbsd.org 2001/03/20 19:10:16
1349 [readconf.c]
1350 default to SSH protocol version 2
e5d7a405 1351 - markus@cvs.openbsd.org 2001/03/20 19:21:21
1352 [session.c]
1353 remove unused arg
39f7530f 1354 - markus@cvs.openbsd.org 2001/03/20 19:21:21
1355 [session.c]
1356 remove unused arg
bb5639fe 1357 - markus@cvs.openbsd.org 2001/03/21 11:43:45
1358 [auth1.c auth2.c session.c session.h]
1359 merge common ssh v1/2 code
5e7cb456 1360 - jakob@cvs.openbsd.org 2001/03/21 14:20:45
1361 [ssh-keygen.c]
1362 add -B flag to usage
ca4df544 1363 - markus@cvs.openbsd.org 2001/03/21 21:06:30
1364 [session.c]
1365 missing init; from mib@unimelb.edu.au
ee110bfb 1366
f5f6020e 136720010321
1368 - (djm) Fix ttyname breakage for AIX and Tru64. Patch from Steve
1369 VanDevender <stevev@darkwing.uoregon.edu>
37eadb90 1370 - (djm) Make sure pam_retval is initialised on call to pam_end. Patch
1371 from Solar Designer <solar@openwall.com>
0a3700ee 1372 - (djm) Don't loop forever when changing password via PAM. Patch
1373 from Solar Designer <solar@openwall.com>
0c13ffa2 1374 - (djm) Generate config files before build
7a7101ec 1375 - (djm) Correctly handle SIA and AIX when no tty present. Spotted and
1376 suggested fix from Mike Battersby <mib@unimelb.edu.au>
f5f6020e 1377
8d539493 137820010320
01022caf 1379 - (bal) glob.c update to added GLOB_LIMITS (OpenBSD CVS).
1380 - (bal) glob.c update to set gl_pathv to NULL (OpenBSD CVS).
1620233b 1381 - (bal) Oops. Missed globc.h change (OpenBSD CVS).
614dee3a 1382 - (djm) OpenBSD CVS Sync
1383 - markus@cvs.openbsd.org 2001/03/19 17:07:23
1384 [auth.c readconf.c]
1385 undo /etc/shell and proto 2,1 change for openssh-2.5.2
3dd16786 1386 - markus@cvs.openbsd.org 2001/03/19 17:12:10
1387 [version.h]
1388 version 2.5.2
ea44783f 1389 - (djm) Update RPM spec version
1390 - (djm) Release 2.5.2p1
3743cc2f 1391- tim@mindrot.org 2001/03/19 18:33:47 [defines.h]
1392 change S_ISLNK macro to work for UnixWare 2.03
9887f269 1393- tim@mindrot.org 2001/03/19 20:45:11 [openbsd-compat/glob.c]
1394 add get_arg_max(). Use sysconf() if ARG_MAX is not defined
8d539493 1395
e339aa53 139620010319
1397 - (djm) Seed PRNG at startup, rather than waiting for arc4random calls to
1398 do it implicitly.
7cdb79d4 1399 - (djm) Add getusershell() functions from OpenBSD CVS
b1ed8313 1400 - OpenBSD CVS Sync
1401 - markus@cvs.openbsd.org 2001/03/18 12:07:52
1402 [auth-options.c]
1403 ignore permitopen="host:port" if AllowTcpForwarding==no
f8f230bf 1404 - (djm) Make scp work on systems without 64-bit ints
2538ecf1 1405 - tim@mindrot.org 2001/03/18 18:28:39 [defines.h]
1406 move HAVE_LONG_LONG_INT where it works
d1581d5f 1407 - (bal) Use 'NGROUPS' for NeXT Since 'MAX_NGROUPS' is wrapped up in -lposix
107628c0 1408 stuff. Change suggested by Mark Miller <markm@swoon.net>
d1581d5f 1409 - (bal) Small fix to scp. %lu vs %ld
610e8ff5 1410 - (bal) NeXTStep lacks S_ISLNK. Plus split up S_IS*
bb6da70f 1411 - (djm) OpenBSD CVS Sync
1412 - djm@cvs.openbsd.org 2001/03/19 03:52:51
1413 [sftp-client.c]
1414 Report ssh connection closing correctly; ok deraadt@
3a1c54d4 1415 - deraadt@cvs.openbsd.org 2001/03/18 23:30:55
1416 [compat.c compat.h sshd.c]
1417 specifically version match on ssh scanners. do not log scan
1418 information to the console
dc504afd 1419 - djm@cvs.openbsd.org 2001/03/19 12:10:17
db4d3098 1420 [sshd.8]
dc504afd 1421 Document permitopen authorized_keys option; ok markus@
babd91d4 1422 - djm@cvs.openbsd.org 2001/03/19 05:49:52
1423 [ssh.1]
1424 document PreferredAuthentications option; ok markus@
05c64611 1425 - (bal) Minor NeXT fixed. Forgot to #undef NGROUPS_MAX
e339aa53 1426
ec0ad9c2 142720010318
1428 - (bal) Fixed scp type casing issue which causes "scp: protocol error:
1429 size not delimited" fatal errors when tranfering.
5cc8d4ad 1430 - OpenBSD CVS Sync
1431 - markus@cvs.openbsd.org 2001/03/17 17:27:59
1432 [auth.c]
1433 check /etc/shells, too
7411201c 1434 - tim@mindrot.org 2001/03/17 18:45:25 [compat.c]
1435 openbsd-compat/fake-regex.h
ec0ad9c2 1436
8a968c25 143720010317
1438 - Support usrinfo() on AIX. Based on patch from Gert Doering
1439 <gert@greenie.muc.de>
bf1d27bd 1440 - OpenBSD CVS Sync
1441 - markus@cvs.openbsd.org 2001/03/15 15:05:59
1442 [scp.c]
1443 use %lld in printf, ok millert@/deraadt@; report from ssh@client.fi
56b3e9ce 1444 - markus@cvs.openbsd.org 2001/03/15 22:07:08
1445 [session.c]
1446 pass Session to do_child + KNF
d50d9b63 1447 - djm@cvs.openbsd.org 2001/03/16 08:16:18
1448 [sftp-client.c sftp-client.h sftp-glob.c sftp-int.c]
1449 Revise globbing for get/put to be more shell-like. In particular,
1450 "get/put file* directory/" now works. ok markus@
f55d1b5f 1451 - markus@cvs.openbsd.org 2001/03/16 09:55:53
1452 [sftp-int.c]
1453 fix memset and whitespace
6a8496e4 1454 - markus@cvs.openbsd.org 2001/03/16 13:44:24
1455 [sftp-int.c]
1456 discourage strcat/strcpy
01794848 1457 - markus@cvs.openbsd.org 2001/03/16 19:06:30
1458 [auth-options.c channels.c channels.h serverloop.c session.c]
1459 implement "permitopen" key option, restricts -L style forwarding to
1460 to specified host:port pairs. based on work by harlan@genua.de
40849fdb 1461 - Check for gl_matchc support in glob_t and fall back to the
1462 openbsd-compat/glob.[ch] support if it does not exist.
8a968c25 1463
4cb5d598 146420010315
1465 - OpenBSD CVS Sync
1466 - markus@cvs.openbsd.org 2001/03/14 08:57:14
1467 [sftp-client.c]
1468 Wall
85cf5827 1469 - markus@cvs.openbsd.org 2001/03/14 15:15:58
1470 [sftp-int.c]
1471 add version command
61b3a2bc 1472 - deraadt@cvs.openbsd.org 2001/03/14 22:50:25
1473 [sftp-server.c]
1474 note no getopt()
51e2fc8f 1475 - (stevesk) ssh-keyscan.c: specify "openbsd-compat/fake-queue.h"
9a00bfce 1476 - (bal) Cygwin README change by Corinna Vinschen <vinschen@redhat.com>
4cb5d598 1477
acc9d6d7 147820010314
1479 - OpenBSD CVS Sync
85cf5827 1480 - markus@cvs.openbsd.org 2001/03/13 17:34:42
1481 [auth-options.c]
1482 missing xfree, deny key on parse error; ok stevesk@
1483 - djm@cvs.openbsd.org 2001/03/13 22:42:54
1484 [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c]
1485 sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@
84ceda19 1486 - (bal) Fix strerror() in bsd-misc.c
1487 - (djm) Add replacement glob() from OpenBSD libc if the system glob is
1488 missing or lacks the GLOB_ALTDIRFUNC extension
1489 - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers
1490 relatively. Avoids conflict between glob.h and /usr/include/glob.h
acc9d6d7 1491
22138a36 149220010313
1493 - OpenBSD CVS Sync
1494 - markus@cvs.openbsd.org 2001/03/12 22:02:02
1495 [key.c key.h ssh-add.c ssh-keygen.c sshconnect.c sshconnect2.c]
1496 remove old key_fingerprint interface, s/_ex//
1497
539af7f5 149820010312
1499 - OpenBSD CVS Sync
1500 - markus@cvs.openbsd.org 2001/03/11 13:25:36
1501 [auth2.c key.c]
1502 debug
301e8e5b 1503 - jakob@cvs.openbsd.org 2001/03/11 15:03:16
1504 [key.c key.h]
1505 add improved fingerprint functions. based on work by Carsten
1506 Raskgaard <cara@int.tele.dk> and modified by me. ok markus@.
954f0550 1507 - jakob@cvs.openbsd.org 2001/03/11 15:04:16
1508 [ssh-keygen.1 ssh-keygen.c]
1509 print both md5, sha1 and bubblebabble fingerprints when using
1510 ssh-keygen -l -v. ok markus@.
08345971 1511 - jakob@cvs.openbsd.org 2001/03/11 15:13:09
1512 [key.c]
1513 cleanup & shorten some var names key_fingerprint_bubblebabble.
64b1aa3b 1514 - deraadt@cvs.openbsd.org 2001/03/11 16:39:03
1515 [ssh-keygen.c]
1516 KNF, and SHA1 binary output is just creeping featurism
733cf7f4 1517 - tim@mindrot.org 2001/03/11 17:29:32 [configure.in]
1518 test if snprintf() supports %ll
1519 add /dev to search path for PRNGD/EGD socket
1520 fix my mistake in USER_PATH test program
79c9ac1b 1521 - OpenBSD CVS Sync
1522 - markus@cvs.openbsd.org 2001/03/11 18:29:51
1523 [key.c]
1524 style+cleanup
aaf45d87 1525 - markus@cvs.openbsd.org 2001/03/11 22:33:24
1526 [ssh-keygen.1 ssh-keygen.c]
1527 remove -v again. use -B instead for bubblebabble. make -B consistent
1528 with -l and make -B work with /path/to/known_hosts. ok deraadt@
a0322342 1529 - (djm) Bump portable version number for generating test RPMs
94dd09e3 1530 - (djm) Add "static_openssl" RPM build option, remove rsh build dependency
5e8611f1 1531 - (bal) Reorder includes in Makefile.
539af7f5 1532
d156519a 153320010311
1534 - OpenBSD CVS Sync
1535 - markus@cvs.openbsd.org 2001/03/10 12:48:27
1536 [sshconnect2.c]
1537 ignore nonexisting private keys; report rjmooney@mediaone.net
5e36d59c 1538 - deraadt@cvs.openbsd.org 2001/03/10 12:53:51
1539 [readconf.c ssh_config]
1540 default to SSH2, now that m68k runs fast
2f778758 1541 - stevesk@cvs.openbsd.org 2001/03/10 15:02:05
1542 [ttymodes.c ttymodes.h]
1543 remove unused sgtty macros; ok markus@
99c415db 1544 - deraadt@cvs.openbsd.org 2001/03/10 15:31:00
1545 [compat.c compat.h sshconnect.c]
1546 all known netscreen ssh versions, and older versions of OSU ssh cannot
1547 handle password padding (newer OSU is fixed)
456fce50 1548 - tim@mindrot.org 2001/03/10 16:33:42 [configure.in Makefile.in sshd_config]
1549 make sure $bindir is in USER_PATH so scp will work
cab80f75 1550 - OpenBSD CVS Sync
1551 - markus@cvs.openbsd.org 2001/03/10 17:51:04
1552 [kex.c match.c match.h readconf.c readconf.h sshconnect2.c]
1553 add PreferredAuthentications
d156519a 1554
1c9a907f 155520010310
1556 - OpenBSD CVS Sync
1557 - deraadt@cvs.openbsd.org 2001/03/09 03:14:39
1558 [ssh-keygen.c]
1559 create *.pub files with umask 0644, so that you can mv them to
1560 authorized_keys
cb7bd922 1561 - deraadt@cvs.openbsd.org 2001/03/09 12:30:29
1562 [sshd.c]
1563 typo; slade@shore.net
61cf0e38 1564 - Removed log.o from sftp client. Not needed.
1c9a907f 1565
385590e4 156620010309
1567 - OpenBSD CVS Sync
1568 - stevesk@cvs.openbsd.org 2001/03/08 18:47:12
1569 [auth1.c]
1570 unused; ok markus@
acf06a60 1571 - stevesk@cvs.openbsd.org 2001/03/08 20:44:48
1572 [sftp.1]
1573 spelling, cleanup; ok deraadt@
fee56204 1574 - markus@cvs.openbsd.org 2001/03/08 21:42:33
1575 [compat.c compat.h readconf.h ssh.c sshconnect1.c sshconnect2.c]
1576 implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->
1577 no need to do enter passphrase or do expensive sign operations if the
1578 server does not accept key).
385590e4 1579
3a7fe5ba 158020010308
1581 - OpenBSD CVS Sync
d5ebca2b 1582 - djm@cvs.openbsd.org 2001/03/07 10:11:23
1583 [sftp-client.c sftp-client.h sftp-int.c sftp-server.c sftp.1 sftp.c sftp.h]
1584 Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling
1585 functions and small protocol change.
1586 - markus@cvs.openbsd.org 2001/03/08 00:15:48
1587 [readconf.c ssh.1]
1588 turn off useprivilegedports by default. only rhost-auth needs
1589 this. older sshd's may need this, too.
097ca118 1590 - (stevesk) Reliant Unix (SNI) needs HAVE_BOGUS_SYS_QUEUE_H;
1591 Dirk Markwardt <D.Markwardt@tu-bs.de>
3a7fe5ba 1592
3251b439 159320010307
1594 - (bal) OpenBSD CVS Sync
1595 - deraadt@cvs.openbsd.org 2001/03/06 06:11:18
1596 [ssh-keyscan.c]
1597 appease gcc
a5ec8a3d 1598 - deraadt@cvs.openbsd.org 2001/03/06 06:11:44
1599 [sftp-int.c sftp.1 sftp.c]
1600 sftp -b batchfile; mouring@etoh.eviladmin.org
17910dce 1601 - deraadt@cvs.openbsd.org 2001/03/06 15:10:42
1602 [sftp.1]
1603 order things
2c86906e 1604 - deraadt@cvs.openbsd.org 2001/03/07 01:19:06
1605 [ssh.1 sshd.8]
1606 the name "secure shell" is boring, noone ever uses it
7daf8515 1607 - deraadt@cvs.openbsd.org 2001/03/07 04:05:58
1608 [ssh.1]
1609 removed dated comment
f52798a4 1610 - Cygwin contrib improvements from Corinna Vinschen <vinschen@redhat.com>
3251b439 1611
657297ff 161220010306
1613 - (bal) OpenBSD CVS Sync
1614 - deraadt@cvs.openbsd.org 2001/03/05 14:28:47
1615 [sshd.8]
1616 alpha order; jcs@rt.fm
7c8f2a26 1617 - stevesk@cvs.openbsd.org 2001/03/05 15:44:51
1618 [servconf.c]
1619 sync error message; ok markus@
f2ba0775 1620 - deraadt@cvs.openbsd.org 2001/03/05 15:56:16
1621 [myproposal.h ssh.1]
1622 switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster;
1623 provos & markus ok
7a6c39a3 1624 - deraadt@cvs.openbsd.org 2001/03/05 16:07:15
1625 [sshd.8]
1626 detail default hmac setup too
7de5b06b 1627 - markus@cvs.openbsd.org 2001/03/05 17:17:21
1628 [kex.c kex.h sshconnect2.c sshd.c]
1629 generate a 2*need size (~300 instead of 1024/2048) random private
1630 exponent during the DH key agreement. according to Niels (the great
1631 german advisor) this is safe since /etc/primes contains strong
1632 primes only.
1633
1634 References:
1635 P. C. van Oorschot and M. J. Wiener, On Diffie-Hellman key
1636 agreement with short exponents, In Advances in Cryptology
1637 - EUROCRYPT'96, LNCS 1070, Springer-Verlag, 1996, pp.332-343.
a5df12e9 1638 - stevesk@cvs.openbsd.org 2001/03/05 17:40:48
1639 [ssh.1]
1640 more ssh_known_hosts2 documentation; ok markus@
0b2190ee 1641 - stevesk@cvs.openbsd.org 2001/03/05 17:58:22
1642 [dh.c]
1643 spelling
bbc62e59 1644 - deraadt@cvs.openbsd.org 2001/03/06 00:33:04
1645 [authfd.c cli.c ssh-agent.c]
1646 EINTR/EAGAIN handling is required in more cases
c16c7f20 1647 - millert@cvs.openbsd.org 2001/03/06 01:06:03
1648 [ssh-keyscan.c]
1649 Don't assume we wil get the version string all in one read().
1650 deraadt@ OK'd
09cb311c 1651 - millert@cvs.openbsd.org 2001/03/06 01:08:27
1652 [clientloop.c]
1653 If read() fails with EINTR deal with it the same way we treat EAGAIN
657297ff 1654
1a2936c4 165520010305
1656 - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
2552505b 1657 - (bal) CVS ID touch up on sftp-int.c
e77df335 1658 - (bal) CVS ID touch up on uuencode.c
6cca9fde 1659 - (bal) CVS ID touch up on auth2.c, serverloop.c, session.c & sshd.c
778f6940 1660 - (bal) OpenBSD CVS Sync
dcb971e1 1661 - deraadt@cvs.openbsd.org 2001/02/17 23:48:48
1662 [sshd.8]
1663 it's the OpenSSH one
778f6940 1664 - deraadt@cvs.openbsd.org 2001/02/21 07:37:04
1665 [ssh-keyscan.c]
1666 inline -> __inline__, and some indent
81333640 1667 - deraadt@cvs.openbsd.org 2001/02/21 09:05:54
1668 [authfile.c]
1669 improve fd handling
79ddf6db 1670 - deraadt@cvs.openbsd.org 2001/02/21 09:12:56
1671 [sftp-server.c]
1672 careful with & and &&; markus ok
96ee8386 1673 - stevesk@cvs.openbsd.org 2001/02/21 21:14:04
1674 [ssh.c]
1675 -i supports DSA identities now; ok markus@
0c126dc9 1676 - deraadt@cvs.openbsd.org 2001/02/22 04:29:37
1677 [servconf.c]
1678 grammar; slade@shore.net
ed2166d8 1679 - deraadt@cvs.openbsd.org 2001/02/22 06:43:55
1680 [ssh-keygen.1 ssh-keygen.c]
1681 document -d, and -t defaults to rsa1
b07ae1e9 1682 - deraadt@cvs.openbsd.org 2001/02/22 08:03:51
1683 [ssh-keygen.1 ssh-keygen.c]
1684 bye bye -d
e2fccec3 1685 - deraadt@cvs.openbsd.org 2001/02/22 18:09:06
1686 [sshd_config]
1687 activate RSA 2 key
e91c60f2 1688 - markus@cvs.openbsd.org 2001/02/22 21:57:27
1689 [ssh.1 sshd.8]
1690 typos/grammar from matt@anzen.com
3b1a83df 1691 - markus@cvs.openbsd.org 2001/02/22 21:59:44
1692 [auth.c auth.h auth1.c auth2.c misc.c misc.h ssh.c]
1693 use pwcopy in ssh.c, too
19d57054 1694 - markus@cvs.openbsd.org 2001/02/23 15:34:53
1695 [serverloop.c]
1696 debug2->3
00be5382 1697 - markus@cvs.openbsd.org 2001/02/23 18:15:13
1698 [sshd.c]
1699 the random session key depends now on the session_key_int
1700 sent by the 'attacker'
1701 dig1 = md5(cookie|session_key_int);
1702 dig2 = md5(dig1|cookie|session_key_int);
1703 fake_session_key = dig1|dig2;
1704 this change is caused by a mail from anakin@pobox.com
1705 patch based on discussions with my german advisor niels@openbsd.org
ec63b02d 1706 - deraadt@cvs.openbsd.org 2001/02/24 10:37:55
1707 [readconf.c]
1708 look for id_rsa by default, before id_dsa
582038fb 1709 - deraadt@cvs.openbsd.org 2001/02/24 10:37:26
1710 [sshd_config]
1711 ssh2 rsa key before dsa key
6e18cb71 1712 - markus@cvs.openbsd.org 2001/02/27 10:35:27
1713 [packet.c]
1714 fix random padding
1b5dfeb2 1715 - markus@cvs.openbsd.org 2001/02/27 11:00:11
1716 [compat.c]
1717 support SSH-2.0-2.1 ; from Christophe_Moret@hp.com
4ab21f86 1718 - deraadt@cvs.openbsd.org 2001/02/28 05:34:28
1719 [misc.c]
1720 pull in protos
167b3512 1721 - deraadt@cvs.openbsd.org 2001/02/28 05:36:28
1722 [sftp.c]
1723 do not kill the subprocess on termination (we will see if this helps
1724 things or hurts things)
7e8911cd 1725 - markus@cvs.openbsd.org 2001/02/28 08:45:39
1726 [clientloop.c]
1727 fix byte counts for ssh protocol v1
ee55dacf 1728 - markus@cvs.openbsd.org 2001/02/28 08:54:55
1729 [channels.c nchan.c nchan.h]
1730 make sure remote stderr does not get truncated.
1731 remove closed fd's from the select mask.
a6215e53 1732 - markus@cvs.openbsd.org 2001/02/28 09:57:07
1733 [packet.c packet.h sshconnect2.c]
1734 in ssh protocol v2 use ignore messages for padding (instead of
1735 trailing \0).
94dfb550 1736 - markus@cvs.openbsd.org 2001/02/28 12:55:07
1737 [channels.c]
1738 unify debug messages
5649fbbe 1739 - deraadt@cvs.openbsd.org 2001/02/28 17:52:54
1740 [misc.c]
1741 for completeness, copy pw_gecos too
0572fe75 1742 - markus@cvs.openbsd.org 2001/02/28 21:21:41
1743 [sshd.c]
1744 generate a fake session id, too
95ce5599 1745 - markus@cvs.openbsd.org 2001/02/28 21:27:48
1746 [channels.c packet.c packet.h serverloop.c]
1747 use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message
1748 use random content in ignore messages.
355724fc 1749 - markus@cvs.openbsd.org 2001/02/28 21:31:32
1750 [channels.c]
1751 typo
c3f7d267 1752 - deraadt@cvs.openbsd.org 2001/03/01 02:11:25
1753 [authfd.c]
1754 split line so that p will have an easier time next time around
a01a5f30 1755 - deraadt@cvs.openbsd.org 2001/03/01 02:29:04
1756 [ssh.c]
1757 shorten usage by a line
12bf85ed 1758 - deraadt@cvs.openbsd.org 2001/03/01 02:45:10
1759 [auth-rsa.c auth2.c deattack.c packet.c]
1760 KNF
4371658c 1761 - deraadt@cvs.openbsd.org 2001/03/01 03:38:33
1762 [cli.c cli.h rijndael.h ssh-keyscan.1]
1763 copyright notices on all source files
ce91d6f8 1764 - markus@cvs.openbsd.org 2001/03/01 22:46:37
1765 [ssh.c]
1766 don't truncate remote ssh-2 commands; from mkubita@securities.cz
1767 use min, not max for logging, fixes overflow.
409edaba 1768 - deraadt@cvs.openbsd.org 2001/03/02 06:21:01
1769 [sshd.8]
1770 explain SIGHUP better
b8dc87d3 1771 - deraadt@cvs.openbsd.org 2001/03/02 09:42:49
1772 [sshd.8]
1773 doc the dsa/rsa key pair files
f3c7c613 1774 - deraadt@cvs.openbsd.org 2001/03/02 18:54:31
1775 [atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h
1776 scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c
1777 ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8]
1778 make copyright lines the same format
2671b47f 1779 - deraadt@cvs.openbsd.org 2001/03/03 06:53:12
1780 [ssh-keyscan.c]
1781 standard theo sweep
ff7fee59 1782 - millert@cvs.openbsd.org 2001/03/03 21:19:41
1783 [ssh-keyscan.c]
1784 Dynamically allocate read_wait and its copies. Since maxfd is
1785 based on resource limits it is often (usually?) larger than FD_SETSIZE.
c8d75031 1786 - millert@cvs.openbsd.org 2001/03/03 21:40:30
1787 [sftp-server.c]
1788 Dynamically allocate fd_set; deraadt@ OK
20e04e90 1789 - millert@cvs.openbsd.org 2001/03/03 21:41:07
1790 [packet.c]
1791 Dynamically allocate fd_set; deraadt@ OK
dce9bac5 1792 - deraadt@cvs.openbsd.org 2001/03/03 22:07:50
1793 [sftp-server.c]
1794 KNF
c630ce76 1795 - markus@cvs.openbsd.org 2001/03/03 23:52:22
1796 [sftp.c]
1797 clean up arg processing. based on work by Christophe_Moret@hp.com
20244695 1798 - markus@cvs.openbsd.org 2001/03/03 23:59:34
1799 [log.c ssh.c]
1800 log*.c -> log.c
61f8a1d1 1801 - markus@cvs.openbsd.org 2001/03/04 00:03:59
1802 [channels.c]
1803 debug1->2
38967add 1804 - stevesk@cvs.openbsd.org 2001/03/04 10:57:53
1805 [ssh.c]
1806 add -m to usage; ok markus@
46f23b8d 1807 - stevesk@cvs.openbsd.org 2001/03/04 11:04:41
1808 [sshd.8]
1809 small cleanup and clarify for PermitRootLogin; ok markus@
9c81df4c 1810 - stevesk@cvs.openbsd.org 2001/03/04 11:16:06
1811 [servconf.c sshd.8]
1812 kill obsolete RandomSeed; ok markus@ deraadt@
f5429434 1813 - stevesk@cvs.openbsd.org 2001/03/04 12:54:04
1814 [sshd.8]
1815 spelling
54b974dc 1816 - millert@cvs.openbsd.org 2001/03/04 17:42:28
1817 [authfd.c channels.c dh.c log.c readconf.c servconf.c sftp-int.c
1818 ssh.c sshconnect.c sshd.c]
1819 log functions should not be passed strings that end in newline as they
1820 get passed on to syslog() and when logging to stderr, do_log() appends
1821 its own newline.
51c251f0 1822 - deraadt@cvs.openbsd.org 2001/03/04 18:21:28
1823 [sshd.8]
1824 list SSH2 ciphers
2605addd 1825 - (bal) Put HAVE_PW_CLASS_IN_PASSWD back into pwcopy()
164c80dc 1826 - (bal) Fix up logging since it changed. removed log-*.c
cc3067d6 1827 - (djm) Fix up LOG_AUTHPRIV for systems that have it
70a052c7 1828 - (stevesk) OpenBSD sync:
1829 - deraadt@cvs.openbsd.org 2001/03/05 08:37:27
1830 [ssh-keyscan.c]
1831 skip inlining, why bother
5152d46f 1832 - (stevesk) sftp.c: handle __progname
1a2936c4 1833
40edd7ef 183420010304
1835 - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
889fbcd3 1836 - (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and
1837 give Mark Roth credit for mdoc2man.pl
40edd7ef 1838
9817de5f 183920010303
40edd7ef 1840 - (djm) Remove make-ssh-known-hosts.pl, ssh-keyscan is better.
1841 - (djm) Document PAM ChallengeResponseAuthentication in sshd.8
1842 - (djm) Disable and comment ChallengeResponseAuthentication in sshd_config
1843 - (djm) Allow PRNGd entropy collection from localhost TCP socket. Replace
9bdd5929 1844 "--with-egd-pool" configure option with "--with-prngd-socket" and
1845 "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke
1846 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
9817de5f 1847
20cad736 184820010301
1849 - (djm) Properly add -lcrypt if needed.
5f404be3 1850 - (djm) Force standard PAM conversation function in a few more places.
1851 Patch from Redhat 2.5.1p1-2 RPM, probably Nalin Dahyabhai
1852 <nalin@redhat.com>
480eb294 1853 - (djm) Cygwin needs pw->pw_gecos copied too. Patch from Corinna Vinschen
1854 <vinschen@redhat.com>
ad1f4a20 1855 - (djm) Released 2.5.1p2
20cad736 1856
cf0c5df5 185720010228
1858 - (djm) Detect endianness in configure and use it in rijndael.c. Fixes
1859 "Bad packet length" bugs.
403f5a8e 1860 - (djm) Fully revert PAM session patch (again). All PAM session init is
1861 now done before the final fork().
065ef9b1 1862 - (djm) EGD detection patch from Tim Rice <tim@multitalents.net>
d9b1f19a 1863 - (djm) Remove /tmp from EGD socket search list
cf0c5df5 1864
86b416a7 186520010227
51fb577a 1866 - (bal) Applied shutdown() patch for sftp.c by Corinna Vinschen
1867 <vinschen@redhat.com>
2af09193 1868 - (bal) OpenBSD Sync
1869 - markus@cvs.openbsd.org 2001/02/23 15:37:45
1870 [session.c]
1871 handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients
a892c46e 1872 - (bal) sshd.init support for all Redhat release. Patch by Jim Knoble
1873 <jmknoble@jmknoble.cx>
f4e9a0e1 1874 - (djm) Fix up POSIX saved uid support. Report from Mark Miller
1875 <markm@swoon.net>
1876 - (djm) Search for -lcrypt on FreeBSD too
c7c72446 1877 - (djm) fatal() on OpenSSL version mismatch
27cf96de 1878 - (djm) Move PAM init to after fork for non-Solaris derived PAMs
d5c4c52e 1879 - (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Miller
1880 <markm@swoon.net>
4bc6dd70 1881 - (djm) Fix PAM fix
4236bde4 1882 - (djm) Remove 'noreplace' flag from sshd_config in RPM spec files. This
1883 change is being made as 2.5.x configfiles are not back-compatible with
64e0e67e 1884 2.3.x.
1885 - (djm) Avoid warnings for missing broken IP_TOS. Patch from Mark Miller
1886 <markm@swoon.net>
a29d3f1c 1887 - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice
1888 <tim@multitalents.net>
1889 - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice
1890 <tim@multitalents.net>
51fb577a 1891
4925395f 189220010226
1893 - (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again.
e9a13ac1 1894 - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics.
1895 Based on patch from Tim Rice <tim@multitalents.net>
4925395f 1896
1eb4ec64 189720010225
1898 - (djm) Use %{_libexecdir} rather than hardcoded path in RPM specfile
1899 Patch from Adrian Ho <lexfiend@usa.net>
490cad94 1900 - (bal) Replace 'unsigned long long' to 'u_int64_t' since not every
1901 platform defines u_int64_t as being that.
1eb4ec64 1902
a738c3b0 190320010224
1904 - (bal) Missed part of the UNIX sockets patch. Patch by Corinna
1905 Vinschen <vinschen@redhat.com>
1906 - (bal) Reorder where 'strftime' is detected to resolve linking
1907 issues on SCO. Patch by Tim Rice <tim@multitalents.net>
1908
8fd97cc4 190920010224
1910 - (bal) pam_stack fix to correctly detect between RH7 and older RHs.
1911 Patch by Pekka Savola <pekkas@netcore.fi>
8f0b3553 1912 - (bal) Renamed sigaction.[ch] to sigact.[ch]. Causes problems with
1913 some platforms.
3d114925 1914 - (bal) Generalize lack of UNIX sockets since this also effects Cray
1915 not just Cygwin. Based on patch by Wendy Palm <wendyp@cray.com>
8fd97cc4 1916
14a49e44 191720010223
1918 - (bal) Fix --define rh7 in openssh.spec file. Patch by Steve Tell
1919 <tell@telltronics.org>
cb291102 1920 - (bal) Patch to force OpenSSH rpm to require the same version of OpenSSL
1921 that it was compiled against. Patch by Pekka Savola <pekkas@netcore.fi>
5a67331c 1922 - (bal) Double -I for OpenSSL on SCO. Patch by Tim Rice
1923 <tim@multitalents.net>
14a49e44 1924
73d6d7fa 192520010222
1926 - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com>
ca742b3b 1927 - (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net>
1928 - (bal) Removed reference to liblogin from contrib/README. It was
1929 integrated into OpenSSH a long while ago.
2a81eb9f 1930 - (stevesk) remove erroneous #ifdef sgi code.
1931 Michael Stone <mstone@cs.loyola.edu>
73d6d7fa 1932
fbf305f1 193320010221
1934 - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
9dd3bc84 1935 - (bal) Fixed OpenSSL rework to use $saved_*. Patch by Tim Rice
1936 <tim@multitalents.net>
1fe61b2e 1937 - (bal) Reverted out of 2001/02/15 patch by djm below because it
1938 breaks Solaris.
1939 - (djm) Move PAM session setup back to before setuid to user.
1940 fixes problems on Solaris-drived PAMs.
266140a8 1941 - (stevesk) session.c: back out to where we were before:
1942 - (djm) Move PAM session initialisation until after fork in sshd. Patch
1943 from Nalin Dahyabhai <nalin@redhat.com>
9dd3bc84 1944
8b3319f4 194520010220
1946 - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and
1947 getcwd.c.
c2b544a5 1948 - (bal) OpenBSD CVS Sync:
1949 - deraadt@cvs.openbsd.org 2001/02/19 23:09:05
1950 [sshd.c]
1951 clarify message to make it not mention "ident"
8b3319f4 1952
1729c161 195320010219
1954 - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
1955 pty.[ch] -> sshpty.[ch]
d6f13fbb 1956 - (djm) Rework search for OpenSSL location. Skip directories which don't
1957 exist, don't add -L$ssldir/lib if it doesn't exist. Should help SCO
1958 with its limit of 6 -L options.
0476625f 1959 - OpenBSD CVS Sync:
1960 - reinhard@cvs.openbsd.org 2001/02/17 08:24:40
1961 [sftp.1]
1962 typo
1963 - deraadt@cvs.openbsd.org 2001/02/17 16:28:58
1964 [ssh.c]
1965 cleanup -V output; noted by millert
1966 - deraadt@cvs.openbsd.org 2001/02/17 16:48:48
1967 [sshd.8]
1968 it's the OpenSSH one
1969 - markus@cvs.openbsd.org 2001/02/18 11:33:54
1970 [dispatch.c]
1971 typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi
1972 - markus@cvs.openbsd.org 2001/02/19 02:53:32
1973 [compat.c compat.h serverloop.c]
1974 ssh-1.2.{18-22} has broken handling of ignore messages; report from
1975 itojun@
1976 - markus@cvs.openbsd.org 2001/02/19 03:35:23
1977 [version.h]
1978 OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}
1979 - deraadt@cvs.openbsd.org 2001/02/19 03:36:25
1980 [scp.c]
1981 np is changed by recursion; vinschen@redhat.com
1982 - Update versions in RPM spec files
1983 - Release 2.5.1p1
1729c161 1984
663fd560 198520010218
1986 - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice
1987 <tim@multitalents.net>
25cd3375 1988 - (Bal) Patch for lack of RA_RESTART in misc.c for mysignal by
1989 stevesk
58e7f038 1990 - (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen
1991 <vinschen@redhat.com> and myself.
32ced054 1992 - (djm) Close listen_sock on bind() failures. Patch from Arkadiusz
1993 Miskiewicz <misiek@pld.ORG.PL>
6a951840 1994 - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from
1995 Todd C. Miller <Todd.Miller@courtesan.com>
b82f1310 1996 - (djm) Use ttyname() to determine name of tty returned by openpty()
1997 rather then risking overflow. Patch from Marek Michalkiewicz
1998 <marekm@amelek.gda.pl>
bdf80b2c 1999 - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in.
2000 Patch from Marek Michalkiewicz <marekm@amelek.gda.pl>
af8fda37 2001 - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>
df538d55 2002 - (djm) Use SA_INTERRUPT along SA_RESTART if present (equivalent for
2003 SunOS)
f61d6b17 2004 - (djm) SCO needs librpc for libwrap. Patch from Tim Rice
2005 <tim@multitalents.net>
dfef7e7e 2006 - (stevesk) misc.c: cpp rework of SA_(INTERRUPT|RESTART) handling.
36a358ca 2007 - (stevesk) scp.c: use mysignal() for updateprogressmeter() handler.
d54d99a3 2008 - (djm) SA_INTERRUPT is the converse of SA_RESTART, apply it only for
2009 SIGALRM.
e1a023df 2010 - (djm) Move entropy.c over to mysignal()
667beaa9 2011 - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has
2012 a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C.
2013 Miller <Todd.Miller@courtesan.com>
ecdde3d8 2014 - (djm) Update RPM spec files for 2.5.0p1
51ee9048 2015 - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie
2016 enable with --with-bsd-auth.
2adddc78 2017 - (stevesk) entropy.c: typo; should be SIGPIPE
663fd560 2018
0b1728c5 201920010217
2020 - (bal) OpenBSD Sync:
2021 - markus@cvs.openbsd.org 2001/02/16 13:38:18
2022 [channel.c]
2023 remove debug
c8b058b4 2024 - markus@cvs.openbsd.org 2001/02/16 14:03:43
2025 [session.c]
2026 proper payload-length check for x11 w/o screen-number
0b1728c5 2027
b41d8d4d 202820010216
2029 - (bal) added '--with-prce' to allow overriding of system regex when
2030 required (tested by David Dulek <ddulek@fastenal.com>)
d6fdb079 2031 - (bal) Added DG/UX case and set that they have a broken IPTOS.
278588d8 2032 - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net>
2033 Fixes linking on SCO.
0ceb21d6 2034 - (djm) Make gnome-ssh-askpass handle multi-line prompts. Patch from
2035 Nalin Dahyabhai <nalin@redhat.com>
2036 - (djm) BSD license for gnome-ssh-askpass (was X11)
2037 - (djm) KNF on gnome-ssh-askpass
ed6553e2 2038 - (djm) USE_PIPES for a few more sysv platforms
2039 - (djm) Cleanup configure.in a little
2040 - (djm) Ask users to check config.log when we can't find necessary libs
aca75d94 2041 - (djm) Set "login ID" on systems with setluid. Only enabled for SCO
2042 OpenServer for now. Based on patch from svaughan <svaughan@asterion.com>
0ae4fe1d 2043 - (djm) OpenBSD CVS:
2044 - markus@cvs.openbsd.org 2001/02/15 16:19:59
2045 [channels.c channels.h serverloop.c sshconnect.c sshconnect.h]
2046 [sshconnect1.c sshconnect2.c]
2047 genericize password padding function for SSH1 and SSH2.
2048 add stylized echo to 2, too.
2049 - (djm) Add roundup() macro to defines.h
9535dddf 2050 - (stevesk) set SA_RESTART flag in mysignal() for SIGCHLD;
2051 needed on Unixware 2.x.
b41d8d4d 2052
0086bfaf 205320010215
2054 - (djm) Move PAM session setup back to before setuid to user. Fixes
2055 problems on Solaris-derived PAMs.
e11aab29 2056 - (djm) Clean up PAM namespace. Suggested by Darren Moffat
2057 <Darren.Moffat@eng.sun.com>
9e3c31f7 2058 - (bal) Sync w/ OpenSSH for new release
2059 - markus@cvs.openbsd.org 2001/02/12 12:45:06
2060 [sshconnect1.c]
2061 fix xmalloc(0), ok dugsong@
b2552997 2062 - markus@cvs.openbsd.org 2001/02/11 12:59:25
2063 [Makefile.in sshd.8 sshconnect2.c readconf.h readconf.c packet.c
2064 sshd.c ssh.c ssh.1 servconf.h servconf.c myproposal.h kex.h kex.c]
2065 1) clean up the MAC support for SSH-2
2066 2) allow you to specify the MAC with 'ssh -m'
2067 3) or the 'MACs' keyword in ssh(d)_config
2068 4) add hmac-{md5,sha1}-96
2069 ok stevesk@, provos@
15853e93 2070 - markus@cvs.openbsd.org 2001/02/12 16:16:23
2071 [auth-passwd.c auth.c auth.h auth1.c auth2.c servconf.c servconf.h
2072 ssh-keygen.c sshd.8]
2073 PermitRootLogin={yes,without-password,forced-commands-only,no}
2074 (before this change, root could login even if PermitRootLogin==no)
7cc4cf0a 2075 - deraadt@cvs.openbsd.org 2001/02/12 22:56:09
fd193ca4 2076 [clientloop.c packet.c ssh-keyscan.c]
2077 deal with EAGAIN/EINTR selects which were skipped
7cc4cf0a 2078 - markus@cvs.openssh.org 2001/02/13 22:49:40
2079 [auth1.c auth2.c]
2080 setproctitle(user) only if getpwnam succeeds
2081 - markus@cvs.openbsd.org 2001/02/12 23:26:20
2082 [sshd.c]
2083 missing memset; from solar@openwall.com
2084 - stevesk@cvs.openbsd.org 2001/02/12 20:53:33
2085 [sftp-int.c]
2086 lumask now works with 1 numeric arg; ok markus@, djm@
2087 - djm@cvs.openbsd.org 2001/02/14 9:46:03
2088 [sftp-client.c sftp-int.c sftp.1]
2089 Fix and document 'preserve modes & times' option ('-p' flag in sftp);
2090 ok markus@
0b16bb01 2091 - (bal) replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.
2092 - (djm) Move to Jim's 1.2.0 X11 askpass program
62da27dd 2093 - (stevesk) OpenBSD sync:
2094 - deraadt@cvs.openbsd.org 2001/02/15 01:38:04
2095 [serverloop.c]
2096 indent
0b16bb01 2097
1c2d0a13 209820010214
2099 - (djm) Don't try to close PAM session or delete credentials if the
2100 session has not been open or credentials not set. Based on patch from
2101 Andrew Bartlett <abartlet@pcug.org.au>
0ab1bcba 2102 - (djm) Move PAM session initialisation until after fork in sshd. Patch
2103 from Nalin Dahyabhai <nalin@redhat.com>
958e5ae4 2104 - (bal) Missing function prototype in bsd-snprintf.c patch by
2105 Mark Miller <markm@swoon.net>
b7ccb051 2106 - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
2107 <cmadams@hiwaay.net> with a little modification and KNF.
815800e1 2108 - (stevesk) fix for SIA patch, misplaced session_setup_sia()
1c2d0a13 2109
0610439b 211020010213
84eb157c 2111 - (djm) Only test -S potential EGD sockets if they exist and are readable.
f1312c76 2112 - (bal) Cleaned out bsd-snprintf.c. VARARGS have been banished and
2113 I did a base KNF over the whe whole file to make it more acceptable.
2114 (backed out of original patch and removed it from ChangeLog)
01f13020 2115 - (bal) Use chown() if fchown() does not exist in ftp-server.c patch by
2116 Tim Rice <tim@multitalents.net>
8d60e965 2117 - (stevesk) auth1.c: fix PAM passwordless check.
0610439b 2118
894a4851 211920010212
2120 - (djm) Update Redhat specfile to allow --define "skip_x11_askpass 1",
2121 --define "skip_gnome_askpass 1", --define "rh7 1" and make the
2122 implicit rpm-3.0.5 dependancy explicit. Patch and suggestions from
2123 Pekka Savola <pekkas@netcore.fi>
782d6a0d 2124 - (djm) Clean up PCRE text in INSTALL
77db6c3f 2125 - (djm) Fix OSF SIA auth NULL pointer deref. Report from Mike Battersby
2126 <mib@unimelb.edu.au>
6f68f28a 2127 - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
01a7bc9a 2128 - (stevesk) session.c: remove debugging code.
894a4851 2129
abf1f107 213020010211
2131 - (bal) OpenBSD Sync
2132 - markus@cvs.openbsd.org 2001/02/07 22:35:46
2133 [auth1.c auth2.c sshd.c]
2134 move k_setpag() to a central place; ok dugsong@
c845316f 2135 - markus@cvs.openbsd.org 2001/02/10 12:52:02
2136 [auth2.c]
2137 offer passwd before s/key
e6fa162e 2138 - markus@cvs.openbsd.org 2001/02/8 22:37:10
2139 [canohost.c]
2140 remove last call to sprintf; ok deraadt@
0ab4b0f0 2141 - markus@cvs.openbsd.org 2001/02/10 1:33:32
2142 [canohost.c]
2143 add debug message, since sshd blocks here if DNS is not available
7f8ea238 2144 - markus@cvs.openbsd.org 2001/02/10 12:44:02
2145 [cli.c]
2146 don't call vis() for \r
5c470997 2147 - danh@cvs.openbsd.org 2001/02/10 0:12:43
2148 [scp.c]
2149 revert a small change to allow -r option to work again; ok deraadt@
2150 - danh@cvs.openbsd.org 2001/02/10 15:14:11
2151 [scp.c]
2152 fix memory leak; ok markus@
a0e6fead 2153 - djm@cvs.openbsd.org 2001/02/10 0:45:52
2154 [scp.1]
2155 Mention that you can quote pathnames with spaces in them
b3106440 2156 - markus@cvs.openbsd.org 2001/02/10 1:46:28
2157 [ssh.c]
2158 remove mapping of argv[0] -> hostname
f72e01a5 2159 - markus@cvs.openbsd.org 2001/02/06 22:26:17
2160 [sshconnect2.c]
2161 do not ask for passphrase in batch mode; report from ejb@ql.org
2162 - itojun@cvs.opebsd.org 2001/02/08 10:47:05
5d1d11d1 2163 [sshconnect.c sshconnect1.c sshconnect2.c]
f72e01a5 2164 %.30s is too short for IPv6 numeric address. use %.128s for now.
2165 markus ok
2166 - markus@cvs.openbsd.org 2001/02/09 12:28:35
2167 [sshconnect2.c]
2168 do not free twice, thanks to /etc/malloc.conf
2169 - markus@cvs.openbsd.org 2001/02/09 17:10:53
2170 [sshconnect2.c]
2171 partial success: debug->log; "Permission denied" if no more auth methods
2172 - markus@cvs.openbsd.org 2001/02/10 12:09:21
2173 [sshconnect2.c]
2174 remove some lines
e0b2cf6b 2175 - markus@cvs.openbsd.org 2001/02/09 13:38:07
2176 [auth-options.c]
2177 reset options if no option is given; from han.holl@prismant.nl
ca910e13 2178 - markus@cvs.openbsd.org 2001/02/08 21:58:28
2179 [channels.c]
2180 nuke sprintf, ok deraadt@
2181 - markus@cvs.openbsd.org 2001/02/08 21:58:28
2182 [channels.c]
2183 nuke sprintf, ok deraadt@
affa8be4 2184 - markus@cvs.openbsd.org 2001/02/06 22:43:02
2185 [clientloop.h]
2186 remove confusing callback code
d2c46e77 2187 - deraadt@cvs.openbsd.org 2001/02/08 14:39:36
2188 [readconf.c]
2189 snprintf
cc8aca8a 2190 - itojun@cvs.openbsd.org 2001/02/08 19:30:52
2191 sync with netbsd tree changes.
2192 - more strict prototypes, include necessary headers
2193 - use paths.h/pathnames.h decls
2194 - size_t typecase to int -> u_long
5be2ec5e 2195 - itojun@cvs.openbsd.org 2001/02/07 18:04:50
2196 [ssh-keyscan.c]
2197 fix size_t -> int cast (use u_long). markus ok
2198 - markus@cvs.openbsd.org 2001/02/07 22:43:16
2199 [ssh-keyscan.c]
2200 s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
2201 - itojun@cvs.openbsd.org 2001/02/09 9:04:59
2202 [ssh-keyscan.c]
2203 do not assume malloc() returns zero-filled region. found by
2204 malloc.conf=AJ.
f21032a6 2205 - markus@cvs.openbsd.org 2001/02/08 22:35:30
2206 [sshconnect.c]
2207 don't connect if batch_mode is true and stricthostkeychecking set to
2208 'ask'
7bbcc167 2209 - djm@cvs.openbsd.org 2001/02/04 21:26:07
2210 [sshd_config]
2211 type: ok markus@
2212 - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
2213 [sshd_config]
2214 enable sftp-server by default
a2e6d17d 2215 - deraadt 2001/02/07 8:57:26
2216 [xmalloc.c]
2217 deal with new ANSI malloc stuff
2218 - markus@cvs.openbsd.org 2001/02/07 16:46:08
2219 [xmalloc.c]
2220 typo in fatal()
2221 - itojun@cvs.openbsd.org 2001/02/07 18:04:50
2222 [xmalloc.c]
2223 fix size_t -> int cast (use u_long). markus ok
4ef922e3 2224 - 1.47 Thu Feb 8 23:11:42 GMT 2001 by dugsong
2225 [serverloop.c sshconnect1.c]
2226 mitigate SSH1 traffic analysis - from Solar Designer
2227 <solar@openwall.com>, ok provos@
ca910e13 2228 - (bal) fixed sftp-client.c. Return 'status' instead of '0'
2229 (from the OpenBSD tree)
6b442913 2230 - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
27df9d4a 2231 - (bal) sftp-sever.c '%8lld' to '%8llu' (OpenBSD Sync)
17321afe 2232 - (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
f98d56f0 2233 - (bal) A bit more whitespace cleanup
e275684f 2234 - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett
2235 <abartlet@pcug.org.au>
b27e97b1 2236 - (stevesk) misc.c: ssh.h not needed.
38a316c0 2237 - (stevesk) compat.c: more friendly cpp error
94f38e16 2238 - (stevesk) OpenBSD sync:
2239 - stevesk@cvs.openbsd.org 2001/02/11 06:15:57
2240 [LICENSE]
2241 typos and small cleanup; ok deraadt@
abf1f107 2242
0426a3b4 224320010210
2244 - (djm) Sync sftp and scp stuff from OpenBSD:
2245 - djm@cvs.openbsd.org 2001/02/07 03:55:13
2246 [sftp-client.c]
2247 Don't free handles before we are done with them. Based on work from
2248 Corinna Vinschen <vinschen@redhat.com>. ok markus@
2249 - djm@cvs.openbsd.org 2001/02/06 22:32:53
2250 [sftp.1]
2251 Punctuation fix from Pekka Savola <pekkas@netcore.fi>
2252 - deraadt@cvs.openbsd.org 2001/02/07 04:07:29
2253 [sftp.1]
2254 pretty up significantly
2255 - itojun@cvs.openbsd.org 2001/02/07 06:49:42
2256 [sftp.1]
2257 .Bl-.El mismatch. markus ok
2258 - djm@cvs.openbsd.org 2001/02/07 06:12:30
2259 [sftp-int.c]
2260 Check that target is a directory before doing ls; ok markus@
2261 - itojun@cvs.openbsd.org 2001/02/07 11:01:18
2262 [scp.c sftp-client.c sftp-server.c]
2263 unsigned long long -> %llu, not %qu. markus ok
2264 - stevesk@cvs.openbsd.org 2001/02/07 11:10:39
2265 [sftp.1 sftp-int.c]
2266 more man page cleanup and sync of help text with man page; ok markus@
2267 - markus@cvs.openbsd.org 2001/02/07 14:58:34
2268 [sftp-client.c]
2269 older servers reply with SSH2_FXP_NAME + count==0 instead of EOF
2270 - djm@cvs.openbsd.org 2001/02/07 15:27:19
2271 [sftp.c]
2272 Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov
2273 <roumen.petrov@skalasoft.com>
2274 - stevesk@cvs.openbsd.org 2001/02/07 15:36:04
2275 [sftp-int.c]
2276 portable; ok markus@
2277 - stevesk@cvs.openbsd.org 2001/02/07 15:55:47
2278 [sftp-int.c]
2279 lowercase cmds[].c also; ok markus@
2280 - markus@cvs.openbsd.org 2001/02/07 17:04:52
2281 [pathnames.h sftp.c]
2282 allow sftp over ssh protocol 1; ok djm@
2283 - deraadt@cvs.openbsd.org 2001/02/08 07:38:55
2284 [scp.c]
2285 memory leak fix, and snprintf throughout
2286 - deraadt@cvs.openbsd.org 2001/02/08 08:02:02
2287 [sftp-int.c]
2288 plug a memory leak
2289 - stevesk@cvs.openbsd.org 2001/02/08 10:11:23
2290 [session.c sftp-client.c]
2291 %i -> %d
2292 - stevesk@cvs.openbsd.org 2001/02/08 10:57:59
2293 [sftp-int.c]
2294 typo
2295 - stevesk@cvs.openbsd.org 2001/02/08 15:28:07
2296 [sftp-int.c pathnames.h]
2297 _PATH_LS; ok markus@
2298 - djm@cvs.openbsd.org 2001/02/09 04:46:25
2299 [sftp-int.c]
2300 Check for NULL attribs for chown, chmod & chgrp operations, only send
2301 relevant attribs back to server; ok markus@
96b64eb0 2302 - djm@cvs.openbsd.org 2001/02/06 15:05:25
2303 [sftp.c]
2304 Use getopt to process commandline arguments
2305 - djm@cvs.openbsd.org 2001/02/06 15:06:21
2306 [sftp.c ]
2307 Wait for ssh subprocess at exit
2308 - djm@cvs.openbsd.org 2001/02/06 15:18:16
2309 [sftp-int.c]
2310 stat target for remote chdir before doing chdir
2311 - djm@cvs.openbsd.org 2001/02/06 15:32:54
2312 [sftp.1]
2313 Punctuation fix from Pekka Savola <pekkas@netcore.fi>
2314 - provos@cvs.openbsd.org 2001/02/05 22:22:02
2315 [sftp-int.c]
2316 cleanup get_pathname, fix pwd after failed cd. okay djm@
0426a3b4 2317 - (djm) Update makefile.in for _PATH_SFTP_SERVER
c9f5e42e 2318 - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree)
0426a3b4 2319
6d1e1d2b 232020010209
2321 - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
2322 <rjmooney@mediaone.net>
bb0c1991 2323 - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
2324 main tree while porting forward. Pointed out by Lutz Jaenicke
2325 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
f902d909 2326 - (bal) double entry in configure.in. Pointed out by Lutz Jaenicke
2327 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
25f4c264 2328 - (stevesk) OpenBSD sync:
2329 - markus@cvs.openbsd.org 2001/02/08 11:20:01
2330 [auth2.c]
2331 strict checking
2332 - markus@cvs.openbsd.org 2001/02/08 11:15:22
2333 [version.h]
2334 update to 2.3.2
2335 - markus@cvs.openbsd.org 2001/02/08 11:12:30
2336 [auth2.c]
2337 fix typo
72b3f75d 2338 - (djm) Update spec files
0ed28836 2339 - (bal) OpenBSD sync:
2340 - deraadt@cvs.openbsd.org 2001/02/08 14:38:54
2341 [scp.c]
2342 memory leak fix, and snprintf throughout
1fc8ccdf 2343 - markus@cvs.openbsd.org 2001/02/06 22:43:02
2344 [clientloop.c]
2345 remove confusing callback code
0b202697 2346 - (djm) Add CVS Id's to files that we have missed
5ca51e19 2347 - (bal) OpenBSD Sync (more):
2348 - itojun@cvs.openbsd.org 2001/02/08 19:30:52
2349 sync with netbsd tree changes.
2350 - more strict prototypes, include necessary headers
2351 - use paths.h/pathnames.h decls
2352 - size_t typecase to int -> u_long
1f3bf5aa 2353 - markus@cvs.openbsd.org 2001/02/06 22:07:42
2354 [ssh.c]
2355 fatal() if subsystem fails
2356 - markus@cvs.openbsd.org 2001/02/06 22:43:02
2357 [ssh.c]
2358 remove confusing callback code
2359 - jakob@cvs.openbsd.org 2001/02/06 23:03:24
2360 [ssh.c]
2361 add -1 option (force protocol version 1). ok markus@
2362 - jakob@cvs.openbsd.org 2001/02/06 23:06:21
2363 [ssh.c]
2364 reorder -{1,2,4,6} options. ok markus@
e6aa01b4 2365 - (bal) Missing 'const' in readpass.h
9c5a8165 2366 - (bal) OpenBSD Sync (so at least the thing compiles for 2.3.2 =)
2367 - djm@cvs.openbsd.org 2001/02/06 23:30:28
2368 [sftp-client.c]
2369 replace arc4random with counter for request ids; ok markus@
bc79ed5c 2370 - (djm) Define _PATH_TTY for systems that don't. Report from Lutz
2371 Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
6d1e1d2b 2372
6a25c04c 237320010208
2374 - (djm) Don't delete external askpass program in make uninstall target.
2375 Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
6958bd37 2376 - (djm) Fix linking of sftp, don't need arc4random any more.
2377 - (djm) Try to use shell that supports "test -S" for EGD socket search.
2378 Based on patch from Tim Rice <tim@multitalents.net>
6a25c04c 2379
547519f0 238020010207
bee0a37e 2381 - (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs
2382 seem lose track of it while in openbsd-compat/ (two confirmed reports)
5c377b3b 2383 - (djm) Much KNF on PAM code
547519f0 2384 - (djm) Revise auth-pam.c conversation function to be a little more
2385 readable.
5c377b3b 2386 - (djm) Revise kbd-int PAM conversation function to fold all text messages
2387 to before first prompt. Fixes hangs if last pam_message did not require
2388 a reply.
2389 - (djm) Fix password changing when using PAM kbd-int authentication
bee0a37e 2390
547519f0 239120010205
2b87da3b 2392 - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
99286dc8 2393 that don't have NGROUPS_MAX.
57559587 2394 - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
2b87da3b 2395 - (stevesk) OpenBSD sync:
2396 - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
2397 [many files; did this manually to our top-level source dir]
2398 unexpand and remove end-of-line whitespace; ok markus@
408ba72f 2399 - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
2400 [sftp-server.c]
2401 SSH2_FILEXFER_ATTR_UIDGID support; ok markus@
ec2a033a 2402 - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
2403 [sftp-int.c]
2404 ? == help
2405 - deraadt@cvs.openbsd.org 2001/02/04 16:47:46
2406 [sftp-int.c]
2407 sort commands, so that abbreviations work as expected
2408 - stevesk@cvs.openbsd.org 2001/02/04 15:17:52
2409 [sftp-int.c]
2410 debugging sftp: precedence and missing break. chmod, chown, chgrp
2411 seem to be working now.
2412 - markus@cvs.openbsd.org 2001/02/04 14:41:21
2413 [sftp-int.c]
2414 use base 8 for umask/chmod
2415 - markus@cvs.openbsd.org 2001/02/04 11:11:54
2416 [sftp-int.c]
2417 fix LCD
c44559d2 2418 - markus@cvs.openbsd.org 2001/02/04 08:10:44
2419 [ssh.1]
2420 typo; dpo@club-internet.fr
a5930351 2421 - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
2422 [auth2.c authfd.c packet.c]
2423 remove duplicate #include's; ok markus@
6a416424 2424 - deraadt@cvs.openbsd.org 2001/02/04 16:56:23
2425 [scp.c sshd.c]
2426 alpha happiness
2427 - stevesk@cvs.openbsd.org 2001/02/04 15:12:17
2428 [sshd.c]
2429 precedence; ok markus@
02a024dd 2430 - deraadt@cvs.openbsd.org 2001/02/04 08:14:15
6a416424 2431 [ssh.c sshd.c]
2432 make the alpha happy
02a024dd 2433 - markus@cvs.openbsd.org 2001/01/31 13:37:24
2434 [channels.c channels.h serverloop.c ssh.c]
547519f0 2435 do not disconnect if local port forwarding fails, e.g. if port is
2436 already in use
02a024dd 2437 - markus@cvs.openbsd.org 2001/02/01 14:58:09
2438 [channels.c]
2439 use ipaddr in channel messages, ietf-secsh wants this
2440 - markus@cvs.openbsd.org 2001/01/31 12:26:20
2441 [channels.c]
547519f0 2442 ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE
2443 messages; bug report from edmundo@rano.org
a741554f 2444 - markus@cvs.openbsd.org 2001/01/31 13:48:09
2445 [sshconnect2.c]
2446 unused
9378f292 2447 - deraadt@cvs.openbsd.org 2001/02/04 08:23:08
2448 [sftp-client.c sftp-server.c]
2449 make gcc on the alpha even happier
1fc243d1 2450
547519f0 245120010204
781a0585 2452 - (bal) I think this is the last of the bsd-*.h that don't belong.
634e0b53 2453 - (bal) Minor Makefile fix
f0f14bea 2454 - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
61e96248 2455 right.
78987b57 2456 - (bal) Changed order of LIB="" in -with-skey due to library resolving.
166e4f2a 2457 - (bal) next-posix.h changed to bsd-nextstep.h
61e96248 2458 - (djm) OpenBSD CVS sync:
2459 - markus@cvs.openbsd.org 2001/02/03 03:08:38
2460 [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c]
2461 [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8]
2462 [sshd_config]
2463 make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
2464 - markus@cvs.openbsd.org 2001/02/03 03:19:51
2465 [ssh.1 sshd.8 sshd_config]
2466 Skey is now called ChallengeResponse
2467 - markus@cvs.openbsd.org 2001/02/03 03:43:09
2468 [sshd.8]
2469 use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean
2470 channel. note from Erik.Anggard@cygate.se (pr/1659)
2471 - stevesk@cvs.openbsd.org 2001/02/03 10:03:06
2472 [ssh.1]
2473 typos; ok markus@
2474 - djm@cvs.openbsd.org 2001/02/04 04:11:56
2475 [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h]
2476 [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c]
2477 Basic interactive sftp client; ok theo@
2478 - (djm) Update RPM specs for new sftp binary
2479 - (djm) Update several bits for new optional reverse lookup stuff. I
2480 think I got them all.
8b061486 2481 - (djm) Makefile.in fixes
1aa00dcb 2482 - (stevesk) add mysignal() wrapper and use it for the protocol 2
2483 SIGCHLD handler.
408ba72f 2484 - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevesk@
781a0585 2485
547519f0 248620010203
63fe0529 2487 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
bf3db92d 2488 - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
2489 based file) to ensure #include space does not get confused.
f78888c7 2490 - (bal) Minor Makefile.in tweak. dirname may not exist on some
2491 platforms so builds fail. (NeXT being a well known one)
63fe0529 2492
547519f0 249320010202
61e96248 2494 - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
c85a87f2 2495 <vinschen@redhat.com>
71301416 2496 - (bal) Makefile fix to use $(MAKE) instead of 'make' for platforms
2497 that use 'gmake'. Patch by Tim Rice <tim@multitalents.net>
c85a87f2 2498
547519f0 249920010201
ad5075bd 2500 - (bal) Minor fix to Makefile to stop rebuilding executables if no
2501 changes have occured to any of the supporting code. Patch by
2502 Roumen Petrov <roumen.petrov@skalasoft.com>
2503
9c8dbb1b 250420010131
37845585 2505 - (djm) OpenBSD CVS Sync:
2506 - djm@cvs.openbsd.org 2001/01/30 15:48:53
2507 [sshconnect.c]
2508 Make warning message a little more consistent. ok markus@
8c89dd2b 2509 - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
2510 Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com>
2511 respectively.
c59dc6bd 2512 - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
2513 passwords.
9c8dbb1b 2514 - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
2515 openbsd-compat/. And resolve all ./configure and Makefile.in issues
2516 assocated.
37845585 2517
9c8dbb1b 251820010130
39929cdb 2519 - (djm) OpenBSD CVS Sync:
2520 - markus@cvs.openbsd.org 2001/01/29 09:55:37
2521 [channels.c channels.h clientloop.c serverloop.c]
2522 fix select overflow; ok deraadt@ and stevesk@
865ac82e 2523 - markus@cvs.openbsd.org 2001/01/29 12:42:35
2524 [canohost.c canohost.h channels.c clientloop.c]
2525 add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS
46aa2d1f 2526 - markus@cvs.openbsd.org 2001/01/29 12:47:32
2527 [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c]
2528 handle rsa_private_decrypt failures; helps against the Bleichenbacher
2529 pkcs#1 attack
ae810de7 2530 - djm@cvs.openbsd.org 2001/01/29 05:36:11
2531 [ssh.1 ssh.c]
2532 Allow invocation of sybsystem by commandline (-s); ok markus@
83bc57f9 2533 - (stevesk) configure.in: remove duplicate PROG_LS
39929cdb 2534
9c8dbb1b 253520010129
f29ef605 2536 - (stevesk) sftp-server.c: use %lld vs. %qd
2537
cb9da0fc 253820010128
2539 - (bal) Put USE_PIPES back into sco3.2v5
23c2a7a5 2540 - (bal) OpenBSD Sync
9bd5b720 2541 - markus@cvs.openbsd.org 2001/01/28 10:15:34
2542 [dispatch.c]
2543 re-keying is not supported; ok deraadt@
5fb622e4 2544 - markus@cvs.openbsd.org 2001/01/28 10:24:04
7f5c4295 2545 [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
5fb622e4 2546 cleanup AUTHORS sections
9bd5b720 2547 - markus@cvs.openbsd.org 2001/01/28 10:37:26
ab60252b 2548 [sshd.c sshd.8]
9bd5b720 2549 remove -Q, no longer needed
2550 - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
a877488a 2551 [readconf.c ssh.1]
9bd5b720 2552 ``StrictHostKeyChecking ask'' documentation and small cleanup.
2553 ok markus@
6f37606e 2554 - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
61e96248 2555 [sshd.8]
6f37606e 2556 spelling. ok markus@
95f4ccfb 2557 - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
2558 [xmalloc.c]
2559 use size_t for strlen() return. ok markus@
6f37606e 2560 - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
2561 [authfile.c]
2562 spelling. use sizeof vs. strlen(). ok markus@
9bd5b720 2563 - niklas@cvs.openbsd.org 2001/01/29 1:59:14
23c2a7a5 2564 [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
2565 groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
2566 key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
2567 radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1
2568 ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
2569 sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
2570 $OpenBSD$
b0e305c9 2571 - (bal) Minor auth2.c resync. Whitespace and moving of an #include.
cb9da0fc 2572
c9606e03 257320010126
61e96248 2574 - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
c9606e03 2575 Petrov <roumen.petrov@skalasoft.com>
2f4b2e38 2576 - (bal) OpenBSD Sync
2577 - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
2578 [ssh-agent.c]
2579 call _exit() in signal handler
c9606e03 2580
d7d5f0b2 258120010125
2582 - (djm) Sync bsd-* support files:
2583 - deraadt@cvs.openbsd.org 2000/01/26 03:43:20
2584 [rresvport.c bindresvport.c]
61e96248 2585 new bindresvport() semantics that itojun, shin, jean-luc and i have
d7d5f0b2 2586 agreed on, which will be happy for the future. bindresvport_sa() for
2587 sockaddr *, too. docs later..
2588 - deraadt@cvs.openbsd.org 2000/01/24 02:24:21
2589 [bindresvport.c]
61e96248 2590 in bindresvport(), if sin is non-NULL, example sin->sin_family for
d7d5f0b2 2591 the actual family being processed
e1dd3a7a 2592 - (djm) Mention PRNGd in documentation, it is nicer than EGD
2593 - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
8080699b 2594 - (bal) AC_FUNC_STRFTIME added to autoconf
4ccb01d6 2595 - (bal) OpenBSD Resync
2596 - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
2597 [channels.c]
2598 missing freeaddrinfo(); ok markus@
d7d5f0b2 2599
556eb464 260020010124
2601 - (bal) OpenBSD Resync
2602 - markus@cvs.openbsd.org 2001/01/23 10:45:10
2603 [ssh.h]
61e96248 2604 nuke comment
1aecda34 2605 - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>
2606 - (bal) #ifdef around S_IFSOCK if platform does not support it.
2607 patch by Tim Rice <tim@multitalents.net>
2608 - (bal) fake-regex.h cleanup based on Tim Rice's patch.
c33f0b36 2609 - (stevesk) sftp-server.c: fix chmod() mode mask
556eb464 2610
effa6591 261120010123
2612 - (bal) regexp.h typo in configure.in. Should have been regex.h
2613 - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
61e96248 2614 - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
53a24016 2615 - (bal) OpenBSD Resync
2616 - markus@cvs.openbsd.org 2001/01/22 8:15:00
2617 [auth-krb4.c sshconnect1.c]
2618 only AFS needs radix.[ch]
2619 - markus@cvs.openbsd.org 2001/01/22 8:32:53
2620 [auth2.c]
2621 no need to include; from mouring@etoh.eviladmin.org
2622 - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
2623 [key.c]
2624 free() -> xfree(); ok markus@
2625 - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
2626 [sshconnect2.c sshd.c]
2627 fix memory leaks in SSH2 key exchange; ok markus@
d464095c 2628 - markus@cvs.openbsd.org 2001/01/22 23:06:39
2629 [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h
2630 sshconnect1.c sshconnect2.c sshd.c]
2631 rename skey -> challenge response.
2632 auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
53a24016 2633
effa6591 2634
42f11eb2 263520010122
2636 - (bal) OpenBSD Resync
2637 - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
2638 [servconf.c ssh.h sshd.c]
2639 only auth-chall.c needs #ifdef SKEY
2640 - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
2641 [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
2642 auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
2643 packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
2644 session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
2645 ssh1.h sshconnect1.c sshd.c ttymodes.c]
2646 move ssh1 definitions to ssh1.h, pathnames to pathnames.h
2647 - markus@cvs.openbsd.org 2001/01/19 16:48:14
2648 [sshd.8]
2649 fix typo; from stevesk@
2650 - markus@cvs.openbsd.org 2001/01/19 16:50:58
2651 [ssh-dss.c]
61e96248 2652 clear and free digest, make consistent with other code (use dlen); from
42f11eb2 2653 stevesk@
2654 - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
2655 [auth-options.c auth-options.h auth-rsa.c auth2.c]
2656 pass the filename to auth_parse_options()
61e96248 2657 - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001
42f11eb2 2658 [readconf.c]
2659 fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
2660 - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
2661 [sshconnect2.c]
2662 dh_new_group() does not return NULL. ok markus@
2663 - markus@cvs.openbsd.org 2001/01/20 21:33:42
2664 [ssh-add.c]
61e96248 2665 do not loop forever if askpass does not exist; from
42f11eb2 2666 andrew@pimlott.ne.mediaone.net
2667 - djm@cvs.openbsd.org 2001/01/20 23:00:56
2668 [servconf.c]
2669 Check for NULL return from strdelim; ok markus
2670 - djm@cvs.openbsd.org 2001/01/20 23:02:07
2671 [readconf.c]
2672 KNF; ok markus
2673 - jakob@cvs.openbsd.org 2001/01/21 9:00:33
2674 [ssh-keygen.1]
2675 remove -R flag; ok markus@
2676 - markus@cvs.openbsd.org 2001/01/21 19:05:40
2677 [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
2678 auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
2679 auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
2680 bufaux.c bufaux.h buffer.c canahost.c canahost.h channels.c
2681 cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
2682 deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
2683 key.c key.h log-client.c log-server.c log.c log.h login.c login.h
2684 match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
2685 readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
2686 session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
61e96248 2687 ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h
42f11eb2 2688 sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
2689 ttysmodes.c uidswap.c xmalloc.c]
61e96248 2690 split ssh.h and try to cleanup the #include mess. remove unnecessary
42f11eb2 2691 #includes. rename util.[ch] -> misc.[ch]
2692 - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
61e96248 2693 - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve
42f11eb2 2694 conflict when compiling for non-kerb install
2695 - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
2696 on 1/19.
2697
6005a40c 269820010120
2699 - (bal) OpenBSD Resync
2700 - markus@cvs.openbsd.org 2001/01/19 12:45:26
2701 [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
2702 only auth-chall.c needs #ifdef SKEY
47af6577 2703 - (bal) Slight auth2-pam.c clean up.
2704 - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
2705 but no 'regexp.h' found (SCO OpenServer 3 lacks the header).
6005a40c 2706
922e6493 270720010119
2708 - (djm) Update versions in RPM specfiles
59c97189 2709 - (bal) OpenBSD Resync
2710 - markus@cvs.openbsd.org 2001/01/18 16:20:21
2711 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
2712 sshd.8 sshd.c]
61e96248 2713 log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
59c97189 2714 systems
2715 - markus@cvs.openbsd.org 2001/01/18 16:59:59
2716 [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
2717 session.h sshconnect1.c]
2718 1) removes fake skey from sshd, since this will be much
2719 harder with /usr/libexec/auth/login_XXX
2720 2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
2721 3) make addition of BSD_AUTH and other challenge reponse methods
2722 easier.
2723 - markus@cvs.openbsd.org 2001/01/18 17:12:43
2724 [auth-chall.c auth2-chall.c]
2725 rename *-skey.c *-chall.c since the files are not skey specific
04fc7a67 2726 - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
2727 to fix NULL pointer deref and fake authloop breakage in PAM code.
f4ebf0e8 2728 - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
3c418020 2729 - (bal) Minor cygwin patch to auth1.c. Suggested by djm.
61e96248 2730
b5c334cc 273120010118
2732 - (bal) Super Sized OpenBSD Resync
2733 - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
2734 [sshd.c]
2735 maxfd+1
2736 - markus@cvs.openbsd.org 2001/01/13 17:59:18
2737 [ssh-keygen.1]
2738 small ssh-keygen manpage cleanup; stevesk@pobox.com
2739 - markus@cvs.openbsd.org 2001/01/13 18:03:07
2740 [scp.c ssh-keygen.c sshd.c]
2741 getopt() returns -1 not EOF; stevesk@pobox.com
2742 - markus@cvs.openbsd.org 2001/01/13 18:06:54
2743 [ssh-keyscan.c]
2744 use SSH_DEFAULT_PORT; from stevesk@pobox.com
2745 - markus@cvs.openbsd.org 2001/01/13 18:12:47
2746 [ssh-keyscan.c]
2747 free() -> xfree(); fix memory leak; from stevesk@pobox.com
2748 - markus@cvs.openbsd.org 2001/01/13 18:14:13
2749 [ssh-add.c]
2750 typo, from stevesk@sweden.hp.com
2751 - markus@cvs.openbsd.org 2001/01/13 18:32:50
61e96248 2752 [packet.c session.c ssh.c sshconnect.c sshd.c]
b5c334cc 2753 split out keepalive from packet_interactive (from dale@accentre.com)
2754 set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
2755 - markus@cvs.openbsd.org 2001/01/13 18:36:45
2756 [packet.c packet.h]
2757 reorder, typo
2758 - markus@cvs.openbsd.org 2001/01/13 18:38:00
2759 [auth-options.c]
2760 fix comment
2761 - markus@cvs.openbsd.org 2001/01/13 18:43:31
2762 [session.c]
2763 Wall
61e96248 2764 - markus@cvs.openbsd.org 2001/01/13 19:14:08
b5c334cc 2765 [clientloop.h clientloop.c ssh.c]
2766 move callback to headerfile
2767 - markus@cvs.openbsd.org 2001/01/15 21:40:10
2768 [ssh.c]
2769 use log() instead of stderr
2770 - markus@cvs.openbsd.org 2001/01/15 21:43:51
2771 [dh.c]
2772 use error() not stderr!
2773 - markus@cvs.openbsd.org 2001/01/15 21:45:29
2774 [sftp-server.c]
2775 rename must fail if newpath exists, debug off by default
2776 - markus@cvs.openbsd.org 2001/01/15 21:46:38
2777 [sftp-server.c]
2778 readable long listing for sftp-server, ok deraadt@
2779 - markus@cvs.openbsd.org 2001/01/16 19:20:06
2780 [key.c ssh-rsa.c]
61e96248 2781 make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
2782 galb@vandyke.com. note that you have to delete older ssh2-rsa keys,
2783 since they are in the wrong format, too. they must be removed from
b5c334cc 2784 .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
61e96248 2785 (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
2786 .ssh/authorized_keys2) additionally, we now check that
b5c334cc 2787 BN_num_bits(rsa->n) >= 768.
2788 - markus@cvs.openbsd.org 2001/01/16 20:54:27
2789 [sftp-server.c]
2790 remove some statics. simpler handles; idea from nisse@lysator.liu.se
2791 - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
2792 [bufaux.c radix.c sshconnect.h sshconnect1.c]
2793 indent
2794 - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
2795 be missing such feature.
2796
61e96248 2797
52ce34a2 279820010117
2799 - (djm) Only write random seed file at exit
717057b6 2800 - (djm) Make PAM support optional, enable with --with-pam
61e96248 2801 - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
717057b6 2802 provides a crypt() of its own)
2803 - (djm) Avoid a warning in bsd-bindresvport.c
2804 - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
61e96248 2805 can cause weird segfaults errors on Solaris
8694a1ce 2806 - (djm) Avoid warning in PAM code by making read_passphrase arguments const
d748039d 2807 - (djm) Add --with-pam to RPM spec files
52ce34a2 2808
2fd3c144 280920010115
2810 - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
89c7e31c 2811 - (bal) utimes() support via utime() interface on machine that lack utimes().
2fd3c144 2812
63b68889 281320010114
2814 - (stevesk) initial work for OpenBSD "support supplementary group in
2815 {Allow,Deny}Groups" patch:
2816 - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
2817 - add bsd-getgrouplist.h
2818 - new files groupaccess.[ch]
2819 - build but don't use yet (need to merge auth.c changes)
c6a69271 2820 - (stevesk) complete:
2821 - markus@cvs.openbsd.org 2001/01/13 11:56:48
2822 [auth.c sshd.8]
2823 support supplementary group in {Allow,Deny}Groups
2824 from stevesk@pobox.com
61e96248 2825
f546c780 282620010112
2827 - (bal) OpenBSD Sync
2828 - markus@cvs.openbsd.org 2001/01/10 22:56:22
2829 [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
2830 cleanup sftp-server implementation:
547519f0 2831 add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
2832 parse SSH2_FILEXFER_ATTR_EXTENDED
2833 send SSH2_FX_EOF if readdir returns no more entries
2834 reply to SSH2_FXP_EXTENDED message
2835 use #defines from the draft
2836 move #definations to sftp.h
f546c780 2837 more info:
61e96248 2838 http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
f546c780 2839 - markus@cvs.openbsd.org 2001/01/10 19:43:20
2840 [sshd.c]
2841 XXX - generate_empheral_server_key() is not safe against races,
61e96248 2842 because it calls log()
f546c780 2843 - markus@cvs.openbsd.org 2001/01/09 21:19:50
2844 [packet.c]
2845 allow TCP_NDELAY for ipv6; from netbsd via itojun@
2846
9548d6c8 284720010110
2848 - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from
2849 Bladt Norbert <Norbert.Bladt@adi.ch>
2850
af972861 285120010109
2852 - (bal) Resync CVS ID of cli.c
4b80e97b 2853 - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE
2854 code.
eea39c02 2855 - (bal) OpenBSD Sync
2856 - markus@cvs.openbsd.org 2001/01/08 22:29:05
2857 [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
2858 sshd_config version.h]
2859 implement option 'Banner /etc/issue.net' for ssh2, move version to
2860 2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
2861 is enabled).
2862 - markus@cvs.openbsd.org 2001/01/08 22:03:23
2863 [channels.c ssh-keyscan.c]
2864 O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
2865 - markus@cvs.openbsd.org 2001/01/08 21:55:41
2866 [sshconnect1.c]
2867 more cleanups and fixes from stevesk@pobox.com:
2868 1) try_agent_authentication() for loop will overwrite key just
2869 allocated with key_new(); don't alloc
2870 2) call ssh_close_authentication_connection() before exit
2871 try_agent_authentication()
2872 3) free mem on bad passphrase in try_rsa_authentication()
2873 - markus@cvs.openbsd.org 2001/01/08 21:48:17
2874 [kex.c]
2875 missing free; thanks stevesk@pobox.com
f1c4659d 2876 - (bal) Detect if clock_t structure exists, if not define it.
2877 - (bal) Detect if O_NONBLOCK exists, if not define it.
2878 - (bal) removed news4-posix.h (now empty)
2879 - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
2880 instead of 'int'
adc83ebf 2881 - (stevesk) sshd_config: sync
4f771a33 2882 - (stevesk) defines.h: remove spurious ``;''
af972861 2883
bbcf899f 288420010108
2885 - (bal) Fixed another typo in cli.c
2886 - (bal) OpenBSD Sync
2887 - markus@cvs.openbsd.org 2001/01/07 21:26:55
2888 [cli.c]
2889 typo
2890 - markus@cvs.openbsd.org 2001/01/07 21:26:55
2891 [cli.c]
2892 missing free, stevesk@pobox.com
2893 - markus@cvs.openbsd.org 2001/01/07 19:06:25
2894 [auth1.c]
2895 missing free, stevesk@pobox.com
2896 - markus@cvs.openbsd.org 2001/01/07 11:28:04
2897 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1
2898 ssh.h sshd.8 sshd.c]
2899 rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
2900 syslog priority changes:
2901 fatal() LOG_ERR -> LOG_CRIT
2902 log() LOG_INFO -> LOG_NOTICE
b8c37305 2903 - Updated TODO
bbcf899f 2904
9616313f 290520010107
2906 - (bal) OpenBSD Sync
2907 - markus@cvs.openbsd.org 2001/01/06 11:23:27
2908 [ssh-rsa.c]
2909 remove unused
2910 - itojun@cvs.openbsd.org 2001/01/05 08:23:29
2911 [ssh-keyscan.1]
2912 missing .El
2913 - markus@cvs.openbsd.org 2001/01/04 22:41:03
2914 [session.c sshconnect.c]
2915 consistent use of _PATH_BSHELL; from stevesk@pobox.com
2916 - djm@cvs.openbsd.org 2001/01/04 22:35:32
2917 [ssh.1 sshd.8]
2918 Mention AES as available SSH2 Cipher; ok markus
2919 - markus@cvs.openbsd.org 2001/01/04 22:25:58
2920 [sshd.c]
2921 sync usage()/man with defaults; from stevesk@pobox.com
2922 - markus@cvs.openbsd.org 2001/01/04 22:21:26
2923 [sshconnect2.c]
2924 handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
2925 that prints a banner (e.g. /etc/issue.net)
61e96248 2926
1877dc0c 292720010105
2928 - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
5a64a938 2929 - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()
1877dc0c 2930
488c06c8 293120010104
2932 - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on
2933 work by Chris Vaughan <vaughan99@yahoo.com>
2934
7c49df64 293520010103
2936 - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD
2937 tree (mainly positioning)
2938 - (bal) OpenSSH CVS Update
2939 - markus@cvs.openbsd.org 2001/01/02 20:41:02
2940 [packet.c]
2941 log remote ip on disconnect; PR 1600 from jcs@rt.fm
2942 - markus@cvs.openbsd.org 2001/01/02 20:50:56
2943 [sshconnect.c]
61e96248 2944 strict_host_key_checking for host_status != HOST_CHANGED &&
7c49df64 2945 ip_status == HOST_CHANGED
61e96248 2946 - (bal) authfile.c: Synced CVS ID tag
2c523de9 2947 - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>
2948 - (bal) Disable sftp-server if no 64bit int support exists. Based on
2949 patch by Tim Rice <tim@multitalents.net>
2950 - (bal) Makefile.in changes to uninstall: target to remove sftp-server
2951 and sftp-server.8 manpage.
7c49df64 2952
a421e945 295320010102
2954 - (bal) OpenBSD CVS Update
2955 - markus@cvs.openbsd.org 2001/01/01 14:52:49
2956 [scp.c]
2957 use shared fatal(); from stevesk@pobox.com
2958
0efc80a7 295920001231
2960 - (bal) Reverted out of MAXHOSTNAMELEN. This should be set per OS.
2961 for multiple reasons.
b1335fdf 2962 - (bal) Reverted out of a partial NeXT patch.
0efc80a7 2963
efcae5b1 296420001230
2965 - (bal) OpenBSD CVS Update
2966 - markus@cvs.openbsd.org 2000/12/28 18:58:30
2967 [ssh-keygen.c]
2968 enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
b148018f 2969 - markus@cvs.openbsd.org 2000/12/29 22:19:13
2970 [channels.c]
2971 missing xfree; from vaughan99@yahoo.com
efcae5b1 2972 - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
03a14cc9 2973 - (bal) if no MAXHOSTNAMELEN is defined. Default to 64 character defination.
34665bf7 2974 Suggested by Christian Kurz <shorty@debian.org>
cb6dabf4 2975 - (bal) Add in '.c.o' section to Makefile.in to address make programs that
61e96248 2976 don't honor CPPFLAGS by default. Suggested by Lutz Jaenicke
cb6dabf4 2977 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
0dd78cd8 2978
297920001229
61e96248 2980 - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
34665bf7 2981 Kurz <shorty@debian.org>
8abcdba4 2982 - (bal) OpenBSD CVS Update
2983 - markus@cvs.openbsd.org 2000/12/28 14:25:51
2984 [auth.h auth2.c]
2985 count authentication failures only
2986 - markus@cvs.openbsd.org 2000/12/28 14:25:03
2987 [sshconnect.c]
2988 fingerprint for MITM attacks, too.
2989 - markus@cvs.openbsd.org 2000/12/28 12:03:57
2990 [sshd.8 sshd.c]
2991 document -D
2992 - markus@cvs.openbsd.org 2000/12/27 14:19:21
2993 [serverloop.c]
2994 less chatty
2995 - markus@cvs.openbsd.org 2000/12/27 12:34
2996 [auth1.c sshconnect2.c sshd.c]
2997 typo
2998 - markus@cvs.openbsd.org 2000/12/27 12:30:19
2999 [readconf.c readconf.h ssh.1 sshconnect.c]
3000 new option: HostKeyAlias: allow the user to record the host key
3001 under a different name. This is useful for ssh tunneling over
3002 forwarded connections or if you run multiple sshd's on different
3003 ports on the same machine.
3004 - markus@cvs.openbsd.org 2000/12/27 11:51:53
3005 [ssh.1 ssh.c]
3006 multiple -t force pty allocation, document ORIGINAL_COMMAND
3007 - markus@cvs.openbsd.org 2000/12/27 11:41:31
3008 [sshd.8]
3009 update for ssh-2
c52c7082 3010 - (stevesk) compress.[ch] sync with openbsd; missed in prototype
3011 fix merge.
0dd78cd8 3012
8f523d67 301320001228
3014 - (bal) Patch to add libutil.h to loginrec.c only if the platform has
3015 libutil.h. Suggested by Pekka Savola <pekka@netcore.fi>
9fb76616 3016 - (djm) Update to new x11-askpass in RPM spec
0dd78cd8 3017 - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
3018 header. Patch by Tim Rice <tim@multitalents.net>
3019 - Updated TODO w/ known HP/UX issue
3020 - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
3021 bad reference to 'NeXT including it else were' on the #ifdef version.
8f523d67 3022
b03bd394 302320001227
61e96248 3024 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
b03bd394 3025 Takumi Yamane <yamtak@b-session.com>
3026 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
8f523d67 3027 by Corinna Vinschen <vinschen@redhat.com>
3028 - (djm) Fix catman-do target for non-bash
61e96248 3029 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
8f523d67 3030 Takumi Yamane <yamtak@b-session.com>
3031 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
b03bd394 3032 by Corinna Vinschen <vinschen@redhat.com>
13991f8e 3033 - (djm) Fix catman-do target for non-bash
61e96248 3034 - (bal) Fixed NeXT's lack of CPPFLAGS honoring.
3035 - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/
f318b98b 3036 'RLIMIT_NOFILE'
61e96248 3037 - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,
3038 the info in COPYING.Ylonen has been moved to the start of each
3bdf55b1 3039 SSH1-derived file and README.Ylonen is well out of date.
b03bd394 3040
8d88011e 304120001223
3042 - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
3043 if a change to config.h has occurred. Suggested by Gert Doering
3044 <gert@greenie.muc.de>
3045 - (bal) OpenBSD CVS Update:
3046 - markus@cvs.openbsd.org 2000/12/22 16:49:40
3047 [ssh-keygen.c]
3048 fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
3049
1e3b8b07 305020001222
3051 - Updated RCSID for pty.c
3052 - (bal) OpenBSD CVS Updates:
3053 - markus@cvs.openbsd.org 2000/12/21 15:10:16
3054 [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c]
3055 print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@
3056 - markus@cvs.openbsd.org 2000/12/20 19:26:56
3057 [authfile.c]
3058 allow ssh -i userkey for root
3059 - markus@cvs.openbsd.org 2000/12/20 19:37:21
3060 [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h]
3061 fix prototypes; from stevesk@pobox.com
3062 - markus@cvs.openbsd.org 2000/12/20 19:32:08
3063 [sshd.c]
3064 init pointer to NULL; report from Jan.Ivan@cern.ch
3065 - markus@cvs.openbsd.org 2000/12/19 23:17:54
3066 [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c
3067 auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c
3068 bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c
3069 crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h
3070 key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c
3071 packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h
3072 serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h
3073 ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h uuencode.c
3074 uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c]
3075 replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char
3076 unsigned' with u_char.
3077
67b0facb 307820001221
3079 - (stevesk) OpenBSD CVS updates:
3080 - markus@cvs.openbsd.org 2000/12/19 15:43:45
3081 [authfile.c channels.c sftp-server.c ssh-agent.c]
3082 remove() -> unlink() for consistency
3083 - markus@cvs.openbsd.org 2000/12/19 15:48:09
3084 [ssh-keyscan.c]
3085 replace <ssl/x.h> with <openssl/x.h>
3086 - markus@cvs.openbsd.org 2000/12/17 02:33:40
3087 [uidswap.c]
3088 typo; from wsanchez@apple.com
61e96248 3089
adeebd37 309020001220
61e96248 3091 - (djm) Workaround PAM inconsistencies between Solaris derived PAM code
adeebd37 3092 and Linux-PAM. Based on report and fix from Andrew Morgan
3093 <morgan@transmeta.com>
3094
f072c47a 309520001218
3096 - (stevesk) rsa.c: entropy.h not needed.
0c2fb82f 3097 - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.
3098 Suggested by Wilfredo Sanchez <wsanchez@apple.com>
f072c47a 3099
731c1541 310020001216
3101 - (stevesk) OpenBSD CVS updates:
3102 - markus@cvs.openbsd.org 2000/12/16 02:53:57
3103 [scp.c]
3104 allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE
3105 - markus@cvs.openbsd.org 2000/12/16 02:39:57
3106 [scp.c]
3107 unused; from stevesk@pobox.com
3108
227e8e86 310920001215
9853409f 3110 - (stevesk) Old OpenBSD patch wasn't completely applied:
3111 - markus@cvs.openbsd.org 2000/01/24 22:11:20
3112 [scp.c]
3113 allow '.' in usernames; from jedgar@fxp.org
227e8e86 3114 - (stevesk) OpenBSD CVS updates:
3115 - markus@cvs.openbsd.org 2000/12/13 16:26:53
3116 [ssh-keyscan.c]
3117 fatal already adds \n; from stevesk@pobox.com
3118 - markus@cvs.openbsd.org 2000/12/13 16:25:44
3119 [ssh-agent.c]
3120 remove redundant spaces; from stevesk@pobox.com
3121 - ho@cvs.openbsd.org 2000/12/12 15:50:21
3122 [pty.c]
3123 When failing to set tty owner and mode on a read-only filesystem, don't
3124 abort if the tty already has correct owner and reasonably sane modes.
3125 Example; permit 'root' to login to a firewall with read-only root fs.
3126 (markus@ ok)
3127 - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
3128 [pty.c]
3129 KNF
6ffc9c88 3130 - markus@cvs.openbsd.org 2000/12/12 14:45:21
3131 [sshd.c]
3132 source port < 1024 is no longer required for rhosts-rsa since it
3133 adds no additional security.
3134 - markus@cvs.openbsd.org 2000/12/12 16:11:49
3135 [ssh.1 ssh.c]
3136 rhosts-rsa is no longer automagically disabled if ssh is not privileged.
3137 UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
3138 these changes should not change the visible default behaviour of the ssh client.
71c0d06a 3139 - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
3140 [scp.c]
3141 when copying 0-sized files, do not re-print ETA time at completion
3e1caa83 3142 - provos@cvs.openbsd.org 2000/12/15 10:30:15
3143 [kex.c kex.h sshconnect2.c sshd.c]
3144 compute diffie-hellman in parallel between server and client. okay markus@
227e8e86 3145
6c935fbd 314620001213
3147 - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
3148 from Andreas M. Kirchwitz <amk@krell.zikzak.de>
227e8e86 3149 - (stevesk) OpenBSD CVS update:
1fe6a48f 3150 - markus@cvs.openbsd.org 2000/12/12 15:30:02
3151 [ssh-keyscan.c ssh.c sshd.c]
61e96248 3152 consistently use __progname; from stevesk@pobox.com
6c935fbd 3153
367d1840 315420001211
3155 - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
3156 patch to install ssh-keyscan manpage. Patch by Pekka Savola
3157 <pekka@netcore.fi>
e3a70753 3158 - (bal) OpenbSD CVS update
3159 - markus@cvs.openbsd.org 2000/12/10 17:01:53
3160 [sshconnect1.c]
3161 always request new challenge for skey/tis-auth, fixes interop with
3162 other implementations; report from roth@feep.net
367d1840 3163
6b523bae 316420001210
3165 - (bal) OpenBSD CVS updates
61e96248 3166 - markus@cvs.openbsd.org 2000/12/09 13:41:51
6b523bae 3167 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
3168 undo rijndael changes
61e96248 3169 - markus@cvs.openbsd.org 2000/12/09 13:48:31
6b523bae 3170 [rijndael.c]
3171 fix byte order bug w/o introducing new implementation
61e96248 3172 - markus@cvs.openbsd.org 2000/12/09 14:08:27
6b523bae 3173 [sftp-server.c]
3174 "" -> "." for realpath; from vinschen@redhat.com
61e96248 3175 - markus@cvs.openbsd.org 2000/12/09 14:06:54
6b523bae 3176 [ssh-agent.c]
3177 extern int optind; from stevesk@sweden.hp.com
13af0aa2 3178 - provos@cvs.openbsd.org 2000/12/09 23:51:11
3179 [compat.c]
3180 remove unnecessary '\n'
6b523bae 3181
ce9c0b75 318220001209
6b523bae 3183 - (bal) OpenBSD CVS updates:
61e96248 3184 - djm@cvs.openbsd.org 2000/12/07 4:24:59
ce9c0b75 3185 [ssh.1]
3186 Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
3187
f72fc97f 318820001207
6b523bae 3189 - (bal) OpenBSD CVS updates:
61e96248 3190 - markus@cvs.openbsd.org 2000/12/06 22:58:14
f72fc97f 3191 [compat.c compat.h packet.c]
3192 disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
dfe89252 3193 - markus@cvs.openbsd.org 2000/12/06 23:10:39
3194 [rijndael.c]
3195 unexpand(1)
61e96248 3196 - markus@cvs.openbsd.org 2000/12/06 23:05:43
dfe89252 3197 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
3198 new rijndael implementation. fixes endian bugs
f72fc97f 3199
97fb6912 320020001206
6b523bae 3201 - (bal) OpenBSD CVS updates:
97fb6912 3202 - markus@cvs.openbsd.org 2000/12/05 20:34:09
3203 [channels.c channels.h clientloop.c serverloop.c]
3204 async connects for -R/-L; ok deraadt@
3205 - todd@cvs.openssh.org 2000/12/05 16:47:28
3206 [sshd.c]
3207 tweak comment to reflect real location of pid file; ok provos@
bf5f69f7 3208 - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
3209 have it (used in ssh-keyscan).
227e8e86 3210 - (stevesk) OpenBSD CVS update:
f20255cb 3211 - markus@cvs.openbsd.org 2000/12/06 19:57:48
3212 [ssh-keyscan.c]
3213 err(3) -> internal error(), from stevesk@sweden.hp.com
97fb6912 3214
f6fdbddf 321520001205
6b523bae 3216 - (bal) OpenBSD CVS updates:
f6fdbddf 3217 - markus@cvs.openbsd.org 2000/12/04 19:24:02
3218 [ssh-keyscan.c ssh-keyscan.1]
3219 David Maziere's ssh-keyscan, ok niels@
3220 - (bal) Updated Makefile.in to include ssh-keyscan that was just added
3221 to the recent OpenBSD source tree.
835d2104 3222 - (stevesk) fix typos in contrib/hpux/README
f6fdbddf 3223
cbc5abf9 322420001204
3225 - (bal) More C functions defined in NeXT that are unaccessable without
61e96248 3226 defining -POSIX.
3227 - (bal) OpenBSD CVS updates:
3228 - markus@cvs.openbsd.org 2000/12/03 11:29:04
cbc5abf9 3229 [compat.c]
3230 remove fallback to SSH_BUG_HMAC now that the drafts are updated
3231 - markus@cvs.openbsd.org 2000/12/03 11:27:55
3232 [compat.c]
61e96248 3233 correctly match "2.1.0.pl2 SSH" etc; from
97fb6912 3234 pekkas@netcore.fi/bugzilla.redhat
cbc5abf9 3235 - markus@cvs.openbsd.org 2000/12/03 11:15:03
3236 [auth2.c compat.c compat.h sshconnect2.c]
3237 support f-secure/ssh.com 2.0.12; ok niels@
3238
0b6fbf03 323920001203
cbc5abf9 3240 - (bal) OpenBSD CVS updates:
0b6fbf03 3241 - markus@cvs.openbsd.org 2000/11/30 22:54:31
3242 [channels.c]
61e96248 3243 debug->warn if tried to do -R style fwd w/o client requesting this;
0b6fbf03 3244 ok neils@
3245 - markus@cvs.openbsd.org 2000/11/29 20:39:17
3246 [cipher.c]
3247 des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
3248 - markus@cvs.openbsd.org 2000/11/30 18:33:05
3249 [ssh-agent.c]
3250 agents must not dump core, ok niels@
61e96248 3251 - markus@cvs.openbsd.org 2000/11/30 07:04:02
0b6fbf03 3252 [ssh.1]
3253 T is for both protocols
3254 - markus@cvs.openbsd.org 2000/12/01 00:00:51
3255 [ssh.1]
3256 typo; from green@FreeBSD.org
3257 - markus@cvs.openbsd.org 2000/11/30 07:02:35
3258 [ssh.c]
3259 check -T before isatty()
3260 - provos@cvs.openbsd.org 2000/11/29 13:51:27
3261 [sshconnect.c]
61e96248 3262 show IP address and hostname when new key is encountered. okay markus@
0b6fbf03 3263 - markus@cvs.openbsd.org 2000/11/30 22:53:35
3264 [sshconnect.c]
3265 disable agent/x11/port fwding if hostkey has changed; ok niels@
3266 - marksu@cvs.openbsd.org 2000/11/29 21:11:59
3267 [sshd.c]
3268 sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
3269 from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
8c9fe09e 3270 - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
3271 PAM authentication using KbdInteractive.
3272 - (djm) Added another TODO
0b6fbf03 3273
90f4078a 327420001202
3275 - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
61e96248 3276 - (bal) Irix need some sort of mansubdir, patch by Michael Stone
90f4078a 3277 <mstone@cs.loyola.edu>
3278
dcef6523 327920001129
7062c40f 3280 - (djm) Back out all the serverloop.c hacks. sshd will now hang again
3281 if there are background children with open fds.
c193d002 3282 - (djm) bsd-rresvport.c bzero -> memset
61e96248 3283 - (djm) Don't fail in defines.h on absence of 64 bit types (we will
c193d002 3284 still fail during compilation of sftp-server).
3285 - (djm) Fail if ar is not found during configure
c523303b 3286 - (djm) OpenBSD CVS updates:
3287 - provos@cvs.openbsd.org 2000/11/22 08:38:31
3288 [sshd.8]
3289 talk about /etc/primes, okay markus@
3290 - markus@cvs.openbsd.org 2000/11/23 14:03:48
3291 [ssh.c sshconnect1.c sshconnect2.c]
3292 complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
3293 defaults
3294 - markus@cvs.openbsd.org 2000/11/25 09:42:53
3295 [sshconnect1.c]
3296 reorder check for illegal ciphers, bugreport from espie@
3297 - markus@cvs.openbsd.org 2000/11/25 10:19:34
3298 [ssh-keygen.c ssh.h]
3299 print keytype when generating a key.
3300 reasonable defaults for RSA1/RSA/DSA keys.
b3ec54b4 3301 - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
3302 more manpage paths in fixpaths calls
3303 - (djm) Also add xauth path at Pekka's suggestion.
57ce3f00 3304 - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
dcef6523 3305
e879a080 330620001125
3307 - (djm) Give up privs when reading seed file
3308
d343d900 330920001123
3310 - (bal) Merge OpenBSD changes:
3311 - markus@cvs.openbsd.org 2000/11/15 22:31:36
3312 [auth-options.c]
61e96248 3313 case insensitive key options; from stevesk@sweeden.hp.com
d343d900 3314 - markus@cvs.openbsd.org 2000/11/16 17:55:43
3315 [dh.c]
3316 do not use perror() in sshd, after child is forked()
3317 - markus@cvs.openbsd.org 2000/11/14 23:42:40
3318 [auth-rsa.c]
3319 parse option only if key matches; fix some confusing seen by the client
3320 - markus@cvs.openbsd.org 2000/11/14 23:44:19
3321 [session.c]
3322 check no_agent_forward_flag for ssh-2, too
3323 - markus@cvs.openbsd.org 2000/11/15
3324 [ssh-agent.1]
3325 reorder SYNOPSIS; typo, use .It
3326 - markus@cvs.openbsd.org 2000/11/14 23:48:55
3327 [ssh-agent.c]
3328 do not reorder keys if a key is removed
3329 - markus@cvs.openbsd.org 2000/11/15 19:58:08
3330 [ssh.c]
61e96248 3331 just ignore non existing user keys
d343d900 3332 - millert@cvs.openbsd.org 200/11/15 20:24:43
3333 [ssh-keygen.c]
3334 Add missing \n at end of error message.
3335
0b49a754 333620001122
3337 - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
3338 are compilable.
3339 - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
3340
fab2e5d3 334120001117
3342 - (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It
3343 has no affect the output. Patch by Corinna Vinschen <vinschen@redhat.com>
61e96248 3344 - (stevesk) Reworked progname support.
260d427b 3345 - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c. Patch by
3346 Shinichi Maruyama <marya@st.jip.co.jp>
fab2e5d3 3347
c2207f11 334820001116
3349 - (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO
3350 releases.
3351 - (bal) Make builds work outside of source tree. Patch by Mark D. Roth
3352 <roth@feep.net>
3353
3d398e04 335420001113
61e96248 3355 - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
3d398e04 3356 contrib/README
fa08c86b 3357 - (djm) Merge OpenBSD changes:
3358 - markus@cvs.openbsd.org 2000/11/06 16:04:56
3359 [channels.c channels.h clientloop.c nchan.c serverloop.c]
3360 [session.c ssh.c]
3361 agent forwarding and -R for ssh2, based on work from
3362 jhuuskon@messi.uku.fi
3363 - markus@cvs.openbsd.org 2000/11/06 16:13:27
3364 [ssh.c sshconnect.c sshd.c]
3365 do not disabled rhosts(rsa) if server port > 1024; from
3366 pekkas@netcore.fi
3367 - markus@cvs.openbsd.org 2000/11/06 16:16:35
3368 [sshconnect.c]
3369 downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
3370 - markus@cvs.openbsd.org 2000/11/09 18:04:40
3371 [auth1.c]
3372 typo; from mouring@pconline.com
3373 - markus@cvs.openbsd.org 2000/11/12 12:03:28
3374 [ssh-agent.c]
3375 off-by-one when removing a key from the agent
3376 - markus@cvs.openbsd.org 2000/11/12 12:50:39
3377 [auth-rh-rsa.c auth2.c authfd.c authfd.h]
3378 [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
3379 [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
3380 [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
3381 [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
61e96248 3382 [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
fa08c86b 3383 add support for RSA to SSH2. please test.
3384 there are now 3 types of keys: RSA1 is used by ssh-1 only,
3385 RSA and DSA are used by SSH2.
3386 you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
3387 keys for SSH2 and use the RSA keys for hostkeys or for user keys.
3388 SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
3389 - (djm) Fix up Makefile and Redhat init script to create RSA host keys
f001465f 3390 - (djm) Change to interim version
5733a41a 3391 - (djm) Fix RPM spec file stupidity
6fff1ac4 3392 - (djm) fixpaths to DSA and RSA keys too
3d398e04 3393
d287c664 339420001112
3395 - (bal) SCO Patch to add needed libraries for configure.in. Patch by
3396 Phillips Porch <root@theporch.com>
3d398e04 3397 - (bal) IRIX patch to adding Job Limits. Patch by Denis Parker
3398 <dcp@sgi.com>
a3bf38d0 3399 - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to
3400 failed ioctl(TIOCSCTTY) call.
d287c664 3401
3c4d4fef 340220001111
3403 - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
3404 packaging files
35325fd4 3405 - (djm) Fix new Makefile.in warnings
61e96248 3406 - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
3407 promoted to type int. Report and fix from Dan Astoorian
027bf205 3408 <djast@cs.toronto.edu>
61e96248 3409 - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
e3291159 3410 it wrong. Report from Bennett Todd <bet@rahul.net>
3c4d4fef 3411
3e366738 341220001110
3413 - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
3414 - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
3415 - (bal) Added in check to verify S/Key library is being detected in
3416 configure.in
61e96248 3417 - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
3e366738 3418 Patch by Mark Miller <markm@swoon.net>
3419 - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
61e96248 3420 to remove warnings under MacOS X. Patch by Mark Miller <markm@swoon.net>
3e366738 3421 - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
3422
373998a4 342320001107
e506ee73 3424 - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
3425 Mark Miller <markm@swoon.net>
373998a4 3426 - (bal) sshd.init files corrected to assign $? to RETVAL. Patch by
3427 Jarno Huuskonen <jhuuskon@messi.uku.fi>
e506ee73 3428 - (bal) fixpaths fixed to stop it from quitely failing. Patch by
3429 Mark D. Roth <roth@feep.net>
373998a4 3430
ac89998a 343120001106
3432 - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
6c09e23c 3433 - (djm) Manually fix up missed diff hunks (mainly RCS idents)
61e96248 3434 - (djm) Remove UPGRADING document in favour of a link to the better
d6846e6a 3435 maintained FAQ on www.openssh.com
73bd30fe 3436 - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
3437 <pekkas@netcore.fi>
3438 - (djm) Don't need X11-askpass in RPM spec file if building without it
3439 from Pekka Savola <pekkas@netcore.fi>
c215ba3b 3440 - (djm) Release 2.3.0p1
97b378bf 3441 - (bal) typo in configure.in in regards to --with-ldflags from Marko
3442 Asplund <aspa@kronodoc.fi>
3443 - (bal) fixed next-posix.h. Forgot prototype of getppid().
68f189a9 3444
b850ecd9 344520001105
3446 - (bal) Sync with OpenBSD:
3447 - markus@cvs.openbsd.org 2000/10/31 9:31:58
3448 [compat.c]
3449 handle all old openssh versions
3450 - markus@cvs.openbsd.org 2000/10/31 13:1853
3451 [deattack.c]
3452 so that large packets do not wrap "n"; from netbsd
3453 - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
a30ce26d 3454 - (bal) auth2-skey.c - Checked in. Missing from portable tree.
3455 - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
3456 setsid() into more common files
96054e6f 3457 - (stevesk) pty.c: use __hpux to identify HP-UX.
d0127657 3458 - (bal) Missed auth-skey.o in Makefile.in and minor correction to
3459 bsd-waitpid.c
b850ecd9 3460
75b90ced 346120001029
3462 - (stevesk) Fix typo in auth.c: USE_PAM not PAM
95273555 3463 - (stevesk) Create contrib/cygwin/ directory; patch from
3464 Corinna Vinschen <vinschen@redhat.com>
e9e4a1c7 3465 - (bal) Resolved more $xno and $xyes issues in configure.in
fd5f0295 3466 - (bal) next-posix.h - spelling and forgot a prototype
75b90ced 3467
344f2b94 346820001028
61e96248 3469 - (djm) fix select hack in serverloop.c from Philippe WILLEM
344f2b94 3470 <Philippe.WILLEM@urssaf.fr>
240ae474 3471 - (djm) Fix mangled AIXAUTHENTICATE code
61e96248 3472 - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
606ea390 3473 <markus.friedl@informatik.uni-erlangen.de>
a22aff1f 3474 - (djm) Sync with OpenBSD:
3475 - markus@cvs.openbsd.org 2000/10/16 15:46:32
3476 [ssh.1]
3477 fixes from pekkas@netcore.fi
3478 - markus@cvs.openbsd.org 2000/10/17 14:28:11
3479 [atomicio.c]
3480 return number of characters processed; ok deraadt@
3481 - markus@cvs.openbsd.org 2000/10/18 12:04:02
3482 [atomicio.c]
3483 undo
3484 - markus@cvs.openbsd.org 2000/10/18 12:23:02
3485 [scp.c]
3486 replace atomicio(read,...) with read(); ok deraadt@
3487 - markus@cvs.openbsd.org 2000/10/18 12:42:00
3488 [session.c]
3489 restore old record login behaviour
3490 - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
3491 [auth-skey.c]
3492 fmt string problem in unused code
3493 - provos@cvs.openbsd.org 2000/10/19 10:45:16
3494 [sshconnect2.c]
3495 don't reference freed memory. okay deraadt@
3496 - markus@cvs.openbsd.org 2000/10/21 11:04:23
3497 [canohost.c]
3498 typo, eramore@era-t.ericsson.se; ok niels@
3499 - markus@cvs.openbsd.org 2000/10/23 13:31:55
3500 [cipher.c]
3501 non-alignment dependent swap_bytes(); from
3502 simonb@wasabisystems.com/netbsd
3503 - markus@cvs.openbsd.org 2000/10/26 12:38:28
3504 [compat.c]
3505 add older vandyke products
3506 - markus@cvs.openbsd.org 2000/10/27 01:32:19
3507 [channels.c channels.h clientloop.c serverloop.c session.c]
3508 [ssh.c util.c]
61e96248 3509 enable non-blocking IO on channels, and tty's (except for the
a22aff1f 3510 client ttys).
344f2b94 3511
ddc49b5c 351220001027
3513 - (djm) Increase REKEY_BYTES to 2^24 for arc4random
3514
48e7916f 351520001025
3516 - (djm) Added WARNING.RNG file and modified configure to ask users of the
3517 builtin entropy code to read it.
3518 - (djm) Prefer builtin regex to PCRE.
00937921 3519 - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
3520 - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
3521 <proski@gnu.org>
48e7916f 3522
8dcda1e3 352320001020
3524 - (djm) Don't define _REENTRANT for SNI/Reliant Unix
07bee9a7 3525 - (bal) Imported NEWS-OS waitpid() macros into NeXT. Since implementation
3526 is more correct then current version.
8dcda1e3 3527
f5af5cd5 352820001018
3529 - (stevesk) Add initial support for setproctitle(). Current
3530 support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
134fd7f6 3531 - (stevesk) Add egd startup scripts to contrib/hpux/
f5af5cd5 3532
2f31bdd6 353320001017
3534 - (djm) Add -lregex to cywin libs from Corinna Vinschen
3535 <vinschen@cygnus.com>
ba7a3f40 3536 - (djm) Don't rely on atomicio's retval to determine length of askpass
3537 supplied passphrase. Problem report from Lutz Jaenicke
3538 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
66d6c27e 3539 - (bal) Changed from GNU rx to PCRE on suggestion from djm.
61e96248 3540 - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
66d6c27e 3541 <nakaji@tutrp.tut.ac.jp>
2f31bdd6 3542
33de75a3 354320001016
3544 - (djm) Sync with OpenBSD:
3545 - markus@cvs.openbsd.org 2000/10/14 04:01:15
3546 [cipher.c]
3547 debug3
3548 - markus@cvs.openbsd.org 2000/10/14 04:07:23
3549 [scp.c]
3550 remove spaces from arguments; from djm@mindrot.org
3551 - markus@cvs.openbsd.org 2000/10/14 06:09:46
3552 [ssh.1]
3553 Cipher is for SSH-1 only
3554 - markus@cvs.openbsd.org 2000/10/14 06:12:09
3555 [servconf.c servconf.h serverloop.c session.c sshd.8]
3556 AllowTcpForwarding; from naddy@
3557 - markus@cvs.openbsd.org 2000/10/14 06:16:56
3558 [auth2.c compat.c compat.h sshconnect2.c version.h]
61e96248 3559 OpenSSH_2.3; note that is is not complete, but the version number
33de75a3 3560 needs to be changed for interoperability reasons
3561 - markus@cvs.openbsd.org 2000/10/14 06:19:45
3562 [auth-rsa.c]
3563 do not send RSA challenge if key is not allowed by key-options; from
3564 eivind@ThinkSec.com
3565 - markus@cvs.openbsd.org 2000/10/15 08:14:01
3566 [rijndael.c session.c]
3567 typos; from stevesk@sweden.hp.com
3568 - markus@cvs.openbsd.org 2000/10/15 08:18:31
3569 [rijndael.c]
3570 typo
61e96248 3571 - (djm) Copy manpages back over from OpenBSD - too tedious to wade
30d8b039 3572 through diffs
61e96248 3573 - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
30d8b039 3574 <pekkas@netcore.fi>
aa0289fe 3575 - (djm) Update version in Redhat spec file
61e96248 3576 - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
aa0289fe 3577 Redhat 7.0 spec file
5b2d4b75 3578 - (djm) Make inability to read/write PRNG seedfile non-fatal
3579
33de75a3 3580
4d670c24 358120001015
3582 - (djm) Fix ssh2 hang on background processes at logout.
3583
71dfaf1c 358420001014
443172c4 3585 - (bal) Add support for realpath and getcwd for platforms with broken
3586 or missing realpath implementations for sftp-server.
3587 - (bal) Corrected mistake in INSTALL in regards to GNU rx library
61e96248 3588 - (bal) Add support for GNU rx library for those lacking regexp support
71dfaf1c 3589 - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
02323c45 3590 - (djm) Revert SSH2 serverloop hack, will find a better way.
4ee81249 3591 - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
3592 from Martin Johansson <fatbob@acc.umu.se>
94ec8c6b 3593 - (djm) Big OpenBSD sync:
3594 - markus@cvs.openbsd.org 2000/09/30 10:27:44
3595 [log.c]
3596 allow loglevel debug
3597 - markus@cvs.openbsd.org 2000/10/03 11:59:57
3598 [packet.c]
3599 hmac->mac
3600 - markus@cvs.openbsd.org 2000/10/03 12:03:03
3601 [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
3602 move fake-auth from auth1.c to individual auth methods, disables s/key in
3603 debug-msg
3604 - markus@cvs.openbsd.org 2000/10/03 12:16:48
3605 ssh.c
3606 do not resolve canonname, i have no idea why this was added oin ossh
3607 - markus@cvs.openbsd.org 2000/10/09 15:30:44
3608 ssh-keygen.1 ssh-keygen.c
3609 -X now reads private ssh.com DSA keys, too.
3610 - markus@cvs.openbsd.org 2000/10/09 15:32:34
3611 auth-options.c
3612 clear options on every call.
3613 - markus@cvs.openbsd.org 2000/10/09 15:51:00
3614 authfd.c authfd.h
3615 interop with ssh-agent2, from <res@shore.net>
3616 - markus@cvs.openbsd.org 2000/10/10 14:20:45
3617 compat.c
3618 use rexexp for version string matching
3619 - provos@cvs.openbsd.org 2000/10/10 22:02:18
3620 [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
3621 First rough implementation of the diffie-hellman group exchange. The
3622 client can ask the server for bigger groups to perform the diffie-hellman
3623 in, thus increasing the attack complexity when using ciphers with longer
3624 keys. University of Windsor provided network, T the company.
3625 - markus@cvs.openbsd.org 2000/10/11 13:59:52
3626 [auth-rsa.c auth2.c]
3627 clear auth options unless auth sucessfull
3628 - markus@cvs.openbsd.org 2000/10/11 14:00:27
3629 [auth-options.h]
3630 clear auth options unless auth sucessfull
3631 - markus@cvs.openbsd.org 2000/10/11 14:03:27
3632 [scp.1 scp.c]
3633 support 'scp -o' with help from mouring@pconline.com
3634 - markus@cvs.openbsd.org 2000/10/11 14:11:35
3635 [dh.c]
3636 Wall
3637 - markus@cvs.openbsd.org 2000/10/11 14:14:40
3638 [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
3639 [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
3640 add support for s/key (kbd-interactive) to ssh2, based on work by
3641 mkiernan@avantgo.com and me
3642 - markus@cvs.openbsd.org 2000/10/11 14:27:24
3643 [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
3644 [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
3645 [sshconnect2.c sshd.c]
3646 new cipher framework
3647 - markus@cvs.openbsd.org 2000/10/11 14:45:21
3648 [cipher.c]
3649 remove DES
3650 - markus@cvs.openbsd.org 2000/10/12 03:59:20
3651 [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
3652 enable DES in SSH-1 clients only
3653 - markus@cvs.openbsd.org 2000/10/12 08:21:13
3654 [kex.h packet.c]
3655 remove unused
3656 - markus@cvs.openbsd.org 2000/10/13 12:34:46
3657 [sshd.c]
3658 Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
3659 - markus@cvs.openbsd.org 2000/10/13 12:59:15
3660 [cipher.c cipher.h myproposal.h rijndael.c rijndael.h]
3661 rijndael/aes support
3662 - markus@cvs.openbsd.org 2000/10/13 13:10:54
3663 [sshd.8]
3664 more info about -V
3665 - markus@cvs.openbsd.org 2000/10/13 13:12:02
3666 [myproposal.h]
3667 prefer no compression
3ed32516 3668 - (djm) Fix scp user@host handling
3669 - (djm) Don't clobber ssh_prng_cmds on install
6bcf7caa 3670 - (stevesk) Include config.h in rijndael.c so we define intXX_t and
3671 u_intXX_t types on all platforms.
9ea53ba5 3672 - (stevesk) rijndael.c: cleanup missing declaration warnings.
2919e060 3673 - (stevesk) ~/.hushlogin shouldn't cause required password change to
3674 be bypassed.
f5665f6f 3675 - (stevesk) Display correct path to ssh-askpass in configure output.
3676 Report from Lutz Jaenicke.
71dfaf1c 3677
ebd782f7 367820001007
3679 - (stevesk) Print PAM return value in PAM log messages to aid
3680 with debugging.
97994d32 3681 - (stevesk) Fix detection of pw_class struct member in configure;
3682 patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
3683
47a134c1 368420001002
3685 - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
3686 - (djm) Add host system and CC to end-of-configure report. Suggested by
3687 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3688
7322ef0e 368920000931
3690 - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
3691
6ac7829a 369220000930
b6490dcb 3693 - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
61e96248 3694 - (djm) Support in bsd-snprintf.c for long long conversions from
772bd898 3695 Ben Lindstrom <mouring@pconline.com>
3696 - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
857040fb 3697 - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
61e96248 3698 very short lived X connections. Bug report from Tobias Oetiker
857040fb 3699 <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
bd2d7f6a 3700 - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
3701 patch from Pekka Savola <pekkas@netcore.fi>
58665035 3702 - (djm) Forgot to cvs add LICENSE file
dc2901a0 3703 - (djm) Add LICENSE to RPM spec files
de273eef 3704 - (djm) CVS OpenBSD sync:
3705 - markus@cvs.openbsd.org 2000/09/26 13:59:59
3706 [clientloop.c]
3707 use debug2
3708 - markus@cvs.openbsd.org 2000/09/27 15:41:34
3709 [auth2.c sshconnect2.c]
3710 use key_type()
3711 - markus@cvs.openbsd.org 2000/09/28 12:03:18
3712 [channels.c]
3713 debug -> debug2 cleanup
61e96248 3714 - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
2a7d529a 3715 strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
3716 <Alain.St-Denis@ec.gc.ca>
61e96248 3717 - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
3718 Problem was caused by interrupted read in ssh-add. Report from Donald
2a7d529a 3719 J. Barry <don@astro.cornell.edu>
6ac7829a 3720
c5d85828 372120000929
3722 - (djm) Fix SSH2 not terminating until all background tasks done problem.
61e96248 3723 - (djm) Another off-by-one fix from Pavel Kankovsky
3724 <peak@argo.troja.mff.cuni.cz>
22d89d24 3725 - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
3726 tidy necessary differences. Use Markus' new debugN() in entropy.c
61e96248 3727 - (djm) Merged big SCO portability patch from Tim Rice
77bb0bca 3728 <tim@multitalents.net>
c5d85828 3729
6fd7f731 373020000926
3731 - (djm) Update X11-askpass to 1.0.2 in RPM spec file
c5ae7384 3732 - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
61e96248 3733 - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
3734 Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
6fd7f731 3735
2f125ca1 373620000924
3737 - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
3738 - (djm) A bit more cleanup - created cygwin_util.h
bcdaaeab 3739 - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
3740 <markm@swoon.net>
2f125ca1 3741
764d4113 374220000923
61e96248 3743 - (djm) Fix address logging in utmp from Kevin Steves
764d4113 3744 <stevesk@sweden.hp.com>
777319db 3745 - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
bd590612 3746 - (djm) Seperate tests for int64_t and u_int64_t types
61e96248 3747 - (djm) Tweak password expiry checking at suggestion of Kevin Steves
37c1c46d 3748 <stevesk@sweden.hp.com>
e79b44e1 3749 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
61e96248 3750 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
e2144f11 3751 Michael Stone <mstone@cs.loyola.edu>
188adeb2 3752 - (djm) OpenBSD CVS sync:
3753 - markus@cvs.openbsd.org 2000/09/17 09:38:59
3754 [sshconnect2.c sshd.c]
3755 fix DEBUG_KEXDH
3756 - markus@cvs.openbsd.org 2000/09/17 09:52:51
3757 [sshconnect.c]
3758 yes no; ok niels@
3759 - markus@cvs.openbsd.org 2000/09/21 04:55:11
3760 [sshd.8]
3761 typo
3762 - markus@cvs.openbsd.org 2000/09/21 05:03:54
3763 [serverloop.c]
3764 typo
3765 - markus@cvs.openbsd.org 2000/09/21 05:11:42
3766 scp.c
3767 utime() to utimes(); mouring@pconline.com
3768 - markus@cvs.openbsd.org 2000/09/21 05:25:08
3769 sshconnect2.c
3770 change login logic in ssh2, allows plugin of other auth methods
3771 - markus@cvs.openbsd.org 2000/09/21 05:25:35
3772 [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
3773 [serverloop.c]
3774 add context to dispatch_run
3775 - markus@cvs.openbsd.org 2000/09/21 05:07:52
3776 authfd.c authfd.h ssh-agent.c
3777 bug compat for old ssh.com software
764d4113 3778
7f377177 377920000920
3780 - (djm) Fix bad path substitution. Report from Andrew Miner
3781 <asminer@cs.iastate.edu>
3782
bcbf86ec 378320000916
61e96248 3784 - (djm) Fix SSL search order from Lutz Jaenicke
7950bf97 3785 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
19ece6d2 3786 - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
9cd45ea4 3787 - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
995edaac 3788 - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
3789 Patch from Larry Jones <larry.jones@sdrc.com>
61e96248 3790 - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
ad55cd03 3791 password change patch.
3792 - (djm) Bring licenses on my stuff in line with OpenBSD's
0bbfbdeb 3793 - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
3794 Kevin Steves <stevesk@sweden.hp.com>
7f8f5e00 3795 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
3796 - (djm) Re-enable int64_t types - we need them for sftp
3797 - (djm) Use libexecdir from configure , rather than libexecdir/ssh
3798 - (djm) Update Redhat SPEC file accordingly
3799 - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
3800 - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
61e96248 3801 - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
7f8f5e00 3802 <Dirk.DeWachter@rug.ac.be>
61e96248 3803 - (djm) Fixprogs and entropy list fixes from Larry Jones
7f8f5e00 3804 <larry.jones@sdrc.com>
3805 - (djm) Fix for SuSE spec file from Takashi YOSHIDA
3806 <tyoshida@gemini.rc.kyushu-u.ac.jp>
bcbf86ec 3807 - (djm) Merge OpenBSD changes:
3808 - markus@cvs.openbsd.org 2000/09/05 02:59:57
3809 [session.c]
3810 print hostname (not hushlogin)
3811 - markus@cvs.openbsd.org 2000/09/05 13:18:48
3812 [authfile.c ssh-add.c]
3813 enable ssh-add -d for DSA keys
3814 - markus@cvs.openbsd.org 2000/09/05 13:20:49
3815 [sftp-server.c]
3816 cleanup
3817 - markus@cvs.openbsd.org 2000/09/06 03:46:41
3818 [authfile.h]
3819 prototype
3820 - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
3821 [ALL]
61e96248 3822 cleanup copyright notices on all files. I have attempted to be
3823 accurate with the details. everything is now under Tatu's licence
3824 (which I copied from his readme), and/or the core-sdi bsd-ish thing
3825 for deattack, or various openbsd developers under a 2-term bsd
bcbf86ec 3826 licence. We're not changing any rules, just being accurate.
3827 - markus@cvs.openbsd.org 2000/09/07 14:40:30
3828 [channels.c channels.h clientloop.c serverloop.c ssh.c]
3829 cleanup window and packet sizes for ssh2 flow control; ok niels
3830 - markus@cvs.openbsd.org 2000/09/07 14:53:00
3831 [scp.c]
3832 typo
3833 - markus@cvs.openbsd.org 2000/09/07 15:13:37
3834 [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
3835 [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
3836 [pty.c readconf.c]
3837 some more Copyright fixes
3838 - markus@cvs.openbsd.org 2000/09/08 03:02:51
3839 [README.openssh2]
3840 bye bye
3841 - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
3842 [LICENCE cipher.c]
3843 a few more comments about it being ARC4 not RC4
3844 - markus@cvs.openbsd.org 2000/09/12 14:53:11
3845 [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
3846 multiple debug levels
3847 - markus@cvs.openbsd.org 2000/09/14 14:25:15
3848 [clientloop.c]
3849 typo
3850 - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
3851 [ssh-agent.c]
3852 check return value for setenv(3) for failure, and deal appropriately
3853
deb8d717 385420000913
3855 - (djm) Fix server not exiting with jobs in background.
3856
b5e300c2 385720000905
3858 - (djm) Import OpenBSD CVS changes
3859 - markus@cvs.openbsd.org 2000/08/31 15:52:24
3860 [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
3861 implement a SFTP server. interops with sftp2, scp2 and the windows
3862 client from ssh.com
3863 - markus@cvs.openbsd.org 2000/08/31 15:56:03
3864 [README.openssh2]
3865 sync
3866 - markus@cvs.openbsd.org 2000/08/31 16:05:42
3867 [session.c]
3868 Wall
3869 - markus@cvs.openbsd.org 2000/08/31 16:09:34
3870 [authfd.c ssh-agent.c]
3871 add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
3872 - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
3873 [scp.1 scp.c]
3874 cleanup and fix -S support; stevesk@sweden.hp.com
3875 - markus@cvs.openbsd.org 2000/09/01 16:29:32
3876 [sftp-server.c]
3877 portability fixes
3878 - markus@cvs.openbsd.org 2000/09/01 16:32:41
3879 [sftp-server.c]
3880 fix cast; mouring@pconline.com
3881 - itojun@cvs.openbsd.org 2000/09/03 09:23:28
3882 [ssh-add.1 ssh.1]
3883 add missing .El against .Bl.
3884 - markus@cvs.openbsd.org 2000/09/04 13:03:41
3885 [session.c]
3886 missing close; ok theo
3887 - markus@cvs.openbsd.org 2000/09/04 13:07:21
3888 [session.c]
3889 fix get_last_login_time order; from andre@van-veen.de
3890 - markus@cvs.openbsd.org 2000/09/04 13:10:09
3891 [sftp-server.c]
3892 more cast fixes; from mouring@pconline.com
3893 - markus@cvs.openbsd.org 2000/09/04 13:06:04
3894 [session.c]
3895 set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
3896 - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
3c62e7eb 3897 - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
3898
1e61f54a 389920000903
3900 - (djm) Fix Redhat init script
3901
c80876b4 390220000901
3903 - (djm) Pick up Jim's new X11-askpass
3904 - (djm) Release 2.2.0p1
3905
8b4a0d08 390620000831
bcbf86ec 3907 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
8b4a0d08 3908 <acox@cv.telegroup.com>
b817711d 3909 - (djm) Pick up new version (2.2.0) from OpenBSD CVS
8b4a0d08 3910
0b65b628 391120000830
3912 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
10fa00c8 3913 - (djm) Periodically rekey arc4random
3914 - (djm) Clean up diff against OpenBSD.
bcbf86ec 3915 - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
2b10f47a 3916 <stevesk@sweden.hp.com>
b33a2e6e 3917 - (djm) Quieten the pam delete credentials error message
44839801 3918 - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
3919 Kevin Steves <stevesk@sweden.hp.com>
84a770d1 3920 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
7efa2776 3921 - (djm) Fix doh in bsd-arc4random.c
0b65b628 3922
9aaf9be4 392320000829
bcbf86ec 3924 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
3925 Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
9aaf9be4 3926 Garrick James <garrick@james.net>
b5f90139 3927 - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
3928 Bastian Trompetter <btrompetter@firemail.de>
698d107e 3929 - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
14a9a859 3930 - More OpenBSD updates:
3931 - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
3932 [scp.c]
3933 off_t in sink, to fix files > 2GB, i think, test is still running ;-)
3934 - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
3935 [session.c]
3936 Wall
3937 - markus@cvs.openbsd.org 2000/08/26 04:33:43
3938 [compat.c]
3939 ssh.com-2.3.0
3940 - markus@cvs.openbsd.org 2000/08/27 12:18:05
3941 [compat.c]
3942 compatibility with future ssh.com versions
3943 - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
3944 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
3945 print uid/gid as unsigned
3946 - markus@cvs.openbsd.org 2000/08/28 13:51:00
3947 [ssh.c]
3948 enable -n and -f for ssh2
3949 - markus@cvs.openbsd.org 2000/08/28 14:19:53
3950 [ssh.c]
3951 allow combination of -N and -f
3952 - markus@cvs.openbsd.org 2000/08/28 14:20:56
3953 [util.c]
3954 util.c
3955 - markus@cvs.openbsd.org 2000/08/28 14:22:02
3956 [util.c]
3957 undo
3958 - markus@cvs.openbsd.org 2000/08/28 14:23:38
3959 [util.c]
3960 don't complain if setting NONBLOCK fails with ENODEV
9aaf9be4 3961
137d7b6c 396220000823
3963 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
bcbf86ec 3964 Avoids "scp never exits" problem. Reports from Lutz Jaenicke
3965 <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
137d7b6c 3966 <kajiyama@grad.sccs.chukyo-u.ac.jp>
2e73a022 3967 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
da40ab4d 3968 - (djm) Add local version to version.h
ea788c22 3969 - (djm) Don't reseed arc4random everytime it is used
2e73a022 3970 - (djm) OpenBSD CVS updates:
3971 - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
3972 [ssh.c]
3973 accept remsh as a valid name as well; roman@buildpoint.com
3974 - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
3975 [deattack.c crc32.c packet.c]
3976 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
3977 libz crc32 function yet, because it has ugly "long"'s in it;
3978 oneill@cs.sfu.ca
3979 - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
3980 [scp.1 scp.c]
3981 -S prog support; tv@debian.org
3982 - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
3983 [scp.c]
3984 knf
3985 - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
3986 [log-client.c]
3987 shorten
3988 - markus@cvs.openbsd.org 2000/08/19 12:48:11
3989 [channels.c channels.h clientloop.c ssh.c ssh.h]
3990 support for ~. in ssh2
3991 - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
3992 [crc32.h]
3993 proper prototype
3994 - markus@cvs.openbsd.org 2000/08/19 15:34:44
bcbf86ec 3995 [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
3996 [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
2e73a022 3997 [fingerprint.c fingerprint.h]
3998 add SSH2/DSA support to the agent and some other DSA related cleanups.
3999 (note that we cannot talk to ssh.com's ssh2 agents)
4000 - markus@cvs.openbsd.org 2000/08/19 15:55:52
4001 [channels.c channels.h clientloop.c]
4002 more ~ support for ssh2
4003 - markus@cvs.openbsd.org 2000/08/19 16:21:19
4004 [clientloop.c]
4005 oops
4006 - millert@cvs.openbsd.org 2000/08/20 12:25:53
4007 [session.c]
4008 We have to stash the result of get_remote_name_or_ip() before we
4009 close our socket or getpeername() will get EBADF and the process
4010 will exit. Only a problem for "UseLogin yes".
4011 - millert@cvs.openbsd.org 2000/08/20 12:30:59
4012 [session.c]
4013 Only check /etc/nologin if "UseLogin no" since login(1) may have its
4014 own policy on determining who is allowed to login when /etc/nologin
4015 is present. Also use the _PATH_NOLOGIN define.
4016 - millert@cvs.openbsd.org 2000/08/20 12:42:43
4017 [auth1.c auth2.c session.c ssh.c]
4018 Add calls to setusercontext() and login_get*(). We basically call
4019 setusercontext() in most places where previously we did a setlogin().
4020 Add default login.conf file and put root in the "daemon" login class.
4021 - millert@cvs.openbsd.org 2000/08/21 10:23:31
4022 [session.c]
4023 Fix incorrect PATH setting; noted by Markus.
137d7b6c 4024
c345cf9d 402520000818
4026 - (djm) OpenBSD CVS changes:
4027 - markus@cvs.openbsd.org 2000/07/22 03:14:37
4028 [servconf.c servconf.h sshd.8 sshd.c sshd_config]
4029 random early drop; ok theo, niels
4030 - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
4031 [ssh.1]
4032 typo
4033 - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
4034 [sshd.8]
4035 many fixes from pepper@mail.reppep.com
4036 - provos@cvs.openbsd.org 2000/08/01 13:01:42
4037 [Makefile.in util.c aux.c]
4038 rename aux.c to util.c to help with cygwin port
4039 - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
4040 [authfd.c]
4041 correct sun_len; Alexander@Leidinger.net
4042 - provos@cvs.openbsd.org 2000/08/02 10:27:17
4043 [readconf.c sshd.8]
4044 disable kerberos authentication by default
4045 - provos@cvs.openbsd.org 2000/08/02 11:27:05
4046 [sshd.8 readconf.c auth-krb4.c]
4047 disallow kerberos authentication if we can't verify the TGT; from
4048 dugsong@
4049 kerberos authentication is on by default only if you have a srvtab.
4050 - markus@cvs.openbsd.org 2000/08/04 14:30:07
4051 [auth.c]
4052 unused
4053 - markus@cvs.openbsd.org 2000/08/04 14:30:35
4054 [sshd_config]
4055 MaxStartups
4056 - markus@cvs.openbsd.org 2000/08/15 13:20:46
4057 [authfd.c]
4058 cleanup; ok niels@
4059 - markus@cvs.openbsd.org 2000/08/17 14:05:10
4060 [session.c]
4061 cleanup login(1)-like jobs, no duplicate utmp entries
4062 - markus@cvs.openbsd.org 2000/08/17 14:06:34
4063 [session.c sshd.8 sshd.c]
4064 sshd -u len, similar to telnetd
1a022229 4065 - (djm) Lastlog was not getting closed after writing login entry
39987cc0 4066 - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
c345cf9d 4067
416ed5a7 406820000816
4069 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
bcbf86ec 4070 - (djm) Fix strerror replacement for old SunOS. Based on patch from
416ed5a7 4071 Charles Levert <charles@comm.polymtl.ca>
bcbf86ec 4072 - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
416ed5a7 4073 implementation.
ba606eb2 4074 - (djm) SUN_LEN macro for systems which lack it
416ed5a7 4075
dbaa2e87 407620000815
4077 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
cd352c82 4078 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
4079 Michael Stone <mstone@cs.loyola.edu>
d93a7e5a 4080 - (djm) Don't seek in directory based lastlogs
bcbf86ec 4081 - (djm) Fix --with-ipaddr-display configure option test. Patch from
d93a7e5a 4082 Jarno Huuskonen <jhuuskon@messi.uku.fi>
2a2cb9e7 4083 - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
dbaa2e87 4084
6c33bf70 408520000813
4086 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
4087 Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
4088
3fcce26c 408920000809
bcbf86ec 4090 - (djm) Define AIX hard limits if headers don't. Report from
3fcce26c 4091 Bill Painter <william.t.painter@lmco.com>
bcbf86ec 4092 - (djm) utmp direct write & SunOS 4 patch from Charles Levert
32eec038 4093 <charles@comm.polymtl.ca>
3fcce26c 4094
71d43804 409520000808
4096 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
4097 time, spec file cleanup.
4098
f9bcea07 409920000807
378f2232 4100 - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
47670e77 4101 - (djm) Suppress error messages on channel close shutdown() failurs
4102 works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
378f2232 4103 - (djm) Add some more entropy collection commands from Lutz Jaenicke
f9bcea07 4104
bcf89935 410520000725
4106 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
4107
4c8722d9 410820000721
4109 - (djm) OpenBSD CVS updates:
4110 - markus@cvs.openbsd.org 2000/07/16 02:27:22
4111 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
4112 [sshconnect1.c sshconnect2.c]
4113 make ssh-add accept dsa keys (the agent does not)
4114 - djm@cvs.openbsd.org 2000/07/17 19:25:02
4115 [sshd.c]
4116 Another closing of stdin; ok deraadt
4117 - markus@cvs.openbsd.org 2000/07/19 18:33:12
4118 [dsa.c]
4119 missing free, reorder
4120 - markus@cvs.openbsd.org 2000/07/20 16:23:14
4121 [ssh-keygen.1]
4122 document input and output files
4123
240777b8 412420000720
4c8722d9 4125 - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
240777b8 4126
3c7def32 412720000716
4c8722d9 4128 - (djm) Release 2.1.1p4
3c7def32 4129
819b676f 413020000715
704b1659 4131 - (djm) OpenBSD CVS updates
4132 - provos@cvs.openbsd.org 2000/07/13 16:53:22
4133 [aux.c readconf.c servconf.c ssh.h]
4134 allow multiple whitespace but only one '=' between tokens, bug report from
4135 Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
4136 - provos@cvs.openbsd.org 2000/07/13 17:14:09
4137 [clientloop.c]
4138 typo; todd@fries.net
4139 - provos@cvs.openbsd.org 2000/07/13 17:19:31
4140 [scp.c]
4141 close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
4142 - markus@cvs.openbsd.org 2000/07/14 16:59:46
4143 [readconf.c servconf.c]
4144 allow leading whitespace. ok niels
4145 - djm@cvs.openbsd.org 2000/07/14 22:01:38
4146 [ssh-keygen.c ssh.c]
4147 Always create ~/.ssh with mode 700; ok Markus
819b676f 4148 - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
4149 - Include floatingpoint.h for entropy.c
4150 - strerror replacement
704b1659 4151
3f7a7e4a 415220000712
c37fb3c1 4153 - (djm) Remove -lresolve for Reliant Unix
3f7a7e4a 4154 - (djm) OpenBSD CVS Updates:
4155 - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
4156 [session.c sshd.c ]
4157 make MaxStartups code still work with -d; djm
4158 - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
4159 [readconf.c ssh_config]
4160 disable FallBackToRsh by default
c37fb3c1 4161 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
4162 Ben Lindstrom <mouring@pconline.com>
1e970014 4163 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
4164 spec file.
dcb36e5d 4165 - (djm) Released 2.1.1p3
3f7a7e4a 4166
56118702 416720000711
4168 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
4169 <tbert@abac.com>
132dd316 4170 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
bcbf86ec 4171 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
c99e5056 4172 <mouring@pconline.com>
bcbf86ec 4173 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
dc2a6d09 4174 from Jim Watt <jimw@peisj.pebio.com>
2d9a148e 4175 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
4176 to compile on more platforms (incl NeXT).
cc6f2c4c 4177 - (djm) Added bsd-inet_aton and configure support for NeXT
aae19451 4178 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
089fbbd2 4179 - (djm) OpenBSD CVS updates:
4180 - markus@cvs.openbsd.org 2000/06/26 03:22:29
4181 [authfd.c]
4182 cleanup, less cut&paste
4183 - markus@cvs.openbsd.org 2000/06/26 15:59:19
4184 [servconf.c servconf.h session.c sshd.8 sshd.c]
bcbf86ec 4185 MaxStartups: limit number of unauthenticated connections, work by
089fbbd2 4186 theo and me
4187 - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
4188 [session.c]
4189 use no_x11_forwarding_flag correctly; provos ok
4190 - provos@cvs.openbsd.org 2000/07/05 15:35:57
4191 [sshd.c]
4192 typo
4193 - aaron@cvs.openbsd.org 2000/07/05 22:06:58
4194 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
bcbf86ec 4195 Insert more missing .El directives. Our troff really should identify
089fbbd2 4196 these and spit out a warning.
4197 - todd@cvs.openbsd.org 2000/07/06 21:55:04
4198 [auth-rsa.c auth2.c ssh-keygen.c]
4199 clean code is good code
4200 - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
4201 [serverloop.c]
4202 sense of port forwarding flag test was backwards
4203 - provos@cvs.openbsd.org 2000/07/08 17:17:31
4204 [compat.c readconf.c]
4205 replace strtok with strsep; from David Young <dyoung@onthejob.net>
4206 - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
4207 [auth.h]
4208 KNF
4209 - ho@cvs.openbsd.org 2000/07/08 19:27:33
4210 [compat.c readconf.c]
4211 Better conditions for strsep() ending.
4212 - ho@cvs.openbsd.org 2000/07/10 10:27:05
4213 [readconf.c]
4214 Get the correct message on errors. (niels@ ok)
4215 - ho@cvs.openbsd.org 2000/07/10 10:30:25
4216 [cipher.c kex.c servconf.c]
4217 strtok() --> strsep(). (niels@ ok)
5540ea9b 4218 - (djm) Fix problem with debug mode and MaxStartups
eb37534b 4219 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
4220 builds)
229f64ee 4221 - (djm) Add strsep function from OpenBSD libc for systems that lack it
56118702 4222
a8545c6c 422320000709
4224 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
4225 Kevin Steves <stevesk@sweden.hp.com>
ec90a7d6 4226 - (djm) Match prototype and function declaration for rresvport_af.
4227 Problem report from Niklas Edmundsson <nikke@ing.umu.se>
bcbf86ec 4228 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
732e8ac5 4229 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
37f1df94 4230 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
4231 <jimw@peisj.pebio.com>
264dce47 4232 - (djm) Fix pam sprintf fix
4233 - (djm) Cleanup entropy collection code a little more. Split initialisation
4234 from seeding, perform intialisation immediatly at start, be careful with
4235 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
5bf9cfe9 4236 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
4237 Including sigaction() et al. replacements
bcbf86ec 4238 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
eeec075f 4239 <tbert@abac.com>
a8545c6c 4240
e2902a5b 424120000708
bcbf86ec 4242 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
e2902a5b 4243 Aaron Hopkins <aaron@die.net>
7a33f831 4244 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
4245 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 4246 - (djm) Fixed undefined variables for OSF SIA. Report from
b3f162ba 4247 Baars, Henk <Hendrik.Baars@nl.origin-it.com>
bcbf86ec 4248 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
b28e4a3b 4249 Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
bcbf86ec 4250 - (djm) Don't use inet_addr.
e2902a5b 4251
5637650d 425220000702
4253 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
27494968 4254 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
4255 on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
a4070484 4256 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
4257 Chris, the Young One <cky@pobox.com>
bcbf86ec 4258 - (djm) Fix scp progress meter on really wide terminals. Based on patch
88726b31 4259 from James H. Cloos Jr. <cloos@jhcloos.com>
5637650d 4260
388e9f9f 426120000701
4262 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
daaff4d5 4263 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
82258d68 4264 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
4265 <vinschen@cygnus.com>
30228d7c 4266 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2647ae26 4267 - (djm) Added check for broken snprintf() functions which do not correctly
4268 terminate output string and attempt to use replacement.
46158300 4269 - (djm) Released 2.1.1p2
388e9f9f 4270
9f32ceb4 427120000628
4272 - (djm) Fixes to lastlog code for Irix
4273 - (djm) Use atomicio in loginrec
3206bb3b 4274 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
4275 Irix 6.x array sessions, project id's, and system audit trail id.
9e0c3e1f 4276 - (djm) Added 'distprep' make target to simplify packaging
bcbf86ec 4277 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
4d33e531 4278 support. Enable using "USE_SIA=1 ./configure [options]"
61e96248 4279
d8caae24 428020000627
4281 - (djm) Fixes to login code - not setting li->uid, cleanups
a05a70ab 4282 - (djm) Formatting
d8caae24 4283
fe30cc2e 428420000626
3e98362e 4285 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
4cb5ffa0 4286 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
4287 - (djm) Added password expiry checking (no password change support)
be0b9bb7 4288 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
4289 based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
b5b3f75d 4290 - (djm) Fix fixed EGD code.
3e98362e 4291 - OpenBSD CVS update
4292 - provos@cvs.openbsd.org 2000/06/25 14:17:58
4293 [channels.c]
4294 correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
4295
1c04b088 429620000623
bcbf86ec 4297 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
1c04b088 4298 Svante Signell <svante.signell@telia.com>
4299 - (djm) Autoconf logic to define sa_family_t if it is missing
e5a0294f 4300 - OpenBSD CVS Updates:
4301 - markus@cvs.openbsd.org 2000/06/22 10:32:27
4302 [sshd.c]
4303 missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
4304 - djm@cvs.openbsd.org 2000/06/22 17:55:00
4305 [auth-krb4.c key.c radix.c uuencode.c]
4306 Missing CVS idents; ok markus
1c04b088 4307
f528fdf2 430820000622
4309 - (djm) Automatically generate host key during "make install". Suggested
4310 by Gary E. Miller <gem@rellim.com>
4311 - (djm) Paranoia before kill() system call
74fc9186 4312 - OpenBSD CVS Updates:
4313 - markus@cvs.openbsd.org 2000/06/18 18:50:11
4314 [auth2.c compat.c compat.h sshconnect2.c]
4315 make userauth+pubkey interop with ssh.com-2.2.0
4316 - markus@cvs.openbsd.org 2000/06/18 20:56:17
4317 [dsa.c]
4318 mem leak + be more paranoid in dsa_verify.
4319 - markus@cvs.openbsd.org 2000/06/18 21:29:50
4320 [key.c]
4321 cleanup fingerprinting, less hardcoded sizes
4322 - markus@cvs.openbsd.org 2000/06/19 19:39:45
4323 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
4324 [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
bcbf86ec 4325 [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
74fc9186 4326 [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
4327 [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
bcbf86ec 4328 [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
4329 [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
74fc9186 4330 [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
4331 [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
4332 OpenBSD tag
4333 - markus@cvs.openbsd.org 2000/06/21 10:46:10
4334 sshconnect2.c missing free; nuke old comment
f528fdf2 4335
e5fe9a1f 433620000620
4337 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
986a22ec 4338 with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx>
e5fe9a1f 4339 to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
c03aced4 4340 - (djm) Typo in loginrec.c
e5fe9a1f 4341
cbd7492e 434220000618
4343 - (djm) Add summary of configure options to end of ./configure run
bcbf86ec 4344 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
cbd7492e 4345 Michael Stone <mstone@cs.loyola.edu>
bcbf86ec 4346 - (djm) rusage is a privileged operation on some Unices (incl.
cbd7492e 4347 Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
bcbf86ec 4348 - (djm) Avoid PAM failures when running without a TTY. Report from
cbd7492e 4349 Martin Petrak <petrak@spsknm.schools.sk>
4350 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
4351 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
729bfe59 4352 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
38c295d6 4353 - OpenBSD CVS updates:
4354 - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
4355 [channels.c]
4356 everyone says "nix it" (remove protocol 2 debugging message)
4357 - markus@cvs.openbsd.org 2000/06/17 13:24:34
4358 [sshconnect.c]
4359 allow extended server banners
4360 - markus@cvs.openbsd.org 2000/06/17 14:30:10
4361 [sshconnect.c]
4362 missing atomicio, typo
4363 - jakob@cvs.openbsd.org 2000/06/17 16:52:34
4364 [servconf.c servconf.h session.c sshd.8 sshd_config]
4365 add support for ssh v2 subsystems. ok markus@.
4366 - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
4367 [readconf.c servconf.c]
4368 include = in WHITESPACE; markus ok
4369 - markus@cvs.openbsd.org 2000/06/17 19:09:10
4370 [auth2.c]
4371 implement bug compatibility with ssh-2.0.13 pubkey, server side
4372 - markus@cvs.openbsd.org 2000/06/17 21:00:28
4373 [compat.c]
4374 initial support for ssh.com's 2.2.0
4375 - markus@cvs.openbsd.org 2000/06/17 21:16:09
4376 [scp.c]
4377 typo
4378 - markus@cvs.openbsd.org 2000/06/17 22:05:02
4379 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
4380 split auth-rsa option parsing into auth-options
4381 add options support to authorized_keys2
4382 - markus@cvs.openbsd.org 2000/06/17 22:42:54
4383 [session.c]
4384 typo
cbd7492e 4385
509b1f88 438620000613
4387 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
4388 - Platform define for SCO 3.x which breaks on /dev/ptmx
4389 - Detect and try to fix missing MAXPATHLEN
a4d05724 4390 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
4391 <P.S.S.Camp@ukc.ac.uk>
509b1f88 4392
09564242 439320000612
4394 - (djm) Glob manpages in RPM spec files to catch compressed files
4395 - (djm) Full license in auth-pam.c
08ae384f 4396 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
383207f7 4397 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
4398 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
4399 def'd
4400 - Set AIX to use preformatted manpages
61e96248 4401
74b224a0 440220000610
4403 - (djm) Minor doc tweaks
217ab55e 4404 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
74b224a0 4405
32c80420 440620000609
4407 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
4408 (in favour of utmpx) on Solaris 8
4409
fa649821 441020000606
48c99b2c 4411 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
4412 list of commands (by default). Removed verbose debugging (by default).
bcbf86ec 4413 - (djm) Increased command entropy estimates and default entropy collection
48c99b2c 4414 timeout
f988dce5 4415 - (djm) Remove duplicate headers from loginrec.c
c5fa2eb0 4416 - (djm) Don't add /usr/local/lib to library search path on Irix
bcbf86ec 4417 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
fa649821 4418 <tibbs@math.uh.edu>
1e83f2a2 4419 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
4420 <zack@wolery.cumb.org>
fa649821 4421 - (djm) OpenBSD CVS updates:
4422 - todd@cvs.openbsd.org
4423 [sshconnect2.c]
4424 teach protocol v2 to count login failures properly and also enable an
4425 explanation of why the password prompt comes up again like v1; this is NOT
4426 crypto
61e96248 4427 - markus@cvs.openbsd.org
fa649821 4428 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
4429 xauth_location support; pr 1234
4430 [readconf.c sshconnect2.c]
4431 typo, unused
4432 [session.c]
4433 allow use_login only for login sessions, otherwise remote commands are
4434 execed with uid==0
4435 [sshd.8]
4436 document UseLogin better
4437 [version.h]
4438 OpenSSH 2.1.1
4439 [auth-rsa.c]
bcbf86ec 4440 fix match_hostname() logic for auth-rsa: deny access if we have a
fa649821 4441 negative match or no match at all
4442 [channels.c hostfile.c match.c]
bcbf86ec 4443 don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
fa649821 4444 kris@FreeBSD.org
4445
8e7b16f8 444620000606
bcbf86ec 4447 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
8e7b16f8 4448 configure.
4449
d7c0f3d5 445020000604
4451 - Configure tweaking for new login code on Irix 5.3
2d6c411f 4452 - (andre) login code changes based on djm feedback
d7c0f3d5 4453
2d6c411f 445420000603
4455 - (andre) New login code
4456 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
4457 - Add loginrec.[ch], logintest.c and autoconf code
61e96248 4458
5daf7064 445920000531
4460 - Cleanup of auth.c, login.c and fake-*
4461 - Cleanup of auth-pam.c, save and print "account expired" error messages
e5662474 4462 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
69134b9b 4463 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
4464 of fallback DIY code.
5daf7064 4465
b9f446d1 446620000530
4467 - Define atexit for old Solaris
b02ebca1 4468 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
4469 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
71276795 4470 - OpenBSD CVS updates:
4471 - markus@cvs.openbsd.org
4472 [session.c]
4473 make x11-fwd work w/ localhost (xauth add host/unix:11)
4474 [cipher.c compat.c readconf.c servconf.c]
4475 check strtok() != NULL; ok niels@
4476 [key.c]
4477 fix key_read() for uuencoded keys w/o '='
4478 [serverloop.c]
4479 group ssh1 vs. ssh2 in serverloop
4480 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
4481 split kexinit/kexdh, factor out common code
4482 [readconf.c ssh.1 ssh.c]
4483 forwardagent defaults to no, add ssh -A
4484 - theo@cvs.openbsd.org
4485 [session.c]
4486 just some line shortening
60688ef9 4487 - Released 2.1.0p3
b9f446d1 4488
29611d9c 448920000520
4490 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
25422c70 4491 - Don't touch utmp if USE_UTMPX defined
a423beaf 4492 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
fc1e8bf4 4493 - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
bcbf86ec 4494 - HPUX and Configure fixes from Lutz Jaenicke
fc1e8bf4 4495 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 4496 - Use mkinstalldirs script to make directories instead of non-portable
fc1e8bf4 4497 "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a905808d 4498 - Doc cleanup
29611d9c 4499
301e9b01 450020000518
4501 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
4502 - OpenBSD CVS updates:
4503 - markus@cvs.openbsd.org
4504 [sshconnect.c]
4505 copy only ai_addrlen bytes; misiek@pld.org.pl
4506 [auth.c]
bcbf86ec 4507 accept an empty shell in authentication; bug reported by
301e9b01 4508 chris@tinker.ucr.edu
4509 [serverloop.c]
4510 we don't have stderr for interactive terminal sessions (fcntl errors)
4511
ad85db64 451220000517
4513 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
4514 - Fixes command line printing segfaults (spotter: Bladt Norbert)
4515 - Fixes erroneous printing of debug messages to syslog
4516 - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
4517 - Gives useful error message if PRNG initialisation fails
4518 - Reduced ssh startup delay
4519 - Measures cumulative command time rather than the time between reads
704b1659 4520 after select()
ad85db64 4521 - 'fixprogs' perl script to eliminate non-working entropy commands, and
704b1659 4522 optionally run 'ent' to measure command entropy
c1ef8333 4523 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
a64009ad 4524 - Avoid WCOREDUMP complation errors for systems that lack it
bcbf86ec 4525 - Avoid SIGCHLD warnings from entropy commands
28c1d5ce 4526 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
0e73cc53 4527 - OpenBSD CVS update:
bcbf86ec 4528 - markus@cvs.openbsd.org
0e73cc53 4529 [ssh.c]
4530 fix usage()
4531 [ssh2.h]
4532 draft-ietf-secsh-architecture-05.txt
4533 [ssh.1]
4534 document ssh -T -N (ssh2 only)
4535 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
4536 enable nonblocking IO for sshd w/ proto 1, too; split out common code
4537 [aux.c]
4538 missing include
c04f75f1 4539 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
4540 - INSTALL typo and URL fix
4541 - Makefile fix
4542 - Solaris fixes
bcbf86ec 4543 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
c04f75f1 4544 <ksakai@kso.netwk.ntt-at.co.jp>
afa5ee68 4545 - RSAless operation patch from kevin_oconnor@standardandpoors.com
d45e3d76 4546 - Detect OpenSSL seperatly from RSA
bcbf86ec 4547 - Better test for RSA (more compatible with RSAref). Based on work by
d45e3d76 4548 Ed Eden <ede370@stl.rural.usda.gov>
ad85db64 4549
3d1a1654 455020000513
bcbf86ec 4551 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
3d1a1654 4552 <misiek@pld.org.pl>
4553
d02a3a00 455420000511
bcbf86ec 4555 - Fix for prng_seed permissions checking from Lutz Jaenicke
d02a3a00 4556 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3d1a1654 4557 - "make host-key" fix for Irix
d02a3a00 4558
d0c832f3 455920000509
4560 - OpenBSD CVS update
4561 - markus@cvs.openbsd.org
4562 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
4563 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
4564 - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
4565 - hugh@cvs.openbsd.org
4566 [ssh.1]
4567 - zap typo
4568 [ssh-keygen.1]
4569 - One last nit fix. (markus approved)
4570 [sshd.8]
4571 - some markus certified spelling adjustments
4572 - markus@cvs.openbsd.org
4573 [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
4574 [sshconnect2.c ]
4575 - bug compat w/ ssh-2.0.13 x11, split out bugs
4576 [nchan.c]
4577 - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
4578 [ssh-keygen.c]
4579 - handle escapes in real and original key format, ok millert@
4580 [version.h]
4581 - OpenSSH-2.1
3dc1102e 4582 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
e93ee87a 4583 - Doc updates
bcbf86ec 4584 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
21e5304a 4585 by Andre Lucas <andre.lucas@dial.pipex.com>
d0c832f3 4586
ebdeb9a8 458720000508
4588 - Makefile and RPM spec fixes
4589 - Generate DSA host keys during "make key" or RPM installs
f6cde515 4590 - OpenBSD CVS update
4591 - markus@cvs.openbsd.org
4592 [clientloop.c sshconnect2.c]
4593 - make x11-fwd interop w/ ssh-2.0.13
4594 [README.openssh2]
4595 - interop w/ SecureFX
4596 - Release 2.0.0beta2
ebdeb9a8 4597
bcbf86ec 4598 - Configure caching and cleanup patch from Andre Lucas'
58d100bf 4599 <andre.lucas@dial.pipex.com>
4600
1d1ffb87 460120000507
4602 - Remove references to SSLeay.
4603 - Big OpenBSD CVS update
4604 - markus@cvs.openbsd.org
4605 [clientloop.c]
4606 - typo
4607 [session.c]
4608 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
4609 [session.c]
4610 - update proctitle for proto 1, too
4611 [channels.h nchan.c serverloop.c session.c sshd.c]
4612 - use c-style comments
4613 - deraadt@cvs.openbsd.org
4614 [scp.c]
4615 - more atomicio
bcbf86ec 4616 - markus@cvs.openbsd.org
1d1ffb87 4617 [channels.c]
4618 - set O_NONBLOCK
4619 [ssh.1]
4620 - update AUTHOR
4621 [readconf.c ssh-keygen.c ssh.h]
4622 - default DSA key file ~/.ssh/id_dsa
4623 [clientloop.c]
4624 - typo, rm verbose debug
4625 - deraadt@cvs.openbsd.org
4626 [ssh-keygen.1]
4627 - document DSA use of ssh-keygen
4628 [sshd.8]
4629 - a start at describing what i understand of the DSA side
4630 [ssh-keygen.1]
4631 - document -X and -x
4632 [ssh-keygen.c]
4633 - simplify usage
bcbf86ec 4634 - markus@cvs.openbsd.org
1d1ffb87 4635 [sshd.8]
4636 - there is no rhosts_dsa
4637 [ssh-keygen.1]
4638 - document -y, update -X,-x
4639 [nchan.c]
4640 - fix close for non-open ssh1 channels
4641 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
4642 - s/DsaKey/HostDSAKey/, document option
4643 [sshconnect2.c]
4644 - respect number_of_password_prompts
4645 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
4646 - GatewayPorts for sshd, ok deraadt@
4647 [ssh-add.1 ssh-agent.1 ssh.1]
4648 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
4649 [ssh.1]
4650 - more info on proto 2
4651 [sshd.8]
4652 - sync AUTHOR w/ ssh.1
4653 [key.c key.h sshconnect.c]
4654 - print key type when talking about host keys
4655 [packet.c]
4656 - clear padding in ssh2
4657 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
4658 - replace broken uuencode w/ libc b64_ntop
4659 [auth2.c]
4660 - log failure before sending the reply
4661 [key.c radix.c uuencode.c]
4662 - remote trailing comments before calling __b64_pton
4663 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
4664 [sshconnect2.c sshd.8]
4665 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
4666 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
4667
1a11e1ae 466820000502
0fbe8c74 4669 - OpenBSD CVS update
4670 [channels.c]
4671 - init all fds, close all fds.
4672 [sshconnect2.c]
4673 - check whether file exists before asking for passphrase
4674 [servconf.c servconf.h sshd.8 sshd.c]
4675 - PidFile, pr 1210
4676 [channels.c]
4677 - EINTR
4678 [channels.c]
4679 - unbreak, ok niels@
4680 [sshd.c]
4681 - unlink pid file, ok niels@
4682 [auth2.c]
4683 - Add missing #ifdefs; ok - markus
bcbf86ec 4684 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
d3083fbd 4685 gathering commands from a text file
1a11e1ae 4686 - Release 2.0.0beta1
4687
c4bc58eb 468820000501
4689 - OpenBSD CVS update
4690 [packet.c]
4691 - send debug messages in SSH2 format
3189621b 4692 [scp.c]
4693 - fix very rare EAGAIN/EINTR issues; based on work by djm
4694 [packet.c]
4695 - less debug, rm unused
4696 [auth2.c]
4697 - disable kerb,s/key in ssh2
4698 [sshd.8]
4699 - Minor tweaks and typo fixes.
4700 [ssh-keygen.c]
4701 - Put -d into usage and reorder. markus ok.
bcbf86ec 4702 - Include missing headers for OpenSSL tests. Fix from Phil Karn
44fb55e9 4703 <karn@ka9q.ampr.org>
bcbf86ec 4704 - Fixed __progname symbol collisions reported by Andre Lucas
3fd95d9a 4705 <andre.lucas@dial.pipex.com>
0d5f7abc 4706 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
4707 <gd@hilb1.medat.de>
8cb940db 4708 - Add some missing ifdefs to auth2.c
8af50c98 4709 - Deprecate perl-tk askpass.
52bcc044 4710 - Irix portability fixes - don't include netinet headers more than once
4711 - Make sure we don't save PRNG seed more than once
c4bc58eb 4712
2b763e31 471320000430
4714 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
b7a87eea 4715 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
4716 patch.
4717 - Adds timeout to entropy collection
4718 - Disables slow entropy sources
4719 - Load and save seed file
bcbf86ec 4720 - Changed entropy seed code to user per-user seeds only (server seed is
b7a87eea 4721 saved in root's .ssh directory)
4722 - Use atexit() and fatal cleanups to save seed on exit
0b242b12 4723 - More OpenBSD updates:
4724 [session.c]
4725 - don't call chan_write_failed() if we are not writing
4726 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
4727 - keysize warnings error() -> log()
2b763e31 4728
a306f2dd 472920000429
4730 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
4731 [README.openssh2]
4732 - interop w/ F-secure windows client
4733 - sync documentation
4734 - ssh_host_dsa_key not ssh_dsa_key
4735 [auth-rsa.c]
4736 - missing fclose
4737 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
4738 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
4739 [sshd.c uuencode.c uuencode.h authfile.h]
4740 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
4741 for trading keys with the real and the original SSH, directly from the
4742 people who invented the SSH protocol.
4743 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
4744 [sshconnect1.c sshconnect2.c]
4745 - split auth/sshconnect in one file per protocol version
4746 [sshconnect2.c]
4747 - remove debug
4748 [uuencode.c]
4749 - add trailing =
4750 [version.h]
4751 - OpenSSH-2.0
4752 [ssh-keygen.1 ssh-keygen.c]
4753 - add -R flag: exit code indicates if RSA is alive
4754 [sshd.c]
4755 - remove unused
4756 silent if -Q is specified
4757 [ssh.h]
4758 - host key becomes /etc/ssh_host_dsa_key
4759 [readconf.c servconf.c ]
4760 - ssh/sshd default to proto 1 and 2
4761 [uuencode.c]
4762 - remove debug
4763 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
4764 - xfree DSA blobs
4765 [auth2.c serverloop.c session.c]
4766 - cleanup logging for sshd/2, respect PasswordAuth no
4767 [sshconnect2.c]
4768 - less debug, respect .ssh/config
4769 [README.openssh2 channels.c channels.h]
bcbf86ec 4770 - clientloop.c session.c ssh.c
a306f2dd 4771 - support for x11-fwding, client+server
4772
0ac7199f 477320000421
4774 - Merge fix from OpenBSD CVS
4775 [ssh-agent.c]
4776 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
4777 via Debian bug #59926
18ba2aab 4778 - Define __progname in session.c if libc doesn't
4779 - Remove indentation on autoconf #include statements to avoid bug in
bcbf86ec 4780 DEC Tru64 compiler. Report and fix from David Del Piero
18ba2aab 4781 <David.DelPiero@qed.qld.gov.au>
0ac7199f 4782
e1b37056 478320000420
bcbf86ec 4784 - Make fixpaths work with perl4, patch from Andre Lucas
e1b37056 4785 <andre.lucas@dial.pipex.com>
9da5c3c9 4786 - Sync with OpenBSD CVS:
4787 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
4788 - pid_t
4789 [session.c]
4790 - remove bogus chan_read_failed. this could cause data
4791 corruption (missing data) at end of a SSH2 session.
4e577b89 4792 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
4793 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
4794 - Use vhangup to clean up Linux ttys
4795 - Force posix getopt processing on GNU libc systems
371ecff9 4796 - Debian bug #55910 - remove references to ssl(8) manpages
247f1a89 4797 - Debian bug #58031 - ssh_config lies about default cipher
e1b37056 4798
d6f24e45 479920000419
4800 - OpenBSD CVS updates
4801 [channels.c]
4802 - fix pr 1196, listen_port and port_to_connect interchanged
4803 [scp.c]
bcbf86ec 4804 - after completion, replace the progress bar ETA counter with a final
d6f24e45 4805 elapsed time; my idea, aaron wrote the patch
4806 [ssh_config sshd_config]
4807 - show 'Protocol' as an example, ok markus@
4808 [sshd.c]
4809 - missing xfree()
4810 - Add missing header to bsd-misc.c
4811
35484284 481220000416
4813 - Reduce diff against OpenBSD source
bcbf86ec 4814 - All OpenSSL includes are now unconditionally referenced as
35484284 4815 openssl/foo.h
4816 - Pick up formatting changes
4817 - Other minor changed (typecasts, etc) that I missed
4818
6ae2364d 481920000415
4820 - OpenBSD CVS updates.
4821 [ssh.1 ssh.c]
4822 - ssh -2
4823 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
4824 [session.c sshconnect.c]
4825 - check payload for (illegal) extra data
4826 [ALL]
4827 whitespace cleanup
4828
c323ac76 482920000413
4830 - INSTALL doc updates
f54651ce 4831 - Merged OpenBSD updates to include paths.
bcbf86ec 4832
a8be9f80 483320000412
4834 - OpenBSD CVS updates:
4835 - [channels.c]
4836 repair x11-fwd
4837 - [sshconnect.c]
4838 fix passwd prompt for ssh2, less debugging output.
4839 - [clientloop.c compat.c dsa.c kex.c sshd.c]
4840 less debugging output
4841 - [kex.c kex.h sshconnect.c sshd.c]
4842 check for reasonable public DH values
4843 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
4844 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
4845 add Cipher and Protocol options to ssh/sshd, e.g.:
4846 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
4847 arcfour,3des-cbc'
4848 - [sshd.c]
4849 print 1.99 only if server supports both
4850
18e92801 485120000408
4852 - Avoid some compiler warnings in fake-get*.c
4853 - Add IPTOS macros for systems which lack them
9d98aaf6 4854 - Only set define entropy collection macros if they are found
e78a59f5 4855 - More large OpenBSD CVS updates:
4856 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
4857 [session.h ssh.h sshd.c README.openssh2]
4858 ssh2 server side, see README.openssh2; enable with 'sshd -2'
4859 - [channels.c]
4860 no adjust after close
4861 - [sshd.c compat.c ]
4862 interop w/ latest ssh.com windows client.
61e96248 4863
8ce64345 486420000406
4865 - OpenBSD CVS update:
4866 - [channels.c]
4867 close efd on eof
4868 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
4869 ssh2 client implementation, interops w/ ssh.com and lsh servers.
4870 - [sshconnect.c]
4871 missing free.
4872 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
4873 remove unused argument, split cipher_mask()
4874 - [clientloop.c]
4875 re-order: group ssh1 vs. ssh2
4876 - Make Redhat spec require openssl >= 0.9.5a
4877
e7627112 487820000404
4879 - Add tests for RAND_add function when searching for OpenSSL
7e7327a1 4880 - OpenBSD CVS update:
4881 - [packet.h packet.c]
4882 ssh2 packet format
4883 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
4884 [channels.h channels.c]
4885 channel layer support for ssh2
4886 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
4887 DSA, keyexchange, algorithm agreement for ssh2
6c081128 4888 - Generate manpages before make install not at the end of make all
4889 - Don't seed the rng quite so often
4890 - Always reseed rng when requested
e7627112 4891
bfc9a610 489220000403
4893 - Wrote entropy collection routines for systems that lack /dev/random
4894 and EGD
837c30b8 4895 - Disable tests and typedefs for 64 bit types. They are currently unused.
bfc9a610 4896
7368a6c8 489720000401
4898 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
4899 - [auth.c session.c sshd.c auth.h]
4900 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
4901 - [bufaux.c bufaux.h]
4902 support ssh2 bignums
4903 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
4904 [readconf.c ssh.c ssh.h serverloop.c]
4905 replace big switch() with function tables (prepare for ssh2)
4906 - [ssh2.h]
4907 ssh2 message type codes
4908 - [sshd.8]
4909 reorder Xr to avoid cutting
4910 - [serverloop.c]
4911 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
4912 - [channels.c]
4913 missing close
4914 allow bigger packets
4915 - [cipher.c cipher.h]
4916 support ssh2 ciphers
4917 - [compress.c]
4918 cleanup, less code
4919 - [dispatch.c dispatch.h]
4920 function tables for different message types
4921 - [log-server.c]
4922 do not log() if debuggin to stderr
4923 rename a cpp symbol, to avoid param.h collision
4924 - [mpaux.c]
4925 KNF
4926 - [nchan.c]
4927 sync w/ channels.c
4928
f5238bee 492920000326
4930 - Better tests for OpenSSL w/ RSAref
bcbf86ec 4931 - Added replacement setenv() function from OpenBSD libc. Suggested by
f5238bee 4932 Ben Lindstrom <mouring@pconline.com>
4fe2af09 4933 - OpenBSD CVS update
4934 - [auth-krb4.c]
4935 -Wall
4936 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
4937 [match.h ssh.c ssh.h sshconnect.c sshd.c]
4938 initial support for DSA keys. ok deraadt@, niels@
4939 - [cipher.c cipher.h]
4940 remove unused cipher_attack_detected code
4941 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
4942 Fix some formatting problems I missed before.
4943 - [ssh.1 sshd.8]
4944 fix spelling errors, From: FreeBSD
4945 - [ssh.c]
4946 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
f5238bee 4947
0024a081 494820000324
4949 - Released 1.2.3
4950
bd499f9e 495120000317
4952 - Clarified --with-default-path option.
4953 - Added -blibpath handling for AIX to work around stupid runtime linking.
4954 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
986a22ec 4955 <jmknoble@jmknoble.cx>
474b5fef 4956 - Checks for 64 bit int types. Problem report from Mats Fredholm
4957 <matsf@init.se>
610cd5c6 4958 - OpenBSD CVS updates:
bcbf86ec 4959 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
610cd5c6 4960 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
4961 [sshd.c]
4962 pedantic: signed vs. unsigned, void*-arithm, etc
4963 - [ssh.1 sshd.8]
4964 Various cleanups and standardizations.
bcbf86ec 4965 - Runtime error fix for HPUX from Otmar Stahl
be48d23c 4966 <O.Stahl@lsw.uni-heidelberg.de>
bd499f9e 4967
4696775a 496820000316
bcbf86ec 4969 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
4696775a 4970 Hesprich <dghespri@sprintparanet.com>
d423d822 4971 - Propogate LD through to Makefile
b7a9ce47 4972 - Doc cleanups
2ba2a610 4973 - Added blurb about "scp: command not found" errors to UPGRADING
4696775a 4974
cb0b7ea4 497520000315
4976 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
4977 problems with gcc/Solaris.
bcbf86ec 4978 - Don't free argument to putenv() after use (in setenv() replacement).
db55a3ea 4979 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
bcbf86ec 4980 - Created contrib/ subdirectory. Included helpers from Phil Hands'
13652e52 4981 Debian package, README file and chroot patch from Ricardo Cerqueira
4982 <rmcc@clix.pt>
bcbf86ec 4983 - Moved gnome-ssh-askpass.c to contrib directory and removed config
13652e52 4984 option.
4985 - Slight cleanup to doc files
b14b2ae7 4986 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
cb0b7ea4 4987
a8ed9fd9 498820000314
bcbf86ec 4989 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
a8ed9fd9 4990 peter@frontierflying.com
84afc958 4991 - Include /usr/local/include and /usr/local/lib for systems that don't
4992 do it themselves
4993 - -R/usr/local/lib for Solaris
4994 - Fix RSAref detection
4995 - Fix IN6_IS_ADDR_V4MAPPED macro
a8ed9fd9 4996
bcf36c78 499720000311
4998 - Detect RSAref
43e48848 4999 - OpenBSD CVS change
5000 [sshd.c]
5001 - disallow guessing of root password
867dbf40 5002 - More configure fixes
80faa19f 5003 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
bcf36c78 5004
c8d54615 500520000309
5006 - OpenBSD CVS updates to v1.2.3
704b1659 5007 [ssh.h atomicio.c]
5008 - int atomicio -> ssize_t (for alpha). ok deraadt@
5009 [auth-rsa.c]
5010 - delay MD5 computation until client sends response, free() early, cleanup.
5011 [cipher.c]
5012 - void* -> unsigned char*, ok niels@
5013 [hostfile.c]
5014 - remove unused variable 'len'. fix comments.
5015 - remove unused variable
5016 [log-client.c log-server.c]
5017 - rename a cpp symbol, to avoid param.h collision
5018 [packet.c]
5019 - missing xfree()
5020 - getsockname() requires initialized tolen; andy@guildsoftware.com
5021 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
5022 from Holger.Trapp@Informatik.TU-Chemnitz.DE
5023 [pty.c pty.h]
bcbf86ec 5024 - register cleanup for pty earlier. move code for pty-owner handling to
c8d54615 5025 pty.c ok provos@, dugsong@
704b1659 5026 [readconf.c]
5027 - turn off x11-fwd for the client, too.
5028 [rsa.c]
5029 - PKCS#1 padding
5030 [scp.c]
5031 - allow '.' in usernames; from jedgar@fxp.org
5032 [servconf.c]
5033 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
5034 - sync with sshd_config
5035 [ssh-keygen.c]
5036 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
5037 [ssh.1]
5038 - Change invalid 'CHAT' loglevel to 'VERBOSE'
5039 [ssh.c]
5040 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
5041 - turn off x11-fwd for the client, too.
5042 [sshconnect.c]
5043 - missing xfree()
5044 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
5045 - read error vs. "Connection closed by remote host"
5046 [sshd.8]
5047 - ie. -> i.e.,
5048 - do not link to a commercial page..
5049 - sync with sshd_config
5050 [sshd.c]
5051 - no need for poll.h; from bright@wintelcom.net
5052 - log with level log() not fatal() if peer behaves badly.
5053 - don't panic if client behaves strange. ok deraadt@
5054 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
5055 - delay close() of pty until the pty has been chowned back to root
5056 - oops, fix comment, too.
5057 - missing xfree()
5058 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
5059 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
bcbf86ec 5060 - register cleanup for pty earlier. move code for pty-owner handling to
704b1659 5061 pty.c ok provos@, dugsong@
5062 - create x11 cookie file
5063 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
5064 - version 1.2.3
c8d54615 5065 - Cleaned up
bcbf86ec 5066 - Removed warning workaround for Linux and devpts filesystems (no longer
d8223847 5067 required after OpenBSD updates)
c8d54615 5068
07055445 506920000308
5070 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
5071
507220000307
5073 - Released 1.2.2p1
5074
9c8c3fc6 507520000305
5076 - Fix DEC compile fix
54096dcc 5077 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
aa6bd60a 5078 - Check for getpagesize in libucb.a if not found in libc. Fix for old
5079 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 5080 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
9fc7867e 5081 Mate Wierdl <mw@moni.msci.memphis.edu>
9c8c3fc6 5082
6bf4d066 508320000303
5084 - Added "make host-key" target, Suggestion from Dominik Brettnacher
5085 <domi@saargate.de>
bcbf86ec 5086 - Don't permanently fail on bind() if getaddrinfo has more choices left for
16218745 5087 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
5088 Miskiewicz <misiek@pld.org.pl>
22fa590f 5089 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
5090 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6bf4d066 5091
a0391976 509220000302
5093 - Big cleanup of autoconf code
5094 - Rearranged to be a little more logical
5095 - Added -R option for Solaris
5096 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
5097 to detect library and header location _and_ ensure library has proper
5098 RSA support built in (this is a problem with OpenSSL 0.9.5).
817175bc 5099 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
0a1718dc 5100 - Avoid warning message with Unix98 ptys
bcbf86ec 5101 - Warning was valid - possible race condition on PTYs. Avoided using
3276571c 5102 platform-specific code.
5103 - Document some common problems
bcbf86ec 5104 - Allow root access to any key. Patch from
81eef326 5105 markus.friedl@informatik.uni-erlangen.de
a0391976 5106
f55afe71 510720000207
5108 - Removed SOCKS code. Will support through a ProxyCommand.
5109
d07d1c58 511020000203
5111 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
d581b7ae 5112 - Add --with-ssl-dir option
d07d1c58 5113
9d5f374b 511420000202
bcbf86ec 5115 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
9d5f374b 5116 <jmd@aoe.vt.edu>
6b1f3fdb 5117 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 5118 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
6b1f3fdb 5119 <haruyama@nt.phys.s.u-tokyo.ac.jp>
9d5f374b 5120
bc8c2601 512120000201
5122 - Use socket pairs by default (instead of pipes). Prevents race condition
5123 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
5124
69c76614 512520000127
5126 - Seed OpenSSL's random number generator before generating RSA keypairs
5127 - Split random collector into seperate file
aaf2abd7 5128 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
69c76614 5129
f9507c24 513020000126
5131 - Released 1.2.2 stable
5132
bcbf86ec 5133 - NeXT keeps it lastlog in /usr/adm. Report from
f9507c24 5134 mouring@newton.pconline.com
bcbf86ec 5135 - Added note in UPGRADING re interop with commercial SSH using idea.
986a22ec 5136 Report from Jim Knoble <jmknoble@jmknoble.cx>
587120ad 5137 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
5138 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
f9507c24 5139
bfae20ad 514020000125
bcbf86ec 5141 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
bfae20ad 5142 <andre.lucas@dial.pipex.com>
07b0cb78 5143 - Reorder PAM initialisation so it does not mess up lastlog. Reported
5144 by Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 5145 - Use preformatted manpages on SCO, report from Gary E. Miller
9755cbdb 5146 <gem@rellim.com>
5147 - New URL for x11-ssh-askpass.
bcbf86ec 5148 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
986a22ec 5149 <jmknoble@jmknoble.cx>
bcbf86ec 5150 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
986a22ec 5151 Jim Knoble <jmknoble@jmknoble.cx>
ff8ecdb8 5152 - Updated RPM spec files to use DESTDIR
bfae20ad 5153
bb58aa4b 515420000124
5155 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
5156 increment)
5157
d45317d8 515820000123
5159 - OpenBSD CVS:
5160 - [packet.c]
5161 getsockname() requires initialized tolen; andy@guildsoftware.com
bcbf86ec 5162 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
4c40f834 5163 <drankin@bohemians.lexington.ky.us>
12aa90af 5164 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
d45317d8 5165
e844f761 516620000122
5167 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
5168 <bent@clark.net>
c54a6257 5169 - Merge preformatted manpage patch from Andre Lucas
5170 <andre.lucas@dial.pipex.com>
8eb34e02 5171 - Make IPv4 use the default in RPM packages
5172 - Irix uses preformatted manpages
1e64903d 5173 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
5174 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
9bc5ddfe 5175 - OpenBSD CVS updates:
5176 - [packet.c]
5177 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
5178 from Holger.Trapp@Informatik.TU-Chemnitz.DE
5179 - [sshd.c]
5180 log with level log() not fatal() if peer behaves badly.
5181 - [readpass.c]
bcbf86ec 5182 instead of blocking SIGINT, catch it ourselves, so that we can clean
5183 the tty modes up and kill ourselves -- instead of our process group
61e96248 5184 leader (scp, cvs, ...) going away and leaving us in noecho mode.
9bc5ddfe 5185 people with cbreak shells never even noticed..
399d9d44 5186 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
5187 ie. -> i.e.,
e844f761 5188
4c8ef3fb 518920000120
5190 - Don't use getaddrinfo on AIX
7b2ea3a1 5191 - Update to latest OpenBSD CVS:
5192 - [auth-rsa.c]
5193 - fix user/1056, sshd keeps restrictions; dbt@meat.net
5194 - [sshconnect.c]
5195 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
5196 - destroy keys earlier
bcbf86ec 5197 - split key exchange (kex) and user authentication (user-auth),
d468fc76 5198 ok: provos@
7b2ea3a1 5199 - [sshd.c]
5200 - no need for poll.h; from bright@wintelcom.net
5201 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
bcbf86ec 5202 - split key exchange (kex) and user authentication (user-auth),
d468fc76 5203 ok: provos@
f3bba493 5204 - Big manpage and config file cleanup from Andre Lucas
5205 <andre.lucas@dial.pipex.com>
5f4fdfae 5206 - Re-added latest (unmodified) OpenBSD manpages
47f9a56a 5207 - Doc updates
d468fc76 5208 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
5209 Christos Zoulas <christos@netbsd.org>
4c8ef3fb 5210
082bbfb3 521120000119
20af321f 5212 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
082bbfb3 5213 - Compile fix from Darren_Hall@progressive.com
59e76f33 5214 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
5215 addresses using getaddrinfo(). Added a configure switch to make the
5216 default lookup mode AF_INET
082bbfb3 5217
a63a7f37 521820000118
5219 - Fixed --with-pid-dir option
51a6baf8 5220 - Makefile fix from Gary E. Miller <gem@rellim.com>
61e96248 5221 - Compile fix for HPUX and Solaris from Andre Lucas
976f7e19 5222 <andre.lucas@dial.pipex.com>
a63a7f37 5223
f914c7fb 522420000117
5225 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
5226 port, ignore EINVAL errors (Linux) when searching for free port.
bcbf86ec 5227 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
de93b046 5228 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
9b363e1c 5229 - Document location of Redhat PAM file in INSTALL.
bcbf86ec 5230 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
5231 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
f4a7cf29 5232 deliver (no IPv6 kernel support)
80a44451 5233 - Released 1.2.1pre27
f914c7fb 5234
f4a7cf29 5235 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
bcbf86ec 5236 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
cf8ad170 5237 <jhuuskon@hytti.uku.fi>
bcbf86ec 5238 - Fix hang on logout if processes are still using the pty. Needs
691a8a9f 5239 further testing.
5957fd29 5240 - Patch from Christos Zoulas <christos@zoulas.com>
5241 - Try $prefix first when looking for OpenSSL.
5242 - Include sys/types.h when including sys/socket.h in test programs
bcbf86ec 5243 - Substitute PID directory in sshd.8. Suggestion from Andrew
19d9ac2a 5244 Stribblehill <a.d.stribblehill@durham.ac.uk>
f4a7cf29 5245
47e45e44 524620000116
5247 - Renamed --with-xauth-path to --with-xauth
5248 - Added --with-pid-dir option
5249 - Released 1.2.1pre26
5250
a82ef8ae 5251 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
bcbf86ec 5252 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
66be05a1 5253 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
a82ef8ae 5254
5cdfe03f 525520000115
5256 - Add --with-xauth-path configure directive and explicit test for
bcbf86ec 5257 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
5cdfe03f 5258 Nordby <anders@fix.no>
bcbf86ec 5259 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
5cdfe03f 5260 openpty. Report from John Seifarth <john@waw.be>
5261 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
bcbf86ec 5262 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
5cdfe03f 5263 <gem@rellim.com>
5264 - Use __snprintf and __vnsprintf if they are found where snprintf and
5265 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
5266 and others.
5267
48e671d5 526820000114
5269 - Merged OpenBSD IPv6 patch:
5270 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
5271 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
5272 [hostfile.c sshd_config]
5273 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
bcbf86ec 5274 features: sshd allows multiple ListenAddress and Port options. note
5275 that libwrap is not IPv6-ready. (based on patches from
48e671d5 5276 fujiwara@rcac.tdi.co.jp)
5277 - [ssh.c canohost.c]
bcbf86ec 5278 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
48e671d5 5279 from itojun@
5280 - [channels.c]
5281 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
5282 - [packet.h]
5283 allow auth-kerberos for IPv4 only
5284 - [scp.1 sshd.8 servconf.h scp.c]
5285 document -4, -6, and 'ssh -L 2022/::1/22'
5286 - [ssh.c]
bcbf86ec 5287 'ssh @host' is illegal (null user name), from
48e671d5 5288 karsten@gedankenpolizei.de
5289 - [sshconnect.c]
5290 better error message
5291 - [sshd.c]
5292 allow auth-kerberos for IPv4 only
5293 - Big IPv6 merge:
5294 - Cleanup overrun in sockaddr copying on RHL 6.1
5295 - Replacements for getaddrinfo, getnameinfo, etc based on versions
5296 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
5297 - Replacement for missing structures on systems that lack IPv6
5298 - record_login needed to know about AF_INET6 addresses
5299 - Borrowed more code from OpenBSD: rresvport_af and requisites
5300
2598df62 530120000110
5302 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
5303
b8a0310d 530420000107
5305 - New config.sub and config.guess to fix problems on SCO. Supplied
5306 by Gary E. Miller <gem@rellim.com>
b6a98a85 5307 - SCO build fix from Gary E. Miller <gem@rellim.com>
2598df62 5308 - Released 1.2.1pre25
b8a0310d 5309
dfb95100 531020000106
5311 - Documentation update & cleanup
5312 - Better KrbIV / AFS detection, based on patch from:
5313 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
5314
b9795b89 531520000105
bcbf86ec 5316 - Fixed annoying DES corruption problem. libcrypt has been
b9795b89 5317 overriding symbols in libcrypto. Removed libcrypt and crypt.h
5318 altogether (libcrypto includes its own crypt(1) replacement)
5319 - Added platform-specific rules for Irix 6.x. Included warning that
5320 they are untested.
5321
a1ec4d79 532220000103
5323 - Add explicit make rules for files proccessed by fixpaths.
61e96248 5324 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
a1ec4d79 5325 <tnh@kondara.org>
bcbf86ec 5326 - Removed "nullok" directive from default PAM configuration files.
5327 Added information on enabling EmptyPasswords on openssh+PAM in
607d73e6 5328 UPGRADING file.
e02735bb 5329 - OpenBSD CVS updates
5330 - [ssh-agent.c]
bcbf86ec 5331 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
e02735bb 5332 dgaudet@arctic.org
5333 - [sshconnect.c]
5334 compare correct version for 1.3 compat mode
a1ec4d79 5335
93c7f644 533620000102
5337 - Prevent multiple inclusion of config.h and defines.h. Suggested
5338 by Andre Lucas <andre.lucas@dial.pipex.com>
5339 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
5340 <dgaudet@arctic.org>
5341
76b8607f 534219991231
bcbf86ec 5343 - Fix password support on systems with a mixture of shadowed and
5344 non-shadowed passwords (e.g. NIS). Report and fix from
76b8607f 5345 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 5346 - Fix broken autoconf typedef detection. Report from Marc G.
723221b5 5347 Fournier <marc.fournier@acadiau.ca>
b92964b7 5348 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
5349 <Franz.Sirl-kernel@lauterbach.com>
bcbf86ec 5350 - Prevent typedefs from being compiled more than once. Report from
a6ddc88b 5351 Marc G. Fournier <marc.fournier@acadiau.ca>
4811cc0b 5352 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
5353 <iretd@bigfoot.com>
bcbf86ec 5354 - Really fix broken default path. Fix from Jim Knoble
986a22ec 5355 <jmknoble@jmknoble.cx>
ae3a3d31 5356 - Remove test for quad_t. No longer needed.
76a8e733 5357 - Released 1.2.1pre24
5358
5359 - Added support for directory-based lastlogs
5360 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
76b8607f 5361
13f825f4 536219991230
5363 - OpenBSD CVS updates:
5364 - [auth-passwd.c]
5365 check for NULL 1st
bcbf86ec 5366 - Removed most of the pam code into its own file auth-pam.[ch]. This
a5c9cd31 5367 cleaned up sshd.c up significantly.
bcbf86ec 5368 - PAM authentication was incorrectly interpreting
76b8607f 5369 "PermitRootLogin without-password". Report from Matthias Andree
5370 <ma@dt.e-technik.uni-dortmund.de
a5c9cd31 5371 - Several other cleanups
0bc5b6fb 5372 - Merged Dante SOCKS support patch from David Rankin
5373 <drankin@bohemians.lexington.ky.us>
5374 - Updated documentation with ./configure options
76b8607f 5375 - Released 1.2.1pre23
13f825f4 5376
c73a0cb5 537719991229
bcbf86ec 5378 - Applied another NetBSD portability patch from David Rankin
c73a0cb5 5379 <drankin@bohemians.lexington.ky.us>
5380 - Fix --with-default-path option.
bcbf86ec 5381 - Autodetect perl, patch from David Rankin
a0f84251 5382 <drankin@bohemians.lexington.ky.us>
bcbf86ec 5383 - Print whether OpenSSH was compiled with RSARef, patch from
0a2ff95d 5384 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
bcbf86ec 5385 - Calls to pam_setcred, patch from Nalin Dahyabhai
f91bacbd 5386 <nalin@thermo.stat.ncsu.edu>
e3a93db0 5387 - Detect missing size_t and typedef it.
5ab44a92 5388 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
5389 - Minor Makefile cleaning
c73a0cb5 5390
b6019d68 539119991228
5392 - Replacement for getpagesize() for systems which lack it
bcbf86ec 5393 - NetBSD login.c compile fix from David Rankin
70e0115b 5394 <drankin@bohemians.lexington.ky.us>
5395 - Fully set ut_tv if present in utmp or utmpx
d94aa2ae 5396 - Portability fixes for Irix 5.3 (now compiles OK!)
5397 - autoconf and other misc cleanups
ea1970a3 5398 - Merged AIX patch from Darren Hall <dhall@virage.org>
5399 - Cleaned up defines.h
fa9a2dd6 5400 - Released 1.2.1pre22
b6019d68 5401
d2dcff5f 540219991227
5403 - Automatically correct paths in manpages and configuration files. Patch
5404 and script from Andre Lucas <andre.lucas@dial.pipex.com>
5405 - Removed credits from README to CREDITS file, updated.
cb807f40 5406 - Added --with-default-path to specify custom path for server
5407 - Removed #ifdef trickery from acconfig.h into defines.h
36a5b38e 5408 - PAM bugfix. PermitEmptyPassword was being ignored.
5409 - Fixed PAM config files to allow empty passwords if server does.
5410 - Explained spurious PAM auth warning workaround in UPGRADING
21feb5fa 5411 - Use last few chars of tty line as ut_id
5a7794be 5412 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
00e6dd70 5413 - OpenBSD CVS updates:
5414 - [packet.h auth-rhosts.c]
5415 check format string for packet_disconnect and packet_send_debug, too
5416 - [channels.c]
5417 use packet_get_maxsize for channels. consistence.
d2dcff5f 5418
f74efc8d 541919991226
5420 - Enabled utmpx support by default for Solaris
5421 - Cleanup sshd.c PAM a little more
986a22ec 5422 - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx>
bc7ea646 5423 X11 ssh-askpass program.
20c43d8c 5424 - Disable logging of PAM success and failures, PAM is verbose enough.
bcbf86ec 5425 Unfortunatly there is currently no way to disable auth failure
5426 messages. Mention this in UPGRADING file and sent message to PAM
20c43d8c 5427 developers
83b7f649 5428 - OpenBSD CVS update:
5429 - [ssh-keygen.1 ssh.1]
bcbf86ec 5430 remove ref to .ssh/random_seed, mention .ssh/environment in
83b7f649 5431 .Sh FILES, too
72251cb6 5432 - Released 1.2.1pre21
bcbf86ec 5433 - Fixed implicit '.' in default path, report from Jim Knoble
986a22ec 5434 <jmknoble@jmknoble.cx>
5435 - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx>
f74efc8d 5436
f498ed15 543719991225
5438 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
5439 - Cleanup of auth-passwd.c for shadow and MD5 passwords
5440 - Cleanup and bugfix of PAM authentication code
f74efc8d 5441 - Released 1.2.1pre20
5442
5443 - Merged fixes from Ben Taylor <bent@clark.net>
5444 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
5445 - Disabled logging of PAM password authentication failures when password
5446 is empty. (e.g start of authentication loop). Reported by Naz
5447 <96na@eng.cam.ac.uk>)
f498ed15 5448
544919991223
bcbf86ec 5450 - Merged later HPUX patch from Andre Lucas
f498ed15 5451 <andre.lucas@dial.pipex.com>
5452 - Above patch included better utmpx support from Ben Taylor
f74efc8d 5453 <bent@clark.net>
f498ed15 5454
eef6f7e9 545519991222
bcbf86ec 5456 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
eef6f7e9 5457 <pope@netguide.dk>
ae28776a 5458 - Fix login.c breakage on systems which lack ut_host in struct
5459 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
eef6f7e9 5460
a7effaac 546119991221
bcbf86ec 5462 - Integration of large HPUX patch from Andre Lucas
5463 <andre.lucas@dial.pipex.com>. Integrating it had a few other
a7effaac 5464 benefits:
5465 - Ability to disable shadow passwords at configure time
5466 - Ability to disable lastlog support at configure time
5467 - Support for IP address in $DISPLAY
ae2f7af7 5468 - OpenBSD CVS update:
5469 - [sshconnect.c]
5470 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
59dd7a31 5471 - Fix DISABLE_SHADOW support
5472 - Allow MD5 passwords even if shadow passwords are disabled
16034de9 5473 - Release 1.2.1pre19
a7effaac 5474
3f1d9bcd 547519991218
bcbf86ec 5476 - Redhat init script patch from Chun-Chung Chen
3f1d9bcd 5477 <cjj@u.washington.edu>
7e1c2490 5478 - Avoid breakage on systems without IPv6 headers
3f1d9bcd 5479
60d804c8 548019991216
bcbf86ec 5481 - Makefile changes for Solaris from Peter Kocks
60d804c8 5482 <peter.kocks@baygate.com>
89cafde6 5483 - Minor updates to docs
5484 - Merged OpenBSD CVS changes:
5485 - [authfd.c ssh-agent.c]
5486 keysize warnings talk about identity files
5487 - [packet.c]
5488 "Connection closed by x.x.x.x": fatal() -> log()
bcbf86ec 5489 - Correctly handle empty passwords in shadow file. Patch from:
c9d323f0 5490 "Chris, the Young One" <cky@pobox.com>
5491 - Released 1.2.1pre18
60d804c8 5492
7dc6fc6d 549319991215
5494 - Integrated patchs from Juergen Keil <jk@tools.de>
5495 - Avoid void* pointer arithmatic
5496 - Use LDFLAGS correctly
68227e6d 5497 - Fix SIGIO error in scp
5498 - Simplify status line printing in scp
61e96248 5499 - Added better test for inline functions compiler support from
906a2515 5500 Darren_Hall@progressive.com
7dc6fc6d 5501
95f1eccc 550219991214
5503 - OpenBSD CVS Changes
5504 - [canohost.c]
bcbf86ec 5505 fix get_remote_port() and friends for sshd -i;
95f1eccc 5506 Holger.Trapp@Informatik.TU-Chemnitz.DE
5507 - [mpaux.c]
5508 make code simpler. no need for memcpy. niels@ ok
5509 - [pty.c]
5510 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
5511 fix proto; markus
5512 - [ssh.1]
5513 typo; mark.baushke@solipsa.com
5514 - [channels.c ssh.c ssh.h sshd.c]
5515 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
5516 - [sshconnect.c]
5517 move checking of hostkey into own function.
5518 - [version.h]
5519 OpenSSH-1.2.1
884bcb37 5520 - Clean up broken includes in pty.c
7303768f 5521 - Some older systems don't have poll.h, they use sys/poll.h instead
5522 - Doc updates
95f1eccc 5523
847e8865 552419991211
bcbf86ec 5525 - Fix compilation on systems with AFS. Reported by
847e8865 5526 aloomis@glue.umd.edu
bcbf86ec 5527 - Fix installation on Solaris. Reported by
847e8865 5528 Gordon Rowell <gordonr@gormand.com.au>
5529 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
5530 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
5531 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
5532 - Compile fix from David Agraz <dagraz@jahoopa.com>
5533 - Avoid compiler warning in bsd-snprintf.c
bcbf86ec 5534 - Added pam_limits.so to default PAM config. Suggested by
986a22ec 5535 Jim Knoble <jmknoble@jmknoble.cx>
847e8865 5536
8946db53 553719991209
5538 - Import of patch from Ben Taylor <bent@clark.net>:
5539 - Improved PAM support
5540 - "uninstall" rule for Makefile
5541 - utmpx support
5542 - Should fix PAM problems on Solaris
2d86a6cc 5543 - OpenBSD CVS updates:
5544 - [readpass.c]
5545 avoid stdio; based on work by markus, millert, and I
5546 - [sshd.c]
5547 make sure the client selects a supported cipher
5548 - [sshd.c]
bcbf86ec 5549 fix sighup handling. accept would just restart and daemon handled
5550 sighup only after the next connection was accepted. use poll on
2d86a6cc 5551 listen sock now.
5552 - [sshd.c]
5553 make that a fatal
87e91331 5554 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
5555 to fix libwrap support on NetBSD
5001b9e4 5556 - Released 1.2pre17
8946db53 5557
6d8c4ea4 555819991208
bcbf86ec 5559 - Compile fix for Solaris with /dev/ptmx from
6d8c4ea4 5560 David Agraz <dagraz@jahoopa.com>
5561
4285816a 556219991207
986a22ec 5563 - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx>
4285816a 5564 fixes compatability with 4.x and 5.x
db28aeb5 5565 - Fixed default SSH_ASKPASS
bcbf86ec 5566 - Fix PAM account and session being called multiple times. Problem
d465f2ca 5567 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
a408af76 5568 - Merged more OpenBSD changes:
5569 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
bcbf86ec 5570 move atomicio into it's own file. wrap all socket write()s which
a408af76 5571 were doing write(sock, buf, len) != len, with atomicio() calls.
5572 - [auth-skey.c]
5573 fd leak
5574 - [authfile.c]
5575 properly name fd variable
5576 - [channels.c]
5577 display great hatred towards strcpy
5578 - [pty.c pty.h sshd.c]
5579 use openpty() if it exists (it does on BSD4_4)
5580 - [tildexpand.c]
5581 check for ~ expansion past MAXPATHLEN
5582 - Modified helper.c to use new atomicio function.
5583 - Reformat Makefile a little
5584 - Moved RC4 routines from rc4.[ch] into helper.c
5585 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
9983a8ca 5586 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
5587 - Tweaked Redhat spec
9158d92f 5588 - Clean up bad imports of a few files (forgot -kb)
5589 - Released 1.2pre16
4285816a 5590
9c7b6dfd 559119991204
5592 - Small cleanup of PAM code in sshd.c
57112b5a 5593 - Merged OpenBSD CVS changes:
5594 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
5595 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
5596 - [auth-rsa.c]
5597 warn only about mismatch if key is _used_
5598 warn about keysize-mismatch with log() not error()
5599 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
5600 ports are u_short
5601 - [hostfile.c]
5602 indent, shorter warning
5603 - [nchan.c]
5604 use error() for internal errors
5605 - [packet.c]
5606 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
5607 serverloop.c
5608 indent
5609 - [ssh-add.1 ssh-add.c ssh.h]
5610 document $SSH_ASKPASS, reasonable default
5611 - [ssh.1]
5612 CheckHostIP is not available for connects via proxy command
5613 - [sshconnect.c]
5614 typo
5615 easier to read client code for passwd and skey auth
5616 turn of checkhostip for proxy connects, since we don't know the remote ip
9c7b6dfd 5617
dad3b556 561819991126
5619 - Add definition for __P()
5620 - Added [v]snprintf() replacement for systems that lack it
5621
0ce43ae4 562219991125
5623 - More reformatting merged from OpenBSD CVS
5624 - Merged OpenBSD CVS changes:
5625 - [channels.c]
5626 fix packet_integrity_check() for !have_hostname_in_open.
5627 report from mrwizard@psu.edu via djm@ibs.com.au
5628 - [channels.c]
5629 set SO_REUSEADDR and SO_LINGER for forwarded ports.
5630 chip@valinux.com via damien@ibs.com.au
5631 - [nchan.c]
5632 it's not an error() if shutdown_write failes in nchan.
5633 - [readconf.c]
5634 remove dead #ifdef-0-code
5635 - [readconf.c servconf.c]
5636 strcasecmp instead of tolower
5637 - [scp.c]
5638 progress meter overflow fix from damien@ibs.com.au
5639 - [ssh-add.1 ssh-add.c]
5640 SSH_ASKPASS support
5641 - [ssh.1 ssh.c]
5642 postpone fork_after_authentication until command execution,
5643 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
5644 plus: use daemon() for backgrounding
cf8dd513 5645 - Added BSD compatible install program and autoconf test, thanks to
5646 Niels Kristian Bech Jensen <nkbj@image.dk>
5647 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
09041313 5648 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3dbefdb8 5649 - Release 1.2pre15
0ce43ae4 5650
5260325f 565119991124
5652 - Merged very large OpenBSD source code reformat
5653 - OpenBSD CVS updates
5654 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
5655 [ssh.h sshd.8 sshd.c]
5656 syslog changes:
5657 * Unified Logmessage for all auth-types, for success and for failed
5658 * Standard connections get only ONE line in the LOG when level==LOG:
5659 Auth-attempts are logged only, if authentication is:
5660 a) successfull or
5661 b) with passwd or
5662 c) we had more than AUTH_FAIL_LOG failues
5663 * many log() became verbose()
5664 * old behaviour with level=VERBOSE
5665 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
5666 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
5667 messages. allows use of s/key in windows (ttssh, securecrt) and
5668 ssh-1.2.27 clients without 'ssh -v', ok: niels@
5669 - [sshd.8]
5670 -V, for fallback to openssh in SSH2 compatibility mode
5671 - [sshd.c]
5672 fix sigchld race; cjc5@po.cwru.edu
5673
4655fe80 567419991123
5675 - Added SuSE package files from Chris Saia <csaia@wtower.com>
8b241e50 5676 - Restructured package-related files under packages/*
4655fe80 5677 - Added generic PAM config
8b241e50 5678 - Numerous little Solaris fixes
9c08d6ce 5679 - Add recommendation to use GNU make to INSTALL document
4655fe80 5680
60bed5fd 568119991122
5682 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 5683 - OpenBSD CVS Changes
bcbf86ec 5684 - [ssh-keygen.c]
5685 don't create ~/.ssh only if the user wants to store the private
5686 key there. show fingerprint instead of public-key after
2f2cc3f9 5687 keygeneration. ok niels@
b09a984b 5688 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 5689 - Added timersub() macro
b09a984b 5690 - Tidy RCSIDs of bsd-*.c
bcbf86ec 5691 - Added autoconf test and macro to deal with old PAM libraries
96ad4350 5692 pam_strerror definition (one arg vs two).
530f1889 5693 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
bcbf86ec 5694 - Retry /dev/urandom reads interrupted by signal (report from
530f1889 5695 Robert Hardy <rhardy@webcon.net>)
1647c2b5 5696 - Added a setenv replacement for systems which lack it
d84a9a44 5697 - Only display public key comment when presenting ssh-askpass dialog
5698 - Released 1.2pre14
60bed5fd 5699
bcbf86ec 5700 - Configure, Make and changelog corrections from Tudor Bosman
2ddcfdf3 5701 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
5702
9d6b7add 570319991121
2f2cc3f9 5704 - OpenBSD CVS Changes:
60bed5fd 5705 - [channels.c]
5706 make this compile, bad markus
5707 - [log.c readconf.c servconf.c ssh.h]
5708 bugfix: loglevels are per host in clientconfig,
5709 factor out common log-level parsing code.
5710 - [servconf.c]
5711 remove unused index (-Wall)
5712 - [ssh-agent.c]
5713 only one 'extern char *__progname'
5714 - [sshd.8]
5715 document SIGHUP, -Q to synopsis
5716 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
5717 [channels.c clientloop.c]
5718 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
5719 [hope this time my ISP stays alive during commit]
5720 - [OVERVIEW README] typos; green@freebsd
5721 - [ssh-keygen.c]
5722 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
5723 exit if writing the key fails (no infinit loop)
5724 print usage() everytime we get bad options
5725 - [ssh-keygen.c] overflow, djm@mindrot.org
5726 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
61e96248 5727
2b942fe0 572819991120
bcbf86ec 5729 - Merged more Solaris support from Marc G. Fournier
2b942fe0 5730 <marc.fournier@acadiau.ca>
5731 - Wrote autoconf tests for integer bit-types
5732 - Fixed enabling kerberos support
bcbf86ec 5733 - Fix segfault in ssh-keygen caused by buffer overrun in filename
13c36c4c 5734 handling.
2b942fe0 5735
06479889 573619991119
5737 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 5738 - Merged OpenBSD CVS changes
5739 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
5740 more %d vs. %s in fmt-strings
5741 - [authfd.c]
5742 Integers should not be printed with %s
7b1cc56c 5743 - EGD uses a socket, not a named pipe. Duh.
5744 - Fix includes in fingerprint.c
29dbde15 5745 - Fix scp progress bar bug again.
bcbf86ec 5746 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
736890c4 5747 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 5748 - Added autoconf option to enable Kerberos 4 support (untested)
5749 - Added autoconf option to enable AFS support (untested)
5750 - Added autoconf option to enable S/Key support (untested)
5751 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 5752 - Renamed BSD helper function files to bsd-*
bcbf86ec 5753 - Added tests for login and daemon and enable OpenBSD replacements for
caf3bc51 5754 when they are absent.
5755 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 5756
2bd61362 575719991118
5758 - Merged OpenBSD CVS changes
5759 - [scp.c] foregroundproc() in scp
5760 - [sshconnect.h] include fingerprint.h
bcbf86ec 5761 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
2bd61362 5762 changes.
0c16a097 5763 - [ssh.1] Spell my name right.
2bd61362 5764 - Added openssh.com info to README
5765
f095fcc7 576619991117
5767 - Merged OpenBSD CVS changes
5768 - [ChangeLog.Ylonen] noone needs this anymore
5769 - [authfd.c] close-on-exec for auth-socket, ok deraadt
bcbf86ec 5770 - [hostfile.c]
5771 in known_hosts key lookup the entry for the bits does not need
5772 to match, all the information is contained in n and e. This
5773 solves the problem with buggy servers announcing the wrong
f095fcc7 5774 modulus length. markus and me.
bcbf86ec 5775 - [serverloop.c]
5776 bugfix: check for space if child has terminated, from:
f095fcc7 5777 iedowse@maths.tcd.ie
5778 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
5779 [fingerprint.c fingerprint.h]
5780 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
5781 - [ssh-agent.1] typo
5782 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
bcbf86ec 5783 - [sshd.c]
f095fcc7 5784 force logging to stderr while loading private key file
5785 (lost while converting to new log-levels)
5786
4d195447 578719991116
5788 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
5789 - Merged OpenBSD CVS changes:
5790 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
5791 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
5792 the keysize of rsa-parameter 'n' is passed implizit,
5793 a few more checks and warnings about 'pretended' keysizes.
5794 - [cipher.c cipher.h packet.c packet.h sshd.c]
5795 remove support for cipher RC4
5796 - [ssh.c]
5797 a note for legay systems about secuity issues with permanently_set_uid(),
5798 the private hostkey and ptrace()
5799 - [sshconnect.c]
5800 more detailed messages about adding and checking hostkeys
5801
dad9a31e 580219991115
5803 - Merged OpenBSD CVS changes:
bcbf86ec 5804 - [ssh-add.c] change passphrase loop logic and remove ref to
dad9a31e 5805 $DISPLAY, ok niels
5806 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
bcbf86ec 5807 modular.
dad9a31e 5808 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 5809 - Merged more OpenBSD CVS changes:
704b1659 5810 [auth-krb4.c]
5811 - disconnect if getpeername() fails
5812 - missing xfree(*client)
5813 [canohost.c]
5814 - disconnect if getpeername() fails
5815 - fix comment: we _do_ disconnect if ip-options are set
5816 [sshd.c]
5817 - disconnect if getpeername() fails
5818 - move checking of remote port to central place
5819 [auth-rhosts.c] move checking of remote port to central place
5820 [log-server.c] avoid extra fd per sshd, from millert@
5821 [readconf.c] print _all_ bad config-options in ssh(1), too
5822 [readconf.h] print _all_ bad config-options in ssh(1), too
5823 [ssh.c] print _all_ bad config-options in ssh(1), too
5824 [sshconnect.c] disconnect if getpeername() fails
e7c0f9d5 5825 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 5826 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 5827 - Merged more Solaris compability from Marc G. Fournier
5828 <marc.fournier@acadiau.ca>
5829 - Wrote autoconf tests for __progname symbol
986a22ec 5830 - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx>
0c372277 5831 - Released 1.2pre12
5832
5833 - Another OpenBSD CVS update:
5834 - [ssh-keygen.1] fix .Xr
dad9a31e 5835
92da7197 583619991114
5837 - Solaris compilation fixes (still imcomplete)
5838
94f7bb9e 583919991113
dd092f97 5840 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
5841 - Don't install config files if they already exist
5842 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 5843 - Removed redundant inclusions of config.h
e9c75a39 5844 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 5845 - Merged OpenBSD CVS changes:
5846 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
bcbf86ec 5847 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
94f7bb9e 5848 totalsize, ok niels,aaron
bcbf86ec 5849 - Delay fork (-f option) in ssh until after port forwarded connections
94f7bb9e 5850 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 5851 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
5852 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 5853 - Tidied default config file some more
5854 - Revised Redhat initscript to fix bug: sshd (re)start would fail
5855 if executed from inside a ssh login.
94f7bb9e 5856
e35c1dc2 585719991112
5858 - Merged changes from OpenBSD CVS
5859 - [sshd.c] session_key_int may be zero
b4748e2f 5860 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
bcbf86ec 5861 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
b4748e2f 5862 deraadt,millert
5863 - Brought default sshd_config more in line with OpenBSD's
547c9f30 5864 - Grab server in gnome-ssh-askpass (Debian bug #49872)
5865 - Released 1.2pre10
e35c1dc2 5866
8bc7973f 5867 - Added INSTALL documentation
6fa724bc 5868 - Merged yet more changes from OpenBSD CVS
5869 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
5870 [ssh.c ssh.h sshconnect.c sshd.c]
5871 make all access to options via 'extern Options options'
5872 and 'extern ServerOptions options' respectively;
5873 options are no longer passed as arguments:
5874 * make options handling more consistent
5875 * remove #include "readconf.h" from ssh.h
5876 * readconf.h is only included if necessary
5877 - [mpaux.c] clear temp buffer
5878 - [servconf.c] print _all_ bad options found in configfile
045672f9 5879 - Make ssh-askpass support optional through autoconf
59b0f0d4 5880 - Fix nasty division-by-zero error in scp.c
5881 - Released 1.2pre11
8bc7973f 5882
4cca272e 588319991111
5884 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 5885 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 5886 - Merged OpenBSD CVS changes:
5887 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
5888 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
5889 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
bcbf86ec 5890 - Fix integer overflow which was messing up scp's progress bar for large
3f1d9bcd 5891 file transfers. Fix submitted to OpenBSD developers. Report and fix
5892 from Kees Cook <cook@cpoint.net>
6a17f9c2 5893 - Merged more OpenBSD CVS changes:
bcbf86ec 5894 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
6a17f9c2 5895 + krb-cleanup cleanup
5896 - [clientloop.c log-client.c log-server.c ]
5897 [readconf.c readconf.h servconf.c servconf.h ]
5898 [ssh.1 ssh.c ssh.h sshd.8]
5899 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
5900 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 5901 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
5902 allow session_key_int != sizeof(session_key)
5903 [this should fix the pre-assert-removal-core-files]
5904 - Updated default config file to use new LogLevel option and to improve
5905 readability
5906
f370266e 590719991110
67d68e3a 5908 - Merged several minor fixes:
f370266e 5909 - ssh-agent commandline parsing
5910 - RPM spec file now installs ssh setuid root
5911 - Makefile creates libdir
4cca272e 5912 - Merged beginnings of Solaris compability from Marc G. Fournier
5913 <marc.fournier@acadiau.ca>
f370266e 5914
d4f11b59 591519991109
5916 - Autodetection of SSL/Crypto library location via autoconf
5917 - Fixed location of ssh-askpass to follow autoconf
5918 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
5919 - Autodetection of RSAref library for US users
5920 - Minor doc updates
560557bb 5921 - Merged OpenBSD CVS changes:
5922 - [rsa.c] bugfix: use correct size for memset()
5923 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 5924 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 5925 - RPM build now creates subpackages
aa51e7cc 5926 - Released 1.2pre9
d4f11b59 5927
e1a9c08d 592819991108
5929 - Removed debian/ directory. This is now being maintained separately.
5930 - Added symlinks for slogin in RPM spec file
5931 - Fixed permissions on manpages in RPM spec file
5932 - Added references to required libraries in README file
5933 - Removed config.h.in from CVS
5934 - Removed pwdb support (better pluggable auth is provided by glibc)
5935 - Made PAM and requisite libdl optional
5936 - Removed lots of unnecessary checks from autoconf
5937 - Added support and autoconf test for openpty() function (Unix98 pty support)
5938 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
5939 - Added TODO file
5940 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
5941 - Added ssh-askpass program
5942 - Added ssh-askpass support to ssh-add.c
5943 - Create symlinks for slogin on install
5944 - Fix "distclean" target in makefile
5945 - Added example for ssh-agent to manpage
5946 - Added support for PAM_TEXT_INFO messages
5947 - Disable internal /etc/nologin support if PAM enabled
5948 - Merged latest OpenBSD CVS changes:
5bae4ab8 5949 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 5950 - [sshd.c] don't send fail-msg but disconnect if too many authentication
5951 failures
e1a9c08d 5952 - [sshd.c] remove unused argument. ok dugsong
5953 - [sshd.c] typo
5954 - [rsa.c] clear buffers used for encryption. ok: niels
5955 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 5956 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 5957 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 5958 - Released 1.2pre8
e1a9c08d 5959
3028328e 596019991102
5961 - Merged change from OpenBSD CVS
5962 - One-line cleanup in sshd.c
5963
474832c5 596419991030
5965 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 5966 - Merged latest updates for OpenBSD CVS:
5967 - channels.[ch] - remove broken x11 fix and document istate/ostate
5968 - ssh-agent.c - call setsid() regardless of argv[]
5969 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
5970 - Documentation cleanups
5971 - Renamed README -> README.Ylonen
5972 - Renamed README.openssh ->README
474832c5 5973
339660f6 597419991029
5975 - Renamed openssh* back to ssh* at request of Theo de Raadt
5976 - Incorporated latest changes from OpenBSD's CVS
5977 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
5978 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 5979 - Make distclean now removed configure script
5980 - Improved PAM logging
5981 - Added some debug() calls for PAM
4ecd19ea 5982 - Removed redundant subdirectories
bcbf86ec 5983 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
4ecd19ea 5984 building on Debian.
242588e6 5985 - Fixed off-by-one error in PAM env patch
5986 - Released 1.2pre6
339660f6 5987
5881cd60 598819991028
5989 - Further PAM enhancements.
5990 - Much cleaner
5991 - Now uses account and session modules for all logins.
5992 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
5993 - Build fixes
5994 - Autoconf
5995 - Change binary names to open*
5996 - Fixed autoconf script to detect PAM on RH6.1
5997 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 5998 - Released 1.2pre4
fca82d2e 5999
6000 - Imported latest OpenBSD CVS code
6001 - Updated README.openssh
93f04616 6002 - Released 1.2pre5
fca82d2e 6003
5881cd60 600419991027
6005 - Adapted PAM patch.
6006 - Released 1.0pre2
6007
6008 - Excised my buggy replacements for strlcpy and mkdtemp
6009 - Imported correct OpenBSD strlcpy and mkdtemp routines.
6010 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
6011 - Picked up correct version number from OpenBSD
6012 - Added sshd.pam PAM configuration file
6013 - Added sshd.init Redhat init script
6014 - Added openssh.spec RPM spec file
6015 - Released 1.2pre3
6016
601719991026
6018 - Fixed include paths of OpenSSL functions
6019 - Use OpenSSL MD5 routines
6020 - Imported RC4 code from nanocrypt
6021 - Wrote replacements for OpenBSD arc4random* functions
6022 - Wrote replacements for strlcpy and mkdtemp
6023 - Released 1.0pre1
0b202697 6024
6025$Id$
This page took 1.392058 seconds and 5 git commands to generate.