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