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