]> andersk Git - openssh.git/blame - ChangeLog
- markus@cvs.openbsd.org 2002/01/29 16:41:19
[openssh.git] / ChangeLog
CommitLineData
bcc0381e 120020205
2 - (djm) OpenBSD CVS Sync
3 - stevesk@cvs.openbsd.org 2002/01/24 21:09:25
4 [channels.c misc.c misc.h packet.c]
5 add set_nodelay() to set TCP_NODELAY on a socket (prep for nagle tuning).
6 no nagle changes just yet; ok djm@ markus@
2ac91be1 7 - stevesk@cvs.openbsd.org 2002/01/24 21:13:23
8 [packet.c]
9 need misc.h for set_nodelay()
7d30579d 10 - markus@cvs.openbsd.org 2002/01/25 21:00:24
11 [sshconnect2.c]
12 unused include
087dea86 13 - markus@cvs.openbsd.org 2002/01/25 21:42:11
14 [ssh-dss.c ssh-rsa.c]
15 use static EVP_MAX_MD_SIZE buffers for EVP_DigestFinal; ok stevesk@
16 don't use evp_md->md_size, it's not public.
a209a158 17 - markus@cvs.openbsd.org 2002/01/25 22:07:40
18 [kex.c kexdh.c kexgex.c key.c mac.c]
19 use EVP_MD_size(evp_md) and not evp_md->md_size; ok steveks@
f9314d9a 20 - stevesk@cvs.openbsd.org 2002/01/26 16:44:22
21 [includes.h session.c]
22 revert code to add x11 localhost display authorization entry for
23 hostname/unix:d and uts.nodename/unix:d if nodename was different than
24 hostname. just add entry for unix:d instead. ok markus@
e6e573bd 25 - stevesk@cvs.openbsd.org 2002/01/27 14:57:46
26 [channels.c servconf.c servconf.h session.c sshd.8 sshd_config]
27 add X11UseLocalhost; ok markus@
75a624f0 28 - stevesk@cvs.openbsd.org 2002/01/27 18:08:17
29 [ssh.c]
30 handle simple case to identify FamilyLocal display; ok markus@
a2863956 31 - markus@cvs.openbsd.org 2002/01/29 14:27:57
32 [ssh-add.c]
33 exit 2 if no agent, exit 1 if list fails; debian#61078; ok djm@
bf4c5edc 34 - markus@cvs.openbsd.org 2002/01/29 14:32:03
35 [auth2.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c canohost.c]
36 [servconf.c servconf.h session.c sshd.8 sshd_config]
37 s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion;
38 ok stevesk@
8875ca97 39 - stevesk@cvs.openbsd.org 2002/01/29 16:29:02
40 [session.c]
41 limit subsystem length in log; ok markus@
8e3ce4dc 42 - markus@cvs.openbsd.org 2002/01/29 16:41:19
43 [ssh-add.1]
44 add DIAGNOSTICS; ok stevesk@
bcc0381e 45
8d7324af 4620020130
47 - (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@
70e2f2f3 48 - (tim) [configure.ac] fix logic on when ssh-rand-helper is installed.
49 [sshd_config] put back in line that tells what PATH was compiled into sshd.
8d7324af 50
90bab5a8 5120020125
9b7fcaf0 52 - (djm) Don't grab Xserver or pointer by default. x11-ssh-askpass doesn't
53 and grabbing can cause deadlocks with kinput2.
90bab5a8 54
533845df 5520020124
56 - (stevesk) Makefile.in: bug #61; delete commented line for now.
57
906e811b 5820020123
59 - (djm) Fix non-standard shell syntax in autoconf. Patch from
60 Dave Dykstra <dwd@bell-labs.com>
846f83ab 61 - (stevesk) fix --with-zlib=
eb5d7ff6 62 - (djm) Use case statements in autoconf to clean up some tests
5b6c4ceb 63 - (bal) reverted out of 5/2001 change to atexit(). I assume I
64 did it to handle SonyOS. If that is the case than we will
65 do a special case for them.
906e811b 66
f1b0ecc3 6720020122
68 - (djm) autoconf hacking:
69 - We don't support --without-zlib currently, so don't allow it.
70 - Rework cryptographic random number support detection. We now detect
71 whether OpenSSL seeds itself. If it does, then we don't bother with
72 the ssh-rand-helper program. You can force the use of ssh-rand-helper
73 using the --with-rand-helper configure argument
74 - Simplify and clean up ssh-rand-helper configuration
9780116c 75 - Add OpenSSL sanity check: verify that header version matches version
76 reported by library
49d7ed32 77 - (djm) Fix some bugs I introduced into ssh-rand-helper yesterday
3dc93cd8 78 - OpenBSD CVS Sync
79 - djm@cvs.openbsd.org 2001/12/21 08:52:22
80 [ssh-keygen.1 ssh-keygen.c]
81 Remove default (rsa1) key type; ok markus@
f9654cd7 82 - djm@cvs.openbsd.org 2001/12/21 08:53:45
83 [readpass.c]
84 Avoid interruptable passphrase read; ok markus@
67656ffc 85 - djm@cvs.openbsd.org 2001/12/21 10:06:43
86 [ssh-add.1 ssh-add.c]
87 Try all standard key files (id_rsa, id_dsa, identity) when invoked with
88 no arguments; ok markus@
b0ce9259 89 - markus@cvs.openbsd.org 2001/12/21 12:17:33
90 [serverloop.c]
91 remove ifdef for USE_PIPES since fdin != fdout; ok djm@
0e0bba68 92 - deraadt@cvs.openbsd.org 2001/12/24 07:29:43
93 [ssh-add.c]
94 try all listed keys.. how did this get broken?
e13b4278 95 - markus@cvs.openbsd.org 2001/12/25 18:49:56
96 [key.c]
97 be more careful on allocation
45c49544 98 - markus@cvs.openbsd.org 2001/12/25 18:53:00
99 [auth1.c]
100 be more carefull on allocation
bb28e836 101 - markus@cvs.openbsd.org 2001/12/27 18:10:29
102 [ssh-keygen.c]
103 -t is only needed for key generation (unbreaks -i, -e, etc).
b775c6f2 104 - markus@cvs.openbsd.org 2001/12/27 18:22:16
105 [auth1.c authfile.c auth-rsa.c dh.c kexdh.c kexgex.c key.c rsa.c]
106 [scard.c ssh-agent.c sshconnect1.c sshd.c ssh-dss.c]
107 call fatal() for openssl allocation failures
135113a3 108 - stevesk@cvs.openbsd.org 2001/12/27 18:22:53
109 [sshd.8]
110 clarify -p; ok markus@
cf184a44 111 - markus@cvs.openbsd.org 2001/12/27 18:26:13
112 [authfile.c]
113 missing include
108d362e 114 - markus@cvs.openbsd.org 2001/12/27 19:37:23
115 [dh.c kexdh.c kexgex.c]
116 always use BN_clear_free instead of BN_free
dc421aa3 117 - markus@cvs.openbsd.org 2001/12/27 19:54:53
118 [auth1.c auth.h auth-rh-rsa.c]
119 auth_rhosts_rsa now accept generic keys.
95500969 120 - markus@cvs.openbsd.org 2001/12/27 20:39:58
121 [auth1.c auth-rsa.c channels.c clientloop.c packet.c packet.h]
122 [serverloop.c session.c ssh.c sshconnect1.c sshd.c ttymodes.c]
123 get rid of packet_integrity_check, use packet_done() instead.
3456d3c7 124 - markus@cvs.openbsd.org 2001/12/28 12:14:27
20b279e6 125 [auth1.c auth2.c auth2-chall.c auth-rsa.c channels.c clientloop.c]
126 [kex.c kexdh.c kexgex.c packet.c packet.h serverloop.c session.c]
127 [ssh.c sshconnect1.c sshconnect2.c sshd.c]
3456d3c7 128 s/packet_done/packet_check_eom/ (end-of-message); ok djm@
20b279e6 129 - markus@cvs.openbsd.org 2001/12/28 13:57:33
130 [auth1.c kexdh.c kexgex.c packet.c packet.h sshconnect1.c sshd.c]
131 packet_get_bignum* no longer returns a size
4ef6f649 132 - markus@cvs.openbsd.org 2001/12/28 14:13:13
133 [bufaux.c bufaux.h packet.c]
134 buffer_get_bignum: int -> void
54a5250f 135 - markus@cvs.openbsd.org 2001/12/28 14:50:54
136 [auth1.c auth-rsa.c channels.c dispatch.c kex.c kexdh.c kexgex.c]
137 [packet.c packet.h serverloop.c session.c ssh.c sshconnect1.c]
138 [sshconnect2.c sshd.c]
139 packet_read* no longer return the packet length, since it's not used.
7819b5c3 140 - markus@cvs.openbsd.org 2001/12/28 15:06:00
141 [auth2.c auth2-chall.c channels.c channels.h clientloop.c dispatch.c]
142 [dispatch.h kex.c kex.h serverloop.c ssh.c sshconnect2.c]
143 remove plen from the dispatch fn. it's no longer used.
60015649 144 - stevesk@cvs.openbsd.org 2001/12/28 22:37:48
145 [ssh.1 sshd.8]
146 document LogLevel DEBUG[123]; ok markus@
20905a8e 147 - stevesk@cvs.openbsd.org 2001/12/29 21:56:01
148 [authfile.c channels.c compress.c packet.c sftp-server.c]
149 [ssh-agent.c ssh-keygen.c]
150 remove unneeded casts and some char->u_char cleanup; ok markus@
6c79c353 151 - stevesk@cvs.openbsd.org 2002/01/03 04:11:08
152 [ssh_config]
153 grammar in comment
b4047251 154 - stevesk@cvs.openbsd.org 2002/01/04 17:59:17
155 [readconf.c servconf.c]
156 remove #ifdef _PATH_XAUTH/#endif; ok markus@
0f84fe37 157 - stevesk@cvs.openbsd.org 2002/01/04 18:14:16
158 [servconf.c sshd.8]
159 protocol 2 HostKey code default is now /etc/ssh_host_rsa_key and
160 /etc/ssh_host_dsa_key like we have in sshd_config. ok markus@
8341f420 161 - markus@cvs.openbsd.org 2002/01/05 10:43:40
162 [channels.c]
163 fix hanging x11 channels for rejected cookies (e.g.
164 XAUTHORITY=/dev/null xbiff) bug #36, based on patch from
165 djast@cs.toronto.edu
cb362b5e 166 - stevesk@cvs.openbsd.org 2002/01/05 21:51:56
167 [ssh.1 sshd.8]
168 some missing and misplaced periods
4ccb828d 169 - markus@cvs.openbsd.org 2002/01/09 13:49:27
170 [ssh-keygen.c]
171 append \n only for public keys
0c0738d5 172 - markus@cvs.openbsd.org 2002/01/09 17:16:00
173 [channels.c]
174 merge channel_pre_open_15/channel_pre_open_20; ok provos@
9c50edcf 175 - markus@cvs.openbsd.org 2002/01/09 17:26:35
176 [channels.c nchan.c]
177 replace buffer_consume(b, buffer_len(b)) with buffer_clear(b);
178 ok provos@
99416ceb 179 - markus@cvs.openbsd.org 2002/01/10 11:13:29
180 [serverloop.c]
181 skip client_alive_check until there are channels; ok beck@
3d209bbe 182 - markus@cvs.openbsd.org 2002/01/10 11:24:04
183 [clientloop.c]
184 handle SSH2_MSG_GLOBAL_REQUEST (just reply with failure); ok djm@
3c27606d 185 - markus@cvs.openbsd.org 2002/01/10 12:38:26
186 [nchan.c]
187 remove dead code (skip drain)
6d566d33 188 - markus@cvs.openbsd.org 2002/01/10 12:47:59
189 [nchan.c]
190 more unused code (with channels.c:1.156)
5a5f4c37 191 - markus@cvs.openbsd.org 2002/01/11 10:31:05
192 [packet.c]
193 handle received SSH2_MSG_UNIMPLEMENTED messages; ok djm@
781a02b8 194 - markus@cvs.openbsd.org 2002/01/11 13:36:43
195 [ssh2.h]
196 add defines for msg type ranges
6367063f 197 - markus@cvs.openbsd.org 2002/01/11 13:39:36
198 [auth2.c dispatch.c dispatch.h kex.c]
199 a single dispatch_protocol_error() that sends a message of
200 type 'UNIMPLEMENTED'
201 dispatch_range(): set handler for a ranges message types
202 use dispatch_protocol_ignore() for authentication requests after
203 successful authentication (the drafts requirement).
204 serverloop/clientloop now send a 'UNIMPLEMENTED' message instead
205 of exiting.
70499440 206 - markus@cvs.openbsd.org 2002/01/11 20:14:11
207 [auth2-chall.c auth-skey.c]
208 use strlcpy not strlcat; mouring@
a62ebe1f 209 - markus@cvs.openbsd.org 2002/01/11 23:02:18
210 [readpass.c]
211 use _PATH_TTY
bd2d2ac4 212 - markus@cvs.openbsd.org 2002/01/11 23:02:51
213 [auth2-chall.c]
214 use snprintf; mouring@
7ef24c8c 215 - markus@cvs.openbsd.org 2002/01/11 23:26:30
216 [auth-skey.c]
217 use snprintf; mouring@
68a7e648 218 - markus@cvs.openbsd.org 2002/01/12 13:10:29
219 [auth-skey.c]
220 undo local change
95f0a918 221 - provos@cvs.openbsd.org 2002/01/13 17:27:07
222 [ssh-agent.c]
223 change to use queue.h macros; okay markus@
3469eac4 224 - markus@cvs.openbsd.org 2002/01/13 17:57:37
225 [auth2.c auth2-chall.c compat.c sshconnect2.c sshd.c]
226 use buffer API and avoid static strings of fixed size;
227 ok provos@/mouring@
368e9dfc 228 - markus@cvs.openbsd.org 2002/01/13 21:31:20
229 [channels.h nchan.c]
230 add chan_set_[io]state(), order states, state is now an u_int,
231 simplifies debugging messages; ok provos@
3057c23b 232 - markus@cvs.openbsd.org 2002/01/14 13:22:35
233 [nchan.c]
234 chan_send_oclose1() no longer calls chan_shutdown_write(); ok provos@
235 - markus@cvs.openbsd.org 2002/01/14 13:34:07
236 [nchan.c]
237 merge chan_[io]buf_empty[12]; ok provos@
668a91b7 238 - markus@cvs.openbsd.org 2002/01/14 13:40:10
239 [nchan.c]
240 correct fn names for ssh2, do not switch from closed to closed;
241 ok provos@
3c9f1ecd 242 - markus@cvs.openbsd.org 2002/01/14 13:41:13
243 [nchan.c]
244 remove duplicated code; ok provos@
70bef40e 245 - markus@cvs.openbsd.org 2002/01/14 13:55:55
246 [channels.c channels.h nchan.c]
247 remove function pointers for events, remove chan_init*; ok provos@
8ab5f6b2 248 - markus@cvs.openbsd.org 2002/01/14 13:57:03
249 [channels.h nchan.c]
250 (c) 2002
5641aefa 251 - markus@cvs.openbsd.org 2002/01/16 13:17:51
252 [channels.c channels.h serverloop.c ssh.c]
253 wrapper for channel_setup_fwd_listener
ac10636f 254 - stevesk@cvs.openbsd.org 2002/01/16 17:40:23
255 [sshd_config]
256 The stategy now used for options in the default sshd_config shipped
257 with OpenSSH is to specify options with their default value where
258 possible, but leave them commented. Uncommented options change a
259 default value. Subsystem is currently the only default option
260 changed. ok markus@
cf5a07a8 261 - stevesk@cvs.openbsd.org 2002/01/16 17:42:33
262 [ssh.1]
263 correct defaults for -i/IdentityFile; ok markus@
1bbbc136 264 - stevesk@cvs.openbsd.org 2002/01/16 17:55:33
265 [ssh_config]
266 correct some commented defaults. add Ciphers default. ok markus@
4267abfd 267 - stevesk@cvs.openbsd.org 2002/01/17 04:27:37
268 [log.c]
269 casts to silence enum type warnings for bugzilla bug 37; ok markus@
ba218fbe 270 - stevesk@cvs.openbsd.org 2002/01/18 17:14:16
271 [sshd.8]
272 correct Ciphers default; paola.mannaro@ubs.com
e6207598 273 - stevesk@cvs.openbsd.org 2002/01/18 18:14:17
274 [authfd.c bufaux.c buffer.c cipher.c packet.c ssh-agent.c ssh-keygen.c]
275 unneeded cast cleanup; ok markus@
dfafef8f 276 - stevesk@cvs.openbsd.org 2002/01/18 20:46:34
277 [sshd.8]
278 clarify Allow(Groups|Users) and Deny(Groups|Users); suggestion from
279 allard@oceanpark.com; ok markus@
616a6b93 280 - markus@cvs.openbsd.org 2002/01/21 15:13:51
281 [sshconnect.c]
282 use read_passphrase+ECHO in confirm(), allows use of ssh-askpass
283 for hostkey confirm.
55f9eebd 284 - markus@cvs.openbsd.org 2002/01/21 22:30:12
285 [cipher.c compat.c myproposal.h]
286 remove "rijndael-*", just use "aes-" since this how rijndael is called
287 in the drafts; ok stevesk@
32e7d71f 288 - markus@cvs.openbsd.org 2002/01/21 23:27:10
289 [channels.c nchan.c]
290 cleanup channels faster if the are empty and we are in drain-state;
291 ok deraadt@
3a454b6a 292 - stevesk@cvs.openbsd.org 2002/01/22 02:52:41
293 [servconf.c]
294 typo in error message; from djast@cs.toronto.edu
4ca007b2 295 - (djm) Make auth2-pam.c compile again after dispatch.h and packet.h
296 changes
507c4f2e 297 - (djm) Recent Glibc includes an incompatible sys/queue.h. Treat it as
298 bogus in configure
187cd1fa 299 - (djm) Use local sys/queue.h if necessary in ssh-agent.c
f1b0ecc3 300
40f64e6f 30120020121
302 - (djm) Rework ssh-rand-helper:
303 - Reduce quantity of ifdef code, in preparation for ssh_rand_conf
304 - Always seed from system calls, even when doing PRNGd seeding
305 - Tidy and comment #define knobs
306 - Remove unused facility for multiple runs through command list
307 - KNF, cleanup, update copyright
308
088cdc23 30920020114
310 - (djm) Bug #50 - make autoconf entropy path checks more robust
311
760b35a6 31220020108
313 - (djm) Merge Cygwin copy_environment with do_pam_environment, removing
314 fixed env var size limit in the process. Report from Corinna Vinschen
315 <vinschen@redhat.com>
5cbceb3f 316 - (stevesk) defines.h: use "/var/spool/sockets/X11/%u" for HP-UX. does
317 not depend on transition links. from Lutz Jaenicke.
760b35a6 318
1d2a4613 31920020106
320 - (stevesk) defines.h: determine _PATH_UNIX_X; currently "/tmp/.X11-unix/X%u"
321 for all platforms except HP-UX, which is "/usr/spool/sockets/X11/%u".
322
d93656c9 32320020105
324 - (bal) NCR requies use_pipes to operate correctly.
29525240 325 - (stevesk) fix spurious ; from NCR change.
d93656c9 326
554e28b2 32720020103
328 - (djm) Use bigcrypt() on systems with SCO_PROTECTED_PW. Patch from
329 Roger Cornelius <rac@tenzing.org>
330
e9571a2c 33120011229
332 - (djm) Apply Cygwin pointer deref fix from Corinna Vinschen
333 <vinschen@redhat.com> Could be abused to guess valid usernames
929fb284 334 - (djm) Typo in contrib/cygwin/README Fix from Corinna Vinschen
335 <vinschen@redhat.com>
e9571a2c 336
760edf28 33720011228
338 - (djm) Remove recommendation to use GNU make, we should support most
339 make programs.
340
7bec72bc 34120011225
342 - (stevesk) [Makefile.in ssh-rand-helper.c]
343 portable lib and __progname support for ssh-rand-helper; ok djm@
344
b8291fa0 34520011223
346 - (bal) Removed contrib/chroot.diff and noted in contrib/README that it
347 was not being maintained.
348
46058ce2 34920011222
350 - (djm) Ignore fix & patchlevel in OpenSSL version check. Patch from
351 solar@openwall.com
352 - (djm) Rework entropy code. If the OpenSSL PRNG is has not been
353 internally seeded, execute a subprogram "ssh-rand-helper" to obtain
354 some entropy for us. Rewrite the old in-process entropy collecter as
355 an example ssh-rand-helper.
356 - (djm) Always perform ssh_prng_cmds path lookups in configure, even if
357 we don't end up using ssh_prng_cmds (so we always get a valid file)
358
5fb9865a 35920011221
360 - (djm) Add option to gnome-ssh-askpass to stop it from grabbing the X
361 server. I have found this necessary to avoid server hangs with X input
362 extensions (e.g. kinput2). Enable by setting the environment variable
363 "GNOME_SSH_ASKPASS_NOGRAB"
805e659f 364 - OpenBSD CVS Sync
365 - stevesk@cvs.openbsd.org 2001/12/08 17:49:28
366 [channels.c pathnames.h]
367 use only one path to X11 UNIX domain socket vs. an array of paths
368 to try. report from djast@cs.toronto.edu. ok markus@
2f293d43 369 - markus@cvs.openbsd.org 2001/12/09 18:45:56
370 [auth2.c auth2-chall.c auth.h]
371 add auth2_challenge_stop(), simplifies cleanup of kbd-int sessions,
372 fixes memleak.
5e8948af 373 - stevesk@cvs.openbsd.org 2001/12/10 16:45:04
374 [sshd.c]
375 possible fd leak on error; ok markus@
cdc95d6e 376 - markus@cvs.openbsd.org 2001/12/10 20:34:31
377 [ssh-keyscan.c]
378 check that server supports v1 for -t rsa1, report from wirth@dfki.de
fb396518 379 - jakob@cvs.openbsd.org 2001/12/18 10:04:21
380 [auth.h hostfile.c hostfile.h]
381 remove auth_rsa_read_key, make hostfile_ready_key non static; ok markus@
306feb91 382 - jakob@cvs.openbsd.org 2001/12/18 10:05:15
383 [auth2.c]
384 log fingerprint on successful public key authentication; ok markus@
46df736f 385 - jakob@cvs.openbsd.org 2001/12/18 10:06:24
386 [auth-rsa.c]
387 log fingerprint on successful public key authentication, simplify
388 usage of key structs; ok markus@
184eed6a 389 - deraadt@cvs.openbsd.org 2001/12/19 07:18:56
390 [auth1.c auth2.c auth2-chall.c auth-bsdauth.c auth.c authfile.c auth.h]
391 [auth-krb4.c auth-rhosts.c auth-skey.c bufaux.c canohost.c channels.c]
392 [cipher.c clientloop.c compat.c compress.c deattack.c key.c log.c mac.c]
393 [match.c misc.c nchan.c packet.c readconf.c rijndael.c rijndael.h scard.c]
394 [servconf.c servconf.h serverloop.c session.c sftp.c sftp-client.c]
395 [sftp-glob.c sftp-int.c sftp-server.c ssh-add.c ssh-agent.c ssh.c]
396 [sshconnect1.c sshconnect2.c sshconnect.c sshd.8 sshd.c sshd_config]
397 [ssh-keygen.c sshlogin.c sshpty.c sshtty.c ttymodes.c uidswap.c]
398 basic KNF done while i was looking for something else
a10be357 399 - markus@cvs.openbsd.org 2001/12/19 16:09:39
400 [serverloop.c]
401 fix race between SIGCHLD and select with an additional pipe. writing
402 to the pipe on SIGCHLD wakes up select(). using pselect() is not
403 portable and siglongjmp() ugly. W. R. Stevens suggests similar solution.
404 initial idea by pmenage@ensim.com; ok deraadt@, djm@
6c0fa2b1 405 - stevesk@cvs.openbsd.org 2001/12/19 17:16:13
406 [authfile.c bufaux.c bufaux.h buffer.c buffer.h packet.c packet.h ssh.c]
407 change the buffer/packet interface to use void* vs. char*; ok markus@
ac151b18 408 - markus@cvs.openbsd.org 2001/12/20 16:37:29
409 [channels.c channels.h session.c]
410 setup x11 listen socket for just one connect if the client requests so.
411 (v2 only, but the openssh client does not support this feature).
24ca6821 412 - djm@cvs.openbsd.org 2001/12/20 22:50:24
413 [auth2.c auth2-chall.c channels.c channels.h clientloop.c dispatch.c]
414 [dispatch.h kex.c kex.h packet.c packet.h serverloop.c ssh.c]
415 [sshconnect2.c]
416 Conformance fix: we should send failing packet sequence number when
417 responding with a SSH_MSG_UNIMPLEMENTED message. Spotted by
418 yakk@yakk.dot.net; ok markus@
5fb9865a 419
c9d0ad9b 42020011219
421 - (stevesk) OpenBSD CVS sync X11 localhost display
422 - stevesk@cvs.openbsd.org 2001/11/29 14:10:51
423 [channels.h channels.c session.c]
424 sshd X11 fake server will now listen on localhost by default:
425 $ echo $DISPLAY
426 localhost:12.0
427 $ netstat -an|grep 6012
428 tcp 0 0 127.0.0.1.6012 *.* LISTEN
429 tcp6 0 0 ::1.6012 *.* LISTEN
430 sshd_config gatewayports=yes can be used to revert back to the old
431 behavior. will control this with another option later. ok markus@
432 - stevesk@cvs.openbsd.org 2001/12/19 08:43:11
433 [includes.h session.c]
434 handle utsname.nodename case for FamilyLocal X authorization; ok markus@
435
3f3ac025 43620011207
437 - (bal) PCRE no longer required. Banished from the source along with
438 fake-regex.h
c20f63d3 439 - (bal) OpenBSD CVS Sync
440 - stevesk@cvs.openbsd.org 2001/12/06 18:02:32
441 [channels.c sshconnect.c]
442 shutdown(sock, SHUT_RDWR) not needed here; ok markus@
74860245 443 - stevesk@cvs.openbsd.org 2001/12/06 18:09:23
444 [channels.c session.c]
445 strncpy->strlcpy. remaining strncpy's are necessary. ok markus@
d24631c9 446 - stevesk@cvs.openbsd.org 2001/12/06 18:20:32
447 [channels.c]
448 disable nagle for X11 fake server and client TCPs. from netbsd.
449 ok markus@
3f3ac025 450
45120011206
6056eb35 452 - (bal) OpenBSD CVS Sync
453 - deraadt@cvs.openbsd.org 2001/11/14 20:45:08
454 [sshd.c]
455 errno saving wrapping in a signal handler
0408c978 456 - markus@cvs.openbsd.org 2001/11/16 12:46:13
457 [ssh-keyscan.c]
458 handle empty lines instead of dumping core; report from sha@sha-1.net
17a3011c 459 - stevesk@cvs.openbsd.org 2001/11/17 19:14:34
460 [auth2.c auth.c readconf.c servconf.c ssh-agent.c ssh-keygen.c]
461 enum/int type cleanup where it made sense to do so; ok markus@
7ace8c3b 462 - markus@cvs.openbsd.org 2001/11/19 11:20:21
463 [sshd.c]
464 fd leak on HUP; ok stevesk@
8666316a 465 - stevesk@cvs.openbsd.org 2001/11/19 18:40:46
466 [ssh-agent.1]
467 clarify/state that private keys are not exposed to clients using the
468 agent; ok markus@
44c2ab73 469 - mpech@cvs.openbsd.org 2001/11/19 19:02:16
470 [deattack.c radix.c]
471 kill more registers
472 millert@ ok
2f98d223 473 - markus@cvs.openbsd.org 2001/11/21 15:51:24
474 [key.c]
475 mem leak
c840d0ad 476 - stevesk@cvs.openbsd.org 2001/11/21 18:49:14
477 [ssh-keygen.1]
478 more on passphrase construction; ok markus@
f48e63c8 479 - stevesk@cvs.openbsd.org 2001/11/22 05:27:29
480 [ssh-keyscan.c]
481 don't use "\n" in fatal()
7a934d1b 482 - markus@cvs.openbsd.org 2001/11/22 12:34:22
483 [clientloop.c serverloop.c sshd.c]
484 volatile sig_atomic_t
58d94604 485 - stevesk@cvs.openbsd.org 2001/11/29 19:06:39
486 [channels.h]
487 remove dead function prototype; ok markus@
2975f58d 488 - markus@cvs.openbsd.org 2001/11/29 22:08:48
489 [auth-rsa.c]
490 fix protocol error: send 'failed' message instead of a 2nd challenge
491 (happens if the same key is in authorized_keys twice).
492 reported Ralf_Meister@genua.de; ok djm@
b48eeb07 493 - stevesk@cvs.openbsd.org 2001/11/30 20:39:28
494 [ssh.c]
495 sscanf() length dependencies are clearer now; can also shrink proto
496 and data if desired, but i have not done that. ok markus@
2548961d 497 - markus@cvs.openbsd.org 2001/12/01 21:41:48
498 [session.c sshd.8]
499 don't pass user defined variables to /usr/bin/login
947b64c7 500 - deraadt@cvs.openbsd.org 2001/12/02 02:08:32
501 [sftp-common.c]
502 zap };
010f9726 503 - itojun@cvs.openbsd.org 2001/12/05 03:50:01
504 [clientloop.c serverloop.c sshd.c]
505 deal with LP64 printf issue with sig_atomic_t. from thorpej
d5bb9418 506 - itojun@cvs.openbsd.org 2001/12/05 03:56:39
507 [auth1.c auth2.c canohost.c channels.c deattack.c packet.c scp.c
508 sshconnect2.c]
509 make it compile with more strict prototype checking
6aacefa7 510 - deraadt@cvs.openbsd.org 2001/12/05 10:06:12
511 [authfd.c authfile.c bufaux.c channels.c compat.c kex.c kexgex.c
512 key.c misc.c packet.c servconf.c ssh-agent.c sshconnect2.c
513 sshconnect.c sshd.c ssh-dss.c ssh-keygen.c ssh-rsa.c]
514 minor KNF
663ebb32 515 - markus@cvs.openbsd.org 2001/12/05 15:04:48
516 [version.h]
517 post 3.0.2
6a92533a 518 - markus@cvs.openbsd.org 2001/12/05 16:54:51
519 [compat.c match.c match.h]
520 make theo and djm happy: bye bye regexp
2717fa0f 521 - markus@cvs.openbsd.org 2001/12/06 13:30:06
522 [servconf.c servconf.h sshd.8 sshd.c]
523 add -o to sshd, too. ok deraadt@
524 - (bal) Minor white space fix up in servconf.c
6056eb35 525
ffb8d130 52620011126
527 - (tim) [contrib/cygwin/README, openbsd-compat/bsd-cygwin_util.c,
528 openbsd-compat/bsd-cygwin_util.h, openbsd-compat/daemon.c]
529 Allow SSHD to install as service under WIndows 9x/Me
530 [configure.ac] Fix to allow linking against PCRE on Cygwin
531 Patches by Corinna Vinschen <vinschen@redhat.com>
532
20716479 53320011115
534 - (djm) Fix IPv4 default in ssh-keyscan. Spotted by Dan Astoorian
535 <djast@cs.toronto.edu> Fix from markus@
e41f14ae 536 - (djm) Release 3.0.1p1
20716479 537
9aba5a4d 53820011113
539 - (djm) Fix early (and double) free of remote user when using Kerberos.
540 Patch from Simon Wilkinson <simon@sxw.org.uk>
19e810f6 541 - (djm) AIX login{success,failed} changes. Move loginsuccess call to
542 do_authenticated. Call loginfailed for protocol 2 failures > MAX like
543 we do for protocol 1. Reports from Ralf Wenk <wera0003@fh-karlsruhe.de>,
544 K.Wolkersdorfer@fz-juelich.de and others
ede8cea6 545 - (djm) OpenBSD CVS Sync
546 - dugsong@cvs.openbsd.org 2001/11/11 18:47:10
547 [auth-krb5.c]
548 fix krb5 authorization check. found by <jhawk@MIT.EDU>. from
549 art@, deraadt@ ok
b0248360 550 - markus@cvs.openbsd.org 2001/11/12 11:17:07
551 [servconf.c]
552 enable authorized_keys2 again. tested by fries@
0bbf2240 553 - markus@cvs.openbsd.org 2001/11/13 02:03:57
554 [version.h]
555 enter 3.0.1
86b164b3 556 - (djm) Bump RPM package versions
9aba5a4d 557
3e4e3bc8 55820011112
559 - (djm) Makefile correctness fix from Mark D. Baushke <mdb@juniper.net>
d36ae718 560 - (djm) Cygwin config patch from Corinna Vinschen <vinschen@redhat.com>
9ae3f727 561 - OpenBSD CVS Sync
562 - markus@cvs.openbsd.org 2001/10/24 08:41:41
563 [sshd.c]
564 mention remote port in debug message
f103187f 565 - markus@cvs.openbsd.org 2001/10/24 08:41:20
566 [ssh.c]
567 remove unused
67b75437 568 - markus@cvs.openbsd.org 2001/10/24 08:51:35
569 [clientloop.c ssh.c]
570 ignore SIGPIPE early, makes ssh work if agent dies, netbsd-pr via itojun@
c6940381 571 - markus@cvs.openbsd.org 2001/10/24 19:57:40
572 [clientloop.c]
573 make ~& (backgrounding) work again for proto v1; add support ~& for v2, too
f564d016 574 - markus@cvs.openbsd.org 2001/10/25 21:14:32
575 [ssh-keygen.1 ssh-keygen.c]
576 better docu for fingerprinting, ok deraadt@
e8d59b4d 577 - markus@cvs.openbsd.org 2001/10/29 19:27:15
578 [sshconnect2.c]
579 hostbased: check for client hostkey before building chost
03cf595c 580 - markus@cvs.openbsd.org 2001/10/30 20:29:09
581 [ssh.1]
582 ssh.1
b4b701be 583 - markus@cvs.openbsd.org 2001/11/07 16:03:17
584 [packet.c packet.h sshconnect2.c]
585 pad using the padding field from the ssh2 packet instead of sending
586 extra ignore messages. tested against several other ssh servers.
10f22cd7 587 - markus@cvs.openbsd.org 2001/11/07 21:40:21
588 [ssh-rsa.c]
589 ssh_rsa_sign/verify: SSH_BUG_SIGBLOB not supported
abc4e9a7 590 - markus@cvs.openbsd.org 2001/11/07 22:10:28
591 [ssh-dss.c ssh-rsa.c]
592 missing free and sync dss/rsa code.
713d61f7 593 - markus@cvs.openbsd.org 2001/11/07 22:12:01
594 [sshd.8]
595 s/Keepalive/KeepAlive/; from openbsd@davidkrause.com
f98585b0 596 - markus@cvs.openbsd.org 2001/11/07 22:41:51
597 [auth2.c auth-rh-rsa.c]
598 unused includes
27c47c0a 599 - markus@cvs.openbsd.org 2001/11/07 22:53:21
600 [channels.h]
601 crank c->path to 256 so they can hold a full hostname; dwd@bell-labs.com
56b551e2 602 - markus@cvs.openbsd.org 2001/11/08 10:51:08
603 [readpass.c]
604 don't strdup too much data; from gotoh@taiyo.co.jp; ok millert.
dd58cb5e 605 - markus@cvs.openbsd.org 2001/11/08 17:49:53
606 [ssh.1]
607 mention setuid root requirements; noted by cnorris@csc.UVic.ca; ok stevesk@
fad3754c 608 - markus@cvs.openbsd.org 2001/11/08 20:02:24
609 [auth.c]
610 don't print ROOT in CAPS for the authentication messages, i.e.
611 Accepted publickey for ROOT from 127.0.0.1 port 42734 ssh2
612 becomes
613 Accepted publickey for root from 127.0.0.1 port 42734 ssh2
b3ad8fe6 614 - markus@cvs.openbsd.org 2001/11/09 18:59:23
615 [clientloop.c serverloop.c]
616 don't memset too much memory, ok millert@
617 original patch from jlk@kamens.brookline.ma.us via nalin@redhat.com
ac28afd8 618 - markus@cvs.openbsd.org 2001/11/10 13:19:45
619 [sshd.c]
e15895cd 620 cleanup libwrap support (remove bogus comment, bogus close(), add
621 debug, etc).
5d4446bf 622 - markus@cvs.openbsd.org 2001/11/10 13:22:42
623 [ssh-rsa.c]
624 KNF (unexpand)
ec413a68 625 - markus@cvs.openbsd.org 2001/11/10 13:37:20
626 [packet.c]
627 remove extra debug()
5df83e07 628 - markus@cvs.openbsd.org 2001/11/11 13:02:31
629 [servconf.c]
e15895cd 630 make AuthorizedKeysFile2 fallback to AuthorizedKeysFile if
631 AuthorizedKeysFile is specified.
632 - (djm) Reorder portable-specific server options so that they come first.
633 This should help reduce diff collisions for new server options (as they
634 will appear at the end)
3e4e3bc8 635
78afd1dc 63620011109
637 - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)
638 if permit_empty_passwd == 0 so null password check cannot be bypassed.
639 jayaraj@amritapuri.com OpenBSD bug 2168
30f60c34 640 - markus@cvs.openbsd.org 2001/11/09 19:08:35
641 [sshd.c]
642 remove extra trailing dot from log message; pilot@naughty.monkey.org
643
7c6d759d 64420011103
645 - (tim) [ contrib/caldera/openssh.spec contrib/caldera/sshd.init] Updates
646 from Raymund Will <ray@caldera.de>
647 [acconfig.h configure.in] Clean up login checks.
648 Problem reported by Jim Knoble <jmknoble@pobox.com>
649
65020011101
58389b85 651 - (djm) Compat define for OpenSSL < 0.9.6 (No OPENSSL_free)
652
548fd014 65320011031
654 - (djm) Unsmoke drugs: config files should be noreplace.
655
b013a983 65620011030
657 - (djm) Redhat RPM spec: remove noreplace from config files, allow IPv6
658 by default (can force IPv4 using --define "noipv6 1")
659
40d0f6b9 66020011029
661 - (tim) [TODO defines.h loginrec.c] Change the references to configure.in
662 to configure.ac
663
9f214051 66420011028
665 - (djm) Avoid bug in Solaris PAM libs
7eb73cc1 666 - (djm) Disconnect if no tty and PAM reports password expired
9678565b 667 - (djm) Fix for PAM password changes being echoed (from stevesk)
840ad55e 668 - (stevesk) Fix compile problem with PAM password change fix
37a8edf7 669 - (stevesk) README: zlib location is http://www.gzip.org/zlib/
9f214051 670
c8c15bcb 67120011027
672 - (tim) [configure.ac] Fixes for ReliantUNIX (don't use libucb)
673 Patch by Robert Dahlem <Robert.Dahlem@siemens.com>
674
9e127e27 67520011026
676 - (bal) Set the correct current time in login_utmp_only(). Patch by
677 Wayne Davison <wayned@users.sourceforge.net>
fd96c060 678 - (tim) [scard/Makefile.in] Fix install: when building outside of source
679 tree and using --src=/full_path/to/openssh
680 Patch by Mark D. Baushke <mdb@juniper.net>
9e127e27 681
d321c94b 68220011025
683 - (bal) Use VDISABLE if _POSIX_VDISABLE is set in readpassphrase.c. Patch
684 by todd@
5a162955 685 - (tim) [configure.ac] Give path given in --with-xxx= for pcre,zlib, and
686 tcp-wrappers precedence over system libraries and includes.
687 Report from Dave Dykstra <dwd@bell-labs.com>
d321c94b 688
95c88805 68920011024
690 - (bal) Should be 3.0p1 not 3.0p2. Corrected version.h already.
451dab40 691 - (tim) configure.in -> configure.ac
95c88805 692
bc86d864 69320011023
694 - (bal) Updated version to 3.0p1 in preparing for release.
7f0a4ff1 695 - (bal) Added 'PAM_TTY_KLUDGE' to Solaris platform.
051809f6 696 - (tim) [configure.in] Fix test for broken dirname. Based on patch from
697 Dave Dykstra <dwd@bell-labs.com>. Remove un-needed test for zlib.h.
698 [contrib/caldera/openssh.spec, contrib/redhat/openssh.spec,
699 contrib/suse/openssh.spec] Update version to match version.h
bc86d864 700
ce49121d 70120011022
702 - (djm) Fix fd leak in loginrec.c (ro fd to lastlog was left open).
703 Report from Michal Zalewski <lcamtuf@coredump.cx>
704
98a7c37b 70520011021
706 - (tim) [configure.in] Clean up library testing. Add optional PATH to
707 --with-pcre, --with-zlib, and --with-tcp-wrappers. Based on
708 patch by albert chin (china@thewrittenword.com)
709 Re-arange AC_CHECK_HEADERS and AC_CHECK_FUNCS for eaiser reading
710 of patches to configure.in. Replace obsolete AC_STRUCT_ST_BLKSIZE
711 with AC_CHECK_MEMBERS. Add test for broken dirname() on
712 Solaris 2.5.1 by Dan Astoorian <djast@cs.toronto.edu>
713 [acconfig.h aclocal.m4 defines.h configure.in] Better socklen_t test.
714 patch by albert chin (china@thewrittenword.com)
715 [scp.c] Replace obsolete HAVE_ST_BLKSIZE with
716 HAVE_STRUCT_STAT_ST_BLKSIZE.
717 [Makefile.in] When running make in top level, always do make
718 in openbsd-compat. patch by Dave Dykstra <dwd@bell-labs.com>
719
09a3bd6d 72020011019
721 - (bal) Fixed up init.d symlink issue and piddir stuff. Patches by
722 Zoran Milojevic <Zoran.Milojevic@SS8.com> and j.petersen@msh.de
723
418e724c 72420011012
725 - (djm) OpenBSD CVS Sync
726 - markus@cvs.openbsd.org 2001/10/10 22:18:47
727 [channels.c channels.h clientloop.c nchan.c serverloop.c]
728 [session.c session.h]
729 try to keep channels open until an exit-status message is sent.
730 don't kill the login shells if the shells stdin/out/err is closed.
731 this should now work:
732 ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ?
efcc9957 733 - markus@cvs.openbsd.org 2001/10/11 13:45:21
734 [session.c]
735 delay detach of session if a channel gets closed but the child is
736 still alive. however, release pty, since the fd's to the child are
737 already closed.
fd6cfbaf 738 - markus@cvs.openbsd.org 2001/10/11 15:24:00
739 [clientloop.c]
740 clear select masks if we return before calling select().
b0454d44 741 - (djm) "make veryclean" fix from Tom Holroyd <tomh@po.crl.go.jp>
aeabbb30 742 - (djm) Clean some autoconf-2.52 junk when doing "make distclean"
8140f2aa 743 - (djm) Cleanup sshpty.c a little
6e464960 744 - (bal) First wave of contrib/solaris/ package upgrades. Still more
745 work needs to be done, but it is a 190% better then the stuff we
746 had before!
78c84f13 747 - (bal) Minor bug fix in contrib/solaris/opensshd.in .. $etcdir was not
748 set right.
418e724c 749
c48c32c1 75020011010
751 - (djm) OpenBSD CVS Sync
752 - markus@cvs.openbsd.org 2001/10/04 14:34:16
753 [key.c]
754 call OPENSSL_free() for memory allocated by openssl; from chombier@mac.com
0c139bd1 755 - markus@cvs.openbsd.org 2001/10/04 15:05:40
756 [channels.c serverloop.c]
757 comment out bogus conditions for selecting on connection_in
72176c0e 758 - markus@cvs.openbsd.org 2001/10/04 15:12:37
759 [serverloop.c]
760 client_alive_check cleanup
a2c92c4a 761 - markus@cvs.openbsd.org 2001/10/06 00:14:50
762 [sshconnect.c]
763 remove unused argument
05fd093c 764 - markus@cvs.openbsd.org 2001/10/06 00:36:42
765 [session.c]
766 fix typo in error message, sync with do_exec_nopty
01e9ef57 767 - markus@cvs.openbsd.org 2001/10/06 11:18:19
768 [sshconnect1.c sshconnect2.c sshconnect.c]
769 unify hostkey check error messages, simplify prompt.
2cdccb44 770 - markus@cvs.openbsd.org 2001/10/07 10:29:52
771 [authfile.c]
772 grammer; Matthew_Clarke@mindlink.bc.ca
639cb8ab 773 - markus@cvs.openbsd.org 2001/10/07 17:49:40
774 [channels.c channels.h]
775 avoid possible FD_ISSET overflow for channels established
776 during channnel_after_select() (used for dynamic channels).
f3964cb9 777 - markus@cvs.openbsd.org 2001/10/08 11:48:57
778 [channels.c]
779 better debug
32af6a3f 780 - markus@cvs.openbsd.org 2001/10/08 16:15:47
781 [sshconnect.c]
782 use correct family for -b option
dab89049 783 - markus@cvs.openbsd.org 2001/10/08 19:05:05
784 [ssh.c sshconnect.c sshconnect.h ssh-keyscan.c]
785 some more IPv4or6 cleanup
786 - markus@cvs.openbsd.org 2001/10/09 10:12:08
787 [session.c]
788 chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu
01855277 789 - markus@cvs.openbsd.org 2001/10/09 19:32:49
790 [session.c]
791 stat subsystem command before calling do_exec, and return error to client.
9d1b2faa 792 - markus@cvs.openbsd.org 2001/10/09 19:51:18
793 [serverloop.c]
794 close all channels if the connection to the remote host has been closed,
795 should fix sshd's hanging with WCHAN==wait
d5f24f94 796 - markus@cvs.openbsd.org 2001/10/09 21:59:41
797 [channels.c channels.h serverloop.c session.c session.h]
798 simplify session close: no more delayed session_close, no more
799 blocking wait() calls.
b6a71cd2 800 - (bal) removed two unsed headers in openbsd-compat/bsd-misc.c
8782141f 801 - (bal) seed_init() and seed_rng() required in ssh-keyscan.c
c48c32c1 802
46dfe5ef 80320011007
804 - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys.
805 Prompted by Matthew Vernon <matthew@sel.cam.ac.uk>
806
822593d4 80720011005
808 - (bal) AES works under Cray, no more hack.
809
63fa6b6c 81020011004
811 - (bal) nchan2.ms resync. BSD License applied.
812
c8a62153 81320011003
814 - (bal) CVS ID fix up in version.h
b6350327 815 - (bal) OpenBSD CVS Sync:
816 - markus@cvs.openbsd.org 2001/09/27 11:58:16
817 [compress.c]
818 mem leak; chombier@mac.com
819 - markus@cvs.openbsd.org 2001/09/27 11:59:37
820 [packet.c]
821 missing called=1; chombier@mac.com
aa8003d6 822 - markus@cvs.openbsd.org 2001/09/27 15:31:17
823 [auth2.c auth2-chall.c sshconnect1.c]
824 typos; from solar
5b263aae 825 - camield@cvs.openbsd.org 2001/09/27 17:53:24
826 [sshd.8]
827 don't talk about compile-time options
828 ok markus@
e99a518a 829 - djm@cvs.openbsd.org 2001/09/28 12:07:09
830 [ssh-keygen.c]
831 bzero private key after loading to smartcard; ok markus@
f67792f2 832 - markus@cvs.openbsd.org 2001/09/28 15:46:29
833 [ssh.c]
834 bug: read user config first; report kaukasoi@elektroni.ee.tut.fi
5720c10e 835 - markus@cvs.openbsd.org 2001/10/01 08:06:28
836 [scp.c]
837 skip filenames containing \n; report jdamery@chiark.greenend.org.uk
838 and matthew@debian.org
5e4a7219 839 - markus@cvs.openbsd.org 2001/10/01 21:38:53
840 [channels.c channels.h ssh.c sshd.c]
841 remove ugliness; vp@drexel.edu via angelos
8bbc048a 842 - markus@cvs.openbsd.org 2001/10/01 21:51:16
843 [readconf.c readconf.h ssh.1 sshconnect.c]
844 add NoHostAuthenticationForLocalhost; note that the hostkey is
845 now check for localhost, too.
e0543e42 846 - djm@cvs.openbsd.org 2001/10/02 08:38:50
847 [ssh-add.c]
848 return non-zero exit code on error; ok markus@
e4d7f734 849 - stevesk@cvs.openbsd.org 2001/10/02 22:56:09
850 [sshd.c]
851 #include "channels.h" for channel_set_af()
76fbdd47 852 - markus@cvs.openbsd.org 2001/10/03 10:01:20
853 [auth.c]
854 use realpath() for homedir, too. from jinmei@isl.rdc.toshiba.co.jp
c8a62153 855
d9d47a26 85620011001
857 - (stevesk) loginrec.c: fix type conversion problems exposed when using
858 64-bit off_t.
859
d8d6c87e 86020010929
861 - (bal) move reading 'config.h' up higher. Patch by albert chin
862 <china@thewrittenword.com)
863
fc1fc39e 86420010928
865 - (djm) OpenBSD CVS sync:
866 - djm@cvs.openbsd.org 2001/09/28 09:49:31
867 [scard.c]
868 Fix segv when smartcard communication error occurs during key load.
869 ok markus@
e3d5570b 870 - (djm) Update spec files for new x11-askpass
fc1fc39e 871
8a9ac95d 87220010927
873 - (stevesk) session.c: declare do_pre_login() before use
874 wayned@users.sourceforge.net
875
aa9f6a6e 87620010925
877 - (djm) Pull in auth-krb5.c from OpenBSD CVS. NB. it is not currently used.
168edd95 878 - (djm) Sync $sysconfdir/moduli
948fd8b9 879 - (djm) Add AC_SYS_LARGEFILE configure test
4f9d80ee 880 - (djm) Avoid bad and unportable sprintf usage in compat code
aa9f6a6e 881
57dade33 88220010923
883 - (bal) updated ssh.c to mirror minor getopts 'extern int' formating done
884 by stevesk@
927c3e15 885 - (bal) Removed 'extern int optopt;' since it is dead wood.
8ead88d3 886 - (bal) Updated all *.specs for 2.9.9p1 and updated version.h
57dade33 887
8ab12eb4 88820010923
889 - (bal) OpenBSD CVS Sync
890 - markus@cvs.openbsd.org 2001/09/23 11:09:13
891 [authfile.c]
892 relax permission check for private key files.
157fc8e1 893 - markus@cvs.openbsd.org 2001/09/23 09:58:13
894 [LICENCE]
895 new rijndael implementation
8ab12eb4 896
64bdafe1 89720010920
898 - (tim) [scard/Makefile.in] Don't strip the Java binary
4a38efad 899 - (stevesk) sun_len, SUN_LEN() configure stuff no longer required
fc7eca52 900 - (bal) OpenBSD CVS Sync
901 - stevesk@cvs.openbsd.org 2001/09/20 00:15:54
902 [sshd.8]
903 fix ClientAliveCountMax
ddcfed57 904 - markus@cvs.openbsd.org 2001/09/20 13:46:48
905 [auth2.c]
906 key_read returns now -1 or 1
bcdb96c2 907 - markus@cvs.openbsd.org 2001/09/20 13:50:40
908 [compat.c compat.h ssh.c]
909 bug compat: request a dummy channel for -N (no shell) sessions +
910 cleanup; vinschen@redhat.com
4a778de1 911 - mouring@cvs.openbsd.org 2001/09/20 20:57:51
912 [sshd_config]
913 CheckMail removed. OKed stevesk@
64bdafe1 914
4cdbc654 91520010919
35c69348 916 - (bal) OpenBSD Sync
4cdbc654 917 - markus@cvs.openbsd.org 2001/09/19 10:08:51
918 [sshd.8]
919 command=xxx applies to subsystem now, too
cb8c7bad 920 - markus@cvs.openbsd.org 2001/09/19 13:23:29
921 [key.c]
922 key_read() now returns -1 on type mismatch, too
e1c5bfaf 923 - stevesk@cvs.openbsd.org 2001/09/19 19:24:19
924 [readconf.c readconf.h scp.c sftp.c ssh.1]
925 add ClearAllForwardings ssh option and set it in scp and sftp; ok
926 markus@
f34f05d5 927 - stevesk@cvs.openbsd.org 2001/09/19 19:35:30
928 [authfd.c]
929 use sizeof addr vs. SUN_LEN(addr) for sockaddr_un. Stevens
930 blesses this and we do it this way elsewhere. this helps in
931 portable because not all systems have SUN_LEN() and
932 sockaddr_un.sun_len. ok markus@
2043936f 933 - stevesk@cvs.openbsd.org 2001/09/19 21:04:53
934 [sshd.8]
935 missing -t in usage
368bae7d 936 - stevesk@cvs.openbsd.org 2001/09/19 21:41:57
937 [sshd.8]
938 don't advertise -V in usage; ok markus@
35c69348 939 - (bal) openbsd-compat/vis.[ch] is dead wood. Removed.
4cdbc654 940
d0b19c95 94120010918
46a831dd 942 - (djm) Configure support for smartcards. Based on Ben's work.
fef4ea6b 943 - (djm) Revert setgroups call, it causes problems on OS-X
46a831dd 944 - (djm) Avoid warning on BSDgetopt
93816ec8 945 - (djm) More makefile infrastructre for smartcard support, also based
946 on Ben's work
4b255446 947 - (djm) Specify --datadir in RPM spec files so smartcard applet gets
948 put somewhere sane. Add Ssh.bin to manifest.
69c94072 949 - (djm) Make smartcard support conditional in Redhat RPM spec
1a77481c 950 - (bal) LICENCE update. Has not been done in a while.
f49df8e9 951 - (stevesk) nchan.c: we use X/Open Sockets on HP-UX now so shutdown(2)
952 returns ENOTCONN vs. EINVAL for socket not connected; remove EINVAL
953 check. ok Lutz Jaenicke
35c69348 954 - (bal) OpenBSD CVS Sync
f1278af7 955 - stevesk@cvs.openbsd.org 2001/09/17 17:57:57
956 [scp.1 scp.c sftp.1 sftp.c]
957 add -Fssh_config option; ok markus@
cf54363d 958 - stevesk@cvs.openbsd.org 2001/09/17 19:27:15
959 [kexdh.c kexgex.c key.c key.h ssh-dss.c ssh-keygen.c ssh-rsa.c]
960 u_char*/char* cleanup; ok markus
4e842b5e 961 - markus@cvs.openbsd.org 2001/09/17 20:22:14
962 [scard.c]
963 never keep a connection to the smartcard open.
964 allows ssh-keygen -D U while the agent is running; report from
965 jakob@
e3c1c3e6 966 - stevesk@cvs.openbsd.org 2001/09/17 20:38:09
967 [sftp.1 sftp.c]
968 cleanup and document -1, -s and -S; ok markus@
f7436b8c 969 - markus@cvs.openbsd.org 2001/09/17 20:50:22
970 [key.c ssh-keygen.c]
971 better error handling if you try to export a bad key to ssh.com
a5f82435 972 - markus@cvs.openbsd.org 2001/09/17 20:52:47
973 [channels.c channels.h clientloop.c]
974 try to fix agent-forwarding-backconnection-bug, as seen on HPUX,
975 for example; with Lutz.Jaenicke@aet.TU-Cottbus.DE,
780a9951 976 - markus@cvs.openbsd.org 2001/09/17 21:04:02
977 [channels.c serverloop.c]
978 don't send fake dummy packets on CR (\r)
979 bugreport from yyua@cs.sfu.ca via solar@@openwall.com
b6761a3e 980 - markus@cvs.openbsd.org 2001/09/17 21:09:47
981 [compat.c]
982 more versions suffering the SSH_BUG_DEBUG bug;
983 3.0.x reported by dbutts@maddog.storability.com
edaeb835 984 - stevesk@cvs.openbsd.org 2001/09/17 23:56:07
985 [scp.1]
986 missing -B in usage string
d0b19c95 987
d31a32a4 98820010917
989 - (djm) x11-ssh-askpass-1.2.4 in RPM spec, revert workarounds
cb547f98 990 - (tim) [includes.h openbsd-compat/getopt.c openbsd-compat/getopt.h]
991 rename getopt() to BSDgetopt() to keep form conflicting with
992 system getopt().
993 [Makefile.in configure.in] disable filepriv until I can add
994 missing procpriv calls.
d31a32a4 995
95d00a03 99620010916
997 - (djm) Workaround XFree breakage in RPM spec file
6fcf67f7 998 - (bal) OpenBSD CVS Sync
999 - markus@cvs.openbsd.org 2001/09/16 14:46:54
1000 [session.c]
1001 calls krb_afslog() after setting $HOME; mattiasa@e.kth.se; fixes
1002 pr 1943b
95d00a03 1003
0e0144b7 100420010915
1005 - (djm) Make do_pre_login static to avoid prototype #ifdef hell
0fd6c7a9 1006 - (djm) Sync scard/ stuff
23c098ba 1007 - (djm) Redhat spec file cleanups from Pekka Savola <pekkas@netcore.fi> and
1008 Redhat
94a29edc 1009 - (djm) Redhat initscript config sanity checking from Pekka Savola
1010 <pekkas@netcore.fi>
e72ff812 1011 - (djm) Clear supplemental groups at sshd start to prevent them from
1012 being propogated to random PAM modules. Based on patch from Redhat via
1013 Pekka Savola <pekkas@netcore.fi>
a2cb4268 1014 - (djm) Make sure rijndael.c picks config.h
1015 - (djm) Ensure that u_char gets defined
0e0144b7 1016
dcf29cf8 101720010914
1018 - (bal) OpenBSD CVS Sync
1019 - markus@cvs.openbsd.org 2001/09/13
1020 [rijndael.c rijndael.h]
1021 missing $OpenBSD
fd022eed 1022 - markus@cvs.openbsd.org 2001/09/14
1023 [session.c]
1024 command=xxx overwrites subsystems, too
9658ecbc 1025 - markus@cvs.openbsd.org 2001/09/14
1026 [sshd.c]
1027 typo
fd022eed 1028
88c3bfe0 102920010913
1030 - (bal) OpenBSD CVS Sync
1031 - markus@cvs.openbsd.org 2001/08/23 11:31:59
1032 [cipher.c cipher.h]
1033 switch to the optimised AES reference code from
1034 http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip
1035
5c53a31e 103620010912
1037 - (bal) OpenBSD CVS Sync
1038 - jakob@cvs.openbsd.org 2001/08/16 19:18:34
1039 [servconf.c servconf.h session.c sshd.8]
1040 deprecate CheckMail. ok markus@
54bf768d 1041 - stevesk@cvs.openbsd.org 2001/08/16 20:14:57
1042 [ssh.1 sshd.8]
1043 document case sensitivity for ssh, sshd and key file
1044 options and arguments; ok markus@
6d7b3036 1045 - stevesk@cvs.openbsd.org 2001/08/17 18:59:47
1046 [servconf.h]
1047 typo in comment
ae897d7c 1048 - stevesk@cvs.openbsd.org 2001/08/21 21:47:42
1049 [ssh.1 sshd.8]
1050 minor typos and cleanup
c78e5800 1051 - stevesk@cvs.openbsd.org 2001/08/22 16:21:21
1052 [ssh.1]
1053 hostname not optional; ok markus@
9495bfc5 1054 - stevesk@cvs.openbsd.org 2001/08/22 16:30:02
1055 [sshd.8]
1056 no rexd; ok markus@
29999e54 1057 - stevesk@cvs.openbsd.org 2001/08/22 17:45:16
1058 [ssh.1]
1059 document cipher des for protocol 1; ok deraadt@
8fbc356d 1060 - camield@cvs.openbsd.org 2001/08/23 17:59:31
1061 [sshd.c]
1062 end request with 0, not NULL
1063 ok markus@
d866473d 1064 - stevesk@cvs.openbsd.org 2001/08/23 18:02:48
1065 [ssh-agent.1]
1066 fix usage; ok markus@
75304f85 1067 - stevesk@cvs.openbsd.org 2001/08/23 18:08:59
1068 [ssh-add.1 ssh-keyscan.1]
1069 minor cleanup
b7f79e7a 1070 - danh@cvs.openbsd.org 2001/08/27 22:02:13
1071 [ssh-keyscan.c]
1072 fix memory fault if non-existent filename is given to the -f option
1073 ok markus@
14e4a15f 1074 - markus@cvs.openbsd.org 2001/08/28 09:51:26
1075 [readconf.c]
1076 don't set DynamicForward unless Host matches
e591b98a 1077 - markus@cvs.openbsd.org 2001/08/28 15:39:48
1078 [ssh.1 ssh.c]
1079 allow: ssh -F configfile host
46660a9e 1080 - markus@cvs.openbsd.org 2001/08/29 20:44:03
1081 [scp.c]
1082 clear the malloc'd buffer, otherwise source() will leak malloc'd
1083 memory; ok theo@
e675b851 1084 - stevesk@cvs.openbsd.org 2001/08/29 23:02:21
1085 [sshd.8]
1086 add text about -u0 preventing DNS requests; ok markus@
4c780c2a 1087 - stevesk@cvs.openbsd.org 2001/08/29 23:13:10
1088 [ssh.1 ssh.c]
1089 document -D and DynamicForward; ok markus@
d2e3df16 1090 - stevesk@cvs.openbsd.org 2001/08/29 23:27:23
1091 [ssh.c]
1092 validate ports for -L/-R; ok markus@
70068acc 1093 - stevesk@cvs.openbsd.org 2001/08/29 23:39:40
1094 [ssh.1 sshd.8]
1095 additional documentation for GatewayPorts; ok markus@
ad3e169f 1096 - naddy@cvs.openbsd.org 2001/08/30 15:42:36
1097 [ssh.1]
1098 add -D to synopsis line; ok markus@
3a8aabf0 1099 - stevesk@cvs.openbsd.org 2001/08/30 16:04:35
1100 [readconf.c ssh.1]
1101 validate ports for LocalForward/RemoteForward.
1102 add host/port alternative syntax for IPv6 (like -L/-R).
1103 ok markus@
ed787d14 1104 - stevesk@cvs.openbsd.org 2001/08/30 20:36:34
1105 [auth-options.c sshd.8]
1106 validate ports for permitopen key file option. add host/port
1107 alternative syntax for IPv6. ok markus@
4278ff63 1108 - markus@cvs.openbsd.org 2001/08/30 22:22:32
1109 [ssh-keyscan.c]
1110 do not pass pointers to longjmp; fix from wayne@blorf.net
6b759005 1111 - markus@cvs.openbsd.org 2001/08/31 11:46:39
1112 [sshconnect2.c]
93111dfa 1113 disable kbd-interactive if we don't get SSH2_MSG_USERAUTH_INFO_REQUEST
1114 messages
1115 - stevesk@cvs.openbsd.org 2001/09/03 20:58:33
1116 [readconf.c readconf.h ssh.c]
1117 fatal() for nonexistent -Fssh_config. ok markus@
91789042 1118 - deraadt@cvs.openbsd.org 2001/09/05 06:23:07
1119 [scp.1 sftp.1 ssh.1 ssh-agent.1 sshd.8 ssh-keygen.1 ssh-keyscan.1]
1120 avoid first person in manual pages
3a222388 1121 - stevesk@cvs.openbsd.org 2001/09/12 18:18:25
1122 [scp.c]
1123 don't forward agent for non third-party copies; ok markus@
5c53a31e 1124
c6ed03bd 112520010815
1126 - (bal) Fixed stray code in readconf.c that went in by mistake.
65e683bd 1127 - OpenBSD CVS Sync
1128 - markus@cvs.openbsd.org 2001/08/07 10:37:46
1129 [authfd.c authfd.h]
1130 extended failure messages from galb@vandyke.com
c7f89f1f 1131 - deraadt@cvs.openbsd.org 2001/08/08 07:16:58
1132 [scp.1]
1133 when describing the -o option, give -o Protocol=1 as the specific example
1134 since we are SICK AND TIRED of clueless people who cannot have difficulty
1135 thinking on their own.
f2f1bedd 1136 - markus@cvs.openbsd.org 2001/08/08 18:20:15
1137 [uidswap.c]
1138 permanently_set_uid is a noop if user is not privilegued;
1139 fixes bug on solaris; from sbi@uchicago.edu
58df8789 1140 - markus@cvs.openbsd.org 2001/08/08 21:34:19
1141 [uidswap.c]
1142 undo last change; does not work for sshd
c3abff07 1143 - jakob@cvs.openbsd.org 2001/08/11 22:51:27
1144 [ssh.c tildexpand.c]
1145 fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>.
1146 ok markus@
4fa5a4db 1147 - stevesk@cvs.openbsd.org 2001/08/13 23:38:54
1148 [scp.c]
1149 don't need main prototype (also sync with rcp); ok markus@
68874d2b 1150 - markus@cvs.openbsd.org 2001/08/14 09:23:02
1151 [sftp.1 sftp-int.c]
1152 "bye"; hk63a@netscape.net
38539909 1153 - stevesk@cvs.openbsd.org 2001/08/14 17:54:29
1154 [scp.1 sftp.1 ssh.1]
1155 consistent documentation and example of ``-o ssh_option'' for sftp and
1156 scp; document keyword=argument for ssh.
41cb4569 1157 - (bal) QNX resync. OK tim@
c6ed03bd 1158
3454ff55 115920010814
1160 - (stevesk) sshpty.c, cray.[ch]: whitespace, formatting and cleanup
1161 for some #ifdef _CRAY code; ok wendyp@cray.com
5bd6962b 1162 - (stevesk) sshpty.c: return 0 on error in cray pty code;
1163 ok wendyp@cray.com
4809bc4c 1164 - (stevesk) bsd-cray.c: utmp strings are not C strings
8280a5ae 1165 - (stevesk) bsd-cray.c: more cleanup; ok wendyp@cray.com
3454ff55 1166
d89a02d4 116720010812
1168 - (djm) Fix detection of long long int support. Based on patch from
1169 Michael Stone <mstone@cs.loyola.edu>. ok stevesk, tim
1170
7ef909d3 117120010808
1172 - (bal) Minor correction to inet_ntop.h. _BSD_RRESVPORT_H should be
1173 _BSD_INET_NTOP_H. Pointed out by Mark Miller <markm@swoon.net>
1174
a704dd54 117520010807
1176 - (tim) [configure.in sshconnect.c openbsd-compat/Makefile.in
1177 openbsd-compat/openbsd-compat.h ] Add inet_ntop.c inet_ntop.h back
1178 in. Needed for sshconnect.c
1179 [sshconnect.c] fix INET6_ADDRSTRLEN for non IPv6 machines
1180 [configure.in] make tests with missing libraries fail
1181 patch by Wendy Palm <wendyp@cray.com>
1182 Added openbsd-compat/bsd-cray.h. Selective patches from
1183 William L. Jones <jones@mail.utexas.edu>
1184
4f7893dc 118520010806
1186 - OpenBSD CVS Sync
1187 - markus@cvs.openbsd.org 2001/07/22 21:32:27
1188 [sshpty.c]
1189 update comment
0aea6c59 1190 - pvalchev@cvs.openbsd.org 2001/07/22 21:32:42
1191 [ssh.1]
1192 There is no option "Compress", point to "Compression" instead; ok
1193 markus
10a2cbef 1194 - markus@cvs.openbsd.org 2001/07/22 22:04:19
1195 [readconf.c ssh.1]
1196 enable challenge-response auth by default; ok millert@
248bad82 1197 - markus@cvs.openbsd.org 2001/07/22 22:24:16
1198 [sshd.8]
1199 Xr login.conf
9f37c0af 1200 - markus@cvs.openbsd.org 2001/07/23 09:06:28
1201 [sshconnect2.c]
1202 reorder default sequence of userauth methods to match ssh behaviour:
1203 hostbased,publickey,keyboard-interactive,password
29c440a0 1204 - markus@cvs.openbsd.org 2001/07/23 12:47:05
1205 [ssh.1]
1206 sync PreferredAuthentications
7fd9477e 1207 - aaron@cvs.openbsd.org 2001/07/23 14:14:18
1208 [ssh-keygen.1]
1209 Fix typo.
1bdee08c 1210 - stevesk@cvs.openbsd.org 2001/07/23 18:14:58
1211 [auth2.c auth-rsa.c]
1212 use %lu; ok markus@
bac2ef55 1213 - stevesk@cvs.openbsd.org 2001/07/23 18:21:46
1214 [xmalloc.c]
1215 no zero size xstrdup() error; ok markus@
55684f0c 1216 - markus@cvs.openbsd.org 2001/07/25 11:59:35
1217 [scard.c]
1218 typo in comment
ce773142 1219 - markus@cvs.openbsd.org 2001/07/25 14:35:18
1220 [readconf.c ssh.1 ssh.c sshconnect.c]
1221 cleanup connect(); connection_attempts 4 -> 1; from
1222 eivind@freebsd.org
f87f09aa 1223 - stevesk@cvs.openbsd.org 2001/07/26 17:18:22
1224 [sshd.8 sshd.c]
1225 add -t option to test configuration file and keys; pekkas@netcore.fi
1226 ok markus@
c42158fe 1227 - rees@cvs.openbsd.org 2001/07/26 20:04:27
1228 [scard.c ssh-keygen.c]
1229 Inquire Cyberflex class for 0xf0 cards
1230 change aid to conform to 7816-5
1231 remove gratuitous fid selects
2e23cde0 1232 - millert@cvs.openbsd.org 2001/07/27 14:50:45
1233 [ssh.c]
1234 If smart card support is compiled in and a smart card is being used
1235 for authentication, make it the first method used. markus@ OK
0b2988ca 1236 - deraadt@cvs.openbsd.org 2001/07/27 17:26:16
1237 [scp.c]
1238 shorten lines
7f19f8bb 1239 - markus@cvs.openbsd.org 2001/07/28 09:21:15
1240 [sshd.8]
1241 cleanup some RSA vs DSA vs SSH1 vs SSH2 notes
79a6cb5c 1242 - mouring@cvs.openbsd.org 2001/07/29 17:02:46
1243 [scp.1]
1244 Clarified -o option in scp.1 OKed by Markus@
0b595937 1245 - jakob@cvs.openbsd.org 2001/07/30 16:06:07
1246 [scard.c scard.h]
1247 better errorcodes from sc_*; ok markus@
d6192346 1248 - stevesk@cvs.openbsd.org 2001/07/30 16:23:30
1249 [rijndael.c rijndael.h]
1250 new BSD-style license:
1251 Brian Gladman <brg@gladman.plus.com>:
1252 >I have updated my code at:
1253 >http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm
1254 >with a copyright notice as follows:
1255 >[...]
1256 >I am not sure which version of my old code you are using but I am
1257 >happy for the notice above to be substituted for my existing copyright
1258 >intent if this meets your purpose.
71b7a18e 1259 - jakob@cvs.openbsd.org 2001/07/31 08:41:10
1260 [scard.c]
1261 do not complain about missing smartcards. ok markus@
eea098a3 1262 - jakob@cvs.openbsd.org 2001/07/31 09:28:44
1263 [readconf.c readconf.h ssh.1 ssh.c]
1264 add 'SmartcardDevice' client option to specify which smartcard device
1265 is used to access a smartcard used for storing the user's private RSA
1266 key. ok markus@.
88690211 1267 - jakob@cvs.openbsd.org 2001/07/31 12:42:50
1268 [sftp-int.c sftp-server.c]
1269 avoid paths beginning with "//"; <vinschen@redhat.com>
1270 ok markus@
2251e099 1271 - jakob@cvs.openbsd.org 2001/07/31 12:53:34
1272 [scard.c]
1273 close smartcard connection if card is missing
9ff6f66f 1274 - markus@cvs.openbsd.org 2001/08/01 22:03:33
1275 [authfd.c authfd.h readconf.c readconf.h scard.c scard.h ssh-add.c
1276 ssh-agent.c ssh.c]
1277 use strings instead of ints for smartcard reader ids
1930af48 1278 - markus@cvs.openbsd.org 2001/08/01 22:16:45
1279 [ssh.1 sshd.8]
1280 refer to current ietf drafts for protocol v2
4f831fd7 1281 - markus@cvs.openbsd.org 2001/08/01 23:33:09
1282 [ssh-keygen.c]
1283 allow uploading RSA keys for non-default AUT0 (sha1 over passphrase
1284 like sectok).
1a23ac2c 1285 - markus@cvs.openbsd.org 2001/08/01 23:38:45
05b7537a 1286 [scard.c ssh.c]
1287 support finish rsa keys.
1288 free public keys after login -> call finish -> close smartcard.
93a56445 1289 - markus@cvs.openbsd.org 2001/08/02 00:10:17
1290 [ssh-keygen.c]
1291 add -D readerid option (download, i.e. print public RSA key to stdout).
1292 check for card present when uploading keys.
1293 use strings instead of ints for smartcard reader ids, too.
285d2b15 1294 - jakob@cvs.openbsd.org 2001/08/02 08:58:35
1295 [ssh-keygen.c]
1296 change -u (upload smartcard key) to -U. ok markus@
58153e34 1297 - jakob@cvs.openbsd.org 2001/08/02 15:06:52
1298 [ssh-keygen.c]
1299 more verbose usage(). ok markus@
f0d6bdcf 1300 - jakob@cvs.openbsd.org 2001/08/02 15:07:23
1301 [ssh-keygen.1]
1302 document smartcard upload/download. ok markus@
315dfb04 1303 - jakob@cvs.openbsd.org 2001/08/02 15:32:10
1304 [ssh.c]
1305 add smartcard to usage(). ok markus@
3e984472 1306 - jakob@cvs.openbsd.org 2001/08/02 15:43:57
1307 [ssh-agent.c ssh.c ssh-keygen.c]
1308 add /* SMARTCARD */ to #else/#endif. ok markus@
1a23ac2c 1309 - jakob@cvs.openbsd.org 2001/08/02 16:14:05
dd2495cb 1310 [scard.c ssh-agent.c ssh.c ssh-keygen.c]
1311 clean up some /* SMARTCARD */. ok markus@
0f6d5acf 1312 - mpech@cvs.openbsd.org 2001/08/02 18:37:35
1313 [ssh-keyscan.1]
1314 o) .Sh AUTHOR -> .Sh AUTHORS;
1315 o) .Sh EXAMPLE -> .Sh EXAMPLES;
1316 o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION;
1317
1318 millert@ ok
5a26334c 1319 - jakob@cvs.openbsd.org 2001/08/03 10:31:19
1320 [ssh-add.1]
1321 document smartcard options. ok markus@
33e766d2 1322 - jakob@cvs.openbsd.org 2001/08/03 10:31:30
1323 [ssh-add.c ssh-agent.c ssh-keyscan.c]
1324 improve usage(). ok markus@
5061072f 1325 - markus@cvs.openbsd.org 2001/08/05 23:18:20
1326 [ssh-keyscan.1 ssh-keyscan.c]
1327 ssh 2 support; from wayned@users.sourceforge.net
578954b1 1328 - markus@cvs.openbsd.org 2001/08/05 23:29:58
1329 [ssh-keyscan.c]
1330 make -t dsa work with commercial servers, too
cddb9003 1331 - stevesk@cvs.openbsd.org 2001/08/06 19:47:05
1332 [scp.c]
1333 use alarm vs. setitimer for portable; ok markus@
94796c10 1334 - (bal) ssh-keyscan double -lssh hack due to seed_rng().
1a23ac2c 1335 - (bal) Second around of UNICOS patches. A few other things left.
1336 Patches by William L. Jones <jones@mail.utexas.edu>
4f7893dc 1337
29a47408 133820010803
1339 - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
1340 a fast UltraSPARC.
1341
42ad0eec 134220010726
1343 - (stevesk) use mysignal() in protocol 1 loop now that the SIGCHLD
1344 handler has converged.
1345
aa7dbcdd 134620010725
1347 - (bal) Added 'install-nokeys' to Makefile to assist package builders.
1348
0b7d19eb 134920010724
1350 - (bal) 4711 not 04711 for ssh binary.
1351
ca5c7d6a 135220010722
1353 - (bal) Starting the Unicossmk merger. File merged TODO, configure.in,
1354 myproposal.h, ssh_prng_cmds.in, and openbsd-compat/Makefile.in.
1355 Added openbsd-compat/bsd-cray.c. Rest will be merged after
1356 approval. Selective patches from William L. Jones
1357 <jones@mail.utexas.edu>
7458aff1 1358 - OpenBSD CVS Sync
1359 - markus@cvs.openbsd.org 2001/07/18 21:10:43
1360 [sshpty.c]
1361 pr #1946, allow sshd if /dev is readonly
ec9f3450 1362 - stevesk@cvs.openbsd.org 2001/07/18 21:40:40
1363 [ssh-agent.c]
1364 chdir("/") from bbraun@synack.net; ok markus@
5bef3c35 1365 - stevesk@cvs.openbsd.org 2001/07/19 00:41:44
1366 [ssh.1]
1367 escape chars are below now
7efa8482 1368 - markus@cvs.openbsd.org 2001/07/20 14:46:11
1369 [ssh-agent.c]
1370 do not exit() from signal handlers; ok deraadt@
491f5f7b 1371 - stevesk@cvs.openbsd.org 2001/07/20 18:41:51
1372 [ssh.1]
1373 "the" command line
ca5c7d6a 1374
979b0a64 137520010719
1376 - (tim) [configure.in] put inet_aton back in AC_CHECK_FUNCS.
1377 report from Mark Miller <markm@swoon.net>
1378
6e69a45d 137920010718
1380 - OpenBSD CVS Sync
2c5b1791 1381 - stevesk@cvs.openbsd.org 2001/07/14 15:10:17
1382 [readpass.c sftp-client.c sftp-common.c sftp-glob.c]
1383 delete spurious #includes; ok deraadt@ markus@
68fa858a 1384 - markus@cvs.openbsd.org 2001/07/15 16:17:08
2c5b1791 1385 [serverloop.c]
1386 schedule client alive for ssh2 only, greg@cheers.bungi.com
2c71dfc1 1387 - stevesk@cvs.openbsd.org 2001/07/15 16:57:21
1388 [ssh-agent.1]
1389 -d will not fork; ok markus@
d1fc1b88 1390 - stevesk@cvs.openbsd.org 2001/07/15 16:58:29
68fa858a 1391 [ssh-agent.c]
d1fc1b88 1392 typo in usage; ok markus@
68fa858a 1393 - markus@cvs.openbsd.org 2001/07/17 20:48:42
1394 [ssh-agent.c]
e364646f 1395 update maxfd if maxfd is closed; report from jmcelroy@dtgnet.com
68fa858a 1396 - markus@cvs.openbsd.org 2001/07/17 21:04:58
1397 [channels.c channels.h clientloop.c nchan.c serverloop.c]
489aa2e9 1398 keep track of both maxfd and the size of the malloc'ed fdsets.
1399 update maxfd if maxfd gets closed.
c3941fa6 1400 - mouring@cvs.openbsd.org 2001/07/18 16:45:52
1401 [scp.c]
1402 Missing -o in scp usage()
68fa858a 1403 - (bal) Cleaned up trailing spaces in ChangeLog.
31fb6aaf 1404 - (bal) Allow sshd to switch user context without password for Cygwin.
1405 Patch by Corinna Vinschen <vinschen@redhat.com>
41fcc457 1406 - (bal) Updated cygwin README and ssh-host-config. Patch by
ad0cc858 1407 Corinna Vinschen <vinschen@redhat.com>
6e69a45d 1408
39c98ef7 140920010715
1410 - (bal) Set "BROKEN_GETADDRINFO" for darwin platform. Reported by
1411 Josh Larios <jdlarios@cac.washington.edu>
c14e6239 1412 - (tim) put openssh/openbsd-compat/inet_aton.[ch] back in.
1413 needed by openbsd-compat/fake-getaddrinfo.c
68fa858a 1414
6800f427 141520010714
1416 - (stevesk) change getopt() declaration
763a1a18 1417 - (stevesk) configure.in: use ll suffix for long long constant
1418 in snprintf() test
6800f427 1419
453b4bd0 142020010713
68fa858a 1421 - (djm) Enable /etc/nologin check on PAM systems, as some lack the
1422 pam_nologin module. Report from William Yodlowsky
453b4bd0 1423 <bsd@openbsd.rutgers.edu>
9912296f 1424 - (djm) Revert dirname fix, a better one is on its way.
1ee482c5 1425 - OpenBSD CVS Sync
1426 - markus@cvs.openbsd.org 2001/07/04 22:47:19
1427 [ssh-agent.c]
1428 ignore SIGPIPE when debugging, too
878b5225 1429 - markus@cvs.openbsd.org 2001/07/04 23:13:10
1430 [scard.c scard.h ssh-agent.c]
1431 handle card removal more gracefully, add sc_close() to scard.h
77261db4 1432 - markus@cvs.openbsd.org 2001/07/04 23:39:07
1433 [ssh-agent.c]
1434 for smartcards remove both RSA1/2 keys
a0e0f486 1435 - markus@cvs.openbsd.org 2001/07/04 23:49:27
1436 [ssh-agent.c]
1437 handle mutiple adds of the same smartcard key
62bb2c8f 1438 - espie@cvs.openbsd.org 2001/07/05 11:43:33
1439 [sftp-glob.c]
1440 Directly cast to the right type. Ok markus@
1441 - stevesk@cvs.openbsd.org 2001/07/05 20:32:47
1442 [sshconnect1.c]
1443 statement after label; ok dugsong@
97de229c 1444 - stevesk@cvs.openbsd.org 2001/07/08 15:23:38
1445 [servconf.c]
1446 fix ``MaxStartups max''; ok markus@
f5a1a01a 1447 - fgsch@cvs.openbsd.org 2001/07/09 05:58:47
1448 [ssh.c]
1449 Use getopt(3); markus@ ok.
ed916b28 1450 - deraadt@cvs.openbsd.org 2001/07/09 07:04:53
1451 [session.c sftp-int.c]
1452 correct type on last arg to execl(); nordin@cse.ogi.edu
333b5ba7 1453 - markus@cvs.openbsd.org 2001/07/10 21:49:12
1454 [readpass.c]
1455 don't panic if fork or pipe fail (just return an empty passwd).
46d738cd 1456 - itojun@cvs.openbsd.org 2001/07/11 00:24:53
1457 [servconf.c]
68fa858a 1458 make it compilable in all 4 combination of KRB4/KRB5 settings.
46d738cd 1459 dugsong ok
1460 XXX isn't it sensitive to the order of -I/usr/include/kerberosIV and
1461 -I/usr/include/kerberosV?
afd501f9 1462 - markus@cvs.openbsd.org 2001/07/11 16:29:59
1463 [ssh.c]
1464 sort options string, fix -p, add -k
1465 - markus@cvs.openbsd.org 2001/07/11 18:26:15
1466 [auth.c]
1467 no need to call dirname(pw->pw_dir).
1468 note that dirname(3) modifies its argument on some systems.
82d95536 1469 - (djm) Reorder Makefile.in so clean targets work a little better when
1470 run directly from Makefile.in
1812a662 1471 - (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension.
453b4bd0 1472
85b08d98 147320010711
68fa858a 1474 - (djm) dirname(3) may modify its argument on glibc and other systems.
85b08d98 1475 Patch from markus@, spotted by Tom Holroyd <tomh@po.crl.go.jp>
1476
a96070d4 147720010704
1478 - OpenBSD CVS Sync
1479 - markus@cvs.openbsd.org 2001/06/25 08:25:41
68fa858a 1480 [channels.c channels.h cipher.c clientloop.c compat.c compat.h
1481 hostfile.c kex.c kex.h key.c key.h nchan.c packet.c serverloop.c
a96070d4 1482 session.c session.h sftp-server.c ssh-add.c ssh-agent.c uuencode.h]
1483 update copyright for 2001
8a497b11 1484 - markus@cvs.openbsd.org 2001/06/25 17:18:27
1485 [ssh-keygen.1]
68fa858a 1486 sshd(8) will never read the private keys, but ssh(1) does;
8a497b11 1487 hugh@mimosa.com
6978866a 1488 - provos@cvs.openbsd.org 2001/06/25 17:54:47
1489 [auth.c auth.h auth-rsa.c]
68fa858a 1490 terminate secure_filename checking after checking homedir. that way
ffb215be 1491 it works on AFS. okay markus@
1492 - stevesk@cvs.openbsd.org 2001/06/25 20:26:37
1493 [auth2.c sshconnect2.c]
1494 prototype cleanup; ok markus@
2b30154a 1495 - markus@cvs.openbsd.org 2001/06/26 02:47:07
1496 [ssh-keygen.c]
1497 allow loading a private RSA key to a cyberflex card.
ffdb5d70 1498 - markus@cvs.openbsd.org 2001/06/26 04:07:06
1499 [ssh-agent.1 ssh-agent.c]
1500 add debug flag
983def13 1501 - markus@cvs.openbsd.org 2001/06/26 04:59:59
1502 [authfd.c authfd.h ssh-add.c]
1503 initial support for smartcards in the agent
f7e5ac7b 1504 - markus@cvs.openbsd.org 2001/06/26 05:07:43
1505 [ssh-agent.c]
1506 update usage
2b5fe3b8 1507 - markus@cvs.openbsd.org 2001/06/26 05:33:34
1508 [ssh-agent.c]
1509 more smartcard support.
543baeea 1510 - mpech@cvs.openbsd.org 2001/06/26 05:48:07
1511 [sshd.8]
1512 remove unnecessary .Pp between .It;
1513 millert@ ok
0c9664c2 1514 - markus@cvs.openbsd.org 2001/06/26 05:50:11
1515 [auth2.c]
1516 new interface for secure_filename()
2a1e4639 1517 - itojun@cvs.openbsd.org 2001/06/26 06:32:58
68fa858a 1518 [atomicio.h authfd.h authfile.h auth.h auth-options.h bufaux.h
1519 buffer.h canohost.h channels.h cipher.h clientloop.h compat.h
1520 compress.h crc32.h deattack.h dh.h dispatch.h groupaccess.h
1521 hostfile.h kex.h key.h log.h mac.h match.h misc.h mpaux.h packet.h
2a1e4639 1522 radix.h readconf.h readpass.h rsa.h]
1523 prototype pedant. not very creative...
1524 - () -> (void)
1525 - no variable names
1c06a9ca 1526 - itojun@cvs.openbsd.org 2001/06/26 06:33:07
68fa858a 1527 [servconf.h serverloop.h session.h sftp-client.h sftp-common.h
1528 sftp-glob.h sftp-int.h sshconnect.h ssh-dss.h sshlogin.h sshpty.h
1c06a9ca 1529 ssh-rsa.h tildexpand.h uidswap.h uuencode.h xmalloc.h]
1530 prototype pedant. not very creative...
1531 - () -> (void)
1532 - no variable names
ced49be2 1533 - dugsong@cvs.openbsd.org 2001/06/26 16:15:25
68fa858a 1534 [auth1.c auth.h auth-krb4.c auth-passwd.c readconf.c readconf.h
ced49be2 1535 servconf.c servconf.h session.c sshconnect1.c sshd.c]
68fa858a 1536 Kerberos v5 support for SSH1, mostly from Assar Westerlund
ced49be2 1537 <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok
3474b2b4 1538 - markus@cvs.openbsd.org 2001/06/26 17:25:34
1539 [ssh.1]
1540 document SSH_ASKPASS; fubob@MIT.EDU
255cabd9 1541 - markus@cvs.openbsd.org 2001/06/26 17:27:25
68fa858a 1542 [authfd.h authfile.h auth.h auth-options.h bufaux.h buffer.h
1543 canohost.h channels.h cipher.h clientloop.h compat.h compress.h
1544 crc32.h deattack.h dh.h dispatch.h groupaccess.c groupaccess.h
1545 hostfile.h kex.h key.h log.c log.h mac.h misc.c misc.h mpaux.h
1546 packet.h radix.h readconf.h readpass.h rsa.h servconf.h serverloop.h
1547 session.h sftp-common.c sftp-common.h sftp-glob.h sftp-int.h
1548 sshconnect.h ssh-dss.h sshlogin.h sshpty.h ssh-rsa.h sshtty.h
255cabd9 1549 tildexpand.h uidswap.h uuencode.h xmalloc.h]
1550 remove comments from .h, since they are cut&paste from the .c files
1551 and out of sync
83f46621 1552 - dugsong@cvs.openbsd.org 2001/06/26 17:41:49
1553 [servconf.c]
1554 #include <kafs.h>
57156994 1555 - markus@cvs.openbsd.org 2001/06/26 20:14:11
1556 [key.c key.h ssh.c sshconnect1.c sshconnect2.c]
1557 add smartcard support to the client, too (now you can use both
1558 the agent and the client).
1559 - markus@cvs.openbsd.org 2001/06/27 02:12:54
1560 [serverloop.c serverloop.h session.c session.h]
1561 quick hack to make ssh2 work again.
80f8f24f 1562 - markus@cvs.openbsd.org 2001/06/27 04:48:53
1563 [auth.c match.c sshd.8]
1564 tridge@samba.org
d0bfe096 1565 - markus@cvs.openbsd.org 2001/06/27 05:35:42
1566 [ssh-keygen.c]
1567 use cyberflex_inq_class to inquire class.
2b63e803 1568 - markus@cvs.openbsd.org 2001/06/27 05:42:25
1569 [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
1570 s/generate_additional_parameters/rsa_generate_additional_parameters/
1571 http://www.humppa.com/
34e02b83 1572 - markus@cvs.openbsd.org 2001/06/27 06:26:36
1573 [ssh-add.c]
1574 convert to getopt(3)
d3260e12 1575 - stevesk@cvs.openbsd.org 2001/06/28 19:57:35
1576 [ssh-keygen.c]
1577 '\0' terminated data[] is ok; ok markus@
49ccba9c 1578 - markus@cvs.openbsd.org 2001/06/29 07:06:34
1579 [ssh-keygen.c]
1580 new error handling for cyberflex_*
542d70b8 1581 - markus@cvs.openbsd.org 2001/06/29 07:11:01
1582 [ssh-keygen.c]
1583 initialize early
eea46d13 1584 - stevesk@cvs.openbsd.org 2001/06/29 18:38:44
1585 [clientloop.c]
1586 sync function definition with declaration; ok markus@
8ab2cb35 1587 - stevesk@cvs.openbsd.org 2001/06/29 18:40:28
1588 [channels.c]
1589 use socklen_t for getsockopt arg #5; ok markus@
b3f8a79c 1590 - stevesk@cvs.openbsd.org 2001/06/30 18:08:40
1591 [channels.c channels.h clientloop.c]
1592 adress -> address; ok markus@
5b5d170c 1593 - markus@cvs.openbsd.org 2001/07/02 13:59:15
1594 [serverloop.c session.c session.h]
68fa858a 1595 wait until !session_have_children(); bugreport from
5b5d170c 1596 Lutz.Jaenicke@aet.TU-Cottbus.DE
613021ac 1597 - markus@cvs.openbsd.org 2001/07/02 22:29:20
1598 [readpass.c]
1599 do not return NULL, use "" instead.
666248da 1600 - markus@cvs.openbsd.org 2001/07/02 22:40:18
1601 [ssh-keygen.c]
1602 update for sectok.h interface changes.
3cf2be58 1603 - markus@cvs.openbsd.org 2001/07/02 22:52:57
1604 [channels.c channels.h serverloop.c]
1605 improve cleanup/exit logic in ssh2:
1606 stop listening to channels, detach channel users (e.g. sessions).
1607 wait for children (i.e. dying sessions), send exit messages,
1608 cleanup all channels.
637b033d 1609 - (bal) forget a few new files in sync up.
06be7c3b 1610 - (bal) Makefile fix up requires scard.c
ac96ca42 1611 - (stevesk) sync misc.h
9c328529 1612 - (stevesk) more sync for session.c
4f1f4d8d 1613 - (stevesk) sync servconf.h (comments)
afb9165e 1614 - (tim) [contrib/caldera/openssh.spec] sync with Caldera
d9e3d19f 1615 - (tim) [openbsd-compat/dirname.h] Remove ^M causing some compilers to
1616 issue warning (line 1: tokens ignored at end of directive line)
1617 - (tim) [sshconnect1.c] give the compiler something to do for success:
1618 if KRB5 and AFS are not defined
1619 (ERROR: "sshconnect1.c", line 1274: Syntax error before or at: })
637b033d 1620
aa8d09da 162120010629
1622 - (bal) Removed net_aton() since we don't use it any more
64c4b8d7 1623 - (bal) Fixed _DISABLE_VPOSIX in readpassphrase.c.
7af3215a 1624 - (bal) Updated zlib's home. Thanks to David Howe <DaveHowe@gmx.co.uk>.
16adf618 1625 - (stevesk) remove _REENTRANT #define
16995a2c 1626 - (stevesk) session.c: use u_int for envsize
6a26f353 1627 - (stevesk) remove cli.[ch]
aa8d09da 1628
f11065cb 162920010628
1630 - (djm) Sync openbsd-compat with -current libc
68fa858a 1631 - (djm) Fix from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> for my
050df9db 1632 broken makefile
07608451 1633 - (bal) Removed strtok_r() and inet_ntop() since they are no longer used.
1634 - (bal) Remove getusershell() since it's no longer used.
f11065cb 1635
78220944 163620010627
1637 - (djm) Reintroduce pam_session call for non-pty sessions.
68fa858a 1638 - (djm) Remove redundant and incorrect test for max auth attempts in
1639 PAM kbdint code. Based on fix from Matthew Melvin
763dfdf0 1640 <matthewm@webcentral.com.au>
f0194608 1641 - (djm) Rename sysconfdir/primes => sysconfdir/moduli
68fa858a 1642 - (djm) Oops, forgot make logic for primes=>moduli. Also try to rename
ff4955c9 1643 existing primes->moduli if it exists.
0eb1a22d 1644 - (djm) Sync with -current openbsd-compat/readpassphrase.c:
1645 - djm@cvs.openbsd.org 2001/06/27 13:23:30
1646 typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@
5ed2bb5b 1647 - (djm) Turn up warnings if gcc or egcs detected
b8fea62d 1648 - (stevesk) for HP-UX 11.X use X/Open socket interface;
1649 pulls in modern socket prototypes and eliminates a number of compiler
1650 warnings. see xopen_networking(7).
fef01705 1651 - (stevesk) fix x11 forwarding from _PATH_XAUTH change
28564873 1652 - (stevesk) use X/Open socket interface for HP-UX 10.X also
78220944 1653
e16f4ac8 165420010625
0cd000dd 1655 - OpenBSD CVS Sync
bc233fdf 1656 - markus@cvs.openbsd.org 2001/06/21 21:08:25
1657 [session.c]
1658 don't reset forced_command (we allow multiple login shells in
1659 ssh2); dwd@bell-labs.com
a5a2da3b 1660 - mpech@cvs.openbsd.org 2001/06/22 10:17:51
1661 [ssh.1 sshd.8 ssh-keyscan.1]
1662 o) .Sh AUTHOR -> .Sh AUTHORS;
1663 o) remove unnecessary .Pp;
1664 o) better -mdoc style;
1665 o) typo;
1666 o) sort SEE ALSO;
a5a2da3b 1667 aaron@ ok
e2854364 1668 - provos@cvs.openbsd.org 2001/06/22 21:27:08
1669 [dh.c pathnames.h]
1670 use /etc/moduli instead of /etc/primes, okay markus@
e2432638 1671 - provos@cvs.openbsd.org 2001/06/22 21:28:53
1672 [sshd.8]
1673 document /etc/moduli
96a7b0cc 1674 - markus@cvs.openbsd.org 2001/06/22 21:55:49
68fa858a 1675 [auth2.c auth-rsa.c pathnames.h ssh.1 sshd.8 sshd_config
96a7b0cc 1676 ssh-keygen.1]
1677 merge authorized_keys2 into authorized_keys.
1678 authorized_keys2 is used for backward compat.
1679 (just append authorized_keys2 to authorized_keys).
826676b3 1680 - provos@cvs.openbsd.org 2001/06/22 21:57:59
1681 [dh.c]
1682 increase linebuffer to deal with larger moduli; use rewind instead of
1683 close/open
bc233fdf 1684 - markus@cvs.openbsd.org 2001/06/22 22:21:20
1685 [sftp-server.c]
1686 allow long usernames/groups in readdir
a599bd06 1687 - markus@cvs.openbsd.org 2001/06/22 23:35:21
2e000c58 1688 [ssh.c]
1689 don't overwrite argv (fixes ssh user@host in 'ps'), report by ericj@
cb220a93 1690 - deraadt@cvs.openbsd.org 2001/06/23 00:16:16
1691 [scp.c]
1692 slightly better care
d0c8ca5c 1693 - markus@cvs.openbsd.org 2001/06/23 00:20:57
1694 [auth2.c auth.c auth.h auth-rh-rsa.c]
1695 *known_hosts2 is obsolete for hostbased authentication and
1696 only used for backward compat. merge ssh1/2 hostkey check
1697 and move it to auth.c
e16f4ac8 1698 - deraadt@cvs.openbsd.org 2001/06/23 02:33:05
1699 [sftp.1 sftp-server.8 ssh-keygen.1]
1700 join .%A entries; most by bk@rt.fm
f49bc4f7 1701 - markus@cvs.openbsd.org 2001/06/23 02:34:33
68fa858a 1702 [kexdh.c kexgex.c kex.h pathnames.h readconf.c servconf.h ssh.1
f49bc4f7 1703 sshconnect1.c sshconnect2.c sshconnect.c sshconnect.h sshd.8]
68fa858a 1704 get rid of known_hosts2, use it for hostkey lookup, but do not
f49bc4f7 1705 modify.
7d747e89 1706 - markus@cvs.openbsd.org 2001/06/23 03:03:59
1707 [sshd.8]
1708 draft-ietf-secsh-dh-group-exchange-01.txt
73473230 1709 - markus@cvs.openbsd.org 2001/06/23 03:04:42
1710 [auth2.c auth-rh-rsa.c]
1711 restore correct ignore_user_known_hosts logic.
c10d042a 1712 - markus@cvs.openbsd.org 2001/06/23 05:26:02
1713 [key.c]
1714 handle sigature of size 0 (some broken clients send this).
7b518233 1715 - deraadt@cvs.openbsd.org 2001/06/23 05:57:09
1716 [sftp.1 sftp-server.8 ssh-keygen.1]
1717 ok, tmac is now fixed
2e0becb6 1718 - markus@cvs.openbsd.org 2001/06/23 06:41:10
1719 [ssh-keygen.c]
1720 try to decode ssh-3.0.0 private rsa keys
1721 (allow migration to openssh, not vice versa), #910
396c147e 1722 - itojun@cvs.openbsd.org 2001/06/23 15:12:20
68fa858a 1723 [auth1.c auth2.c auth2-chall.c authfd.c authfile.c auth-rhosts.c
1724 canohost.c channels.c cipher.c clientloop.c deattack.c dh.c
1725 hostfile.c kex.c kexdh.c kexgex.c key.c nchan.c packet.c radix.c
1726 readpass.c scp.c servconf.c serverloop.c session.c sftp.c
1727 sftp-client.c sftp-glob.c sftp-int.c sftp-server.c ssh-add.c
1728 ssh-agent.c ssh.c sshconnect1.c sshconnect2.c sshconnect.c sshd.c
396c147e 1729 ssh-keygen.c ssh-keyscan.c]
68fa858a 1730 more strict prototypes. raise warning level in Makefile.inc.
396c147e 1731 markus ok'ed
1732 TODO; cleanup headers
a599bd06 1733 - markus@cvs.openbsd.org 2001/06/23 17:05:22
1734 [ssh-keygen.c]
1735 fix import for (broken?) ssh.com/f-secure private keys
1736 (i tested > 1000 RSA keys)
3730bb22 1737 - itojun@cvs.openbsd.org 2001/06/23 17:48:18
1738 [sftp.1 ssh.1 sshd.8 ssh-keyscan.1]
1739 kill whitespace at EOL.
3aca00a3 1740 - markus@cvs.openbsd.org 2001/06/23 19:12:43
1741 [sshd.c]
1742 pidfile/sigterm race; bbraun@synack.net
ce404659 1743 - markus@cvs.openbsd.org 2001/06/23 22:37:46
1744 [sshconnect1.c]
1745 consistent with ssh2: skip key if empty passphrase is entered,
1746 retry num_of_passwd_prompt times if passphrase is wrong. ok fgsch@
2cee8a25 1747 - markus@cvs.openbsd.org 2001/06/24 05:25:10
1748 [auth-options.c match.c match.h]
1749 move ip+hostname check to match.c
1843a425 1750 - markus@cvs.openbsd.org 2001/06/24 05:35:33
1751 [readpass.c readpass.h ssh-add.c sshconnect2.c ssh-keygen.c]
1752 switch to readpassphrase(3)
1753 2.7/8-stable needs readpassphrase.[ch] from libc
80097c54 1754 - markus@cvs.openbsd.org 2001/06/24 05:47:13
1755 [sshconnect2.c]
1756 oops, missing format string
b4e7177c 1757 - markus@cvs.openbsd.org 2001/06/24 17:18:31
1758 [ttymodes.c]
1759 passing modes works fine: debug2->3
ab88181c 1760 - (djm) -Wall fix for session.c
3159d49a 1761 - (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and
1762 Solaris
0cd000dd 1763
7751d4eb 176420010622
1765 - (stevesk) handle systems without pw_expire and pw_change.
1766
e04e7a19 176720010621
1768 - OpenBSD CVS Sync
1769 - markus@cvs.openbsd.org 2001/06/16 08:49:38
1770 [misc.c]
1771 typo; dunlap@apl.washington.edu
c03175c6 1772 - markus@cvs.openbsd.org 2001/06/16 08:50:39
1773 [channels.h]
1774 bad //-style comment; thx to stevev@darkwing.uoregon.edu
08c260ea 1775 - markus@cvs.openbsd.org 2001/06/16 08:57:35
1776 [scp.c]
1777 no stdio or exit() in signal handlers.
c4d49b85 1778 - markus@cvs.openbsd.org 2001/06/16 08:58:34
1779 [misc.c]
1780 copy pw_expire and pw_change, too.
dac6753b 1781 - markus@cvs.openbsd.org 2001/06/19 12:34:09
1782 [session.c]
1783 cleanup forced command handling, from dwd@bell-labs.com
ff027d84 1784 - markus@cvs.openbsd.org 2001/06/19 14:09:45
1785 [session.c sshd.8]
1786 disable x11-fwd if use_login is enabled; from lukem@wasabisystems.com
c95add71 1787 - markus@cvs.openbsd.org 2001/06/19 15:40:45
1788 [session.c]
1789 allocate and free at the same level.
d6746a0b 1790 - markus@cvs.openbsd.org 2001/06/20 13:56:39
1791 [channels.c channels.h clientloop.c packet.c serverloop.c]
1792 move from channel_stop_listening to channel_free_all,
1793 call channel_free_all before calling waitpid() in serverloop.
1794 fixes the utmp handling; report from Lutz.Jaenicke@aet.TU-Cottbus.DE
e04e7a19 1795
5ad9f968 179620010615
1797 - (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFL
1798 around grantpt().
f7940aa9 1799 - (stevesk) update TODO: STREAMS pty systems don't call vhangup() now
5ad9f968 1800
eb26141e 180120010614
1802 - OpenBSD CVS Sync
1803 - markus@cvs.openbsd.org 2001/06/13 09:10:31
1804 [session.c]
1805 typo, use pid not s->pid, mstone@cs.loyola.edu
1806
86066315 180720010613
eb26141e 1808 - OpenBSD CVS Sync
86066315 1809 - markus@cvs.openbsd.org 2001/06/12 10:58:29
1810 [session.c]
1811 merge session_free into session_close()
1812 merge pty_cleanup_proc into session_pty_cleanup()
653d5f86 1813 - markus@cvs.openbsd.org 2001/06/12 16:10:38
1814 [session.c]
1815 merge ssh1/ssh2 tty msg parse and alloc code
76735fe3 1816 - markus@cvs.openbsd.org 2001/06/12 16:11:26
1817 [packet.c]
1818 do not log() packet_set_maxsize
b44de2b1 1819 - markus@cvs.openbsd.org 2001/06/12 21:21:29
1820 [session.c]
1821 remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, since
1822 we do already trust $HOME/.ssh
1823 you can use .ssh/sshrc and .ssh/environment if you want to customize
1824 the location of the xauth cookies
7a313633 1825 - markus@cvs.openbsd.org 2001/06/12 21:30:57
1826 [session.c]
1827 unused
86066315 1828
2c9d881a 182920010612
38296b32 1830 - scp.c ID update (upstream synced vfsprintf() from us)
1831 - OpenBSD CVS Sync
2c9d881a 1832 - markus@cvs.openbsd.org 2001/06/10 11:29:20
1833 [dispatch.c]
1834 we support rekeying
1835 protocol errors are fatal.
1500bcdd 1836 - markus@cvs.openbsd.org 2001/06/11 10:18:24
1837 [session.c]
1838 reset pointer to NULL after xfree(); report from solar@openwall.com
f740438e 1839 - markus@cvs.openbsd.org 2001/06/11 16:04:38
1840 [sshd.8]
1841 typo; bdubreuil@crrel.usace.army.mil
2c9d881a 1842
b4d02860 184320010611
68fa858a 1844 - (bal) NeXT/MacOS X lack libgen.h and dirname(). Patch by Mark Miller
1845 <markm@swoon.net>
224cbdcc 1846 - (bal) Handle broken krb4 issues on Solaris with multiple defined u_*_t
68fa858a 1847 types. Patch by Jan IVEN <Jan.Iven@cern.ch>
0bb724ce 1848 - (bal) Fixed Makefile.in so that 'configure; make install' works.
b4d02860 1849
bf093080 185020010610
1851 - (bal) Missed two files in major resync. auth-bsdauth.c and auth-skey.c
1852
e697bda7 185320010609
1854 - OpenBSD CVS Sync
1855 - markus@cvs.openbsd.org 2001/05/30 12:55:13
68fa858a 1856 [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
e697bda7 1857 packet.c serverloop.c session.c ssh.c ssh1.h]
1858 channel layer cleanup: merge header files and split .c files
36e1f6a1 1859 - markus@cvs.openbsd.org 2001/05/30 15:20:10
1860 [ssh.c]
1861 merge functions, simplify.
a5efa1bb 1862 - markus@cvs.openbsd.org 2001/05/31 10:30:17
68fa858a 1863 [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
a5efa1bb 1864 packet.c serverloop.c session.c ssh.c]
68fa858a 1865 undo the .c file split, just merge the header and keep the cvs
a5efa1bb 1866 history
68fa858a 1867 - (bal) Channels.c and Channels.h -- "Merge Functions, simplify" (draged
8e7895b8 1868 out of ssh Attic)
68fa858a 1869 - (bal) Ooops.. nchan.c (and remove nchan.h) resync from OpenBSD ssh
a98da4aa 1870 Attic.
1871 - OpenBSD CVS Sync
1872 - markus@cvs.openbsd.org 2001/05/31 13:08:04
1873 [sshd_config]
1874 group options and add some more comments
e4f7282d 1875 - markus@cvs.openbsd.org 2001/06/03 14:55:39
1876 [channels.c channels.h session.c]
68fa858a 1877 use fatal_register_cleanup instead of atexit, sync with x11 authdir
e4f7282d 1878 handling
e5b71e99 1879 - markus@cvs.openbsd.org 2001/06/03 19:36:44
1880 [ssh-keygen.1]
1881 1-2 bits of entrophy per character (not per word), ok stevesk@
4fc334a2 1882 - markus@cvs.openbsd.org 2001/06/03 19:38:42
1883 [scp.c]
1884 pass -v to ssh; from slade@shore.net
f5e69c65 1885 - markus@cvs.openbsd.org 2001/06/03 20:06:11
1886 [auth2-chall.c]
68fa858a 1887 the challenge response device decides how to handle non-existing
f5e69c65 1888 users.
1889 -> fake challenges for skey and cryptocard
f0f32b8e 1890 - markus@cvs.openbsd.org 2001/06/04 21:59:43
1891 [channels.c channels.h session.c]
68fa858a 1892 switch uid when cleaning up tmp files and sockets; reported by
f0f32b8e 1893 zen-parse@gmx.net on bugtraq
c9130033 1894 - markus@cvs.openbsd.org 2001/06/04 23:07:21
1895 [clientloop.c serverloop.c sshd.c]
68fa858a 1896 set flags in the signal handlers, do real work in the main loop,
c9130033 1897 ok provos@
8dcd9d5c 1898 - markus@cvs.openbsd.org 2001/06/04 23:16:16
1899 [session.c]
1900 merge ssh1/2 x11-fwd setup, create listener after tmp-dir
aa144206 1901 - pvalchev@cvs.openbsd.org 2001/06/05 05:05:39
1902 [ssh-keyscan.1 ssh-keyscan.c]
1903 License clarification from David Mazieres, ok deraadt@
750c256a 1904 - markus@cvs.openbsd.org 2001/06/05 10:24:32
1905 [channels.c]
1906 don't delete the auth socket in channel_stop_listening()
1907 auth_sock_cleanup_proc() will take care of this.
fc2a1d28 1908 - markus@cvs.openbsd.org 2001/06/05 16:46:19
1909 [session.c]
1910 let session_close() delete the pty. deny x11fwd if xauthfile is set.
d87596b0 1911 - markus@cvs.openbsd.org 2001/06/06 23:13:54
1912 [ssh-dss.c ssh-rsa.c]
1913 cleanup, remove old code
edf9ae81 1914 - markus@cvs.openbsd.org 2001/06/06 23:19:35
1915 [ssh-add.c]
1916 remove debug message; Darren.Moffat@eng.sun.com
2a6a054e 1917 - markus@cvs.openbsd.org 2001/06/07 19:57:53
1918 [auth2.c]
1919 style is used for bsdauth.
1920 disconnect on user/service change (ietf-drafts)
449c5ba5 1921 - markus@cvs.openbsd.org 2001/06/07 20:23:05
68fa858a 1922 [authfd.c authfile.c channels.c kexdh.c kexgex.c packet.c ssh.c
449c5ba5 1923 sshconnect.c sshconnect1.c]
1924 use xxx_put_cstring()
e6abba31 1925 - markus@cvs.openbsd.org 2001/06/07 22:25:02
1926 [session.c]
1927 don't overwrite errno
1928 delay deletion of the xauth cookie
fd9ede94 1929 - markus@cvs.openbsd.org 2001/06/08 15:25:40
1930 [includes.h pathnames.h readconf.c servconf.c]
1931 move the path for xauth to pathnames.h
0abe778b 1932 - (bal) configure.in fix for Tru64 (forgeting to reset $LIB)
83c17f20 1933 - (bal) ANSIify strmode()
68fa858a 1934 - (bal) --with-catman should be --with-mantype patch by Dave
1935 Dykstra <dwd@bell-labs.com>
fd9ede94 1936
4869a96f 193720010606
e697bda7 1938 - OpenBSD CVS Sync
68fa858a 1939 - markus@cvs.openbsd.org 2001/05/17 21:34:15
e697bda7 1940 [ssh.1]
68fa858a 1941 no spaces in PreferredAuthentications;
5ba55ada 1942 meixner@rbg.informatik.tu-darmstadt.de
1943 - markus@cvs.openbsd.org 2001/05/18 14:13:29
68fa858a 1944 [auth-chall.c auth.h auth1.c auth2-chall.c auth2.c readconf.c
5ba55ada 1945 readconf.h servconf.c servconf.h sshconnect1.c sshconnect2.c sshd.c]
1946 improved kbd-interactive support. work by per@appgate.com and me
bc03d5aa 1947 - djm@cvs.openbsd.org 2001/05/19 00:36:40
1948 [session.c]
1949 Disable X11 forwarding if xauth binary is not found. Patch from Nalin
1950 Dahyabhai <nalin@redhat.com>; ok markus@
68fa858a 1951 - markus@cvs.openbsd.org 2001/05/19 16:05:41
1952 [scp.c]
3e4fc5f9 1953 ftruncate() instead of open()+O_TRUNC like rcp.c does
68fa858a 1954 allows scp /path/to/file localhost:/path/to/file
1955 - markus@cvs.openbsd.org 2001/05/19 16:08:43
1956 [sshd.8]
a18395da 1957 sort options; Matthew.Stier@fnc.fujitsu.com
68fa858a 1958 - markus@cvs.openbsd.org 2001/05/19 16:32:16
1959 [ssh.1 sshconnect2.c]
1960 change preferredauthentication order to
1961 publickey,hostbased,password,keyboard-interactive
3398dda9 1962 document that hostbased defaults to no, document order
47bf6266 1963 - markus@cvs.openbsd.org 2001/05/19 16:46:19
68fa858a 1964 [ssh.1 sshd.8]
1965 document MACs defaults with .Dq
1966 - stevesk@cvs.openbsd.org 2001/05/19 19:43:57
1967 [misc.c misc.h servconf.c sshd.8 sshd.c]
1968 sshd command-line arguments and configuration file options that
1969 specify time may be expressed using a sequence of the form:
e2b1fb42 1970 time[qualifier], where time is a positive integer value and qualifier
68fa858a 1971 is one of the following:
1972 <none>,s,m,h,d,w
1973 Examples:
1974 600 600 seconds (10 minutes)
1975 10m 10 minutes
1976 1h30m 1 hour 30 minutes (90 minutes)
1977 ok markus@
7e8c18e9 1978 - stevesk@cvs.openbsd.org 2001/05/19 19:57:09
68fa858a 1979 [channels.c]
1980 typo in error message
e697bda7 1981 - markus@cvs.openbsd.org 2001/05/20 17:20:36
c8445989 1982 [auth-rsa.c auth.c auth.h auth2.c servconf.c servconf.h sshd.8
1983 sshd_config]
68fa858a 1984 configurable authorized_keys{,2} location; originally from peter@;
1985 ok djm@
1ddf764b 1986 - markus@cvs.openbsd.org 2001/05/24 11:12:42
68fa858a 1987 [auth.c]
1988 fix comment; from jakob@
1989 - stevesk@cvs.openbsd.org 2001/05/24 18:57:53
1990 [clientloop.c readconf.c ssh.c ssh.h]
4bf9c10e 1991 don't perform escape processing when ``EscapeChar none''; ok markus@
abe0fb9f 1992 - markus@cvs.openbsd.org 2001/05/25 14:37:32
68fa858a 1993 [ssh-keygen.c]
1994 use -P for -e and -y, too.
63cd7dd0 1995 - markus@cvs.openbsd.org 2001/05/28 08:04:39
68fa858a 1996 [ssh.c]
1997 fix usage()
1998 - markus@cvs.openbsd.org 2001/05/28 10:08:55
1999 [authfile.c]
eb2e1595 2000 key_load_private: set comment to filename for PEM keys
2cf27bc4 2001 - markus@cvs.openbsd.org 2001/05/28 22:51:11
68fa858a 2002 [cipher.c cipher.h]
2003 simpler 3des for ssh1
2004 - markus@cvs.openbsd.org 2001/05/28 23:14:49
2005 [channels.c channels.h nchan.c]
6fd8622b 2006 undo broken channel fix and try a different one. there
68fa858a 2007 should be still some select errors...
2008 - markus@cvs.openbsd.org 2001/05/28 23:25:24
2009 [channels.c]
2010 cleanup, typo
08dcb5d7 2011 - markus@cvs.openbsd.org 2001/05/28 23:58:35
68fa858a 2012 [packet.c packet.h sshconnect.c sshd.c]
2013 remove some lines, simplify.
a10bdd7c 2014 - markus@cvs.openbsd.org 2001/05/29 12:31:27
68fa858a 2015 [authfile.c]
2016 typo
5ba55ada 2017
5cde8062 201820010528
2019 - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c
2020 Patch by Corinna Vinschen <vinschen@redhat.com>
2021
362df52e 202220010517
2023 - OpenBSD CVS Sync
2024 - markus@cvs.openbsd.org 2001/05/12 19:53:13
2025 [sftp-server.c]
2026 readlink does not NULL-terminate; mhe@home.se
6efa3d14 2027 - deraadt@cvs.openbsd.org 2001/05/15 22:04:01
2028 [ssh.1]
2029 X11 forwarding details improved
70ea8327 2030 - markus@cvs.openbsd.org 2001/05/16 20:51:57
2031 [authfile.c]
2032 return comments for private pem files, too; report from nolan@naic.edu
24b6b45f 2033 - markus@cvs.openbsd.org 2001/05/16 21:53:53
2034 [clientloop.c]
2035 check for open sessions before we call select(); fixes the x11 client
2036 bug reported by bowman@math.ualberta.ca
7231bd47 2037 - markus@cvs.openbsd.org 2001/05/16 22:09:21
2038 [channels.c nchan.c]
2039 more select() error fixes (don't set rfd/wfd to -1).
7043a38d 2040 - (bal) Enabled USE_PIPES for Cygwin on Corinna Vinschen <vinschen@redhat.com>
68fa858a 2041 - (bal) Corrected on_exit() emulation via atexit().
362df52e 2042
89aa792b 204320010512
2044 - OpenBSD CVS Sync
2045 - markus@cvs.openbsd.org 2001/05/11 14:59:56
2046 [clientloop.c misc.c misc.h]
2047 add unset_nonblock for stdout/err flushing in client_loop().
286e38f7 2048 - (bal) Patch to partial sync up contrib/solaris/ packaging software.
2049 Patch by pete <ninjaz@webexpress.com>
89aa792b 2050
97430469 205120010511
2052 - OpenBSD CVS Sync
2053 - markus@cvs.openbsd.org 2001/05/09 22:51:57
2054 [channels.c]
2055 fix -R for protocol 2, noticed by greg@nest.cx.
2056 bug was introduced with experimental dynamic forwarding.
a16092bb 2057 - markus@cvs.openbsd.org 2001/05/09 23:01:31
2058 [rijndael.h]
2059 fix prototype; J.S.Peatfield@damtp.cam.ac.uk
97430469 2060
588f4ed0 206120010509
2062 - OpenBSD CVS Sync
2063 - markus@cvs.openbsd.org 2001/05/06 21:23:31
2064 [cli.c]
2065 cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.net
d18e0850 2066 - markus@cvs.openbsd.org 2001/05/08 19:17:31
a01a10dd 2067 [channels.c serverloop.c clientloop.c]
d18e0850 2068 adds correct error reporting to async connect()s
68fa858a 2069 fixes the server-discards-data-before-connected-bug found by
d18e0850 2070 onoe@sm.sony.co.jp
8a624ebf 2071 - mouring@cvs.openbsd.org 2001/05/08 19:45:25
2072 [misc.c misc.h scp.c sftp.c]
2073 Use addargs() in sftp plus some clean up of addargs(). OK Markus
1b02d786 2074 - markus@cvs.openbsd.org 2001/05/06 21:45:14
2075 [clientloop.c]
68fa858a 2076 use atomicio for flushing stdout/stderr bufs. thanks to
1b02d786 2077 jbw@izanami.cee.hw.ac.uk
010980f6 2078 - markus@cvs.openbsd.org 2001/05/08 22:48:07
2079 [atomicio.c]
2080 no need for xmalloc.h, thanks to espie@
68fa858a 2081 - (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison
7e2d5fa4 2082 <wayne@blorf.net>
99c8ddac 2083 - (bal) ./configure support to disable SIA on OSF1. Patch by
2084 Chris Adams <cmadams@hiwaay.net>
68fa858a 2085 - (bal) Updates from the Sony NEWS-OS platform by NAKAJI Hiroyuki
b81c369b 2086 <nakaji@tutrp.tut.ac.jp>
588f4ed0 2087
7b22534a 208820010508
68fa858a 2089 - (bal) Fixed configure test for USE_SIA.
7b22534a 2090
94539b2a 209120010506
2092 - (djm) Update config.guess and config.sub with latest versions (from
2093 ftp://ftp.gnu.org/gnu/config/) to allow configure on ia64-hpux.
2094 Suggested by Jason Mader <jason@ncac.gwu.edu>
96c63318 2095 - (bal) White Space and #ifdef sync with OpenBSD
044b0662 2096 - (bal) Add 'seed_rng()' to ssh-add.c
9e9bd8c0 2097 - (bal) CVS ID updates for readpass.c, readpass.h, cli.c, and cli.h
cf7ff074 2098 - OpenBSD CVS Sync
2099 - stevesk@cvs.openbsd.org 2001/05/05 13:42:52
2100 [sftp.1 ssh-add.1 ssh-keygen.1]
2101 typos, grammar
94539b2a 2102
98143cfc 210320010505
2104 - OpenBSD CVS Sync
2105 - stevesk@cvs.openbsd.org 2001/05/04 14:21:56
2106 [ssh.1 sshd.8]
2107 typos
5b9601c8 2108 - markus@cvs.openbsd.org 2001/05/04 14:34:34
2109 [channels.c]
94539b2a 2110 channel_new() reallocs channels[], we cannot use Channel *c after
2111 calling channel_new(), XXX fix this in the future...
719fc62f 2112 - markus@cvs.openbsd.org 2001/05/04 23:47:34
2113 [channels.c channels.h clientloop.c nchan.c nchan.h serverloop.c ssh.c]
68fa858a 2114 move to Channel **channels (instead of Channel *channels), fixes realloc
2115 problems. channel_new now returns a Channel *, favour Channel * over
719fc62f 2116 channel id. remove old channel_allocate interface.
98143cfc 2117
f92fee1f 211820010504
2119 - OpenBSD CVS Sync
2120 - stevesk@cvs.openbsd.org 2001/05/03 15:07:39
2121 [channels.c]
2122 typo in debug() string
503e7e5b 2123 - markus@cvs.openbsd.org 2001/05/03 15:45:15
2124 [session.c]
2125 exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.au
c98cab9b 2126 - stevesk@cvs.openbsd.org 2001/05/03 21:43:01
2127 [servconf.c]
2128 remove "\n" from fatal()
1fcde3fe 2129 - mouring@cvs.openbsd.org 2001/05/03 23:09:53
2130 [misc.c misc.h scp.c sftp.c]
2131 Move colon() and cleanhost() to misc.c where I should I have put it in
2132 the first place
044aa419 2133 - (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com>
c7ccfd39 2134 - (bal) Avoid socket file security issues in ssh-agent for Cygwin.
2135 Patch by Egor Duda <deo@logos-m.ru>
f92fee1f 2136
065604bb 213720010503
2138 - OpenBSD CVS Sync
2139 - markus@cvs.openbsd.org 2001/05/02 16:41:20
2140 [ssh-add.c]
2141 fix prompt for ssh-add.
2142
742ee8f2 214320010502
2144 - OpenBSD CVS Sync
2145 - mouring@cvs.openbsd.org 2001/05/02 01:25:39
2146 [readpass.c]
2147 Put the 'const' back into ssh_askpass() function. Pointed out
2148 by Mark Miller <markm@swoon.net>. OK Markus
2149
3435f5a6 215020010501
2151 - OpenBSD CVS Sync
2152 - markus@cvs.openbsd.org 2001/04/30 11:18:52
2153 [readconf.c readconf.h ssh.1 ssh.c sshconnect.c]
2154 implement 'ssh -b bind_address' like 'telnet -b'
eef7adcb 2155 - markus@cvs.openbsd.org 2001/04/30 15:50:46
2156 [compat.c compat.h kex.c]
2157 allow interop with weaker key generation used by ssh-2.0.x, x < 10
ec430473 2158 - markus@cvs.openbsd.org 2001/04/30 16:02:49
2159 [compat.c]
2160 ssh-2.0.10 has the weak-key-bug, too.
3ca6cc45 2161 - (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
3435f5a6 2162
e8171bff 216320010430
39aefe7b 2164 - OpenBSD CVS Sync
2165 - markus@cvs.openbsd.org 2001/04/29 18:32:52
2166 [serverloop.c]
2167 fix whitespace
fbe90f7b 2168 - markus@cvs.openbsd.org 2001/04/29 19:16:52
2169 [channels.c clientloop.c compat.c compat.h serverloop.c]
2170 more ssh.com-2.0.x bug-compat; from per@appgate.com
e8171bff 2171 - (tim) New version of mdoc2man.pl from Mark D. Roth <roth+openssh@feep.net>
0b47e48f 2172 - (djm) Add .cvsignore files, suggested by Wayne Davison <wayne@blorf.net>
39aefe7b 2173
baf8c81a 217420010429
2175 - (bal) Updated INSTALL. PCRE moved to a new place.
e878ffe1 2176 - (djm) Release OpenSSH-2.9p1
baf8c81a 2177
0096ac62 217820010427
2179 - (bal) Fixed uidswap.c so it should work on non-posix complient systems.
2180 patch based on 2.5.2 version by djm.
95595a77 2181 - (bal) Build manpages and config files once unless changed. Patch by
2182 Carson Gaspar <carson@taltos.org>
68fa858a 2183 - (bal) arpa/nameser.h does not exist on Cygwin. Patch by Corinna
4a2df58f 2184 Vinschen <vinschen@redhat.com>
5ef815d7 2185 - (bal) Add /etc/sysconfig/sshd support to redhat's sshd.init. Patch by
2186 Pekka Savola <pekkas@netcore.fi>
68fa858a 2187 - (bal) Cygwin lacks setgroups() API. Patch by Corinna Vinschen
229be2df 2188 <vinschen@redhat.com>
cc3ccfdc 2189 - (bal) version.h synced, RPM specs updated for 2.9
b1e2a48c 2190 - (tim) update contrib/caldera files with what Caldera is using.
2191 <sps@caldera.de>
0096ac62 2192
b587c165 219320010425
2194 - OpenBSD CVS Sync
2195 - markus@cvs.openbsd.org 2001/04/23 21:57:07
2196 [ssh-keygen.1 ssh-keygen.c]
2197 allow public key for -e, too
012bc0e1 2198 - markus@cvs.openbsd.org 2001/04/23 22:14:13
2199 [ssh-keygen.c]
2200 remove debug
f8252c48 2201 - (bal) Whitespace resync w/ OpenBSD for uidswap.c
10f72868 2202 - (djm) Add new server configuration directive 'PAMAuthenticationViaKbdInt'
68fa858a 2203 (default: off), implies KbdInteractiveAuthentication. Suggestion from
10f72868 2204 markus@
c2d059b5 2205 - (djm) Include crypt.h if available in auth-passwd.c
533875af 2206 - tim@mindrot.org 2001/04/25 21:38:01 [configure.in]
2207 man page detection fixes for SCO
b587c165 2208
da89cf4d 220920010424
2210 - OpenBSD CVS Sync
2211 - markus@cvs.openbsd.org 2001/04/22 23:58:36
2212 [ssh-keygen.1 ssh.1 sshd.8]
2213 document hostbased and other cleanup
5e29aeaf 2214 - (stevesk) start_pam() doesn't use DNS now for sshd -u0.
3cc990d7 2215 - (stevesk) auth-pam.c: use PERMIT_NO_PASSWD
68fa858a 2216 - (bal) sys/queue.h is bogus for NCR platform. Patch by Daniel Carroll
d8e76a0a 2217 <dan@mesastate.edu>
3644dc25 2218 - (bal) Fixed contrib/postinstall.in. Patch by wsanders@wsanders.net
da89cf4d 2219
a3626e12 222020010422
2221 - OpenBSD CVS Sync
2222 - markus@cvs.openbsd.org 2001/04/20 16:32:22
2223 [uidswap.c]
2224 set non-privileged gid before uid; tholo@ and deraadt@
1a726b04 2225 - mouring@cvs.openbsd.org 2001/04/21 00:55:57
2226 [sftp.1]
2227 Spelling
67b964a1 2228 - djm@cvs.openbsd.org 2001/04/22 08:13:30
2229 [ssh.1]
2230 typos spotted by stevesk@; ok deraadt@
ba917921 2231 - markus@cvs.openbsd.org 2001/04/22 12:34:05
2232 [scp.c]
2233 scp > 2GB; niles@scyld.com; ok deraadt@, djm@
5deceabb 2234 - markus@cvs.openbsd.org 2001/04/22 13:25:37
2235 [ssh-keygen.1 ssh-keygen.c]
2236 rename arguments -x -> -e (export key), -X -> -i (import key)
2237 xref draft-ietf-secsh-publickeyfile-01.txt
2cad6cef 2238 - markus@cvs.openbsd.org 2001/04/22 13:32:27
2239 [sftp-server.8 sftp.1 ssh.1 sshd.8]
2240 xref draft-ietf-secsh-*
bcaa828e 2241 - markus@cvs.openbsd.org 2001/04/22 13:41:02
2242 [ssh-keygen.1 ssh-keygen.c]
2243 style, noted by stevesk; sort flags in usage
a3626e12 2244
df841692 224520010421
2246 - OpenBSD CVS Sync
2247 - djm@cvs.openbsd.org 2001/04/20 07:17:51
2248 [clientloop.c ssh.1]
2249 Split out and improve escape character documentation, mention ~R in
2250 ~? help text; ok markus@
0e7e0abe 2251 - Update RPM spec files for CVS version.h
1ddee76b 2252 - (stevesk) set the default PAM service name to __progname instead
2253 of the hard-coded value "sshd"; from Mark D. Roth <roth@feep.net>
4b28be2c 2254 - (stevesk) document PAM service name change in INSTALL
13dd877b 2255 - tim@mindrot.org 2001/04/21 14:25:57 [Makefile.in configure.in]
2256 fix perl test, fix nroff test, fix Makefile to build outside source tree
df841692 2257
05cc0c99 225820010420
68fa858a 2259 - OpenBSD CVS Sync
05cc0c99 2260 - ian@cvs.openbsd.org 2001/04/18 16:21:05
68fa858a 2261 [ssh-keyscan.1]
2262 Fix typo reported in PR/1779
2263 - markus@cvs.openbsd.org 2001/04/18 21:57:42
2264 [readpass.c ssh-add.c]
561e5254 2265 call askpass from ssh, too, based on work by roth@feep.net, ok deraadt
68fa858a 2266 - markus@cvs.openbsd.org 2001/04/18 22:03:45
2267 [auth2.c sshconnect2.c]
f98c3421 2268 use FDQN with trailing dot in the hostbased auth packets, ok deraadt@
57a5edd8 2269 - markus@cvs.openbsd.org 2001/04/18 22:48:26
68fa858a 2270 [auth2.c]
2271 no longer const
2272 - markus@cvs.openbsd.org 2001/04/18 23:43:26
2273 [auth2.c compat.c sshconnect2.c]
2274 more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works now
8dddf799 2275 (however the 2.1.0 server seems to work only if debug is enabled...)
ae88ea7e 2276 - markus@cvs.openbsd.org 2001/04/18 23:44:51
68fa858a 2277 [authfile.c]
2278 error->debug; noted by fries@
2279 - markus@cvs.openbsd.org 2001/04/19 00:05:11
2280 [auth2.c]
2281 use local variable, no function call needed.
5cf13595 2282 (btw, hostbased works now with ssh.com >= 2.0.13)
431a2493 2283 - (bal) Put scp-common.h back into scp.c (it exists in the upstream
2284 tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp>
05cc0c99 2285
e78e738a 228620010418
68fa858a 2287 - OpenBSD CVS Sync
e78e738a 2288 - markus@cvs.openbsd.org 2001/04/17 19:34:25
3a83b819 2289 [session.c]
2290 move auth_approval to do_authenticated().
2291 do_child(): nuke hostkeys from memory
2292 don't source .ssh/rc for subsystems.
2293 - markus@cvs.openbsd.org 2001/04/18 14:15:00
2294 [canohost.c]
2295 debug->debug3
ce2af031 2296 - (bal) renabled 'catman-do:' and fixed it. So now catman pages should
2297 be working again.
e0c4d3ac 2298 - (bal) Makfile day... Cleaned up multiple mantype support (Patch by
2299 Mark D. Roth <roth+openssh@feep.net>), and fixed PIDDIR support.
3a83b819 2300
8c6b78e4 230120010417
2302 - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in
6d165a89 2303 and temporary commented out 'catman-do:' since it is broken. Patches
8c6b78e4 2304 for the first two by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a88b7b57 2305 - OpenBSD CVS Sync
53b8fe68 2306 - deraadt@cvs.openbsd.org 2001/04/16 08:26:04
2307 [key.c]
2308 better safe than sorry in later mods; yongari@kt-is.co.kr
2309 - markus@cvs.openbsd.org 2001/04/17 08:14:01
2310 [sshconnect1.c]
2311 check for key!=NULL, thanks to costa
2312 - markus@cvs.openbsd.org 2001/04/17 09:52:48
2313 [clientloop.c]
cf6bc93c 2314 handle EINTR/EAGAIN on read; ok deraadt@
53b8fe68 2315 - markus@cvs.openbsd.org 2001/04/17 10:53:26
2316 [key.c key.h readconf.c readconf.h ssh.1 sshconnect2.c]
e961a8f9 2317 add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@
53b8fe68 2318 - markus@cvs.openbsd.org 2001/04/17 12:55:04
2319 [channels.c ssh.c]
2320 undo socks5 and https support since they are not really used and
2321 only bloat ssh. remove -D from usage(), since '-D' is experimental.
2322
e4664c3e 232320010416
2324 - OpenBSD CVS Sync
2325 - stevesk@cvs.openbsd.org 2001/04/15 01:35:22
2326 [ttymodes.c]
2327 fix comments
ec1f12d3 2328 - markus@cvs.openbsd.org 2001/04/15 08:43:47
2329 [dh.c sftp-glob.c sftp-glob.h sftp-int.c sshconnect2.c sshd.c]
2330 some unused variable and typos; from tomh@po.crl.go.jp
58cfa257 2331 - markus@cvs.openbsd.org 2001/04/15 16:58:03
2332 [authfile.c ssh-keygen.c sshd.c]
2333 don't use errno for key_{load,save}_private; discussion w/ solar@openwall
e968270c 2334 - markus@cvs.openbsd.org 2001/04/15 17:16:00
2335 [clientloop.c]
2336 set stdin/out/err to nonblocking in SSH proto 1, too. suggested by ho@
2337 should fix some of the blocking problems for rsync over SSH-1
84fc17bf 2338 - stevesk@cvs.openbsd.org 2001/04/15 19:41:21
2339 [sshd.8]
2340 some ClientAlive cleanup; ok markus@
b7c70970 2341 - stevesk@cvs.openbsd.org 2001/04/15 21:28:35
2342 [readconf.c servconf.c]
2343 use fatal() or error() vs. fprintf(); ok markus@
5d97cfbf 2344 - (djm) Convert mandoc manpages to man automatically. Patch from Mark D.
2345 Roth <roth+openssh@feep.net>
6023325e 2346 - (bal) CVS ID fix up and slight manpage fix from OpenBSD tree.
47b53518 2347 - (djm) OpenBSD CVS Sync
2348 - mouring@cvs.openbsd.org 2001/04/16 02:31:44
2349 [scp.c sftp.c]
2350 IPv6 support for sftp (which I bungled in my last patch) which is
2351 borrowed from scp.c. Thanks to Markus@ for pointing it out.
764291b3 2352 - deraadt@cvs.openbsd.org 2001/04/16 08:05:34
2353 [xmalloc.c]
2354 xrealloc dealing with ptr == nULL; mouring
f2c2fd71 2355 - djm@cvs.openbsd.org 2001/04/16 08:19:31
2356 [session.c]
68fa858a 2357 Split motd and hushlogin checks into seperate functions, helps for
f2c2fd71 2358 portable. From Chris Adams <cmadams@hiwaay.net>; ok markus@
68fa858a 2359 - Fix OSF SIA support displaying too much information for quiet
2360 logins and logins where access was denied by SIA. Patch from Chris Adams
c96a4aaf 2361 <cmadams@hiwaay.net>
e4664c3e 2362
f03228b1 236320010415
2364 - OpenBSD CVS Sync
2365 - deraadt@cvs.openbsd.org 2001/04/14 04:31:01
2366 [ssh-add.c]
2367 do not double free
9cf972fa 2368 - markus@cvs.openbsd.org 2001/04/14 16:17:14
2369 [channels.c]
2370 remove some channels that are not appropriate for keepalive.
eae942e2 2371 - markus@cvs.openbsd.org 2001/04/14 16:27:57
2372 [ssh-add.c]
2373 use clear_pass instead of xfree()
30dcc918 2374 - stevesk@cvs.openbsd.org 2001/04/14 16:33:20
2375 [clientloop.c packet.h session.c ssh.c ttymodes.c ttymodes.h]
2376 protocol 2 tty modes support; ok markus@
36967a16 2377 - stevesk@cvs.openbsd.org 2001/04/14 17:04:42
2378 [scp.c]
2379 'T' handling rcp/scp sync; ok markus@
e4664c3e 2380 - Missed sshtty.[ch] in Sync.
f03228b1 2381
e400a640 238220010414
2383 - Sync with OpenBSD glob.c, strlcat.c and vis.c changes
68fa858a 2384 - Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen
fe56c12b 2385 <vinschen@redhat.com>
3ffc6336 2386 - OpenBSD CVS Sync
2387 - beck@cvs.openbsd.org 2001/04/13 22:46:54
2388 [channels.c channels.h servconf.c servconf.h serverloop.c sshd.8]
2389 Add options ClientAliveInterval and ClientAliveCountMax to sshd.
2390 This gives the ability to do a "keepalive" via the encrypted channel
2391 which can't be spoofed (unlike TCP keepalives). Useful for when you want
2392 to use ssh connections to authenticate people for something, and know
2393 relatively quickly when they are no longer authenticated. Disabled
2394 by default (of course). ok markus@
e400a640 2395
cc44f691 239620010413
68fa858a 2397 - OpenBSD CVS Sync
2398 - markus@cvs.openbsd.org 2001/04/12 14:29:09
2399 [ssh.c]
2400 show debug output during option processing, report from
cc44f691 2401 pekkas@netcore.fi
8002af61 2402 - markus@cvs.openbsd.org 2001/04/12 19:15:26
68fa858a 2403 [auth-rhosts.c auth.h auth2.c buffer.c canohost.c canohost.h
2404 compat.c compat.h hostfile.c pathnames.h readconf.c readconf.h
2405 servconf.c servconf.h ssh.c sshconnect.c sshconnect.h sshconnect1.c
8002af61 2406 sshconnect2.c sshd_config]
2407 implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)
2408 similar to RhostRSAAuthentication unless you enable (the experimental)
2409 HostbasedUsesNameFromPacketOnly option. please test. :)
0140e66a 2410 - markus@cvs.openbsd.org 2001/04/12 19:39:27
2411 [readconf.c]
2412 typo
2d2a2c65 2413 - stevesk@cvs.openbsd.org 2001/04/12 20:09:38
2414 [misc.c misc.h readconf.c servconf.c ssh.c sshd.c]
2415 robust port validation; ok markus@ jakob@
edeeab1e 2416 - mouring@cvs.openbsd.org 2001/04/12 23:17:54
2417 [sftp-int.c sftp-int.h sftp.1 sftp.c]
2418 Add support for:
2419 sftp [user@]host[:file [file]] - Fetch remote file(s)
2420 sftp [user@]host[:dir[/]] - Start in remote dir/
2421 OK deraadt@
57aa8961 2422 - stevesk@cvs.openbsd.org 2001/04/13 01:26:17
2423 [ssh.c]
2424 missing \n in error message
96f8b59f 2425 - (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others)
2426 lack it.
cc44f691 2427
28b9cb4d 242820010412
68fa858a 2429 - OpenBSD CVS Sync
28b9cb4d 2430 - markus@cvs.openbsd.org 2001/04/10 07:46:58
68fa858a 2431 [channels.c]
2432 cleanup socks4 handling
2433 - itojun@cvs.openbsd.org 2001/04/10 09:13:22
c0ecc314 2434 [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
68fa858a 2435 document id_rsa{.pub,}. markus ok
070adba2 2436 - markus@cvs.openbsd.org 2001/04/10 12:15:23
68fa858a 2437 [channels.c]
2438 debug cleanup
45a2e669 2439 - djm@cvs.openbsd.org 2001/04/11 07:06:22
2440 [sftp-int.c]
2441 'mget' and 'mput' aliases; ok markus@
6031af8d 2442 - markus@cvs.openbsd.org 2001/04/11 10:59:01
2443 [ssh.c]
2444 use strtol() for ports, thanks jakob@
6683b40f 2445 - markus@cvs.openbsd.org 2001/04/11 13:56:13
2446 [channels.c ssh.c]
2447 https-connect and socks5 support. i feel so bad.
ff14faf1 2448 - lebel@cvs.openbsd.org 2001/04/11 16:25:30
2449 [sshd.8 sshd.c]
2450 implement the -e option into sshd:
2451 -e When this option is specified, sshd will send the output to the
2452 standard error instead of the system log.
2453 markus@ OK.
28b9cb4d 2454
0a85ab61 245520010410
2456 - OpenBSD CVS Sync
2457 - deraadt@cvs.openbsd.org 2001/04/08 20:52:55
2458 [sftp.c]
2459 do not modify an actual argv[] entry
b2ae83b8 2460 - stevesk@cvs.openbsd.org 2001/04/08 23:28:27
2461 [sshd.8]
2462 spelling
317611b5 2463 - stevesk@cvs.openbsd.org 2001/04/09 00:42:05
2464 [sftp.1]
2465 spelling
a8666d84 2466 - markus@cvs.openbsd.org 2001/04/09 15:12:23
2467 [ssh-add.c]
2468 passphrase caching: ssh-add tries last passphrase, clears passphrase if
2469 not successful and after last try.
2470 based on discussions with espie@, jakob@, ... and code from jakob@ and
2471 wolfgang@wsrcc.com
49ae4185 2472 - markus@cvs.openbsd.org 2001/04/09 15:19:49
2473 [ssh-add.1]
2474 ssh-add retries the last passphrase...
b8a297f1 2475 - stevesk@cvs.openbsd.org 2001/04/09 18:00:15
2476 [sshd.8]
2477 ListenAddress mandoc from aaron@
0a85ab61 2478
6e9944b8 247920010409
febd3f8e 2480 - (stevesk) use setresgid() for setegid() if needed
26de7942 2481 - (stevesk) configure.in: typo
6e9944b8 2482 - OpenBSD CVS Sync
2483 - stevesk@cvs.openbsd.org 2001/04/08 16:01:36
2484 [sshd.8]
2485 document ListenAddress addr:port
d64050ef 2486 - markus@cvs.openbsd.org 2001/04/08 13:03:00
2487 [ssh-add.c]
2488 init pointers with NULL, thanks to danimal@danimal.org
d0a4c20b 2489 - markus@cvs.openbsd.org 2001/04/08 11:27:33
2490 [clientloop.c]
2491 leave_raw_mode if ssh2 "session" is closed
63bd8c36 2492 - markus@cvs.openbsd.org 2001/04/06 21:00:17
2493 [auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth2.c channels.c session.c
2494 ssh.c sshconnect.c sshconnect.h uidswap.c uidswap.h]
2495 do gid/groups-swap in addition to uid-swap, should help if /home/group
2496 is chmod 750 + chgrp grp /home/group/, work be deraadt and me, thanks
2497 to olar@openwall.com is comments. we had many requests for this.
0490e609 2498 - markus@cvs.openbsd.org 2001/04/07 08:55:18
2499 [buffer.c channels.c channels.h readconf.c ssh.c]
68fa858a 2500 allow the ssh client act as a SOCKS4 proxy (dynamic local
2501 portforwarding). work by Dan Kaminsky <dankamin@cisco.com> and me.
2502 thanks to Dan for this great patch: use 'ssh -D 1080 host' and make
0490e609 2503 netscape use localhost:1080 as a socks proxy.
d98d029a 2504 - markus@cvs.openbsd.org 2001/04/08 11:24:33
2505 [uidswap.c]
2506 KNF
6e9944b8 2507
d9d49fdb 250820010408
2509 - OpenBSD CVS Sync
2510 - stevesk@cvs.openbsd.org 2001/04/06 22:12:47
2511 [hostfile.c]
2512 unused; typo in comment
d11c1288 2513 - stevesk@cvs.openbsd.org 2001/04/06 22:25:25
2514 [servconf.c]
2515 in addition to:
2516 ListenAddress host|ipv4_addr|ipv6_addr
2517 permit:
2518 ListenAddress [host|ipv4_addr|ipv6_addr]:port
2519 ListenAddress host|ipv4_addr:port
2520 sshd.8 updates coming. ok markus@
d9d49fdb 2521
613fc910 252220010407
2523 - (bal) CVS ID Resync of version.h
cc94bd38 2524 - OpenBSD CVS Sync
2525 - markus@cvs.openbsd.org 2001/04/05 23:39:20
2526 [serverloop.c]
2527 keep the ssh session even if there is no active channel.
2528 this is more in line with the protocol spec and makes
2529 ssh -N -L 1234:server:110 host
2530 more useful.
2531 based on discussion with <mats@mindbright.se> long time ago
2532 and recent mail from <res@shore.net>
0fc791ba 2533 - deraadt@cvs.openbsd.org 2001/04/06 16:46:59
2534 [scp.c]
2535 remove trailing / from source paths; fixes pr#1756
68fa858a 2536
63f7e231 253720010406
2538 - (stevesk) logintest.c: fix for systems without __progname
72170131 2539 - (stevesk) Makefile.in: log.o is in libssh.a
d8a2f554 2540 - OpenBSD CVS Sync
2541 - markus@cvs.openbsd.org 2001/04/05 10:00:06
2542 [compat.c]
2543 2.3.x does old GEX, too; report jakob@
6ba22c93 2544 - markus@cvs.openbsd.org 2001/04/05 10:39:03
2545 [compress.c compress.h packet.c]
2546 reset compress state per direction when rekeying.
3667ba79 2547 - markus@cvs.openbsd.org 2001/04/05 10:39:48
2548 [version.h]
2549 temporary version 2.5.4 (supports rekeying).
2550 this is not an official release.
cd332296 2551 - markus@cvs.openbsd.org 2001/04/05 10:42:57
68fa858a 2552 [auth-chall.c authfd.c channels.c clientloop.c kex.c kexgex.c key.c
2553 mac.c packet.c serverloop.c sftp-client.c sftp-client.h sftp-glob.c
2554 sftp-glob.h sftp-int.c sftp-server.c sftp.c ssh-keygen.c sshconnect.c
cd332296 2555 sshconnect2.c sshd.c]
2556 fix whitespace: unexpand + trailing spaces.
255cfda1 2557 - markus@cvs.openbsd.org 2001/04/05 11:09:17
2558 [clientloop.c compat.c compat.h]
2559 add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions.
b4a19d21 2560 - markus@cvs.openbsd.org 2001/04/05 15:45:43
2561 [ssh.1]
2562 ssh defaults to protocol v2; from quisar@quisar.ambre.net
46e3af7f 2563 - stevesk@cvs.openbsd.org 2001/04/05 15:48:18
2564 [canohost.c canohost.h session.c]
2565 move get_remote_name_or_ip() to canohost.[ch]; for portable. ok markus@
54506d2e 2566 - markus@cvs.openbsd.org 2001/04/05 20:01:10
2567 [clientloop.c]
2568 for ~R print message if server does not support rekeying. (and fix ~R).
b37caf1a 2569 - markus@cvs.openbsd.org 2001/04/05 21:02:46
2570 [buffer.c]
2571 better error message
eb0dd41f 2572 - markus@cvs.openbsd.org 2001/04/05 21:05:24
2573 [clientloop.c ssh.c]
2574 don't request a session for 'ssh -N', pointed out slade@shore.net
63f7e231 2575
d8ee838b 257620010405
68fa858a 2577 - OpenBSD CVS Sync
2578 - markus@cvs.openbsd.org 2001/04/04 09:48:35
d8ee838b 2579 [kex.c kex.h kexdh.c kexgex.c packet.c sshconnect2.c sshd.c]
68fa858a 2580 don't sent multiple kexinit-requests.
2581 send newkeys, block while waiting for newkeys.
2582 fix comments.
2583 - markus@cvs.openbsd.org 2001/04/04 14:34:58
2584 [clientloop.c kex.c kex.h serverloop.c sshconnect2.c sshd.c]
2585 enable server side rekeying + some rekey related clientup.
7a37c112 2586 todo: we should not send any non-KEX messages after we send KEXINIT
5adb303f 2587 - markus@cvs.openbsd.org 2001/04/04 15:50:55
2588 [compat.c]
2589 f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.gov
c422989b 2590 - markus@cvs.openbsd.org 2001/04/04 20:25:38
68fa858a 2591 [channels.c channels.h clientloop.c kex.c kex.h serverloop.c
c422989b 2592 sshconnect2.c sshd.c]
2593 more robust rekeying
2594 don't send channel data after rekeying is started.
0715ec6c 2595 - markus@cvs.openbsd.org 2001/04/04 20:32:56
2596 [auth2.c]
2597 we don't care about missing bannerfiles; from tsoome@ut.ee, ok deraadt@
bbb4cc1b 2598 - markus@cvs.openbsd.org 2001/04/04 22:04:35
2599 [kex.c kexgex.c serverloop.c]
2600 parse full kexinit packet.
2601 make server-side more robust, too.
a7ca6275 2602 - markus@cvs.openbsd.org 2001/04/04 23:09:18
2603 [dh.c kex.c packet.c]
2604 clear+free keys,iv for rekeying.
2605 + fix DH mem leaks. ok niels@
86c9e193 2606 - (stevesk) don't use vhangup() if defined(HAVE_DEV_PTMX); also removes
2607 BROKEN_VHANGUP
d8ee838b 2608
9d451c5a 260920010404
2610 - OpenBSD CVS Sync
2611 - deraadt@cvs.openbsd.org 2001/04/02 17:32:23
2612 [ssh-agent.1]
2613 grammar; slade@shore.net
894c5fa6 2614 - stevesk@cvs.openbsd.org 2001/04/03 13:56:11
2615 [sftp-glob.c ssh-agent.c ssh-keygen.c]
2616 free() -> xfree()
a5c9ffdb 2617 - markus@cvs.openbsd.org 2001/04/03 19:53:29
2618 [dh.c dh.h kex.c kex.h sshconnect2.c sshd.c]
2619 move kex to kex*.c, used dispatch_set() callbacks for kex. should
2620 make rekeying easier.
3463ff28 2621 - todd@cvs.openbsd.org 2001/04/03 21:19:38
2622 [ssh_config]
2623 id_rsa1/2 -> id_rsa; ok markus@
d1ac6175 2624 - markus@cvs.openbsd.org 2001/04/03 23:32:12
2625 [kex.c kex.h packet.c sshconnect2.c sshd.c]
2626 undo parts of recent my changes: main part of keyexchange does not
2627 need dispatch-callbacks, since application data is delayed until
2628 the keyexchange completes (if i understand the drafts correctly).
2629 add some infrastructure for re-keying.
e092ce67 2630 - markus@cvs.openbsd.org 2001/04/04 00:06:54
2631 [clientloop.c sshconnect2.c]
2632 enable client rekeying
2633 (1) force rekeying with ~R, or
2634 (2) if the server requests rekeying.
2635 works against ssh-2.0.12/2.0.13/2.1.0/2.2.0/2.3.0/2.3.1/2.4.0
0bc35151 2636 - (bal) Oops.. Missed including kexdh.c and kexgex.c in OpenBSD sync.
9d451c5a 2637
672f212f 263820010403
2639 - OpenBSD CVS Sync
2640 - stevesk@cvs.openbsd.org 2001/04/02 14:15:31
2641 [sshd.8]
2642 typo; ok markus@
6be9a5e8 2643 - stevesk@cvs.openbsd.org 2001/04/02 14:20:23
2644 [readconf.c servconf.c]
2645 correct comment; ok markus@
fe39c3df 2646 - (stevesk) nchan.c: remove ostate checks and add EINVAL to
2647 shutdown(SHUT_RD) error() bypass for HP-UX.
672f212f 2648
0be033ea 264920010402
2650 - (stevesk) log.c openbsd sync; missing newlines
5d9e4c8d 2651 - (stevesk) sshpty.h openbsd sync; PTY_H -> SSHPTY_H
0be033ea 2652
b7a2a476 265320010330
2654 - (djm) Another openbsd-compat/glob.c sync
4047d868 2655 - (djm) OpenBSD CVS Sync
2656 - provos@cvs.openbsd.org 2001/03/28 21:59:41
2657 [kex.c kex.h sshconnect2.c sshd.c]
2658 forgot to include min and max params in hash, okay markus@
c8682232 2659 - provos@cvs.openbsd.org 2001/03/28 22:04:57
2660 [dh.c]
2661 more sanity checking on primes file
d9cd3575 2662 - markus@cvs.openbsd.org 2001/03/28 22:43:31
2663 [auth.h auth2.c auth2-chall.c]
2664 check auth_root_allowed for kbd-int auth, too.
86b878d5 2665 - provos@cvs.openbsd.org 2001/03/29 14:24:59
2666 [sshconnect2.c]
2667 use recommended defaults
1ad64a93 2668 - stevesk@cvs.openbsd.org 2001/03/29 21:06:21
2669 [sshconnect2.c sshd.c]
2670 need to set both STOC and CTOS for SSH_BUG_BIGENDIANAES; ok markus@
03b8f8be 2671 - markus@cvs.openbsd.org 2001/03/29 21:17:40
2672 [dh.c dh.h kex.c kex.h]
2673 prepare for rekeying: move DH code to dh.c
76ca7b01 2674 - djm@cvs.openbsd.org 2001/03/29 23:42:01
2675 [sshd.c]
2676 Protocol 1 key regeneration log => verbose, some KNF; ok markus@
b7a2a476 2677
01ce749f 267820010329
2679 - OpenBSD CVS Sync
2680 - stevesk@cvs.openbsd.org 2001/03/26 15:47:59
2681 [ssh.1]
2682 document more defaults; misc. cleanup. ok markus@
569807fb 2683 - markus@cvs.openbsd.org 2001/03/26 23:12:42
2684 [authfile.c]
2685 KNF
457fc0c6 2686 - markus@cvs.openbsd.org 2001/03/26 23:23:24
2687 [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
2688 try to read private f-secure ssh v2 rsa keys.
1a92bd7e 2689 - markus@cvs.openbsd.org 2001/03/27 10:34:08
2690 [ssh-rsa.c sshd.c]
2691 use EVP_get_digestbynid, reorder some calls and fix missing free.
a4da628b 2692 - markus@cvs.openbsd.org 2001/03/27 10:57:00
2693 [compat.c compat.h ssh-rsa.c]
2694 some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5
2695 signatures in SSH protocol 2, ok djm@
db1cd2f3 2696 - provos@cvs.openbsd.org 2001/03/27 17:46:50
2697 [compat.c compat.h dh.c dh.h ssh2.h sshconnect2.c sshd.c version.h]
2698 make dh group exchange more flexible, allow min and max group size,
2699 okay markus@, deraadt@
e5ff6ecf 2700 - stevesk@cvs.openbsd.org 2001/03/28 19:56:23
2701 [scp.c]
2702 start to sync scp closer to rcp; ok markus@
03cb2621 2703 - stevesk@cvs.openbsd.org 2001/03/28 20:04:38
2704 [scp.c]
2705 usage more like rcp and add missing -B to usage; ok markus@
563834bb 2706 - markus@cvs.openbsd.org 2001/03/28 20:50:45
2707 [sshd.c]
2708 call refuse() before close(); from olemx@ans.pl
01ce749f 2709
b5b68128 271020010328
68fa858a 2711 - (djm) Reorder tests and library inclusion for Krb4/AFS to try to
2712 resolve linking conflicts with libcrypto. Report and suggested fix
b5b68128 2713 from Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
edbe6722 2714 - (djm) Work around Solaris' broken struct dirent. Diagnosis and suggested
2715 fix from Philippe Levan <levan@epix.net>
cccfea16 2716 - (djm) Rework krbIV tests to get us closer to building on Redhat. Still
2717 doesn't work because of conflicts between krbIV's and OpenSSL's des.h
8d0cc79b 2718 - (djm) Sync openbsd-compat/glob.c
b5b68128 2719
0c90b590 272020010327
2721 - Attempt sync with sshlogin.c w/ OpenBSD (mainly CVS ID)
68fa858a 2722 - Fix pointer issues in waitpid() and wait() replaces. Patch by Lutz
60a8683f 2723 Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
690d0d7f 2724 - OpenBSD CVS Sync
2725 - djm@cvs.openbsd.org 2001/03/25 00:01:34
2726 [session.c]
2727 shorten; ok markus@
4f4648f9 2728 - stevesk@cvs.openbsd.org 2001/03/25 13:16:11
2729 [servconf.c servconf.h session.c sshd.8 sshd_config]
2730 PrintLastLog option; from chip@valinux.com with some minor
2731 changes by me. ok markus@
9afbfcfa 2732 - markus@cvs.openbsd.org 2001/03/26 08:07:09
68fa858a 2733 [authfile.c authfile.h ssh-add.c ssh-keygen.c ssh.c sshconnect.c
9afbfcfa 2734 sshconnect.h sshconnect1.c sshconnect2.c sshd.c]
2735 simpler key load/save interface, see authfile.h
68fa858a 2736 - (djm) Reestablish PAM credentials (which can be supplemental group
9afbfcfa 2737 memberships) after initgroups() blows them away. Report and suggested
2738 fix from Nalin Dahyabhai <nalin@redhat.com>
0c90b590 2739
b567a40c 274020010324
2741 - Fixed permissions ssh-keyscan. Thanks to Christopher Linn <celinn@mtu.edu>.
80cd07ae 2742 - OpenBSD CVS Sync
2743 - djm@cvs.openbsd.org 2001/03/23 11:04:07
2744 [compat.c compat.h sshconnect2.c sshd.c]
2745 Compat for OpenSSH with broken Rijndael/AES. ok markus@
7af9f7f8 2746 - markus@cvs.openbsd.org 2001/03/23 12:02:49
2747 [auth1.c]
2748 authctxt is now passed to do_authenticated
e285053e 2749 - markus@cvs.openbsd.org 2001/03/23 13:10:57
2750 [sftp-int.c]
2751 fix put, upload to _absolute_ path, ok djm@
1d3c30db 2752 - markus@cvs.openbsd.org 2001/03/23 14:28:32
2753 [session.c sshd.c]
2754 ignore SIGPIPE, restore in child, fixes x11-fwd crashes; with djm@
8ca3f6dc 2755 - (djm) Pull out our own SIGPIPE hacks
b567a40c 2756
8a169574 275720010323
68fa858a 2758 - OpenBSD CVS Sync
8a169574 2759 - deraadt@cvs.openbsd.org 2001/03/22 20:22:55
68fa858a 2760 [sshd.c]
2761 do not place linefeeds in buffer
8a169574 2762
ee110bfb 276320010322
2764 - (djm) Better AIX no tty fix, spotted by Gert Doering <gert@greenie.muc.de>
289ba62e 2765 - (bal) version.c CVS ID resync
a5b09902 2766 - (bal) auth-chall.c auth-passwd.c auth.h auth1.c auth2.c session.c CVS ID
2767 resync
ae7242ef 2768 - (bal) scp.c CVS ID resync
3e587cc3 2769 - OpenBSD CVS Sync
2770 - markus@cvs.openbsd.org 2001/03/20 19:10:16
2771 [readconf.c]
2772 default to SSH protocol version 2
e5d7a405 2773 - markus@cvs.openbsd.org 2001/03/20 19:21:21
2774 [session.c]
2775 remove unused arg
39f7530f 2776 - markus@cvs.openbsd.org 2001/03/20 19:21:21
2777 [session.c]
2778 remove unused arg
bb5639fe 2779 - markus@cvs.openbsd.org 2001/03/21 11:43:45
2780 [auth1.c auth2.c session.c session.h]
2781 merge common ssh v1/2 code
5e7cb456 2782 - jakob@cvs.openbsd.org 2001/03/21 14:20:45
2783 [ssh-keygen.c]
2784 add -B flag to usage
ca4df544 2785 - markus@cvs.openbsd.org 2001/03/21 21:06:30
2786 [session.c]
2787 missing init; from mib@unimelb.edu.au
ee110bfb 2788
f5f6020e 278920010321
68fa858a 2790 - (djm) Fix ttyname breakage for AIX and Tru64. Patch from Steve
f5f6020e 2791 VanDevender <stevev@darkwing.uoregon.edu>
37eadb90 2792 - (djm) Make sure pam_retval is initialised on call to pam_end. Patch
2793 from Solar Designer <solar@openwall.com>
0a3700ee 2794 - (djm) Don't loop forever when changing password via PAM. Patch
2795 from Solar Designer <solar@openwall.com>
0c13ffa2 2796 - (djm) Generate config files before build
7a7101ec 2797 - (djm) Correctly handle SIA and AIX when no tty present. Spotted and
2798 suggested fix from Mike Battersby <mib@unimelb.edu.au>
f5f6020e 2799
8d539493 280020010320
01022caf 2801 - (bal) glob.c update to added GLOB_LIMITS (OpenBSD CVS).
2802 - (bal) glob.c update to set gl_pathv to NULL (OpenBSD CVS).
1620233b 2803 - (bal) Oops. Missed globc.h change (OpenBSD CVS).
614dee3a 2804 - (djm) OpenBSD CVS Sync
2805 - markus@cvs.openbsd.org 2001/03/19 17:07:23
2806 [auth.c readconf.c]
2807 undo /etc/shell and proto 2,1 change for openssh-2.5.2
3dd16786 2808 - markus@cvs.openbsd.org 2001/03/19 17:12:10
2809 [version.h]
2810 version 2.5.2
ea44783f 2811 - (djm) Update RPM spec version
2812 - (djm) Release 2.5.2p1
3743cc2f 2813- tim@mindrot.org 2001/03/19 18:33:47 [defines.h]
2814 change S_ISLNK macro to work for UnixWare 2.03
9887f269 2815- tim@mindrot.org 2001/03/19 20:45:11 [openbsd-compat/glob.c]
2816 add get_arg_max(). Use sysconf() if ARG_MAX is not defined
8d539493 2817
e339aa53 281820010319
68fa858a 2819 - (djm) Seed PRNG at startup, rather than waiting for arc4random calls to
e339aa53 2820 do it implicitly.
7cdb79d4 2821 - (djm) Add getusershell() functions from OpenBSD CVS
b1ed8313 2822 - OpenBSD CVS Sync
2823 - markus@cvs.openbsd.org 2001/03/18 12:07:52
2824 [auth-options.c]
2825 ignore permitopen="host:port" if AllowTcpForwarding==no
f8f230bf 2826 - (djm) Make scp work on systems without 64-bit ints
2538ecf1 2827 - tim@mindrot.org 2001/03/18 18:28:39 [defines.h]
2828 move HAVE_LONG_LONG_INT where it works
d1581d5f 2829 - (bal) Use 'NGROUPS' for NeXT Since 'MAX_NGROUPS' is wrapped up in -lposix
107628c0 2830 stuff. Change suggested by Mark Miller <markm@swoon.net>
d1581d5f 2831 - (bal) Small fix to scp. %lu vs %ld
68fa858a 2832 - (bal) NeXTStep lacks S_ISLNK. Plus split up S_IS*
bb6da70f 2833 - (djm) OpenBSD CVS Sync
2834 - djm@cvs.openbsd.org 2001/03/19 03:52:51
2835 [sftp-client.c]
2836 Report ssh connection closing correctly; ok deraadt@
3a1c54d4 2837 - deraadt@cvs.openbsd.org 2001/03/18 23:30:55
2838 [compat.c compat.h sshd.c]
68fa858a 2839 specifically version match on ssh scanners. do not log scan
3a1c54d4 2840 information to the console
dc504afd 2841 - djm@cvs.openbsd.org 2001/03/19 12:10:17
db4d3098 2842 [sshd.8]
dc504afd 2843 Document permitopen authorized_keys option; ok markus@
babd91d4 2844 - djm@cvs.openbsd.org 2001/03/19 05:49:52
2845 [ssh.1]
2846 document PreferredAuthentications option; ok markus@
05c64611 2847 - (bal) Minor NeXT fixed. Forgot to #undef NGROUPS_MAX
e339aa53 2848
ec0ad9c2 284920010318
68fa858a 2850 - (bal) Fixed scp type casing issue which causes "scp: protocol error:
ec0ad9c2 2851 size not delimited" fatal errors when tranfering.
5cc8d4ad 2852 - OpenBSD CVS Sync
2853 - markus@cvs.openbsd.org 2001/03/17 17:27:59
2854 [auth.c]
2855 check /etc/shells, too
7411201c 2856 - tim@mindrot.org 2001/03/17 18:45:25 [compat.c]
2857 openbsd-compat/fake-regex.h
ec0ad9c2 2858
8a968c25 285920010317
68fa858a 2860 - Support usrinfo() on AIX. Based on patch from Gert Doering
8a968c25 2861 <gert@greenie.muc.de>
bf1d27bd 2862 - OpenBSD CVS Sync
2863 - markus@cvs.openbsd.org 2001/03/15 15:05:59
2864 [scp.c]
2865 use %lld in printf, ok millert@/deraadt@; report from ssh@client.fi
56b3e9ce 2866 - markus@cvs.openbsd.org 2001/03/15 22:07:08
2867 [session.c]
2868 pass Session to do_child + KNF
d50d9b63 2869 - djm@cvs.openbsd.org 2001/03/16 08:16:18
2870 [sftp-client.c sftp-client.h sftp-glob.c sftp-int.c]
2871 Revise globbing for get/put to be more shell-like. In particular,
2872 "get/put file* directory/" now works. ok markus@
f55d1b5f 2873 - markus@cvs.openbsd.org 2001/03/16 09:55:53
2874 [sftp-int.c]
2875 fix memset and whitespace
6a8496e4 2876 - markus@cvs.openbsd.org 2001/03/16 13:44:24
2877 [sftp-int.c]
2878 discourage strcat/strcpy
01794848 2879 - markus@cvs.openbsd.org 2001/03/16 19:06:30
2880 [auth-options.c channels.c channels.h serverloop.c session.c]
2881 implement "permitopen" key option, restricts -L style forwarding to
2882 to specified host:port pairs. based on work by harlan@genua.de
68fa858a 2883 - Check for gl_matchc support in glob_t and fall back to the
40849fdb 2884 openbsd-compat/glob.[ch] support if it does not exist.
8a968c25 2885
4cb5d598 288620010315
2887 - OpenBSD CVS Sync
2888 - markus@cvs.openbsd.org 2001/03/14 08:57:14
2889 [sftp-client.c]
2890 Wall
85cf5827 2891 - markus@cvs.openbsd.org 2001/03/14 15:15:58
2892 [sftp-int.c]
2893 add version command
61b3a2bc 2894 - deraadt@cvs.openbsd.org 2001/03/14 22:50:25
2895 [sftp-server.c]
2896 note no getopt()
51e2fc8f 2897 - (stevesk) ssh-keyscan.c: specify "openbsd-compat/fake-queue.h"
68fa858a 2898 - (bal) Cygwin README change by Corinna Vinschen <vinschen@redhat.com>
4cb5d598 2899
acc9d6d7 290020010314
2901 - OpenBSD CVS Sync
85cf5827 2902 - markus@cvs.openbsd.org 2001/03/13 17:34:42
2903 [auth-options.c]
2904 missing xfree, deny key on parse error; ok stevesk@
2905 - djm@cvs.openbsd.org 2001/03/13 22:42:54
2906 [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c]
2907 sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@
84ceda19 2908 - (bal) Fix strerror() in bsd-misc.c
2909 - (djm) Add replacement glob() from OpenBSD libc if the system glob is
2910 missing or lacks the GLOB_ALTDIRFUNC extension
68fa858a 2911 - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers
84ceda19 2912 relatively. Avoids conflict between glob.h and /usr/include/glob.h
acc9d6d7 2913
22138a36 291420010313
2915 - OpenBSD CVS Sync
2916 - markus@cvs.openbsd.org 2001/03/12 22:02:02
2917 [key.c key.h ssh-add.c ssh-keygen.c sshconnect.c sshconnect2.c]
2918 remove old key_fingerprint interface, s/_ex//
2919
539af7f5 292020010312
2921 - OpenBSD CVS Sync
2922 - markus@cvs.openbsd.org 2001/03/11 13:25:36
2923 [auth2.c key.c]
2924 debug
301e8e5b 2925 - jakob@cvs.openbsd.org 2001/03/11 15:03:16
2926 [key.c key.h]
2927 add improved fingerprint functions. based on work by Carsten
2928 Raskgaard <cara@int.tele.dk> and modified by me. ok markus@.
954f0550 2929 - jakob@cvs.openbsd.org 2001/03/11 15:04:16
2930 [ssh-keygen.1 ssh-keygen.c]
2931 print both md5, sha1 and bubblebabble fingerprints when using
2932 ssh-keygen -l -v. ok markus@.
08345971 2933 - jakob@cvs.openbsd.org 2001/03/11 15:13:09
2934 [key.c]
2935 cleanup & shorten some var names key_fingerprint_bubblebabble.
64b1aa3b 2936 - deraadt@cvs.openbsd.org 2001/03/11 16:39:03
2937 [ssh-keygen.c]
2938 KNF, and SHA1 binary output is just creeping featurism
733cf7f4 2939 - tim@mindrot.org 2001/03/11 17:29:32 [configure.in]
2940 test if snprintf() supports %ll
2941 add /dev to search path for PRNGD/EGD socket
2942 fix my mistake in USER_PATH test program
79c9ac1b 2943 - OpenBSD CVS Sync
2944 - markus@cvs.openbsd.org 2001/03/11 18:29:51
2945 [key.c]
2946 style+cleanup
aaf45d87 2947 - markus@cvs.openbsd.org 2001/03/11 22:33:24
2948 [ssh-keygen.1 ssh-keygen.c]
2949 remove -v again. use -B instead for bubblebabble. make -B consistent
2950 with -l and make -B work with /path/to/known_hosts. ok deraadt@
a0322342 2951 - (djm) Bump portable version number for generating test RPMs
94dd09e3 2952 - (djm) Add "static_openssl" RPM build option, remove rsh build dependency
68fa858a 2953 - (bal) Reorder includes in Makefile.
539af7f5 2954
d156519a 295520010311
2956 - OpenBSD CVS Sync
2957 - markus@cvs.openbsd.org 2001/03/10 12:48:27
2958 [sshconnect2.c]
2959 ignore nonexisting private keys; report rjmooney@mediaone.net
5e36d59c 2960 - deraadt@cvs.openbsd.org 2001/03/10 12:53:51
2961 [readconf.c ssh_config]
2962 default to SSH2, now that m68k runs fast
2f778758 2963 - stevesk@cvs.openbsd.org 2001/03/10 15:02:05
2964 [ttymodes.c ttymodes.h]
2965 remove unused sgtty macros; ok markus@
99c415db 2966 - deraadt@cvs.openbsd.org 2001/03/10 15:31:00
2967 [compat.c compat.h sshconnect.c]
2968 all known netscreen ssh versions, and older versions of OSU ssh cannot
2969 handle password padding (newer OSU is fixed)
456fce50 2970 - tim@mindrot.org 2001/03/10 16:33:42 [configure.in Makefile.in sshd_config]
2971 make sure $bindir is in USER_PATH so scp will work
cab80f75 2972 - OpenBSD CVS Sync
2973 - markus@cvs.openbsd.org 2001/03/10 17:51:04
2974 [kex.c match.c match.h readconf.c readconf.h sshconnect2.c]
2975 add PreferredAuthentications
d156519a 2976
1c9a907f 297720010310
2978 - OpenBSD CVS Sync
2979 - deraadt@cvs.openbsd.org 2001/03/09 03:14:39
2980 [ssh-keygen.c]
68fa858a 2981 create *.pub files with umask 0644, so that you can mv them to
1c9a907f 2982 authorized_keys
cb7bd922 2983 - deraadt@cvs.openbsd.org 2001/03/09 12:30:29
2984 [sshd.c]
2985 typo; slade@shore.net
61cf0e38 2986 - Removed log.o from sftp client. Not needed.
1c9a907f 2987
385590e4 298820010309
2989 - OpenBSD CVS Sync
2990 - stevesk@cvs.openbsd.org 2001/03/08 18:47:12
2991 [auth1.c]
2992 unused; ok markus@
acf06a60 2993 - stevesk@cvs.openbsd.org 2001/03/08 20:44:48
2994 [sftp.1]
2995 spelling, cleanup; ok deraadt@
fee56204 2996 - markus@cvs.openbsd.org 2001/03/08 21:42:33
2997 [compat.c compat.h readconf.h ssh.c sshconnect1.c sshconnect2.c]
2998 implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->
2999 no need to do enter passphrase or do expensive sign operations if the
3000 server does not accept key).
385590e4 3001
3a7fe5ba 300220010308
3003 - OpenBSD CVS Sync
d5ebca2b 3004 - djm@cvs.openbsd.org 2001/03/07 10:11:23
3005 [sftp-client.c sftp-client.h sftp-int.c sftp-server.c sftp.1 sftp.c sftp.h]
3006 Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling
3007 functions and small protocol change.
3008 - markus@cvs.openbsd.org 2001/03/08 00:15:48
3009 [readconf.c ssh.1]
3010 turn off useprivilegedports by default. only rhost-auth needs
3011 this. older sshd's may need this, too.
097ca118 3012 - (stevesk) Reliant Unix (SNI) needs HAVE_BOGUS_SYS_QUEUE_H;
3013 Dirk Markwardt <D.Markwardt@tu-bs.de>
3a7fe5ba 3014
3251b439 301520010307
3016 - (bal) OpenBSD CVS Sync
3017 - deraadt@cvs.openbsd.org 2001/03/06 06:11:18
3018 [ssh-keyscan.c]
3019 appease gcc
a5ec8a3d 3020 - deraadt@cvs.openbsd.org 2001/03/06 06:11:44
3021 [sftp-int.c sftp.1 sftp.c]
3022 sftp -b batchfile; mouring@etoh.eviladmin.org
17910dce 3023 - deraadt@cvs.openbsd.org 2001/03/06 15:10:42
3024 [sftp.1]
3025 order things
2c86906e 3026 - deraadt@cvs.openbsd.org 2001/03/07 01:19:06
3027 [ssh.1 sshd.8]
3028 the name "secure shell" is boring, noone ever uses it
7daf8515 3029 - deraadt@cvs.openbsd.org 2001/03/07 04:05:58
3030 [ssh.1]
3031 removed dated comment
f52798a4 3032 - Cygwin contrib improvements from Corinna Vinschen <vinschen@redhat.com>
3251b439 3033
657297ff 303420010306
3035 - (bal) OpenBSD CVS Sync
3036 - deraadt@cvs.openbsd.org 2001/03/05 14:28:47
3037 [sshd.8]
3038 alpha order; jcs@rt.fm
7c8f2a26 3039 - stevesk@cvs.openbsd.org 2001/03/05 15:44:51
3040 [servconf.c]
3041 sync error message; ok markus@
f2ba0775 3042 - deraadt@cvs.openbsd.org 2001/03/05 15:56:16
3043 [myproposal.h ssh.1]
3044 switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster;
3045 provos & markus ok
7a6c39a3 3046 - deraadt@cvs.openbsd.org 2001/03/05 16:07:15
3047 [sshd.8]
3048 detail default hmac setup too
7de5b06b 3049 - markus@cvs.openbsd.org 2001/03/05 17:17:21
3050 [kex.c kex.h sshconnect2.c sshd.c]
3051 generate a 2*need size (~300 instead of 1024/2048) random private
3052 exponent during the DH key agreement. according to Niels (the great
3053 german advisor) this is safe since /etc/primes contains strong
3054 primes only.
3055
3056 References:
3057 P. C. van Oorschot and M. J. Wiener, On Diffie-Hellman key
3058 agreement with short exponents, In Advances in Cryptology
3059 - EUROCRYPT'96, LNCS 1070, Springer-Verlag, 1996, pp.332-343.
a5df12e9 3060 - stevesk@cvs.openbsd.org 2001/03/05 17:40:48
3061 [ssh.1]
3062 more ssh_known_hosts2 documentation; ok markus@
0b2190ee 3063 - stevesk@cvs.openbsd.org 2001/03/05 17:58:22
3064 [dh.c]
3065 spelling
bbc62e59 3066 - deraadt@cvs.openbsd.org 2001/03/06 00:33:04
3067 [authfd.c cli.c ssh-agent.c]
3068 EINTR/EAGAIN handling is required in more cases
c16c7f20 3069 - millert@cvs.openbsd.org 2001/03/06 01:06:03
3070 [ssh-keyscan.c]
3071 Don't assume we wil get the version string all in one read().
3072 deraadt@ OK'd
09cb311c 3073 - millert@cvs.openbsd.org 2001/03/06 01:08:27
3074 [clientloop.c]
3075 If read() fails with EINTR deal with it the same way we treat EAGAIN
657297ff 3076
1a2936c4 307720010305
3078 - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
68fa858a 3079 - (bal) CVS ID touch up on sftp-int.c
e77df335 3080 - (bal) CVS ID touch up on uuencode.c
6cca9fde 3081 - (bal) CVS ID touch up on auth2.c, serverloop.c, session.c & sshd.c
778f6940 3082 - (bal) OpenBSD CVS Sync
dcb971e1 3083 - deraadt@cvs.openbsd.org 2001/02/17 23:48:48
3084 [sshd.8]
3085 it's the OpenSSH one
778f6940 3086 - deraadt@cvs.openbsd.org 2001/02/21 07:37:04
3087 [ssh-keyscan.c]
3088 inline -> __inline__, and some indent
81333640 3089 - deraadt@cvs.openbsd.org 2001/02/21 09:05:54
3090 [authfile.c]
3091 improve fd handling
79ddf6db 3092 - deraadt@cvs.openbsd.org 2001/02/21 09:12:56
3093 [sftp-server.c]
3094 careful with & and &&; markus ok
96ee8386 3095 - stevesk@cvs.openbsd.org 2001/02/21 21:14:04
3096 [ssh.c]
3097 -i supports DSA identities now; ok markus@
0c126dc9 3098 - deraadt@cvs.openbsd.org 2001/02/22 04:29:37
3099 [servconf.c]
3100 grammar; slade@shore.net
ed2166d8 3101 - deraadt@cvs.openbsd.org 2001/02/22 06:43:55
3102 [ssh-keygen.1 ssh-keygen.c]
3103 document -d, and -t defaults to rsa1
b07ae1e9 3104 - deraadt@cvs.openbsd.org 2001/02/22 08:03:51
3105 [ssh-keygen.1 ssh-keygen.c]
3106 bye bye -d
e2fccec3 3107 - deraadt@cvs.openbsd.org 2001/02/22 18:09:06
3108 [sshd_config]
3109 activate RSA 2 key
e91c60f2 3110 - markus@cvs.openbsd.org 2001/02/22 21:57:27
3111 [ssh.1 sshd.8]
3112 typos/grammar from matt@anzen.com
3b1a83df 3113 - markus@cvs.openbsd.org 2001/02/22 21:59:44
3114 [auth.c auth.h auth1.c auth2.c misc.c misc.h ssh.c]
3115 use pwcopy in ssh.c, too
19d57054 3116 - markus@cvs.openbsd.org 2001/02/23 15:34:53
3117 [serverloop.c]
3118 debug2->3
00be5382 3119 - markus@cvs.openbsd.org 2001/02/23 18:15:13
3120 [sshd.c]
3121 the random session key depends now on the session_key_int
3122 sent by the 'attacker'
3123 dig1 = md5(cookie|session_key_int);
3124 dig2 = md5(dig1|cookie|session_key_int);
3125 fake_session_key = dig1|dig2;
3126 this change is caused by a mail from anakin@pobox.com
3127 patch based on discussions with my german advisor niels@openbsd.org
ec63b02d 3128 - deraadt@cvs.openbsd.org 2001/02/24 10:37:55
3129 [readconf.c]
3130 look for id_rsa by default, before id_dsa
582038fb 3131 - deraadt@cvs.openbsd.org 2001/02/24 10:37:26
3132 [sshd_config]
3133 ssh2 rsa key before dsa key
6e18cb71 3134 - markus@cvs.openbsd.org 2001/02/27 10:35:27
3135 [packet.c]
3136 fix random padding
1b5dfeb2 3137 - markus@cvs.openbsd.org 2001/02/27 11:00:11
3138 [compat.c]
3139 support SSH-2.0-2.1 ; from Christophe_Moret@hp.com
4ab21f86 3140 - deraadt@cvs.openbsd.org 2001/02/28 05:34:28
3141 [misc.c]
3142 pull in protos
167b3512 3143 - deraadt@cvs.openbsd.org 2001/02/28 05:36:28
3144 [sftp.c]
3145 do not kill the subprocess on termination (we will see if this helps
3146 things or hurts things)
7e8911cd 3147 - markus@cvs.openbsd.org 2001/02/28 08:45:39
3148 [clientloop.c]
3149 fix byte counts for ssh protocol v1
ee55dacf 3150 - markus@cvs.openbsd.org 2001/02/28 08:54:55
3151 [channels.c nchan.c nchan.h]
3152 make sure remote stderr does not get truncated.
3153 remove closed fd's from the select mask.
a6215e53 3154 - markus@cvs.openbsd.org 2001/02/28 09:57:07
3155 [packet.c packet.h sshconnect2.c]
3156 in ssh protocol v2 use ignore messages for padding (instead of
3157 trailing \0).
94dfb550 3158 - markus@cvs.openbsd.org 2001/02/28 12:55:07
3159 [channels.c]
3160 unify debug messages
5649fbbe 3161 - deraadt@cvs.openbsd.org 2001/02/28 17:52:54
3162 [misc.c]
3163 for completeness, copy pw_gecos too
0572fe75 3164 - markus@cvs.openbsd.org 2001/02/28 21:21:41
3165 [sshd.c]
3166 generate a fake session id, too
95ce5599 3167 - markus@cvs.openbsd.org 2001/02/28 21:27:48
3168 [channels.c packet.c packet.h serverloop.c]
3169 use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message
3170 use random content in ignore messages.
355724fc 3171 - markus@cvs.openbsd.org 2001/02/28 21:31:32
3172 [channels.c]
3173 typo
c3f7d267 3174 - deraadt@cvs.openbsd.org 2001/03/01 02:11:25
3175 [authfd.c]
3176 split line so that p will have an easier time next time around
a01a5f30 3177 - deraadt@cvs.openbsd.org 2001/03/01 02:29:04
3178 [ssh.c]
3179 shorten usage by a line
12bf85ed 3180 - deraadt@cvs.openbsd.org 2001/03/01 02:45:10
3181 [auth-rsa.c auth2.c deattack.c packet.c]
3182 KNF
4371658c 3183 - deraadt@cvs.openbsd.org 2001/03/01 03:38:33
3184 [cli.c cli.h rijndael.h ssh-keyscan.1]
3185 copyright notices on all source files
ce91d6f8 3186 - markus@cvs.openbsd.org 2001/03/01 22:46:37
3187 [ssh.c]
3188 don't truncate remote ssh-2 commands; from mkubita@securities.cz
3189 use min, not max for logging, fixes overflow.
409edaba 3190 - deraadt@cvs.openbsd.org 2001/03/02 06:21:01
3191 [sshd.8]
3192 explain SIGHUP better
b8dc87d3 3193 - deraadt@cvs.openbsd.org 2001/03/02 09:42:49
3194 [sshd.8]
3195 doc the dsa/rsa key pair files
f3c7c613 3196 - deraadt@cvs.openbsd.org 2001/03/02 18:54:31
3197 [atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h
3198 scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c
3199 ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8]
3200 make copyright lines the same format
2671b47f 3201 - deraadt@cvs.openbsd.org 2001/03/03 06:53:12
3202 [ssh-keyscan.c]
3203 standard theo sweep
ff7fee59 3204 - millert@cvs.openbsd.org 2001/03/03 21:19:41
3205 [ssh-keyscan.c]
3206 Dynamically allocate read_wait and its copies. Since maxfd is
3207 based on resource limits it is often (usually?) larger than FD_SETSIZE.
c8d75031 3208 - millert@cvs.openbsd.org 2001/03/03 21:40:30
3209 [sftp-server.c]
3210 Dynamically allocate fd_set; deraadt@ OK
20e04e90 3211 - millert@cvs.openbsd.org 2001/03/03 21:41:07
3212 [packet.c]
3213 Dynamically allocate fd_set; deraadt@ OK
dce9bac5 3214 - deraadt@cvs.openbsd.org 2001/03/03 22:07:50
3215 [sftp-server.c]
3216 KNF
c630ce76 3217 - markus@cvs.openbsd.org 2001/03/03 23:52:22
3218 [sftp.c]
3219 clean up arg processing. based on work by Christophe_Moret@hp.com
20244695 3220 - markus@cvs.openbsd.org 2001/03/03 23:59:34
3221 [log.c ssh.c]
3222 log*.c -> log.c
61f8a1d1 3223 - markus@cvs.openbsd.org 2001/03/04 00:03:59
3224 [channels.c]
3225 debug1->2
38967add 3226 - stevesk@cvs.openbsd.org 2001/03/04 10:57:53
3227 [ssh.c]
3228 add -m to usage; ok markus@
46f23b8d 3229 - stevesk@cvs.openbsd.org 2001/03/04 11:04:41
3230 [sshd.8]
3231 small cleanup and clarify for PermitRootLogin; ok markus@
9c81df4c 3232 - stevesk@cvs.openbsd.org 2001/03/04 11:16:06
3233 [servconf.c sshd.8]
3234 kill obsolete RandomSeed; ok markus@ deraadt@
f5429434 3235 - stevesk@cvs.openbsd.org 2001/03/04 12:54:04
3236 [sshd.8]
3237 spelling
54b974dc 3238 - millert@cvs.openbsd.org 2001/03/04 17:42:28
3239 [authfd.c channels.c dh.c log.c readconf.c servconf.c sftp-int.c
3240 ssh.c sshconnect.c sshd.c]
3241 log functions should not be passed strings that end in newline as they
3242 get passed on to syslog() and when logging to stderr, do_log() appends
3243 its own newline.
51c251f0 3244 - deraadt@cvs.openbsd.org 2001/03/04 18:21:28
3245 [sshd.8]
3246 list SSH2 ciphers
2605addd 3247 - (bal) Put HAVE_PW_CLASS_IN_PASSWD back into pwcopy()
164c80dc 3248 - (bal) Fix up logging since it changed. removed log-*.c
cc3067d6 3249 - (djm) Fix up LOG_AUTHPRIV for systems that have it
70a052c7 3250 - (stevesk) OpenBSD sync:
3251 - deraadt@cvs.openbsd.org 2001/03/05 08:37:27
3252 [ssh-keyscan.c]
3253 skip inlining, why bother
5152d46f 3254 - (stevesk) sftp.c: handle __progname
1a2936c4 3255
40edd7ef 325620010304
3257 - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
889fbcd3 3258 - (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and
3259 give Mark Roth credit for mdoc2man.pl
40edd7ef 3260
9817de5f 326120010303
40edd7ef 3262 - (djm) Remove make-ssh-known-hosts.pl, ssh-keyscan is better.
3263 - (djm) Document PAM ChallengeResponseAuthentication in sshd.8
3264 - (djm) Disable and comment ChallengeResponseAuthentication in sshd_config
3265 - (djm) Allow PRNGd entropy collection from localhost TCP socket. Replace
68fa858a 3266 "--with-egd-pool" configure option with "--with-prngd-socket" and
9bdd5929 3267 "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke
3268 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
9817de5f 3269
20cad736 327020010301
68fa858a 3271 - (djm) Properly add -lcrypt if needed.
5f404be3 3272 - (djm) Force standard PAM conversation function in a few more places.
68fa858a 3273 Patch from Redhat 2.5.1p1-2 RPM, probably Nalin Dahyabhai
5f404be3 3274 <nalin@redhat.com>
68fa858a 3275 - (djm) Cygwin needs pw->pw_gecos copied too. Patch from Corinna Vinschen
480eb294 3276 <vinschen@redhat.com>
ad1f4a20 3277 - (djm) Released 2.5.1p2
20cad736 3278
cf0c5df5 327920010228
3280 - (djm) Detect endianness in configure and use it in rijndael.c. Fixes
3281 "Bad packet length" bugs.
68fa858a 3282 - (djm) Fully revert PAM session patch (again). All PAM session init is
403f5a8e 3283 now done before the final fork().
065ef9b1 3284 - (djm) EGD detection patch from Tim Rice <tim@multitalents.net>
d9b1f19a 3285 - (djm) Remove /tmp from EGD socket search list
cf0c5df5 3286
86b416a7 328720010227
68fa858a 3288 - (bal) Applied shutdown() patch for sftp.c by Corinna Vinschen
51fb577a 3289 <vinschen@redhat.com>
2af09193 3290 - (bal) OpenBSD Sync
3291 - markus@cvs.openbsd.org 2001/02/23 15:37:45
3292 [session.c]
3293 handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients
68fa858a 3294 - (bal) sshd.init support for all Redhat release. Patch by Jim Knoble
a892c46e 3295 <jmknoble@jmknoble.cx>
68fa858a 3296 - (djm) Fix up POSIX saved uid support. Report from Mark Miller
f4e9a0e1 3297 <markm@swoon.net>
3298 - (djm) Search for -lcrypt on FreeBSD too
c7c72446 3299 - (djm) fatal() on OpenSSL version mismatch
27cf96de 3300 - (djm) Move PAM init to after fork for non-Solaris derived PAMs
d5c4c52e 3301 - (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Miller
3302 <markm@swoon.net>
4bc6dd70 3303 - (djm) Fix PAM fix
4236bde4 3304 - (djm) Remove 'noreplace' flag from sshd_config in RPM spec files. This
3305 change is being made as 2.5.x configfiles are not back-compatible with
64e0e67e 3306 2.3.x.
3307 - (djm) Avoid warnings for missing broken IP_TOS. Patch from Mark Miller
3308 <markm@swoon.net>
68fa858a 3309 - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice
a29d3f1c 3310 <tim@multitalents.net>
68fa858a 3311 - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice
a29d3f1c 3312 <tim@multitalents.net>
51fb577a 3313
4925395f 331420010226
3315 - (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again.
68fa858a 3316 - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics.
e9a13ac1 3317 Based on patch from Tim Rice <tim@multitalents.net>
4925395f 3318
1eb4ec64 331920010225
3320 - (djm) Use %{_libexecdir} rather than hardcoded path in RPM specfile
3321 Patch from Adrian Ho <lexfiend@usa.net>
490cad94 3322 - (bal) Replace 'unsigned long long' to 'u_int64_t' since not every
3323 platform defines u_int64_t as being that.
1eb4ec64 3324
a738c3b0 332520010224
68fa858a 3326 - (bal) Missed part of the UNIX sockets patch. Patch by Corinna
a738c3b0 3327 Vinschen <vinschen@redhat.com>
3328 - (bal) Reorder where 'strftime' is detected to resolve linking
3329 issues on SCO. Patch by Tim Rice <tim@multitalents.net>
3330
8fd97cc4 333120010224
3332 - (bal) pam_stack fix to correctly detect between RH7 and older RHs.
3333 Patch by Pekka Savola <pekkas@netcore.fi>
8f0b3553 3334 - (bal) Renamed sigaction.[ch] to sigact.[ch]. Causes problems with
3335 some platforms.
3d114925 3336 - (bal) Generalize lack of UNIX sockets since this also effects Cray
3337 not just Cygwin. Based on patch by Wendy Palm <wendyp@cray.com>
8fd97cc4 3338
14a49e44 333920010223
3340 - (bal) Fix --define rh7 in openssh.spec file. Patch by Steve Tell
3341 <tell@telltronics.org>
cb291102 3342 - (bal) Patch to force OpenSSH rpm to require the same version of OpenSSL
3343 that it was compiled against. Patch by Pekka Savola <pekkas@netcore.fi>
68fa858a 3344 - (bal) Double -I for OpenSSL on SCO. Patch by Tim Rice
5a67331c 3345 <tim@multitalents.net>
14a49e44 3346
68fa858a 334720010222
73d6d7fa 3348 - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com>
ca742b3b 3349 - (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net>
3350 - (bal) Removed reference to liblogin from contrib/README. It was
3351 integrated into OpenSSH a long while ago.
2a81eb9f 3352 - (stevesk) remove erroneous #ifdef sgi code.
3353 Michael Stone <mstone@cs.loyola.edu>
73d6d7fa 3354
fbf305f1 335520010221
3356 - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
68fa858a 3357 - (bal) Fixed OpenSSL rework to use $saved_*. Patch by Tim Rice
9dd3bc84 3358 <tim@multitalents.net>
1fe61b2e 3359 - (bal) Reverted out of 2001/02/15 patch by djm below because it
3360 breaks Solaris.
3361 - (djm) Move PAM session setup back to before setuid to user.
3362 fixes problems on Solaris-drived PAMs.
266140a8 3363 - (stevesk) session.c: back out to where we were before:
68fa858a 3364 - (djm) Move PAM session initialisation until after fork in sshd. Patch
266140a8 3365 from Nalin Dahyabhai <nalin@redhat.com>
9dd3bc84 3366
8b3319f4 336720010220
3368 - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and
3369 getcwd.c.
c2b544a5 3370 - (bal) OpenBSD CVS Sync:
3371 - deraadt@cvs.openbsd.org 2001/02/19 23:09:05
3372 [sshd.c]
3373 clarify message to make it not mention "ident"
8b3319f4 3374
1729c161 337520010219
3376 - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
3377 pty.[ch] -> sshpty.[ch]
d6f13fbb 3378 - (djm) Rework search for OpenSSL location. Skip directories which don't
3379 exist, don't add -L$ssldir/lib if it doesn't exist. Should help SCO
3380 with its limit of 6 -L options.
0476625f 3381 - OpenBSD CVS Sync:
3382 - reinhard@cvs.openbsd.org 2001/02/17 08:24:40
3383 [sftp.1]
3384 typo
3385 - deraadt@cvs.openbsd.org 2001/02/17 16:28:58
3386 [ssh.c]
3387 cleanup -V output; noted by millert
3388 - deraadt@cvs.openbsd.org 2001/02/17 16:48:48
3389 [sshd.8]
3390 it's the OpenSSH one
3391 - markus@cvs.openbsd.org 2001/02/18 11:33:54
3392 [dispatch.c]
3393 typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi
3394 - markus@cvs.openbsd.org 2001/02/19 02:53:32
3395 [compat.c compat.h serverloop.c]
3396 ssh-1.2.{18-22} has broken handling of ignore messages; report from
3397 itojun@
3398 - markus@cvs.openbsd.org 2001/02/19 03:35:23
3399 [version.h]
3400 OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}
3401 - deraadt@cvs.openbsd.org 2001/02/19 03:36:25
3402 [scp.c]
3403 np is changed by recursion; vinschen@redhat.com
3404 - Update versions in RPM spec files
3405 - Release 2.5.1p1
1729c161 3406
663fd560 340720010218
68fa858a 3408 - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice
3409 <tim@multitalents.net>
25cd3375 3410 - (Bal) Patch for lack of RA_RESTART in misc.c for mysignal by
3411 stevesk
68fa858a 3412 - (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen
58e7f038 3413 <vinschen@redhat.com> and myself.
32ced054 3414 - (djm) Close listen_sock on bind() failures. Patch from Arkadiusz
3415 Miskiewicz <misiek@pld.ORG.PL>
6a951840 3416 - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from
3417 Todd C. Miller <Todd.Miller@courtesan.com>
68fa858a 3418 - (djm) Use ttyname() to determine name of tty returned by openpty()
3419 rather then risking overflow. Patch from Marek Michalkiewicz
b82f1310 3420 <marekm@amelek.gda.pl>
68fa858a 3421 - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in.
bdf80b2c 3422 Patch from Marek Michalkiewicz <marekm@amelek.gda.pl>
af8fda37 3423 - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>
68fa858a 3424 - (djm) Use SA_INTERRUPT along SA_RESTART if present (equivalent for
df538d55 3425 SunOS)
68fa858a 3426 - (djm) SCO needs librpc for libwrap. Patch from Tim Rice
f61d6b17 3427 <tim@multitalents.net>
dfef7e7e 3428 - (stevesk) misc.c: cpp rework of SA_(INTERRUPT|RESTART) handling.
36a358ca 3429 - (stevesk) scp.c: use mysignal() for updateprogressmeter() handler.
68fa858a 3430 - (djm) SA_INTERRUPT is the converse of SA_RESTART, apply it only for
d54d99a3 3431 SIGALRM.
e1a023df 3432 - (djm) Move entropy.c over to mysignal()
68fa858a 3433 - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has
3434 a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C.
667beaa9 3435 Miller <Todd.Miller@courtesan.com>
ecdde3d8 3436 - (djm) Update RPM spec files for 2.5.0p1
51ee9048 3437 - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie
3438 enable with --with-bsd-auth.
2adddc78 3439 - (stevesk) entropy.c: typo; should be SIGPIPE
663fd560 3440
0b1728c5 344120010217
3442 - (bal) OpenBSD Sync:
3443 - markus@cvs.openbsd.org 2001/02/16 13:38:18
68fa858a 3444 [channel.c]
3445 remove debug
c8b058b4 3446 - markus@cvs.openbsd.org 2001/02/16 14:03:43
3447 [session.c]
3448 proper payload-length check for x11 w/o screen-number
0b1728c5 3449
b41d8d4d 345020010216
3451 - (bal) added '--with-prce' to allow overriding of system regex when
3452 required (tested by David Dulek <ddulek@fastenal.com>)
d6fdb079 3453 - (bal) Added DG/UX case and set that they have a broken IPTOS.
278588d8 3454 - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net>
3455 Fixes linking on SCO.
68fa858a 3456 - (djm) Make gnome-ssh-askpass handle multi-line prompts. Patch from
0ceb21d6 3457 Nalin Dahyabhai <nalin@redhat.com>
3458 - (djm) BSD license for gnome-ssh-askpass (was X11)
3459 - (djm) KNF on gnome-ssh-askpass
ed6553e2 3460 - (djm) USE_PIPES for a few more sysv platforms
3461 - (djm) Cleanup configure.in a little
3462 - (djm) Ask users to check config.log when we can't find necessary libs
aca75d94 3463 - (djm) Set "login ID" on systems with setluid. Only enabled for SCO
3464 OpenServer for now. Based on patch from svaughan <svaughan@asterion.com>
0ae4fe1d 3465 - (djm) OpenBSD CVS:
3466 - markus@cvs.openbsd.org 2001/02/15 16:19:59
3467 [channels.c channels.h serverloop.c sshconnect.c sshconnect.h]
3468 [sshconnect1.c sshconnect2.c]
3469 genericize password padding function for SSH1 and SSH2.
3470 add stylized echo to 2, too.
3471 - (djm) Add roundup() macro to defines.h
9535dddf 3472 - (stevesk) set SA_RESTART flag in mysignal() for SIGCHLD;
3473 needed on Unixware 2.x.
b41d8d4d 3474
0086bfaf 347520010215
68fa858a 3476 - (djm) Move PAM session setup back to before setuid to user. Fixes
0086bfaf 3477 problems on Solaris-derived PAMs.
e11aab29 3478 - (djm) Clean up PAM namespace. Suggested by Darren Moffat
3479 <Darren.Moffat@eng.sun.com>
9e3c31f7 3480 - (bal) Sync w/ OpenSSH for new release
3481 - markus@cvs.openbsd.org 2001/02/12 12:45:06
3482 [sshconnect1.c]
3483 fix xmalloc(0), ok dugsong@
b2552997 3484 - markus@cvs.openbsd.org 2001/02/11 12:59:25
3485 [Makefile.in sshd.8 sshconnect2.c readconf.h readconf.c packet.c
3486 sshd.c ssh.c ssh.1 servconf.h servconf.c myproposal.h kex.h kex.c]
3487 1) clean up the MAC support for SSH-2
3488 2) allow you to specify the MAC with 'ssh -m'
3489 3) or the 'MACs' keyword in ssh(d)_config
3490 4) add hmac-{md5,sha1}-96
3491 ok stevesk@, provos@
15853e93 3492 - markus@cvs.openbsd.org 2001/02/12 16:16:23
3493 [auth-passwd.c auth.c auth.h auth1.c auth2.c servconf.c servconf.h
3494 ssh-keygen.c sshd.8]
3495 PermitRootLogin={yes,without-password,forced-commands-only,no}
3496 (before this change, root could login even if PermitRootLogin==no)
7cc4cf0a 3497 - deraadt@cvs.openbsd.org 2001/02/12 22:56:09
fd193ca4 3498 [clientloop.c packet.c ssh-keyscan.c]
3499 deal with EAGAIN/EINTR selects which were skipped
7cc4cf0a 3500 - markus@cvs.openssh.org 2001/02/13 22:49:40
3501 [auth1.c auth2.c]
3502 setproctitle(user) only if getpwnam succeeds
3503 - markus@cvs.openbsd.org 2001/02/12 23:26:20
3504 [sshd.c]
3505 missing memset; from solar@openwall.com
3506 - stevesk@cvs.openbsd.org 2001/02/12 20:53:33
3507 [sftp-int.c]
3508 lumask now works with 1 numeric arg; ok markus@, djm@
3509 - djm@cvs.openbsd.org 2001/02/14 9:46:03
3510 [sftp-client.c sftp-int.c sftp.1]
3511 Fix and document 'preserve modes & times' option ('-p' flag in sftp);
3512 ok markus@
0b16bb01 3513 - (bal) replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.
3514 - (djm) Move to Jim's 1.2.0 X11 askpass program
62da27dd 3515 - (stevesk) OpenBSD sync:
3516 - deraadt@cvs.openbsd.org 2001/02/15 01:38:04
3517 [serverloop.c]
3518 indent
0b16bb01 3519
1c2d0a13 352020010214
3521 - (djm) Don't try to close PAM session or delete credentials if the
68fa858a 3522 session has not been open or credentials not set. Based on patch from
1c2d0a13 3523 Andrew Bartlett <abartlet@pcug.org.au>
68fa858a 3524 - (djm) Move PAM session initialisation until after fork in sshd. Patch
0ab1bcba 3525 from Nalin Dahyabhai <nalin@redhat.com>
958e5ae4 3526 - (bal) Missing function prototype in bsd-snprintf.c patch by
3527 Mark Miller <markm@swoon.net>
b7ccb051 3528 - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
3529 <cmadams@hiwaay.net> with a little modification and KNF.
815800e1 3530 - (stevesk) fix for SIA patch, misplaced session_setup_sia()
1c2d0a13 3531
0610439b 353220010213
84eb157c 3533 - (djm) Only test -S potential EGD sockets if they exist and are readable.
f1312c76 3534 - (bal) Cleaned out bsd-snprintf.c. VARARGS have been banished and
3535 I did a base KNF over the whe whole file to make it more acceptable.
3536 (backed out of original patch and removed it from ChangeLog)
01f13020 3537 - (bal) Use chown() if fchown() does not exist in ftp-server.c patch by
3538 Tim Rice <tim@multitalents.net>
8d60e965 3539 - (stevesk) auth1.c: fix PAM passwordless check.
0610439b 3540
894a4851 354120010212
68fa858a 3542 - (djm) Update Redhat specfile to allow --define "skip_x11_askpass 1",
3543 --define "skip_gnome_askpass 1", --define "rh7 1" and make the
3544 implicit rpm-3.0.5 dependancy explicit. Patch and suggestions from
894a4851 3545 Pekka Savola <pekkas@netcore.fi>
782d6a0d 3546 - (djm) Clean up PCRE text in INSTALL
68fa858a 3547 - (djm) Fix OSF SIA auth NULL pointer deref. Report from Mike Battersby
77db6c3f 3548 <mib@unimelb.edu.au>
6f68f28a 3549 - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
01a7bc9a 3550 - (stevesk) session.c: remove debugging code.
894a4851 3551
abf1f107 355220010211
3553 - (bal) OpenBSD Sync
3554 - markus@cvs.openbsd.org 2001/02/07 22:35:46
3555 [auth1.c auth2.c sshd.c]
3556 move k_setpag() to a central place; ok dugsong@
c845316f 3557 - markus@cvs.openbsd.org 2001/02/10 12:52:02
3558 [auth2.c]
3559 offer passwd before s/key
e6fa162e 3560 - markus@cvs.openbsd.org 2001/02/8 22:37:10
3561 [canohost.c]
3562 remove last call to sprintf; ok deraadt@
0ab4b0f0 3563 - markus@cvs.openbsd.org 2001/02/10 1:33:32
3564 [canohost.c]
3565 add debug message, since sshd blocks here if DNS is not available
7f8ea238 3566 - markus@cvs.openbsd.org 2001/02/10 12:44:02
3567 [cli.c]
3568 don't call vis() for \r
5c470997 3569 - danh@cvs.openbsd.org 2001/02/10 0:12:43
3570 [scp.c]
3571 revert a small change to allow -r option to work again; ok deraadt@
3572 - danh@cvs.openbsd.org 2001/02/10 15:14:11
3573 [scp.c]
3574 fix memory leak; ok markus@
a0e6fead 3575 - djm@cvs.openbsd.org 2001/02/10 0:45:52
3576 [scp.1]
3577 Mention that you can quote pathnames with spaces in them
b3106440 3578 - markus@cvs.openbsd.org 2001/02/10 1:46:28
3579 [ssh.c]
3580 remove mapping of argv[0] -> hostname
f72e01a5 3581 - markus@cvs.openbsd.org 2001/02/06 22:26:17
3582 [sshconnect2.c]
3583 do not ask for passphrase in batch mode; report from ejb@ql.org
3584 - itojun@cvs.opebsd.org 2001/02/08 10:47:05
5d1d11d1 3585 [sshconnect.c sshconnect1.c sshconnect2.c]
68fa858a 3586 %.30s is too short for IPv6 numeric address. use %.128s for now.
f72e01a5 3587 markus ok
3588 - markus@cvs.openbsd.org 2001/02/09 12:28:35
3589 [sshconnect2.c]
3590 do not free twice, thanks to /etc/malloc.conf
3591 - markus@cvs.openbsd.org 2001/02/09 17:10:53
3592 [sshconnect2.c]
3593 partial success: debug->log; "Permission denied" if no more auth methods
3594 - markus@cvs.openbsd.org 2001/02/10 12:09:21
3595 [sshconnect2.c]
3596 remove some lines
e0b2cf6b 3597 - markus@cvs.openbsd.org 2001/02/09 13:38:07
3598 [auth-options.c]
3599 reset options if no option is given; from han.holl@prismant.nl
ca910e13 3600 - markus@cvs.openbsd.org 2001/02/08 21:58:28
3601 [channels.c]
3602 nuke sprintf, ok deraadt@
3603 - markus@cvs.openbsd.org 2001/02/08 21:58:28
3604 [channels.c]
3605 nuke sprintf, ok deraadt@
affa8be4 3606 - markus@cvs.openbsd.org 2001/02/06 22:43:02
3607 [clientloop.h]
3608 remove confusing callback code
d2c46e77 3609 - deraadt@cvs.openbsd.org 2001/02/08 14:39:36
3610 [readconf.c]
3611 snprintf
cc8aca8a 3612 - itojun@cvs.openbsd.org 2001/02/08 19:30:52
3613 sync with netbsd tree changes.
3614 - more strict prototypes, include necessary headers
3615 - use paths.h/pathnames.h decls
3616 - size_t typecase to int -> u_long
5be2ec5e 3617 - itojun@cvs.openbsd.org 2001/02/07 18:04:50
3618 [ssh-keyscan.c]
3619 fix size_t -> int cast (use u_long). markus ok
3620 - markus@cvs.openbsd.org 2001/02/07 22:43:16
3621 [ssh-keyscan.c]
3622 s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
3623 - itojun@cvs.openbsd.org 2001/02/09 9:04:59
3624 [ssh-keyscan.c]
68fa858a 3625 do not assume malloc() returns zero-filled region. found by
5be2ec5e 3626 malloc.conf=AJ.
f21032a6 3627 - markus@cvs.openbsd.org 2001/02/08 22:35:30
3628 [sshconnect.c]
68fa858a 3629 don't connect if batch_mode is true and stricthostkeychecking set to
f21032a6 3630 'ask'
7bbcc167 3631 - djm@cvs.openbsd.org 2001/02/04 21:26:07
3632 [sshd_config]
3633 type: ok markus@
3634 - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
3635 [sshd_config]
3636 enable sftp-server by default
a2e6d17d 3637 - deraadt 2001/02/07 8:57:26
3638 [xmalloc.c]
3639 deal with new ANSI malloc stuff
3640 - markus@cvs.openbsd.org 2001/02/07 16:46:08
3641 [xmalloc.c]
3642 typo in fatal()
3643 - itojun@cvs.openbsd.org 2001/02/07 18:04:50
3644 [xmalloc.c]
3645 fix size_t -> int cast (use u_long). markus ok
4ef922e3 3646 - 1.47 Thu Feb 8 23:11:42 GMT 2001 by dugsong
3647 [serverloop.c sshconnect1.c]
68fa858a 3648 mitigate SSH1 traffic analysis - from Solar Designer
4ef922e3 3649 <solar@openwall.com>, ok provos@
68fa858a 3650 - (bal) fixed sftp-client.c. Return 'status' instead of '0'
ca910e13 3651 (from the OpenBSD tree)
6b442913 3652 - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
27df9d4a 3653 - (bal) sftp-sever.c '%8lld' to '%8llu' (OpenBSD Sync)
17321afe 3654 - (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
f98d56f0 3655 - (bal) A bit more whitespace cleanup
68fa858a 3656 - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett
e275684f 3657 <abartlet@pcug.org.au>
b27e97b1 3658 - (stevesk) misc.c: ssh.h not needed.
38a316c0 3659 - (stevesk) compat.c: more friendly cpp error
94f38e16 3660 - (stevesk) OpenBSD sync:
3661 - stevesk@cvs.openbsd.org 2001/02/11 06:15:57
3662 [LICENSE]
3663 typos and small cleanup; ok deraadt@
abf1f107 3664
0426a3b4 366520010210
3666 - (djm) Sync sftp and scp stuff from OpenBSD:
3667 - djm@cvs.openbsd.org 2001/02/07 03:55:13
3668 [sftp-client.c]
3669 Don't free handles before we are done with them. Based on work from
3670 Corinna Vinschen <vinschen@redhat.com>. ok markus@
3671 - djm@cvs.openbsd.org 2001/02/06 22:32:53
3672 [sftp.1]
3673 Punctuation fix from Pekka Savola <pekkas@netcore.fi>
3674 - deraadt@cvs.openbsd.org 2001/02/07 04:07:29
3675 [sftp.1]
3676 pretty up significantly
3677 - itojun@cvs.openbsd.org 2001/02/07 06:49:42
3678 [sftp.1]
3679 .Bl-.El mismatch. markus ok
3680 - djm@cvs.openbsd.org 2001/02/07 06:12:30
3681 [sftp-int.c]
3682 Check that target is a directory before doing ls; ok markus@
3683 - itojun@cvs.openbsd.org 2001/02/07 11:01:18
3684 [scp.c sftp-client.c sftp-server.c]
3685 unsigned long long -> %llu, not %qu. markus ok
3686 - stevesk@cvs.openbsd.org 2001/02/07 11:10:39
3687 [sftp.1 sftp-int.c]
3688 more man page cleanup and sync of help text with man page; ok markus@
3689 - markus@cvs.openbsd.org 2001/02/07 14:58:34
3690 [sftp-client.c]
3691 older servers reply with SSH2_FXP_NAME + count==0 instead of EOF
3692 - djm@cvs.openbsd.org 2001/02/07 15:27:19
3693 [sftp.c]
3694 Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov
3695 <roumen.petrov@skalasoft.com>
3696 - stevesk@cvs.openbsd.org 2001/02/07 15:36:04
3697 [sftp-int.c]
3698 portable; ok markus@
3699 - stevesk@cvs.openbsd.org 2001/02/07 15:55:47
3700 [sftp-int.c]
3701 lowercase cmds[].c also; ok markus@
3702 - markus@cvs.openbsd.org 2001/02/07 17:04:52
3703 [pathnames.h sftp.c]
3704 allow sftp over ssh protocol 1; ok djm@
3705 - deraadt@cvs.openbsd.org 2001/02/08 07:38:55
3706 [scp.c]
3707 memory leak fix, and snprintf throughout
3708 - deraadt@cvs.openbsd.org 2001/02/08 08:02:02
3709 [sftp-int.c]
3710 plug a memory leak
3711 - stevesk@cvs.openbsd.org 2001/02/08 10:11:23
3712 [session.c sftp-client.c]
3713 %i -> %d
3714 - stevesk@cvs.openbsd.org 2001/02/08 10:57:59
3715 [sftp-int.c]
3716 typo
3717 - stevesk@cvs.openbsd.org 2001/02/08 15:28:07
3718 [sftp-int.c pathnames.h]
3719 _PATH_LS; ok markus@
3720 - djm@cvs.openbsd.org 2001/02/09 04:46:25
3721 [sftp-int.c]
3722 Check for NULL attribs for chown, chmod & chgrp operations, only send
3723 relevant attribs back to server; ok markus@
96b64eb0 3724 - djm@cvs.openbsd.org 2001/02/06 15:05:25
3725 [sftp.c]
3726 Use getopt to process commandline arguments
3727 - djm@cvs.openbsd.org 2001/02/06 15:06:21
3728 [sftp.c ]
3729 Wait for ssh subprocess at exit
3730 - djm@cvs.openbsd.org 2001/02/06 15:18:16
3731 [sftp-int.c]
3732 stat target for remote chdir before doing chdir
3733 - djm@cvs.openbsd.org 2001/02/06 15:32:54
3734 [sftp.1]
3735 Punctuation fix from Pekka Savola <pekkas@netcore.fi>
3736 - provos@cvs.openbsd.org 2001/02/05 22:22:02
3737 [sftp-int.c]
3738 cleanup get_pathname, fix pwd after failed cd. okay djm@
0426a3b4 3739 - (djm) Update makefile.in for _PATH_SFTP_SERVER
c9f5e42e 3740 - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree)
0426a3b4 3741
6d1e1d2b 374220010209
68fa858a 3743 - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
6d1e1d2b 3744 <rjmooney@mediaone.net>
bb0c1991 3745 - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
68fa858a 3746 main tree while porting forward. Pointed out by Lutz Jaenicke
bb0c1991 3747 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
f902d909 3748 - (bal) double entry in configure.in. Pointed out by Lutz Jaenicke
3749 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
25f4c264 3750 - (stevesk) OpenBSD sync:
3751 - markus@cvs.openbsd.org 2001/02/08 11:20:01
3752 [auth2.c]
3753 strict checking
3754 - markus@cvs.openbsd.org 2001/02/08 11:15:22
3755 [version.h]
3756 update to 2.3.2
3757 - markus@cvs.openbsd.org 2001/02/08 11:12:30
3758 [auth2.c]
3759 fix typo
72b3f75d 3760 - (djm) Update spec files
0ed28836 3761 - (bal) OpenBSD sync:
3762 - deraadt@cvs.openbsd.org 2001/02/08 14:38:54
3763 [scp.c]
3764 memory leak fix, and snprintf throughout
1fc8ccdf 3765 - markus@cvs.openbsd.org 2001/02/06 22:43:02
3766 [clientloop.c]
3767 remove confusing callback code
0b202697 3768 - (djm) Add CVS Id's to files that we have missed
5ca51e19 3769 - (bal) OpenBSD Sync (more):
3770 - itojun@cvs.openbsd.org 2001/02/08 19:30:52
3771 sync with netbsd tree changes.
3772 - more strict prototypes, include necessary headers
3773 - use paths.h/pathnames.h decls
3774 - size_t typecase to int -> u_long
1f3bf5aa 3775 - markus@cvs.openbsd.org 2001/02/06 22:07:42
3776 [ssh.c]
3777 fatal() if subsystem fails
3778 - markus@cvs.openbsd.org 2001/02/06 22:43:02
3779 [ssh.c]
3780 remove confusing callback code
3781 - jakob@cvs.openbsd.org 2001/02/06 23:03:24
3782 [ssh.c]
3783 add -1 option (force protocol version 1). ok markus@
3784 - jakob@cvs.openbsd.org 2001/02/06 23:06:21
3785 [ssh.c]
3786 reorder -{1,2,4,6} options. ok markus@
e6aa01b4 3787 - (bal) Missing 'const' in readpass.h
9c5a8165 3788 - (bal) OpenBSD Sync (so at least the thing compiles for 2.3.2 =)
3789 - djm@cvs.openbsd.org 2001/02/06 23:30:28
3790 [sftp-client.c]
3791 replace arc4random with counter for request ids; ok markus@
68fa858a 3792 - (djm) Define _PATH_TTY for systems that don't. Report from Lutz
bc79ed5c 3793 Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
6d1e1d2b 3794
6a25c04c 379520010208
3796 - (djm) Don't delete external askpass program in make uninstall target.
3797 Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
6958bd37 3798 - (djm) Fix linking of sftp, don't need arc4random any more.
3799 - (djm) Try to use shell that supports "test -S" for EGD socket search.
3800 Based on patch from Tim Rice <tim@multitalents.net>
6a25c04c 3801
547519f0 380220010207
bee0a37e 3803 - (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs
3804 seem lose track of it while in openbsd-compat/ (two confirmed reports)
5c377b3b 3805 - (djm) Much KNF on PAM code
547519f0 3806 - (djm) Revise auth-pam.c conversation function to be a little more
3807 readable.
5c377b3b 3808 - (djm) Revise kbd-int PAM conversation function to fold all text messages
3809 to before first prompt. Fixes hangs if last pam_message did not require
3810 a reply.
3811 - (djm) Fix password changing when using PAM kbd-int authentication
bee0a37e 3812
547519f0 381320010205
2b87da3b 3814 - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
99286dc8 3815 that don't have NGROUPS_MAX.
57559587 3816 - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
2b87da3b 3817 - (stevesk) OpenBSD sync:
3818 - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
3819 [many files; did this manually to our top-level source dir]
3820 unexpand and remove end-of-line whitespace; ok markus@
408ba72f 3821 - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
3822 [sftp-server.c]
3823 SSH2_FILEXFER_ATTR_UIDGID support; ok markus@
ec2a033a 3824 - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
3825 [sftp-int.c]
3826 ? == help
3827 - deraadt@cvs.openbsd.org 2001/02/04 16:47:46
3828 [sftp-int.c]
3829 sort commands, so that abbreviations work as expected
3830 - stevesk@cvs.openbsd.org 2001/02/04 15:17:52
3831 [sftp-int.c]
3832 debugging sftp: precedence and missing break. chmod, chown, chgrp
3833 seem to be working now.
3834 - markus@cvs.openbsd.org 2001/02/04 14:41:21
3835 [sftp-int.c]
3836 use base 8 for umask/chmod
3837 - markus@cvs.openbsd.org 2001/02/04 11:11:54
3838 [sftp-int.c]
3839 fix LCD
c44559d2 3840 - markus@cvs.openbsd.org 2001/02/04 08:10:44
3841 [ssh.1]
3842 typo; dpo@club-internet.fr
a5930351 3843 - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
3844 [auth2.c authfd.c packet.c]
3845 remove duplicate #include's; ok markus@
6a416424 3846 - deraadt@cvs.openbsd.org 2001/02/04 16:56:23
3847 [scp.c sshd.c]
3848 alpha happiness
3849 - stevesk@cvs.openbsd.org 2001/02/04 15:12:17
3850 [sshd.c]
3851 precedence; ok markus@
02a024dd 3852 - deraadt@cvs.openbsd.org 2001/02/04 08:14:15
6a416424 3853 [ssh.c sshd.c]
3854 make the alpha happy
02a024dd 3855 - markus@cvs.openbsd.org 2001/01/31 13:37:24
3856 [channels.c channels.h serverloop.c ssh.c]
68fa858a 3857 do not disconnect if local port forwarding fails, e.g. if port is
547519f0 3858 already in use
02a024dd 3859 - markus@cvs.openbsd.org 2001/02/01 14:58:09
3860 [channels.c]
3861 use ipaddr in channel messages, ietf-secsh wants this
3862 - markus@cvs.openbsd.org 2001/01/31 12:26:20
3863 [channels.c]
68fa858a 3864 ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE
547519f0 3865 messages; bug report from edmundo@rano.org
a741554f 3866 - markus@cvs.openbsd.org 2001/01/31 13:48:09
3867 [sshconnect2.c]
3868 unused
9378f292 3869 - deraadt@cvs.openbsd.org 2001/02/04 08:23:08
3870 [sftp-client.c sftp-server.c]
3871 make gcc on the alpha even happier
1fc243d1 3872
547519f0 387320010204
781a0585 3874 - (bal) I think this is the last of the bsd-*.h that don't belong.
634e0b53 3875 - (bal) Minor Makefile fix
f0f14bea 3876 - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
61e96248 3877 right.
78987b57 3878 - (bal) Changed order of LIB="" in -with-skey due to library resolving.
166e4f2a 3879 - (bal) next-posix.h changed to bsd-nextstep.h
61e96248 3880 - (djm) OpenBSD CVS sync:
3881 - markus@cvs.openbsd.org 2001/02/03 03:08:38
3882 [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c]
3883 [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8]
3884 [sshd_config]
3885 make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
3886 - markus@cvs.openbsd.org 2001/02/03 03:19:51
3887 [ssh.1 sshd.8 sshd_config]
3888 Skey is now called ChallengeResponse
3889 - markus@cvs.openbsd.org 2001/02/03 03:43:09
3890 [sshd.8]
3891 use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean
3892 channel. note from Erik.Anggard@cygate.se (pr/1659)
3893 - stevesk@cvs.openbsd.org 2001/02/03 10:03:06
3894 [ssh.1]
3895 typos; ok markus@
3896 - djm@cvs.openbsd.org 2001/02/04 04:11:56
3897 [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h]
3898 [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c]
3899 Basic interactive sftp client; ok theo@
3900 - (djm) Update RPM specs for new sftp binary
68fa858a 3901 - (djm) Update several bits for new optional reverse lookup stuff. I
61e96248 3902 think I got them all.
8b061486 3903 - (djm) Makefile.in fixes
1aa00dcb 3904 - (stevesk) add mysignal() wrapper and use it for the protocol 2
3905 SIGCHLD handler.
408ba72f 3906 - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevesk@
781a0585 3907
547519f0 390820010203
63fe0529 3909 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
bf3db92d 3910 - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
3911 based file) to ensure #include space does not get confused.
f78888c7 3912 - (bal) Minor Makefile.in tweak. dirname may not exist on some
3913 platforms so builds fail. (NeXT being a well known one)
63fe0529 3914
547519f0 391520010202
61e96248 3916 - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
c85a87f2 3917 <vinschen@redhat.com>
71301416 3918 - (bal) Makefile fix to use $(MAKE) instead of 'make' for platforms
3919 that use 'gmake'. Patch by Tim Rice <tim@multitalents.net>
c85a87f2 3920
547519f0 392120010201
ad5075bd 3922 - (bal) Minor fix to Makefile to stop rebuilding executables if no
3923 changes have occured to any of the supporting code. Patch by
3924 Roumen Petrov <roumen.petrov@skalasoft.com>
3925
9c8dbb1b 392620010131
37845585 3927 - (djm) OpenBSD CVS Sync:
3928 - djm@cvs.openbsd.org 2001/01/30 15:48:53
3929 [sshconnect.c]
3930 Make warning message a little more consistent. ok markus@
8c89dd2b 3931 - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
3932 Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com>
3933 respectively.
c59dc6bd 3934 - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
3935 passwords.
9c8dbb1b 3936 - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
3937 openbsd-compat/. And resolve all ./configure and Makefile.in issues
3938 assocated.
37845585 3939
9c8dbb1b 394020010130
39929cdb 3941 - (djm) OpenBSD CVS Sync:
3942 - markus@cvs.openbsd.org 2001/01/29 09:55:37
3943 [channels.c channels.h clientloop.c serverloop.c]
3944 fix select overflow; ok deraadt@ and stevesk@
865ac82e 3945 - markus@cvs.openbsd.org 2001/01/29 12:42:35
3946 [canohost.c canohost.h channels.c clientloop.c]
3947 add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS
46aa2d1f 3948 - markus@cvs.openbsd.org 2001/01/29 12:47:32
3949 [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c]
3950 handle rsa_private_decrypt failures; helps against the Bleichenbacher
3951 pkcs#1 attack
ae810de7 3952 - djm@cvs.openbsd.org 2001/01/29 05:36:11
3953 [ssh.1 ssh.c]
3954 Allow invocation of sybsystem by commandline (-s); ok markus@
83bc57f9 3955 - (stevesk) configure.in: remove duplicate PROG_LS
39929cdb 3956
9c8dbb1b 395720010129
f29ef605 3958 - (stevesk) sftp-server.c: use %lld vs. %qd
3959
cb9da0fc 396020010128
3961 - (bal) Put USE_PIPES back into sco3.2v5
23c2a7a5 3962 - (bal) OpenBSD Sync
9bd5b720 3963 - markus@cvs.openbsd.org 2001/01/28 10:15:34
3964 [dispatch.c]
3965 re-keying is not supported; ok deraadt@
5fb622e4 3966 - markus@cvs.openbsd.org 2001/01/28 10:24:04
7f5c4295 3967 [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
5fb622e4 3968 cleanup AUTHORS sections
9bd5b720 3969 - markus@cvs.openbsd.org 2001/01/28 10:37:26
ab60252b 3970 [sshd.c sshd.8]
9bd5b720 3971 remove -Q, no longer needed
3972 - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
a877488a 3973 [readconf.c ssh.1]
9bd5b720 3974 ``StrictHostKeyChecking ask'' documentation and small cleanup.
3975 ok markus@
6f37606e 3976 - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
61e96248 3977 [sshd.8]
6f37606e 3978 spelling. ok markus@
95f4ccfb 3979 - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
3980 [xmalloc.c]
3981 use size_t for strlen() return. ok markus@
6f37606e 3982 - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
3983 [authfile.c]
3984 spelling. use sizeof vs. strlen(). ok markus@
9bd5b720 3985 - niklas@cvs.openbsd.org 2001/01/29 1:59:14
23c2a7a5 3986 [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
3987 groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
3988 key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
3989 radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1
3990 ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
3991 sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
3992 $OpenBSD$
b0e305c9 3993 - (bal) Minor auth2.c resync. Whitespace and moving of an #include.
cb9da0fc 3994
c9606e03 399520010126
61e96248 3996 - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
c9606e03 3997 Petrov <roumen.petrov@skalasoft.com>
2f4b2e38 3998 - (bal) OpenBSD Sync
3999 - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
4000 [ssh-agent.c]
4001 call _exit() in signal handler
c9606e03 4002
d7d5f0b2 400320010125
4004 - (djm) Sync bsd-* support files:
4005 - deraadt@cvs.openbsd.org 2000/01/26 03:43:20
4006 [rresvport.c bindresvport.c]
61e96248 4007 new bindresvport() semantics that itojun, shin, jean-luc and i have
d7d5f0b2 4008 agreed on, which will be happy for the future. bindresvport_sa() for
4009 sockaddr *, too. docs later..
4010 - deraadt@cvs.openbsd.org 2000/01/24 02:24:21
4011 [bindresvport.c]
61e96248 4012 in bindresvport(), if sin is non-NULL, example sin->sin_family for
d7d5f0b2 4013 the actual family being processed
e1dd3a7a 4014 - (djm) Mention PRNGd in documentation, it is nicer than EGD
4015 - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
8080699b 4016 - (bal) AC_FUNC_STRFTIME added to autoconf
4ccb01d6 4017 - (bal) OpenBSD Resync
4018 - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
4019 [channels.c]
4020 missing freeaddrinfo(); ok markus@
d7d5f0b2 4021
556eb464 402220010124
4023 - (bal) OpenBSD Resync
4024 - markus@cvs.openbsd.org 2001/01/23 10:45:10
4025 [ssh.h]
61e96248 4026 nuke comment
1aecda34 4027 - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>
4028 - (bal) #ifdef around S_IFSOCK if platform does not support it.
4029 patch by Tim Rice <tim@multitalents.net>
4030 - (bal) fake-regex.h cleanup based on Tim Rice's patch.
c33f0b36 4031 - (stevesk) sftp-server.c: fix chmod() mode mask
556eb464 4032
effa6591 403320010123
4034 - (bal) regexp.h typo in configure.in. Should have been regex.h
4035 - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
61e96248 4036 - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
53a24016 4037 - (bal) OpenBSD Resync
4038 - markus@cvs.openbsd.org 2001/01/22 8:15:00
4039 [auth-krb4.c sshconnect1.c]
4040 only AFS needs radix.[ch]
4041 - markus@cvs.openbsd.org 2001/01/22 8:32:53
4042 [auth2.c]
4043 no need to include; from mouring@etoh.eviladmin.org
4044 - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
4045 [key.c]
4046 free() -> xfree(); ok markus@
4047 - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
4048 [sshconnect2.c sshd.c]
4049 fix memory leaks in SSH2 key exchange; ok markus@
d464095c 4050 - markus@cvs.openbsd.org 2001/01/22 23:06:39
4051 [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h
4052 sshconnect1.c sshconnect2.c sshd.c]
4053 rename skey -> challenge response.
4054 auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
53a24016 4055
effa6591 4056
42f11eb2 405720010122
4058 - (bal) OpenBSD Resync
4059 - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
4060 [servconf.c ssh.h sshd.c]
4061 only auth-chall.c needs #ifdef SKEY
4062 - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
4063 [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
4064 auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
4065 packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
4066 session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
4067 ssh1.h sshconnect1.c sshd.c ttymodes.c]
4068 move ssh1 definitions to ssh1.h, pathnames to pathnames.h
4069 - markus@cvs.openbsd.org 2001/01/19 16:48:14
4070 [sshd.8]
4071 fix typo; from stevesk@
4072 - markus@cvs.openbsd.org 2001/01/19 16:50:58
4073 [ssh-dss.c]
61e96248 4074 clear and free digest, make consistent with other code (use dlen); from
42f11eb2 4075 stevesk@
4076 - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
4077 [auth-options.c auth-options.h auth-rsa.c auth2.c]
4078 pass the filename to auth_parse_options()
61e96248 4079 - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001
42f11eb2 4080 [readconf.c]
4081 fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
4082 - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
4083 [sshconnect2.c]
4084 dh_new_group() does not return NULL. ok markus@
4085 - markus@cvs.openbsd.org 2001/01/20 21:33:42
4086 [ssh-add.c]
61e96248 4087 do not loop forever if askpass does not exist; from
42f11eb2 4088 andrew@pimlott.ne.mediaone.net
4089 - djm@cvs.openbsd.org 2001/01/20 23:00:56
4090 [servconf.c]
4091 Check for NULL return from strdelim; ok markus
4092 - djm@cvs.openbsd.org 2001/01/20 23:02:07
4093 [readconf.c]
4094 KNF; ok markus
4095 - jakob@cvs.openbsd.org 2001/01/21 9:00:33
4096 [ssh-keygen.1]
4097 remove -R flag; ok markus@
4098 - markus@cvs.openbsd.org 2001/01/21 19:05:40
4099 [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
4100 auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
4101 auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
4102 bufaux.c bufaux.h buffer.c canahost.c canahost.h channels.c
4103 cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
4104 deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
4105 key.c key.h log-client.c log-server.c log.c log.h login.c login.h
4106 match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
4107 readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
4108 session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
61e96248 4109 ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h
42f11eb2 4110 sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
4111 ttysmodes.c uidswap.c xmalloc.c]
61e96248 4112 split ssh.h and try to cleanup the #include mess. remove unnecessary
42f11eb2 4113 #includes. rename util.[ch] -> misc.[ch]
4114 - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
61e96248 4115 - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve
42f11eb2 4116 conflict when compiling for non-kerb install
4117 - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
4118 on 1/19.
4119
6005a40c 412020010120
4121 - (bal) OpenBSD Resync
4122 - markus@cvs.openbsd.org 2001/01/19 12:45:26
4123 [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
4124 only auth-chall.c needs #ifdef SKEY
47af6577 4125 - (bal) Slight auth2-pam.c clean up.
4126 - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
4127 but no 'regexp.h' found (SCO OpenServer 3 lacks the header).
6005a40c 4128
922e6493 412920010119
4130 - (djm) Update versions in RPM specfiles
59c97189 4131 - (bal) OpenBSD Resync
4132 - markus@cvs.openbsd.org 2001/01/18 16:20:21
4133 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
4134 sshd.8 sshd.c]
61e96248 4135 log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
59c97189 4136 systems
4137 - markus@cvs.openbsd.org 2001/01/18 16:59:59
4138 [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
4139 session.h sshconnect1.c]
4140 1) removes fake skey from sshd, since this will be much
4141 harder with /usr/libexec/auth/login_XXX
4142 2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
4143 3) make addition of BSD_AUTH and other challenge reponse methods
4144 easier.
4145 - markus@cvs.openbsd.org 2001/01/18 17:12:43
4146 [auth-chall.c auth2-chall.c]
4147 rename *-skey.c *-chall.c since the files are not skey specific
04fc7a67 4148 - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
4149 to fix NULL pointer deref and fake authloop breakage in PAM code.
f4ebf0e8 4150 - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
3c418020 4151 - (bal) Minor cygwin patch to auth1.c. Suggested by djm.
61e96248 4152
b5c334cc 415320010118
4154 - (bal) Super Sized OpenBSD Resync
4155 - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
4156 [sshd.c]
4157 maxfd+1
4158 - markus@cvs.openbsd.org 2001/01/13 17:59:18
4159 [ssh-keygen.1]
4160 small ssh-keygen manpage cleanup; stevesk@pobox.com
4161 - markus@cvs.openbsd.org 2001/01/13 18:03:07
4162 [scp.c ssh-keygen.c sshd.c]
4163 getopt() returns -1 not EOF; stevesk@pobox.com
4164 - markus@cvs.openbsd.org 2001/01/13 18:06:54
4165 [ssh-keyscan.c]
4166 use SSH_DEFAULT_PORT; from stevesk@pobox.com
4167 - markus@cvs.openbsd.org 2001/01/13 18:12:47
4168 [ssh-keyscan.c]
4169 free() -> xfree(); fix memory leak; from stevesk@pobox.com
4170 - markus@cvs.openbsd.org 2001/01/13 18:14:13
4171 [ssh-add.c]
4172 typo, from stevesk@sweden.hp.com
4173 - markus@cvs.openbsd.org 2001/01/13 18:32:50
61e96248 4174 [packet.c session.c ssh.c sshconnect.c sshd.c]
b5c334cc 4175 split out keepalive from packet_interactive (from dale@accentre.com)
4176 set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
4177 - markus@cvs.openbsd.org 2001/01/13 18:36:45
4178 [packet.c packet.h]
4179 reorder, typo
4180 - markus@cvs.openbsd.org 2001/01/13 18:38:00
4181 [auth-options.c]
4182 fix comment
4183 - markus@cvs.openbsd.org 2001/01/13 18:43:31
4184 [session.c]
4185 Wall
61e96248 4186 - markus@cvs.openbsd.org 2001/01/13 19:14:08
b5c334cc 4187 [clientloop.h clientloop.c ssh.c]
4188 move callback to headerfile
4189 - markus@cvs.openbsd.org 2001/01/15 21:40:10
4190 [ssh.c]
4191 use log() instead of stderr
4192 - markus@cvs.openbsd.org 2001/01/15 21:43:51
4193 [dh.c]
4194 use error() not stderr!
4195 - markus@cvs.openbsd.org 2001/01/15 21:45:29
4196 [sftp-server.c]
4197 rename must fail if newpath exists, debug off by default
4198 - markus@cvs.openbsd.org 2001/01/15 21:46:38
4199 [sftp-server.c]
4200 readable long listing for sftp-server, ok deraadt@
4201 - markus@cvs.openbsd.org 2001/01/16 19:20:06
4202 [key.c ssh-rsa.c]
61e96248 4203 make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
4204 galb@vandyke.com. note that you have to delete older ssh2-rsa keys,
4205 since they are in the wrong format, too. they must be removed from
b5c334cc 4206 .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
61e96248 4207 (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
4208 .ssh/authorized_keys2) additionally, we now check that
b5c334cc 4209 BN_num_bits(rsa->n) >= 768.
4210 - markus@cvs.openbsd.org 2001/01/16 20:54:27
4211 [sftp-server.c]
4212 remove some statics. simpler handles; idea from nisse@lysator.liu.se
4213 - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
4214 [bufaux.c radix.c sshconnect.h sshconnect1.c]
4215 indent
4216 - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
4217 be missing such feature.
4218
61e96248 4219
52ce34a2 422020010117
4221 - (djm) Only write random seed file at exit
717057b6 4222 - (djm) Make PAM support optional, enable with --with-pam
61e96248 4223 - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
717057b6 4224 provides a crypt() of its own)
4225 - (djm) Avoid a warning in bsd-bindresvport.c
4226 - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
61e96248 4227 can cause weird segfaults errors on Solaris
8694a1ce 4228 - (djm) Avoid warning in PAM code by making read_passphrase arguments const
d748039d 4229 - (djm) Add --with-pam to RPM spec files
52ce34a2 4230
2fd3c144 423120010115
4232 - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
89c7e31c 4233 - (bal) utimes() support via utime() interface on machine that lack utimes().
2fd3c144 4234
63b68889 423520010114
4236 - (stevesk) initial work for OpenBSD "support supplementary group in
4237 {Allow,Deny}Groups" patch:
4238 - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
4239 - add bsd-getgrouplist.h
4240 - new files groupaccess.[ch]
4241 - build but don't use yet (need to merge auth.c changes)
c6a69271 4242 - (stevesk) complete:
4243 - markus@cvs.openbsd.org 2001/01/13 11:56:48
4244 [auth.c sshd.8]
4245 support supplementary group in {Allow,Deny}Groups
4246 from stevesk@pobox.com
61e96248 4247
f546c780 424820010112
4249 - (bal) OpenBSD Sync
4250 - markus@cvs.openbsd.org 2001/01/10 22:56:22
4251 [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
4252 cleanup sftp-server implementation:
547519f0 4253 add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
4254 parse SSH2_FILEXFER_ATTR_EXTENDED
4255 send SSH2_FX_EOF if readdir returns no more entries
4256 reply to SSH2_FXP_EXTENDED message
4257 use #defines from the draft
4258 move #definations to sftp.h
f546c780 4259 more info:
61e96248 4260 http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
f546c780 4261 - markus@cvs.openbsd.org 2001/01/10 19:43:20
4262 [sshd.c]
4263 XXX - generate_empheral_server_key() is not safe against races,
61e96248 4264 because it calls log()
f546c780 4265 - markus@cvs.openbsd.org 2001/01/09 21:19:50
4266 [packet.c]
4267 allow TCP_NDELAY for ipv6; from netbsd via itojun@
4268
9548d6c8 426920010110
4270 - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from
4271 Bladt Norbert <Norbert.Bladt@adi.ch>
4272
af972861 427320010109
4274 - (bal) Resync CVS ID of cli.c
4b80e97b 4275 - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE
4276 code.
eea39c02 4277 - (bal) OpenBSD Sync
4278 - markus@cvs.openbsd.org 2001/01/08 22:29:05
4279 [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
4280 sshd_config version.h]
4281 implement option 'Banner /etc/issue.net' for ssh2, move version to
4282 2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
4283 is enabled).
4284 - markus@cvs.openbsd.org 2001/01/08 22:03:23
4285 [channels.c ssh-keyscan.c]
4286 O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
4287 - markus@cvs.openbsd.org 2001/01/08 21:55:41
4288 [sshconnect1.c]
4289 more cleanups and fixes from stevesk@pobox.com:
4290 1) try_agent_authentication() for loop will overwrite key just
4291 allocated with key_new(); don't alloc
4292 2) call ssh_close_authentication_connection() before exit
4293 try_agent_authentication()
4294 3) free mem on bad passphrase in try_rsa_authentication()
4295 - markus@cvs.openbsd.org 2001/01/08 21:48:17
4296 [kex.c]
4297 missing free; thanks stevesk@pobox.com
f1c4659d 4298 - (bal) Detect if clock_t structure exists, if not define it.
4299 - (bal) Detect if O_NONBLOCK exists, if not define it.
4300 - (bal) removed news4-posix.h (now empty)
4301 - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
4302 instead of 'int'
adc83ebf 4303 - (stevesk) sshd_config: sync
4f771a33 4304 - (stevesk) defines.h: remove spurious ``;''
af972861 4305
bbcf899f 430620010108
4307 - (bal) Fixed another typo in cli.c
4308 - (bal) OpenBSD Sync
4309 - markus@cvs.openbsd.org 2001/01/07 21:26:55
4310 [cli.c]
4311 typo
4312 - markus@cvs.openbsd.org 2001/01/07 21:26:55
4313 [cli.c]
4314 missing free, stevesk@pobox.com
4315 - markus@cvs.openbsd.org 2001/01/07 19:06:25
4316 [auth1.c]
4317 missing free, stevesk@pobox.com
4318 - markus@cvs.openbsd.org 2001/01/07 11:28:04
4319 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1
4320 ssh.h sshd.8 sshd.c]
4321 rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
4322 syslog priority changes:
4323 fatal() LOG_ERR -> LOG_CRIT
4324 log() LOG_INFO -> LOG_NOTICE
b8c37305 4325 - Updated TODO
bbcf899f 4326
9616313f 432720010107
4328 - (bal) OpenBSD Sync
4329 - markus@cvs.openbsd.org 2001/01/06 11:23:27
4330 [ssh-rsa.c]
4331 remove unused
4332 - itojun@cvs.openbsd.org 2001/01/05 08:23:29
4333 [ssh-keyscan.1]
4334 missing .El
4335 - markus@cvs.openbsd.org 2001/01/04 22:41:03
4336 [session.c sshconnect.c]
4337 consistent use of _PATH_BSHELL; from stevesk@pobox.com
4338 - djm@cvs.openbsd.org 2001/01/04 22:35:32
4339 [ssh.1 sshd.8]
4340 Mention AES as available SSH2 Cipher; ok markus
4341 - markus@cvs.openbsd.org 2001/01/04 22:25:58
4342 [sshd.c]
4343 sync usage()/man with defaults; from stevesk@pobox.com
4344 - markus@cvs.openbsd.org 2001/01/04 22:21:26
4345 [sshconnect2.c]
4346 handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
4347 that prints a banner (e.g. /etc/issue.net)
61e96248 4348
1877dc0c 434920010105
4350 - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
5a64a938 4351 - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()
1877dc0c 4352
488c06c8 435320010104
4354 - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on
4355 work by Chris Vaughan <vaughan99@yahoo.com>
4356
7c49df64 435720010103
4358 - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD
4359 tree (mainly positioning)
4360 - (bal) OpenSSH CVS Update
4361 - markus@cvs.openbsd.org 2001/01/02 20:41:02
4362 [packet.c]
4363 log remote ip on disconnect; PR 1600 from jcs@rt.fm
4364 - markus@cvs.openbsd.org 2001/01/02 20:50:56
4365 [sshconnect.c]
61e96248 4366 strict_host_key_checking for host_status != HOST_CHANGED &&
7c49df64 4367 ip_status == HOST_CHANGED
61e96248 4368 - (bal) authfile.c: Synced CVS ID tag
2c523de9 4369 - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>
4370 - (bal) Disable sftp-server if no 64bit int support exists. Based on
4371 patch by Tim Rice <tim@multitalents.net>
4372 - (bal) Makefile.in changes to uninstall: target to remove sftp-server
4373 and sftp-server.8 manpage.
7c49df64 4374
a421e945 437520010102
4376 - (bal) OpenBSD CVS Update
4377 - markus@cvs.openbsd.org 2001/01/01 14:52:49
4378 [scp.c]
4379 use shared fatal(); from stevesk@pobox.com
4380
0efc80a7 438120001231
4382 - (bal) Reverted out of MAXHOSTNAMELEN. This should be set per OS.
4383 for multiple reasons.
b1335fdf 4384 - (bal) Reverted out of a partial NeXT patch.
0efc80a7 4385
efcae5b1 438620001230
4387 - (bal) OpenBSD CVS Update
4388 - markus@cvs.openbsd.org 2000/12/28 18:58:30
4389 [ssh-keygen.c]
4390 enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
b148018f 4391 - markus@cvs.openbsd.org 2000/12/29 22:19:13
4392 [channels.c]
4393 missing xfree; from vaughan99@yahoo.com
efcae5b1 4394 - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
03a14cc9 4395 - (bal) if no MAXHOSTNAMELEN is defined. Default to 64 character defination.
34665bf7 4396 Suggested by Christian Kurz <shorty@debian.org>
cb6dabf4 4397 - (bal) Add in '.c.o' section to Makefile.in to address make programs that
61e96248 4398 don't honor CPPFLAGS by default. Suggested by Lutz Jaenicke
cb6dabf4 4399 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
0dd78cd8 4400
440120001229
61e96248 4402 - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
34665bf7 4403 Kurz <shorty@debian.org>
8abcdba4 4404 - (bal) OpenBSD CVS Update
4405 - markus@cvs.openbsd.org 2000/12/28 14:25:51
4406 [auth.h auth2.c]
4407 count authentication failures only
4408 - markus@cvs.openbsd.org 2000/12/28 14:25:03
4409 [sshconnect.c]
4410 fingerprint for MITM attacks, too.
4411 - markus@cvs.openbsd.org 2000/12/28 12:03:57
4412 [sshd.8 sshd.c]
4413 document -D
4414 - markus@cvs.openbsd.org 2000/12/27 14:19:21
4415 [serverloop.c]
4416 less chatty
4417 - markus@cvs.openbsd.org 2000/12/27 12:34
4418 [auth1.c sshconnect2.c sshd.c]
4419 typo
4420 - markus@cvs.openbsd.org 2000/12/27 12:30:19
4421 [readconf.c readconf.h ssh.1 sshconnect.c]
4422 new option: HostKeyAlias: allow the user to record the host key
4423 under a different name. This is useful for ssh tunneling over
4424 forwarded connections or if you run multiple sshd's on different
4425 ports on the same machine.
4426 - markus@cvs.openbsd.org 2000/12/27 11:51:53
4427 [ssh.1 ssh.c]
4428 multiple -t force pty allocation, document ORIGINAL_COMMAND
4429 - markus@cvs.openbsd.org 2000/12/27 11:41:31
4430 [sshd.8]
4431 update for ssh-2
c52c7082 4432 - (stevesk) compress.[ch] sync with openbsd; missed in prototype
4433 fix merge.
0dd78cd8 4434
8f523d67 443520001228
4436 - (bal) Patch to add libutil.h to loginrec.c only if the platform has
4437 libutil.h. Suggested by Pekka Savola <pekka@netcore.fi>
9fb76616 4438 - (djm) Update to new x11-askpass in RPM spec
0dd78cd8 4439 - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
4440 header. Patch by Tim Rice <tim@multitalents.net>
4441 - Updated TODO w/ known HP/UX issue
4442 - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
4443 bad reference to 'NeXT including it else were' on the #ifdef version.
8f523d67 4444
b03bd394 444520001227
61e96248 4446 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
b03bd394 4447 Takumi Yamane <yamtak@b-session.com>
4448 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
8f523d67 4449 by Corinna Vinschen <vinschen@redhat.com>
4450 - (djm) Fix catman-do target for non-bash
61e96248 4451 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
8f523d67 4452 Takumi Yamane <yamtak@b-session.com>
4453 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
b03bd394 4454 by Corinna Vinschen <vinschen@redhat.com>
13991f8e 4455 - (djm) Fix catman-do target for non-bash
61e96248 4456 - (bal) Fixed NeXT's lack of CPPFLAGS honoring.
4457 - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/
f318b98b 4458 'RLIMIT_NOFILE'
61e96248 4459 - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,
4460 the info in COPYING.Ylonen has been moved to the start of each
3bdf55b1 4461 SSH1-derived file and README.Ylonen is well out of date.
b03bd394 4462
8d88011e 446320001223
4464 - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
4465 if a change to config.h has occurred. Suggested by Gert Doering
4466 <gert@greenie.muc.de>
4467 - (bal) OpenBSD CVS Update:
4468 - markus@cvs.openbsd.org 2000/12/22 16:49:40
4469 [ssh-keygen.c]
4470 fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
4471
1e3b8b07 447220001222
4473 - Updated RCSID for pty.c
4474 - (bal) OpenBSD CVS Updates:
4475 - markus@cvs.openbsd.org 2000/12/21 15:10:16
4476 [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c]
4477 print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@
4478 - markus@cvs.openbsd.org 2000/12/20 19:26:56
4479 [authfile.c]
4480 allow ssh -i userkey for root
4481 - markus@cvs.openbsd.org 2000/12/20 19:37:21
4482 [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h]
4483 fix prototypes; from stevesk@pobox.com
4484 - markus@cvs.openbsd.org 2000/12/20 19:32:08
4485 [sshd.c]
4486 init pointer to NULL; report from Jan.Ivan@cern.ch
4487 - markus@cvs.openbsd.org 2000/12/19 23:17:54
4488 [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c
4489 auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c
4490 bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c
4491 crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h
4492 key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c
4493 packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h
4494 serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h
4495 ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h uuencode.c
4496 uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c]
4497 replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char
4498 unsigned' with u_char.
4499
67b0facb 450020001221
4501 - (stevesk) OpenBSD CVS updates:
4502 - markus@cvs.openbsd.org 2000/12/19 15:43:45
4503 [authfile.c channels.c sftp-server.c ssh-agent.c]
4504 remove() -> unlink() for consistency
4505 - markus@cvs.openbsd.org 2000/12/19 15:48:09
4506 [ssh-keyscan.c]
4507 replace <ssl/x.h> with <openssl/x.h>
4508 - markus@cvs.openbsd.org 2000/12/17 02:33:40
4509 [uidswap.c]
4510 typo; from wsanchez@apple.com
61e96248 4511
adeebd37 451220001220
61e96248 4513 - (djm) Workaround PAM inconsistencies between Solaris derived PAM code
adeebd37 4514 and Linux-PAM. Based on report and fix from Andrew Morgan
4515 <morgan@transmeta.com>
4516
f072c47a 451720001218
4518 - (stevesk) rsa.c: entropy.h not needed.
0c2fb82f 4519 - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.
4520 Suggested by Wilfredo Sanchez <wsanchez@apple.com>
f072c47a 4521
731c1541 452220001216
4523 - (stevesk) OpenBSD CVS updates:
4524 - markus@cvs.openbsd.org 2000/12/16 02:53:57
4525 [scp.c]
4526 allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE
4527 - markus@cvs.openbsd.org 2000/12/16 02:39:57
4528 [scp.c]
4529 unused; from stevesk@pobox.com
4530
227e8e86 453120001215
9853409f 4532 - (stevesk) Old OpenBSD patch wasn't completely applied:
4533 - markus@cvs.openbsd.org 2000/01/24 22:11:20
4534 [scp.c]
4535 allow '.' in usernames; from jedgar@fxp.org
227e8e86 4536 - (stevesk) OpenBSD CVS updates:
4537 - markus@cvs.openbsd.org 2000/12/13 16:26:53
4538 [ssh-keyscan.c]
4539 fatal already adds \n; from stevesk@pobox.com
4540 - markus@cvs.openbsd.org 2000/12/13 16:25:44
4541 [ssh-agent.c]
4542 remove redundant spaces; from stevesk@pobox.com
4543 - ho@cvs.openbsd.org 2000/12/12 15:50:21
4544 [pty.c]
4545 When failing to set tty owner and mode on a read-only filesystem, don't
4546 abort if the tty already has correct owner and reasonably sane modes.
4547 Example; permit 'root' to login to a firewall with read-only root fs.
4548 (markus@ ok)
4549 - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
4550 [pty.c]
4551 KNF
6ffc9c88 4552 - markus@cvs.openbsd.org 2000/12/12 14:45:21
4553 [sshd.c]
4554 source port < 1024 is no longer required for rhosts-rsa since it
4555 adds no additional security.
4556 - markus@cvs.openbsd.org 2000/12/12 16:11:49
4557 [ssh.1 ssh.c]
4558 rhosts-rsa is no longer automagically disabled if ssh is not privileged.
4559 UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
4560 these changes should not change the visible default behaviour of the ssh client.
71c0d06a 4561 - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
4562 [scp.c]
4563 when copying 0-sized files, do not re-print ETA time at completion
3e1caa83 4564 - provos@cvs.openbsd.org 2000/12/15 10:30:15
4565 [kex.c kex.h sshconnect2.c sshd.c]
4566 compute diffie-hellman in parallel between server and client. okay markus@
227e8e86 4567
6c935fbd 456820001213
4569 - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
4570 from Andreas M. Kirchwitz <amk@krell.zikzak.de>
227e8e86 4571 - (stevesk) OpenBSD CVS update:
1fe6a48f 4572 - markus@cvs.openbsd.org 2000/12/12 15:30:02
4573 [ssh-keyscan.c ssh.c sshd.c]
61e96248 4574 consistently use __progname; from stevesk@pobox.com
6c935fbd 4575
367d1840 457620001211
4577 - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
4578 patch to install ssh-keyscan manpage. Patch by Pekka Savola
4579 <pekka@netcore.fi>
e3a70753 4580 - (bal) OpenbSD CVS update
4581 - markus@cvs.openbsd.org 2000/12/10 17:01:53
4582 [sshconnect1.c]
4583 always request new challenge for skey/tis-auth, fixes interop with
4584 other implementations; report from roth@feep.net
367d1840 4585
6b523bae 458620001210
4587 - (bal) OpenBSD CVS updates
61e96248 4588 - markus@cvs.openbsd.org 2000/12/09 13:41:51
6b523bae 4589 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
4590 undo rijndael changes
61e96248 4591 - markus@cvs.openbsd.org 2000/12/09 13:48:31
6b523bae 4592 [rijndael.c]
4593 fix byte order bug w/o introducing new implementation
61e96248 4594 - markus@cvs.openbsd.org 2000/12/09 14:08:27
6b523bae 4595 [sftp-server.c]
4596 "" -> "." for realpath; from vinschen@redhat.com
61e96248 4597 - markus@cvs.openbsd.org 2000/12/09 14:06:54
6b523bae 4598 [ssh-agent.c]
4599 extern int optind; from stevesk@sweden.hp.com
13af0aa2 4600 - provos@cvs.openbsd.org 2000/12/09 23:51:11
4601 [compat.c]
4602 remove unnecessary '\n'
6b523bae 4603
ce9c0b75 460420001209
6b523bae 4605 - (bal) OpenBSD CVS updates:
61e96248 4606 - djm@cvs.openbsd.org 2000/12/07 4:24:59
ce9c0b75 4607 [ssh.1]
4608 Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
4609
f72fc97f 461020001207
6b523bae 4611 - (bal) OpenBSD CVS updates:
61e96248 4612 - markus@cvs.openbsd.org 2000/12/06 22:58:14
f72fc97f 4613 [compat.c compat.h packet.c]
4614 disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
dfe89252 4615 - markus@cvs.openbsd.org 2000/12/06 23:10:39
4616 [rijndael.c]
4617 unexpand(1)
61e96248 4618 - markus@cvs.openbsd.org 2000/12/06 23:05:43
dfe89252 4619 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
4620 new rijndael implementation. fixes endian bugs
f72fc97f 4621
97fb6912 462220001206
6b523bae 4623 - (bal) OpenBSD CVS updates:
97fb6912 4624 - markus@cvs.openbsd.org 2000/12/05 20:34:09
4625 [channels.c channels.h clientloop.c serverloop.c]
4626 async connects for -R/-L; ok deraadt@
4627 - todd@cvs.openssh.org 2000/12/05 16:47:28
4628 [sshd.c]
4629 tweak comment to reflect real location of pid file; ok provos@
bf5f69f7 4630 - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
4631 have it (used in ssh-keyscan).
227e8e86 4632 - (stevesk) OpenBSD CVS update:
f20255cb 4633 - markus@cvs.openbsd.org 2000/12/06 19:57:48
4634 [ssh-keyscan.c]
4635 err(3) -> internal error(), from stevesk@sweden.hp.com
97fb6912 4636
f6fdbddf 463720001205
6b523bae 4638 - (bal) OpenBSD CVS updates:
f6fdbddf 4639 - markus@cvs.openbsd.org 2000/12/04 19:24:02
4640 [ssh-keyscan.c ssh-keyscan.1]
4641 David Maziere's ssh-keyscan, ok niels@
4642 - (bal) Updated Makefile.in to include ssh-keyscan that was just added
4643 to the recent OpenBSD source tree.
835d2104 4644 - (stevesk) fix typos in contrib/hpux/README
f6fdbddf 4645
cbc5abf9 464620001204
4647 - (bal) More C functions defined in NeXT that are unaccessable without
61e96248 4648 defining -POSIX.
4649 - (bal) OpenBSD CVS updates:
4650 - markus@cvs.openbsd.org 2000/12/03 11:29:04
cbc5abf9 4651 [compat.c]
4652 remove fallback to SSH_BUG_HMAC now that the drafts are updated
4653 - markus@cvs.openbsd.org 2000/12/03 11:27:55
4654 [compat.c]
61e96248 4655 correctly match "2.1.0.pl2 SSH" etc; from
97fb6912 4656 pekkas@netcore.fi/bugzilla.redhat
cbc5abf9 4657 - markus@cvs.openbsd.org 2000/12/03 11:15:03
4658 [auth2.c compat.c compat.h sshconnect2.c]
4659 support f-secure/ssh.com 2.0.12; ok niels@
4660
0b6fbf03 466120001203
cbc5abf9 4662 - (bal) OpenBSD CVS updates:
0b6fbf03 4663 - markus@cvs.openbsd.org 2000/11/30 22:54:31
4664 [channels.c]
61e96248 4665 debug->warn if tried to do -R style fwd w/o client requesting this;
0b6fbf03 4666 ok neils@
4667 - markus@cvs.openbsd.org 2000/11/29 20:39:17
4668 [cipher.c]
4669 des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
4670 - markus@cvs.openbsd.org 2000/11/30 18:33:05
4671 [ssh-agent.c]
4672 agents must not dump core, ok niels@
61e96248 4673 - markus@cvs.openbsd.org 2000/11/30 07:04:02
0b6fbf03 4674 [ssh.1]
4675 T is for both protocols
4676 - markus@cvs.openbsd.org 2000/12/01 00:00:51
4677 [ssh.1]
4678 typo; from green@FreeBSD.org
4679 - markus@cvs.openbsd.org 2000/11/30 07:02:35
4680 [ssh.c]
4681 check -T before isatty()
4682 - provos@cvs.openbsd.org 2000/11/29 13:51:27
4683 [sshconnect.c]
61e96248 4684 show IP address and hostname when new key is encountered. okay markus@
0b6fbf03 4685 - markus@cvs.openbsd.org 2000/11/30 22:53:35
4686 [sshconnect.c]
4687 disable agent/x11/port fwding if hostkey has changed; ok niels@
4688 - marksu@cvs.openbsd.org 2000/11/29 21:11:59
4689 [sshd.c]
4690 sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
4691 from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
8c9fe09e 4692 - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
4693 PAM authentication using KbdInteractive.
4694 - (djm) Added another TODO
0b6fbf03 4695
90f4078a 469620001202
4697 - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
61e96248 4698 - (bal) Irix need some sort of mansubdir, patch by Michael Stone
90f4078a 4699 <mstone@cs.loyola.edu>
4700
dcef6523 470120001129
7062c40f 4702 - (djm) Back out all the serverloop.c hacks. sshd will now hang again
4703 if there are background children with open fds.
c193d002 4704 - (djm) bsd-rresvport.c bzero -> memset
61e96248 4705 - (djm) Don't fail in defines.h on absence of 64 bit types (we will
c193d002 4706 still fail during compilation of sftp-server).
4707 - (djm) Fail if ar is not found during configure
c523303b 4708 - (djm) OpenBSD CVS updates:
4709 - provos@cvs.openbsd.org 2000/11/22 08:38:31
4710 [sshd.8]
4711 talk about /etc/primes, okay markus@
4712 - markus@cvs.openbsd.org 2000/11/23 14:03:48
4713 [ssh.c sshconnect1.c sshconnect2.c]
4714 complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
4715 defaults
4716 - markus@cvs.openbsd.org 2000/11/25 09:42:53
4717 [sshconnect1.c]
4718 reorder check for illegal ciphers, bugreport from espie@
4719 - markus@cvs.openbsd.org 2000/11/25 10:19:34
4720 [ssh-keygen.c ssh.h]
4721 print keytype when generating a key.
4722 reasonable defaults for RSA1/RSA/DSA keys.
b3ec54b4 4723 - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
4724 more manpage paths in fixpaths calls
4725 - (djm) Also add xauth path at Pekka's suggestion.
57ce3f00 4726 - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
dcef6523 4727
e879a080 472820001125
4729 - (djm) Give up privs when reading seed file
4730
d343d900 473120001123
4732 - (bal) Merge OpenBSD changes:
4733 - markus@cvs.openbsd.org 2000/11/15 22:31:36
4734 [auth-options.c]
61e96248 4735 case insensitive key options; from stevesk@sweeden.hp.com
d343d900 4736 - markus@cvs.openbsd.org 2000/11/16 17:55:43
4737 [dh.c]
4738 do not use perror() in sshd, after child is forked()
4739 - markus@cvs.openbsd.org 2000/11/14 23:42:40
4740 [auth-rsa.c]
4741 parse option only if key matches; fix some confusing seen by the client
4742 - markus@cvs.openbsd.org 2000/11/14 23:44:19
4743 [session.c]
4744 check no_agent_forward_flag for ssh-2, too
4745 - markus@cvs.openbsd.org 2000/11/15
4746 [ssh-agent.1]
4747 reorder SYNOPSIS; typo, use .It
4748 - markus@cvs.openbsd.org 2000/11/14 23:48:55
4749 [ssh-agent.c]
4750 do not reorder keys if a key is removed
4751 - markus@cvs.openbsd.org 2000/11/15 19:58:08
4752 [ssh.c]
61e96248 4753 just ignore non existing user keys
d343d900 4754 - millert@cvs.openbsd.org 200/11/15 20:24:43
4755 [ssh-keygen.c]
4756 Add missing \n at end of error message.
4757
0b49a754 475820001122
4759 - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
4760 are compilable.
4761 - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
4762
fab2e5d3 476320001117
4764 - (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It
4765 has no affect the output. Patch by Corinna Vinschen <vinschen@redhat.com>
61e96248 4766 - (stevesk) Reworked progname support.
260d427b 4767 - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c. Patch by
4768 Shinichi Maruyama <marya@st.jip.co.jp>
fab2e5d3 4769
c2207f11 477020001116
4771 - (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO
4772 releases.
4773 - (bal) Make builds work outside of source tree. Patch by Mark D. Roth
4774 <roth@feep.net>
4775
3d398e04 477620001113
61e96248 4777 - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
3d398e04 4778 contrib/README
fa08c86b 4779 - (djm) Merge OpenBSD changes:
4780 - markus@cvs.openbsd.org 2000/11/06 16:04:56
4781 [channels.c channels.h clientloop.c nchan.c serverloop.c]
4782 [session.c ssh.c]
4783 agent forwarding and -R for ssh2, based on work from
4784 jhuuskon@messi.uku.fi
4785 - markus@cvs.openbsd.org 2000/11/06 16:13:27
4786 [ssh.c sshconnect.c sshd.c]
4787 do not disabled rhosts(rsa) if server port > 1024; from
4788 pekkas@netcore.fi
4789 - markus@cvs.openbsd.org 2000/11/06 16:16:35
4790 [sshconnect.c]
4791 downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
4792 - markus@cvs.openbsd.org 2000/11/09 18:04:40
4793 [auth1.c]
4794 typo; from mouring@pconline.com
4795 - markus@cvs.openbsd.org 2000/11/12 12:03:28
4796 [ssh-agent.c]
4797 off-by-one when removing a key from the agent
4798 - markus@cvs.openbsd.org 2000/11/12 12:50:39
4799 [auth-rh-rsa.c auth2.c authfd.c authfd.h]
4800 [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
4801 [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
4802 [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
4803 [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
61e96248 4804 [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
fa08c86b 4805 add support for RSA to SSH2. please test.
4806 there are now 3 types of keys: RSA1 is used by ssh-1 only,
4807 RSA and DSA are used by SSH2.
4808 you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
4809 keys for SSH2 and use the RSA keys for hostkeys or for user keys.
4810 SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
4811 - (djm) Fix up Makefile and Redhat init script to create RSA host keys
f001465f 4812 - (djm) Change to interim version
5733a41a 4813 - (djm) Fix RPM spec file stupidity
6fff1ac4 4814 - (djm) fixpaths to DSA and RSA keys too
3d398e04 4815
d287c664 481620001112
4817 - (bal) SCO Patch to add needed libraries for configure.in. Patch by
4818 Phillips Porch <root@theporch.com>
3d398e04 4819 - (bal) IRIX patch to adding Job Limits. Patch by Denis Parker
4820 <dcp@sgi.com>
a3bf38d0 4821 - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to
4822 failed ioctl(TIOCSCTTY) call.
d287c664 4823
3c4d4fef 482420001111
4825 - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
4826 packaging files
35325fd4 4827 - (djm) Fix new Makefile.in warnings
61e96248 4828 - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
4829 promoted to type int. Report and fix from Dan Astoorian
027bf205 4830 <djast@cs.toronto.edu>
61e96248 4831 - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
e3291159 4832 it wrong. Report from Bennett Todd <bet@rahul.net>
3c4d4fef 4833
3e366738 483420001110
4835 - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
4836 - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
4837 - (bal) Added in check to verify S/Key library is being detected in
4838 configure.in
61e96248 4839 - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
3e366738 4840 Patch by Mark Miller <markm@swoon.net>
4841 - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
61e96248 4842 to remove warnings under MacOS X. Patch by Mark Miller <markm@swoon.net>
3e366738 4843 - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
4844
373998a4 484520001107
e506ee73 4846 - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
4847 Mark Miller <markm@swoon.net>
373998a4 4848 - (bal) sshd.init files corrected to assign $? to RETVAL. Patch by
4849 Jarno Huuskonen <jhuuskon@messi.uku.fi>
e506ee73 4850 - (bal) fixpaths fixed to stop it from quitely failing. Patch by
4851 Mark D. Roth <roth@feep.net>
373998a4 4852
ac89998a 485320001106
4854 - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
6c09e23c 4855 - (djm) Manually fix up missed diff hunks (mainly RCS idents)
61e96248 4856 - (djm) Remove UPGRADING document in favour of a link to the better
d6846e6a 4857 maintained FAQ on www.openssh.com
73bd30fe 4858 - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
4859 <pekkas@netcore.fi>
4860 - (djm) Don't need X11-askpass in RPM spec file if building without it
4861 from Pekka Savola <pekkas@netcore.fi>
c215ba3b 4862 - (djm) Release 2.3.0p1
97b378bf 4863 - (bal) typo in configure.in in regards to --with-ldflags from Marko
4864 Asplund <aspa@kronodoc.fi>
4865 - (bal) fixed next-posix.h. Forgot prototype of getppid().
68f189a9 4866
b850ecd9 486720001105
4868 - (bal) Sync with OpenBSD:
4869 - markus@cvs.openbsd.org 2000/10/31 9:31:58
4870 [compat.c]
4871 handle all old openssh versions
4872 - markus@cvs.openbsd.org 2000/10/31 13:1853
4873 [deattack.c]
4874 so that large packets do not wrap "n"; from netbsd
4875 - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
a30ce26d 4876 - (bal) auth2-skey.c - Checked in. Missing from portable tree.
4877 - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
4878 setsid() into more common files
96054e6f 4879 - (stevesk) pty.c: use __hpux to identify HP-UX.
d0127657 4880 - (bal) Missed auth-skey.o in Makefile.in and minor correction to
4881 bsd-waitpid.c
b850ecd9 4882
75b90ced 488320001029
4884 - (stevesk) Fix typo in auth.c: USE_PAM not PAM
95273555 4885 - (stevesk) Create contrib/cygwin/ directory; patch from
4886 Corinna Vinschen <vinschen@redhat.com>
e9e4a1c7 4887 - (bal) Resolved more $xno and $xyes issues in configure.in
fd5f0295 4888 - (bal) next-posix.h - spelling and forgot a prototype
75b90ced 4889
344f2b94 489020001028
61e96248 4891 - (djm) fix select hack in serverloop.c from Philippe WILLEM
344f2b94 4892 <Philippe.WILLEM@urssaf.fr>
240ae474 4893 - (djm) Fix mangled AIXAUTHENTICATE code
61e96248 4894 - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
606ea390 4895 <markus.friedl@informatik.uni-erlangen.de>
a22aff1f 4896 - (djm) Sync with OpenBSD:
4897 - markus@cvs.openbsd.org 2000/10/16 15:46:32
4898 [ssh.1]
4899 fixes from pekkas@netcore.fi
4900 - markus@cvs.openbsd.org 2000/10/17 14:28:11
4901 [atomicio.c]
4902 return number of characters processed; ok deraadt@
4903 - markus@cvs.openbsd.org 2000/10/18 12:04:02
4904 [atomicio.c]
4905 undo
4906 - markus@cvs.openbsd.org 2000/10/18 12:23:02
4907 [scp.c]
4908 replace atomicio(read,...) with read(); ok deraadt@
4909 - markus@cvs.openbsd.org 2000/10/18 12:42:00
4910 [session.c]
4911 restore old record login behaviour
4912 - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
4913 [auth-skey.c]
4914 fmt string problem in unused code
4915 - provos@cvs.openbsd.org 2000/10/19 10:45:16
4916 [sshconnect2.c]
4917 don't reference freed memory. okay deraadt@
4918 - markus@cvs.openbsd.org 2000/10/21 11:04:23
4919 [canohost.c]
4920 typo, eramore@era-t.ericsson.se; ok niels@
4921 - markus@cvs.openbsd.org 2000/10/23 13:31:55
4922 [cipher.c]
4923 non-alignment dependent swap_bytes(); from
4924 simonb@wasabisystems.com/netbsd
4925 - markus@cvs.openbsd.org 2000/10/26 12:38:28
4926 [compat.c]
4927 add older vandyke products
4928 - markus@cvs.openbsd.org 2000/10/27 01:32:19
4929 [channels.c channels.h clientloop.c serverloop.c session.c]
4930 [ssh.c util.c]
61e96248 4931 enable non-blocking IO on channels, and tty's (except for the
a22aff1f 4932 client ttys).
344f2b94 4933
ddc49b5c 493420001027
4935 - (djm) Increase REKEY_BYTES to 2^24 for arc4random
4936
48e7916f 493720001025
4938 - (djm) Added WARNING.RNG file and modified configure to ask users of the
4939 builtin entropy code to read it.
4940 - (djm) Prefer builtin regex to PCRE.
00937921 4941 - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
4942 - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
4943 <proski@gnu.org>
48e7916f 4944
8dcda1e3 494520001020
4946 - (djm) Don't define _REENTRANT for SNI/Reliant Unix
07bee9a7 4947 - (bal) Imported NEWS-OS waitpid() macros into NeXT. Since implementation
4948 is more correct then current version.
8dcda1e3 4949
f5af5cd5 495020001018
4951 - (stevesk) Add initial support for setproctitle(). Current
4952 support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
134fd7f6 4953 - (stevesk) Add egd startup scripts to contrib/hpux/
f5af5cd5 4954
2f31bdd6 495520001017
4956 - (djm) Add -lregex to cywin libs from Corinna Vinschen
4957 <vinschen@cygnus.com>
ba7a3f40 4958 - (djm) Don't rely on atomicio's retval to determine length of askpass
4959 supplied passphrase. Problem report from Lutz Jaenicke
4960 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
66d6c27e 4961 - (bal) Changed from GNU rx to PCRE on suggestion from djm.
61e96248 4962 - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
66d6c27e 4963 <nakaji@tutrp.tut.ac.jp>
2f31bdd6 4964
33de75a3 496520001016
4966 - (djm) Sync with OpenBSD:
4967 - markus@cvs.openbsd.org 2000/10/14 04:01:15
4968 [cipher.c]
4969 debug3
4970 - markus@cvs.openbsd.org 2000/10/14 04:07:23
4971 [scp.c]
4972 remove spaces from arguments; from djm@mindrot.org
4973 - markus@cvs.openbsd.org 2000/10/14 06:09:46
4974 [ssh.1]
4975 Cipher is for SSH-1 only
4976 - markus@cvs.openbsd.org 2000/10/14 06:12:09
4977 [servconf.c servconf.h serverloop.c session.c sshd.8]
4978 AllowTcpForwarding; from naddy@
4979 - markus@cvs.openbsd.org 2000/10/14 06:16:56
4980 [auth2.c compat.c compat.h sshconnect2.c version.h]
61e96248 4981 OpenSSH_2.3; note that is is not complete, but the version number
33de75a3 4982 needs to be changed for interoperability reasons
4983 - markus@cvs.openbsd.org 2000/10/14 06:19:45
4984 [auth-rsa.c]
4985 do not send RSA challenge if key is not allowed by key-options; from
4986 eivind@ThinkSec.com
4987 - markus@cvs.openbsd.org 2000/10/15 08:14:01
4988 [rijndael.c session.c]
4989 typos; from stevesk@sweden.hp.com
4990 - markus@cvs.openbsd.org 2000/10/15 08:18:31
4991 [rijndael.c]
4992 typo
61e96248 4993 - (djm) Copy manpages back over from OpenBSD - too tedious to wade
30d8b039 4994 through diffs
61e96248 4995 - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
30d8b039 4996 <pekkas@netcore.fi>
aa0289fe 4997 - (djm) Update version in Redhat spec file
61e96248 4998 - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
aa0289fe 4999 Redhat 7.0 spec file
5b2d4b75 5000 - (djm) Make inability to read/write PRNG seedfile non-fatal
5001
33de75a3 5002
4d670c24 500320001015
5004 - (djm) Fix ssh2 hang on background processes at logout.
5005
71dfaf1c 500620001014
443172c4 5007 - (bal) Add support for realpath and getcwd for platforms with broken
5008 or missing realpath implementations for sftp-server.
5009 - (bal) Corrected mistake in INSTALL in regards to GNU rx library
61e96248 5010 - (bal) Add support for GNU rx library for those lacking regexp support
71dfaf1c 5011 - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
02323c45 5012 - (djm) Revert SSH2 serverloop hack, will find a better way.
4ee81249 5013 - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
5014 from Martin Johansson <fatbob@acc.umu.se>
94ec8c6b 5015 - (djm) Big OpenBSD sync:
5016 - markus@cvs.openbsd.org 2000/09/30 10:27:44
5017 [log.c]
5018 allow loglevel debug
5019 - markus@cvs.openbsd.org 2000/10/03 11:59:57
5020 [packet.c]
5021 hmac->mac
5022 - markus@cvs.openbsd.org 2000/10/03 12:03:03
5023 [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
5024 move fake-auth from auth1.c to individual auth methods, disables s/key in
5025 debug-msg
5026 - markus@cvs.openbsd.org 2000/10/03 12:16:48
5027 ssh.c
5028 do not resolve canonname, i have no idea why this was added oin ossh
5029 - markus@cvs.openbsd.org 2000/10/09 15:30:44
5030 ssh-keygen.1 ssh-keygen.c
5031 -X now reads private ssh.com DSA keys, too.
5032 - markus@cvs.openbsd.org 2000/10/09 15:32:34
5033 auth-options.c
5034 clear options on every call.
5035 - markus@cvs.openbsd.org 2000/10/09 15:51:00
5036 authfd.c authfd.h
5037 interop with ssh-agent2, from <res@shore.net>
5038 - markus@cvs.openbsd.org 2000/10/10 14:20:45
5039 compat.c
5040 use rexexp for version string matching
5041 - provos@cvs.openbsd.org 2000/10/10 22:02:18
5042 [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
5043 First rough implementation of the diffie-hellman group exchange. The
5044 client can ask the server for bigger groups to perform the diffie-hellman
5045 in, thus increasing the attack complexity when using ciphers with longer
5046 keys. University of Windsor provided network, T the company.
5047 - markus@cvs.openbsd.org 2000/10/11 13:59:52
5048 [auth-rsa.c auth2.c]
5049 clear auth options unless auth sucessfull
5050 - markus@cvs.openbsd.org 2000/10/11 14:00:27
5051 [auth-options.h]
5052 clear auth options unless auth sucessfull
5053 - markus@cvs.openbsd.org 2000/10/11 14:03:27
5054 [scp.1 scp.c]
5055 support 'scp -o' with help from mouring@pconline.com
5056 - markus@cvs.openbsd.org 2000/10/11 14:11:35
5057 [dh.c]
5058 Wall
5059 - markus@cvs.openbsd.org 2000/10/11 14:14:40
5060 [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
5061 [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
5062 add support for s/key (kbd-interactive) to ssh2, based on work by
5063 mkiernan@avantgo.com and me
5064 - markus@cvs.openbsd.org 2000/10/11 14:27:24
5065 [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
5066 [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
5067 [sshconnect2.c sshd.c]
5068 new cipher framework
5069 - markus@cvs.openbsd.org 2000/10/11 14:45:21
5070 [cipher.c]
5071 remove DES
5072 - markus@cvs.openbsd.org 2000/10/12 03:59:20
5073 [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
5074 enable DES in SSH-1 clients only
5075 - markus@cvs.openbsd.org 2000/10/12 08:21:13
5076 [kex.h packet.c]
5077 remove unused
5078 - markus@cvs.openbsd.org 2000/10/13 12:34:46
5079 [sshd.c]
5080 Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
5081 - markus@cvs.openbsd.org 2000/10/13 12:59:15
5082 [cipher.c cipher.h myproposal.h rijndael.c rijndael.h]
5083 rijndael/aes support
5084 - markus@cvs.openbsd.org 2000/10/13 13:10:54
5085 [sshd.8]
5086 more info about -V
5087 - markus@cvs.openbsd.org 2000/10/13 13:12:02
5088 [myproposal.h]
5089 prefer no compression
3ed32516 5090 - (djm) Fix scp user@host handling
5091 - (djm) Don't clobber ssh_prng_cmds on install
6bcf7caa 5092 - (stevesk) Include config.h in rijndael.c so we define intXX_t and
5093 u_intXX_t types on all platforms.
9ea53ba5 5094 - (stevesk) rijndael.c: cleanup missing declaration warnings.
2919e060 5095 - (stevesk) ~/.hushlogin shouldn't cause required password change to
5096 be bypassed.
f5665f6f 5097 - (stevesk) Display correct path to ssh-askpass in configure output.
5098 Report from Lutz Jaenicke.
71dfaf1c 5099
ebd782f7 510020001007
5101 - (stevesk) Print PAM return value in PAM log messages to aid
5102 with debugging.
97994d32 5103 - (stevesk) Fix detection of pw_class struct member in configure;
5104 patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
5105
47a134c1 510620001002
5107 - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
5108 - (djm) Add host system and CC to end-of-configure report. Suggested by
5109 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
5110
7322ef0e 511120000931
5112 - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
5113
6ac7829a 511420000930
b6490dcb 5115 - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
61e96248 5116 - (djm) Support in bsd-snprintf.c for long long conversions from
772bd898 5117 Ben Lindstrom <mouring@pconline.com>
5118 - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
857040fb 5119 - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
61e96248 5120 very short lived X connections. Bug report from Tobias Oetiker
857040fb 5121 <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
bd2d7f6a 5122 - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
5123 patch from Pekka Savola <pekkas@netcore.fi>
58665035 5124 - (djm) Forgot to cvs add LICENSE file
dc2901a0 5125 - (djm) Add LICENSE to RPM spec files
de273eef 5126 - (djm) CVS OpenBSD sync:
5127 - markus@cvs.openbsd.org 2000/09/26 13:59:59
5128 [clientloop.c]
5129 use debug2
5130 - markus@cvs.openbsd.org 2000/09/27 15:41:34
5131 [auth2.c sshconnect2.c]
5132 use key_type()
5133 - markus@cvs.openbsd.org 2000/09/28 12:03:18
5134 [channels.c]
5135 debug -> debug2 cleanup
61e96248 5136 - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
2a7d529a 5137 strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
5138 <Alain.St-Denis@ec.gc.ca>
61e96248 5139 - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
5140 Problem was caused by interrupted read in ssh-add. Report from Donald
2a7d529a 5141 J. Barry <don@astro.cornell.edu>
6ac7829a 5142
c5d85828 514320000929
5144 - (djm) Fix SSH2 not terminating until all background tasks done problem.
61e96248 5145 - (djm) Another off-by-one fix from Pavel Kankovsky
5146 <peak@argo.troja.mff.cuni.cz>
22d89d24 5147 - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
5148 tidy necessary differences. Use Markus' new debugN() in entropy.c
61e96248 5149 - (djm) Merged big SCO portability patch from Tim Rice
77bb0bca 5150 <tim@multitalents.net>
c5d85828 5151
6fd7f731 515220000926
5153 - (djm) Update X11-askpass to 1.0.2 in RPM spec file
c5ae7384 5154 - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
61e96248 5155 - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
5156 Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
6fd7f731 5157
2f125ca1 515820000924
5159 - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
5160 - (djm) A bit more cleanup - created cygwin_util.h
bcdaaeab 5161 - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
5162 <markm@swoon.net>
2f125ca1 5163
764d4113 516420000923
61e96248 5165 - (djm) Fix address logging in utmp from Kevin Steves
764d4113 5166 <stevesk@sweden.hp.com>
777319db 5167 - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
bd590612 5168 - (djm) Seperate tests for int64_t and u_int64_t types
61e96248 5169 - (djm) Tweak password expiry checking at suggestion of Kevin Steves
37c1c46d 5170 <stevesk@sweden.hp.com>
e79b44e1 5171 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
61e96248 5172 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
e2144f11 5173 Michael Stone <mstone@cs.loyola.edu>
188adeb2 5174 - (djm) OpenBSD CVS sync:
5175 - markus@cvs.openbsd.org 2000/09/17 09:38:59
5176 [sshconnect2.c sshd.c]
5177 fix DEBUG_KEXDH
5178 - markus@cvs.openbsd.org 2000/09/17 09:52:51
5179 [sshconnect.c]
5180 yes no; ok niels@
5181 - markus@cvs.openbsd.org 2000/09/21 04:55:11
5182 [sshd.8]
5183 typo
5184 - markus@cvs.openbsd.org 2000/09/21 05:03:54
5185 [serverloop.c]
5186 typo
5187 - markus@cvs.openbsd.org 2000/09/21 05:11:42
5188 scp.c
5189 utime() to utimes(); mouring@pconline.com
5190 - markus@cvs.openbsd.org 2000/09/21 05:25:08
5191 sshconnect2.c
5192 change login logic in ssh2, allows plugin of other auth methods
5193 - markus@cvs.openbsd.org 2000/09/21 05:25:35
5194 [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
5195 [serverloop.c]
5196 add context to dispatch_run
5197 - markus@cvs.openbsd.org 2000/09/21 05:07:52
5198 authfd.c authfd.h ssh-agent.c
5199 bug compat for old ssh.com software
764d4113 5200
7f377177 520120000920
5202 - (djm) Fix bad path substitution. Report from Andrew Miner
5203 <asminer@cs.iastate.edu>
5204
bcbf86ec 520520000916
61e96248 5206 - (djm) Fix SSL search order from Lutz Jaenicke
7950bf97 5207 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
19ece6d2 5208 - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
9cd45ea4 5209 - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
995edaac 5210 - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
5211 Patch from Larry Jones <larry.jones@sdrc.com>
61e96248 5212 - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
ad55cd03 5213 password change patch.
5214 - (djm) Bring licenses on my stuff in line with OpenBSD's
0bbfbdeb 5215 - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
5216 Kevin Steves <stevesk@sweden.hp.com>
7f8f5e00 5217 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
5218 - (djm) Re-enable int64_t types - we need them for sftp
5219 - (djm) Use libexecdir from configure , rather than libexecdir/ssh
5220 - (djm) Update Redhat SPEC file accordingly
5221 - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
5222 - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
61e96248 5223 - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
7f8f5e00 5224 <Dirk.DeWachter@rug.ac.be>
61e96248 5225 - (djm) Fixprogs and entropy list fixes from Larry Jones
7f8f5e00 5226 <larry.jones@sdrc.com>
5227 - (djm) Fix for SuSE spec file from Takashi YOSHIDA
5228 <tyoshida@gemini.rc.kyushu-u.ac.jp>
bcbf86ec 5229 - (djm) Merge OpenBSD changes:
5230 - markus@cvs.openbsd.org 2000/09/05 02:59:57
5231 [session.c]
5232 print hostname (not hushlogin)
5233 - markus@cvs.openbsd.org 2000/09/05 13:18:48
5234 [authfile.c ssh-add.c]
5235 enable ssh-add -d for DSA keys
5236 - markus@cvs.openbsd.org 2000/09/05 13:20:49
5237 [sftp-server.c]
5238 cleanup
5239 - markus@cvs.openbsd.org 2000/09/06 03:46:41
5240 [authfile.h]
5241 prototype
5242 - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
5243 [ALL]
61e96248 5244 cleanup copyright notices on all files. I have attempted to be
5245 accurate with the details. everything is now under Tatu's licence
5246 (which I copied from his readme), and/or the core-sdi bsd-ish thing
5247 for deattack, or various openbsd developers under a 2-term bsd
bcbf86ec 5248 licence. We're not changing any rules, just being accurate.
5249 - markus@cvs.openbsd.org 2000/09/07 14:40:30
5250 [channels.c channels.h clientloop.c serverloop.c ssh.c]
5251 cleanup window and packet sizes for ssh2 flow control; ok niels
5252 - markus@cvs.openbsd.org 2000/09/07 14:53:00
5253 [scp.c]
5254 typo
5255 - markus@cvs.openbsd.org 2000/09/07 15:13:37
5256 [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
5257 [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
5258 [pty.c readconf.c]
5259 some more Copyright fixes
5260 - markus@cvs.openbsd.org 2000/09/08 03:02:51
5261 [README.openssh2]
5262 bye bye
5263 - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
5264 [LICENCE cipher.c]
5265 a few more comments about it being ARC4 not RC4
5266 - markus@cvs.openbsd.org 2000/09/12 14:53:11
5267 [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
5268 multiple debug levels
5269 - markus@cvs.openbsd.org 2000/09/14 14:25:15
5270 [clientloop.c]
5271 typo
5272 - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
5273 [ssh-agent.c]
5274 check return value for setenv(3) for failure, and deal appropriately
5275
deb8d717 527620000913
5277 - (djm) Fix server not exiting with jobs in background.
5278
b5e300c2 527920000905
5280 - (djm) Import OpenBSD CVS changes
5281 - markus@cvs.openbsd.org 2000/08/31 15:52:24
5282 [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
5283 implement a SFTP server. interops with sftp2, scp2 and the windows
5284 client from ssh.com
5285 - markus@cvs.openbsd.org 2000/08/31 15:56:03
5286 [README.openssh2]
5287 sync
5288 - markus@cvs.openbsd.org 2000/08/31 16:05:42
5289 [session.c]
5290 Wall
5291 - markus@cvs.openbsd.org 2000/08/31 16:09:34
5292 [authfd.c ssh-agent.c]
5293 add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
5294 - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
5295 [scp.1 scp.c]
5296 cleanup and fix -S support; stevesk@sweden.hp.com
5297 - markus@cvs.openbsd.org 2000/09/01 16:29:32
5298 [sftp-server.c]
5299 portability fixes
5300 - markus@cvs.openbsd.org 2000/09/01 16:32:41
5301 [sftp-server.c]
5302 fix cast; mouring@pconline.com
5303 - itojun@cvs.openbsd.org 2000/09/03 09:23:28
5304 [ssh-add.1 ssh.1]
5305 add missing .El against .Bl.
5306 - markus@cvs.openbsd.org 2000/09/04 13:03:41
5307 [session.c]
5308 missing close; ok theo
5309 - markus@cvs.openbsd.org 2000/09/04 13:07:21
5310 [session.c]
5311 fix get_last_login_time order; from andre@van-veen.de
5312 - markus@cvs.openbsd.org 2000/09/04 13:10:09
5313 [sftp-server.c]
5314 more cast fixes; from mouring@pconline.com
5315 - markus@cvs.openbsd.org 2000/09/04 13:06:04
5316 [session.c]
5317 set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
5318 - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
3c62e7eb 5319 - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
5320
1e61f54a 532120000903
5322 - (djm) Fix Redhat init script
5323
c80876b4 532420000901
5325 - (djm) Pick up Jim's new X11-askpass
5326 - (djm) Release 2.2.0p1
5327
8b4a0d08 532820000831
bcbf86ec 5329 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
8b4a0d08 5330 <acox@cv.telegroup.com>
b817711d 5331 - (djm) Pick up new version (2.2.0) from OpenBSD CVS
8b4a0d08 5332
0b65b628 533320000830
5334 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
10fa00c8 5335 - (djm) Periodically rekey arc4random
5336 - (djm) Clean up diff against OpenBSD.
bcbf86ec 5337 - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
2b10f47a 5338 <stevesk@sweden.hp.com>
b33a2e6e 5339 - (djm) Quieten the pam delete credentials error message
44839801 5340 - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
5341 Kevin Steves <stevesk@sweden.hp.com>
84a770d1 5342 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
7efa2776 5343 - (djm) Fix doh in bsd-arc4random.c
0b65b628 5344
9aaf9be4 534520000829
bcbf86ec 5346 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
5347 Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
9aaf9be4 5348 Garrick James <garrick@james.net>
b5f90139 5349 - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
5350 Bastian Trompetter <btrompetter@firemail.de>
698d107e 5351 - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
14a9a859 5352 - More OpenBSD updates:
5353 - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
5354 [scp.c]
5355 off_t in sink, to fix files > 2GB, i think, test is still running ;-)
5356 - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
5357 [session.c]
5358 Wall
5359 - markus@cvs.openbsd.org 2000/08/26 04:33:43
5360 [compat.c]
5361 ssh.com-2.3.0
5362 - markus@cvs.openbsd.org 2000/08/27 12:18:05
5363 [compat.c]
5364 compatibility with future ssh.com versions
5365 - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
5366 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
5367 print uid/gid as unsigned
5368 - markus@cvs.openbsd.org 2000/08/28 13:51:00
5369 [ssh.c]
5370 enable -n and -f for ssh2
5371 - markus@cvs.openbsd.org 2000/08/28 14:19:53
5372 [ssh.c]
5373 allow combination of -N and -f
5374 - markus@cvs.openbsd.org 2000/08/28 14:20:56
5375 [util.c]
5376 util.c
5377 - markus@cvs.openbsd.org 2000/08/28 14:22:02
5378 [util.c]
5379 undo
5380 - markus@cvs.openbsd.org 2000/08/28 14:23:38
5381 [util.c]
5382 don't complain if setting NONBLOCK fails with ENODEV
9aaf9be4 5383
137d7b6c 538420000823
5385 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
bcbf86ec 5386 Avoids "scp never exits" problem. Reports from Lutz Jaenicke
5387 <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
137d7b6c 5388 <kajiyama@grad.sccs.chukyo-u.ac.jp>
2e73a022 5389 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
da40ab4d 5390 - (djm) Add local version to version.h
ea788c22 5391 - (djm) Don't reseed arc4random everytime it is used
2e73a022 5392 - (djm) OpenBSD CVS updates:
5393 - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
5394 [ssh.c]
5395 accept remsh as a valid name as well; roman@buildpoint.com
5396 - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
5397 [deattack.c crc32.c packet.c]
5398 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
5399 libz crc32 function yet, because it has ugly "long"'s in it;
5400 oneill@cs.sfu.ca
5401 - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
5402 [scp.1 scp.c]
5403 -S prog support; tv@debian.org
5404 - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
5405 [scp.c]
5406 knf
5407 - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
5408 [log-client.c]
5409 shorten
5410 - markus@cvs.openbsd.org 2000/08/19 12:48:11
5411 [channels.c channels.h clientloop.c ssh.c ssh.h]
5412 support for ~. in ssh2
5413 - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
5414 [crc32.h]
5415 proper prototype
5416 - markus@cvs.openbsd.org 2000/08/19 15:34:44
bcbf86ec 5417 [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
5418 [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
2e73a022 5419 [fingerprint.c fingerprint.h]
5420 add SSH2/DSA support to the agent and some other DSA related cleanups.
5421 (note that we cannot talk to ssh.com's ssh2 agents)
5422 - markus@cvs.openbsd.org 2000/08/19 15:55:52
5423 [channels.c channels.h clientloop.c]
5424 more ~ support for ssh2
5425 - markus@cvs.openbsd.org 2000/08/19 16:21:19
5426 [clientloop.c]
5427 oops
5428 - millert@cvs.openbsd.org 2000/08/20 12:25:53
5429 [session.c]
5430 We have to stash the result of get_remote_name_or_ip() before we
5431 close our socket or getpeername() will get EBADF and the process
5432 will exit. Only a problem for "UseLogin yes".
5433 - millert@cvs.openbsd.org 2000/08/20 12:30:59
5434 [session.c]
5435 Only check /etc/nologin if "UseLogin no" since login(1) may have its
5436 own policy on determining who is allowed to login when /etc/nologin
5437 is present. Also use the _PATH_NOLOGIN define.
5438 - millert@cvs.openbsd.org 2000/08/20 12:42:43
5439 [auth1.c auth2.c session.c ssh.c]
5440 Add calls to setusercontext() and login_get*(). We basically call
5441 setusercontext() in most places where previously we did a setlogin().
5442 Add default login.conf file and put root in the "daemon" login class.
5443 - millert@cvs.openbsd.org 2000/08/21 10:23:31
5444 [session.c]
5445 Fix incorrect PATH setting; noted by Markus.
137d7b6c 5446
c345cf9d 544720000818
5448 - (djm) OpenBSD CVS changes:
5449 - markus@cvs.openbsd.org 2000/07/22 03:14:37
5450 [servconf.c servconf.h sshd.8 sshd.c sshd_config]
5451 random early drop; ok theo, niels
5452 - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
5453 [ssh.1]
5454 typo
5455 - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
5456 [sshd.8]
5457 many fixes from pepper@mail.reppep.com
5458 - provos@cvs.openbsd.org 2000/08/01 13:01:42
5459 [Makefile.in util.c aux.c]
5460 rename aux.c to util.c to help with cygwin port
5461 - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
5462 [authfd.c]
5463 correct sun_len; Alexander@Leidinger.net
5464 - provos@cvs.openbsd.org 2000/08/02 10:27:17
5465 [readconf.c sshd.8]
5466 disable kerberos authentication by default
5467 - provos@cvs.openbsd.org 2000/08/02 11:27:05
5468 [sshd.8 readconf.c auth-krb4.c]
5469 disallow kerberos authentication if we can't verify the TGT; from
5470 dugsong@
5471 kerberos authentication is on by default only if you have a srvtab.
5472 - markus@cvs.openbsd.org 2000/08/04 14:30:07
5473 [auth.c]
5474 unused
5475 - markus@cvs.openbsd.org 2000/08/04 14:30:35
5476 [sshd_config]
5477 MaxStartups
5478 - markus@cvs.openbsd.org 2000/08/15 13:20:46
5479 [authfd.c]
5480 cleanup; ok niels@
5481 - markus@cvs.openbsd.org 2000/08/17 14:05:10
5482 [session.c]
5483 cleanup login(1)-like jobs, no duplicate utmp entries
5484 - markus@cvs.openbsd.org 2000/08/17 14:06:34
5485 [session.c sshd.8 sshd.c]
5486 sshd -u len, similar to telnetd
1a022229 5487 - (djm) Lastlog was not getting closed after writing login entry
39987cc0 5488 - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
c345cf9d 5489
416ed5a7 549020000816
5491 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
bcbf86ec 5492 - (djm) Fix strerror replacement for old SunOS. Based on patch from
416ed5a7 5493 Charles Levert <charles@comm.polymtl.ca>
bcbf86ec 5494 - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
416ed5a7 5495 implementation.
ba606eb2 5496 - (djm) SUN_LEN macro for systems which lack it
416ed5a7 5497
dbaa2e87 549820000815
5499 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
cd352c82 5500 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
5501 Michael Stone <mstone@cs.loyola.edu>
d93a7e5a 5502 - (djm) Don't seek in directory based lastlogs
bcbf86ec 5503 - (djm) Fix --with-ipaddr-display configure option test. Patch from
d93a7e5a 5504 Jarno Huuskonen <jhuuskon@messi.uku.fi>
2a2cb9e7 5505 - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
dbaa2e87 5506
6c33bf70 550720000813
5508 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
5509 Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
5510
3fcce26c 551120000809
bcbf86ec 5512 - (djm) Define AIX hard limits if headers don't. Report from
3fcce26c 5513 Bill Painter <william.t.painter@lmco.com>
bcbf86ec 5514 - (djm) utmp direct write & SunOS 4 patch from Charles Levert
32eec038 5515 <charles@comm.polymtl.ca>
3fcce26c 5516
71d43804 551720000808
5518 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
5519 time, spec file cleanup.
5520
f9bcea07 552120000807
378f2232 5522 - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
47670e77 5523 - (djm) Suppress error messages on channel close shutdown() failurs
5524 works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
378f2232 5525 - (djm) Add some more entropy collection commands from Lutz Jaenicke
f9bcea07 5526
bcf89935 552720000725
5528 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
5529
4c8722d9 553020000721
5531 - (djm) OpenBSD CVS updates:
5532 - markus@cvs.openbsd.org 2000/07/16 02:27:22
5533 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
5534 [sshconnect1.c sshconnect2.c]
5535 make ssh-add accept dsa keys (the agent does not)
5536 - djm@cvs.openbsd.org 2000/07/17 19:25:02
5537 [sshd.c]
5538 Another closing of stdin; ok deraadt
5539 - markus@cvs.openbsd.org 2000/07/19 18:33:12
5540 [dsa.c]
5541 missing free, reorder
5542 - markus@cvs.openbsd.org 2000/07/20 16:23:14
5543 [ssh-keygen.1]
5544 document input and output files
5545
240777b8 554620000720
4c8722d9 5547 - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
240777b8 5548
3c7def32 554920000716
4c8722d9 5550 - (djm) Release 2.1.1p4
3c7def32 5551
819b676f 555220000715
704b1659 5553 - (djm) OpenBSD CVS updates
5554 - provos@cvs.openbsd.org 2000/07/13 16:53:22
5555 [aux.c readconf.c servconf.c ssh.h]
5556 allow multiple whitespace but only one '=' between tokens, bug report from
5557 Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
5558 - provos@cvs.openbsd.org 2000/07/13 17:14:09
5559 [clientloop.c]
5560 typo; todd@fries.net
5561 - provos@cvs.openbsd.org 2000/07/13 17:19:31
5562 [scp.c]
5563 close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
5564 - markus@cvs.openbsd.org 2000/07/14 16:59:46
5565 [readconf.c servconf.c]
5566 allow leading whitespace. ok niels
5567 - djm@cvs.openbsd.org 2000/07/14 22:01:38
5568 [ssh-keygen.c ssh.c]
5569 Always create ~/.ssh with mode 700; ok Markus
819b676f 5570 - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
5571 - Include floatingpoint.h for entropy.c
5572 - strerror replacement
704b1659 5573
3f7a7e4a 557420000712
c37fb3c1 5575 - (djm) Remove -lresolve for Reliant Unix
3f7a7e4a 5576 - (djm) OpenBSD CVS Updates:
5577 - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
5578 [session.c sshd.c ]
5579 make MaxStartups code still work with -d; djm
5580 - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
5581 [readconf.c ssh_config]
5582 disable FallBackToRsh by default
c37fb3c1 5583 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
5584 Ben Lindstrom <mouring@pconline.com>
1e970014 5585 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
5586 spec file.
dcb36e5d 5587 - (djm) Released 2.1.1p3
3f7a7e4a 5588
56118702 558920000711
5590 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
5591 <tbert@abac.com>
132dd316 5592 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
bcbf86ec 5593 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
c99e5056 5594 <mouring@pconline.com>
bcbf86ec 5595 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
dc2a6d09 5596 from Jim Watt <jimw@peisj.pebio.com>
2d9a148e 5597 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
5598 to compile on more platforms (incl NeXT).
cc6f2c4c 5599 - (djm) Added bsd-inet_aton and configure support for NeXT
aae19451 5600 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
089fbbd2 5601 - (djm) OpenBSD CVS updates:
5602 - markus@cvs.openbsd.org 2000/06/26 03:22:29
5603 [authfd.c]
5604 cleanup, less cut&paste
5605 - markus@cvs.openbsd.org 2000/06/26 15:59:19
5606 [servconf.c servconf.h session.c sshd.8 sshd.c]
bcbf86ec 5607 MaxStartups: limit number of unauthenticated connections, work by
089fbbd2 5608 theo and me
5609 - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
5610 [session.c]
5611 use no_x11_forwarding_flag correctly; provos ok
5612 - provos@cvs.openbsd.org 2000/07/05 15:35:57
5613 [sshd.c]
5614 typo
5615 - aaron@cvs.openbsd.org 2000/07/05 22:06:58
5616 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
bcbf86ec 5617 Insert more missing .El directives. Our troff really should identify
089fbbd2 5618 these and spit out a warning.
5619 - todd@cvs.openbsd.org 2000/07/06 21:55:04
5620 [auth-rsa.c auth2.c ssh-keygen.c]
5621 clean code is good code
5622 - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
5623 [serverloop.c]
5624 sense of port forwarding flag test was backwards
5625 - provos@cvs.openbsd.org 2000/07/08 17:17:31
5626 [compat.c readconf.c]
5627 replace strtok with strsep; from David Young <dyoung@onthejob.net>
5628 - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
5629 [auth.h]
5630 KNF
5631 - ho@cvs.openbsd.org 2000/07/08 19:27:33
5632 [compat.c readconf.c]
5633 Better conditions for strsep() ending.
5634 - ho@cvs.openbsd.org 2000/07/10 10:27:05
5635 [readconf.c]
5636 Get the correct message on errors. (niels@ ok)
5637 - ho@cvs.openbsd.org 2000/07/10 10:30:25
5638 [cipher.c kex.c servconf.c]
5639 strtok() --> strsep(). (niels@ ok)
5540ea9b 5640 - (djm) Fix problem with debug mode and MaxStartups
eb37534b 5641 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
5642 builds)
229f64ee 5643 - (djm) Add strsep function from OpenBSD libc for systems that lack it
56118702 5644
a8545c6c 564520000709
5646 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
5647 Kevin Steves <stevesk@sweden.hp.com>
ec90a7d6 5648 - (djm) Match prototype and function declaration for rresvport_af.
5649 Problem report from Niklas Edmundsson <nikke@ing.umu.se>
bcbf86ec 5650 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
732e8ac5 5651 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
37f1df94 5652 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
5653 <jimw@peisj.pebio.com>
264dce47 5654 - (djm) Fix pam sprintf fix
5655 - (djm) Cleanup entropy collection code a little more. Split initialisation
5656 from seeding, perform intialisation immediatly at start, be careful with
5657 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
5bf9cfe9 5658 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
5659 Including sigaction() et al. replacements
bcbf86ec 5660 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
eeec075f 5661 <tbert@abac.com>
a8545c6c 5662
e2902a5b 566320000708
bcbf86ec 5664 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
e2902a5b 5665 Aaron Hopkins <aaron@die.net>
7a33f831 5666 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
5667 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 5668 - (djm) Fixed undefined variables for OSF SIA. Report from
b3f162ba 5669 Baars, Henk <Hendrik.Baars@nl.origin-it.com>
bcbf86ec 5670 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
b28e4a3b 5671 Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
bcbf86ec 5672 - (djm) Don't use inet_addr.
e2902a5b 5673
5637650d 567420000702
5675 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
27494968 5676 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
5677 on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
a4070484 5678 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
5679 Chris, the Young One <cky@pobox.com>
bcbf86ec 5680 - (djm) Fix scp progress meter on really wide terminals. Based on patch
88726b31 5681 from James H. Cloos Jr. <cloos@jhcloos.com>
5637650d 5682
388e9f9f 568320000701
5684 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
daaff4d5 5685 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
82258d68 5686 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
5687 <vinschen@cygnus.com>
30228d7c 5688 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2647ae26 5689 - (djm) Added check for broken snprintf() functions which do not correctly
5690 terminate output string and attempt to use replacement.
46158300 5691 - (djm) Released 2.1.1p2
388e9f9f 5692
9f32ceb4 569320000628
5694 - (djm) Fixes to lastlog code for Irix
5695 - (djm) Use atomicio in loginrec
3206bb3b 5696 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
5697 Irix 6.x array sessions, project id's, and system audit trail id.
9e0c3e1f 5698 - (djm) Added 'distprep' make target to simplify packaging
bcbf86ec 5699 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
4d33e531 5700 support. Enable using "USE_SIA=1 ./configure [options]"
61e96248 5701
d8caae24 570220000627
5703 - (djm) Fixes to login code - not setting li->uid, cleanups
a05a70ab 5704 - (djm) Formatting
d8caae24 5705
fe30cc2e 570620000626
3e98362e 5707 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
4cb5ffa0 5708 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
5709 - (djm) Added password expiry checking (no password change support)
be0b9bb7 5710 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
5711 based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
b5b3f75d 5712 - (djm) Fix fixed EGD code.
3e98362e 5713 - OpenBSD CVS update
5714 - provos@cvs.openbsd.org 2000/06/25 14:17:58
5715 [channels.c]
5716 correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
5717
1c04b088 571820000623
bcbf86ec 5719 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
1c04b088 5720 Svante Signell <svante.signell@telia.com>
5721 - (djm) Autoconf logic to define sa_family_t if it is missing
e5a0294f 5722 - OpenBSD CVS Updates:
5723 - markus@cvs.openbsd.org 2000/06/22 10:32:27
5724 [sshd.c]
5725 missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
5726 - djm@cvs.openbsd.org 2000/06/22 17:55:00
5727 [auth-krb4.c key.c radix.c uuencode.c]
5728 Missing CVS idents; ok markus
1c04b088 5729
f528fdf2 573020000622
5731 - (djm) Automatically generate host key during "make install". Suggested
5732 by Gary E. Miller <gem@rellim.com>
5733 - (djm) Paranoia before kill() system call
74fc9186 5734 - OpenBSD CVS Updates:
5735 - markus@cvs.openbsd.org 2000/06/18 18:50:11
5736 [auth2.c compat.c compat.h sshconnect2.c]
5737 make userauth+pubkey interop with ssh.com-2.2.0
5738 - markus@cvs.openbsd.org 2000/06/18 20:56:17
5739 [dsa.c]
5740 mem leak + be more paranoid in dsa_verify.
5741 - markus@cvs.openbsd.org 2000/06/18 21:29:50
5742 [key.c]
5743 cleanup fingerprinting, less hardcoded sizes
5744 - markus@cvs.openbsd.org 2000/06/19 19:39:45
5745 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
5746 [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
bcbf86ec 5747 [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
74fc9186 5748 [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
5749 [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
bcbf86ec 5750 [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
5751 [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
74fc9186 5752 [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
5753 [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
5754 OpenBSD tag
5755 - markus@cvs.openbsd.org 2000/06/21 10:46:10
5756 sshconnect2.c missing free; nuke old comment
f528fdf2 5757
e5fe9a1f 575820000620
5759 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
986a22ec 5760 with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx>
e5fe9a1f 5761 to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
c03aced4 5762 - (djm) Typo in loginrec.c
e5fe9a1f 5763
cbd7492e 576420000618
5765 - (djm) Add summary of configure options to end of ./configure run
bcbf86ec 5766 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
cbd7492e 5767 Michael Stone <mstone@cs.loyola.edu>
bcbf86ec 5768 - (djm) rusage is a privileged operation on some Unices (incl.
cbd7492e 5769 Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
bcbf86ec 5770 - (djm) Avoid PAM failures when running without a TTY. Report from
cbd7492e 5771 Martin Petrak <petrak@spsknm.schools.sk>
5772 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
5773 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
729bfe59 5774 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
38c295d6 5775 - OpenBSD CVS updates:
5776 - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
5777 [channels.c]
5778 everyone says "nix it" (remove protocol 2 debugging message)
5779 - markus@cvs.openbsd.org 2000/06/17 13:24:34
5780 [sshconnect.c]
5781 allow extended server banners
5782 - markus@cvs.openbsd.org 2000/06/17 14:30:10
5783 [sshconnect.c]
5784 missing atomicio, typo
5785 - jakob@cvs.openbsd.org 2000/06/17 16:52:34
5786 [servconf.c servconf.h session.c sshd.8 sshd_config]
5787 add support for ssh v2 subsystems. ok markus@.
5788 - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
5789 [readconf.c servconf.c]
5790 include = in WHITESPACE; markus ok
5791 - markus@cvs.openbsd.org 2000/06/17 19:09:10
5792 [auth2.c]
5793 implement bug compatibility with ssh-2.0.13 pubkey, server side
5794 - markus@cvs.openbsd.org 2000/06/17 21:00:28
5795 [compat.c]
5796 initial support for ssh.com's 2.2.0
5797 - markus@cvs.openbsd.org 2000/06/17 21:16:09
5798 [scp.c]
5799 typo
5800 - markus@cvs.openbsd.org 2000/06/17 22:05:02
5801 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
5802 split auth-rsa option parsing into auth-options
5803 add options support to authorized_keys2
5804 - markus@cvs.openbsd.org 2000/06/17 22:42:54
5805 [session.c]
5806 typo
cbd7492e 5807
509b1f88 580820000613
5809 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
5810 - Platform define for SCO 3.x which breaks on /dev/ptmx
5811 - Detect and try to fix missing MAXPATHLEN
a4d05724 5812 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
5813 <P.S.S.Camp@ukc.ac.uk>
509b1f88 5814
09564242 581520000612
5816 - (djm) Glob manpages in RPM spec files to catch compressed files
5817 - (djm) Full license in auth-pam.c
08ae384f 5818 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
383207f7 5819 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
5820 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
5821 def'd
5822 - Set AIX to use preformatted manpages
61e96248 5823
74b224a0 582420000610
5825 - (djm) Minor doc tweaks
217ab55e 5826 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
74b224a0 5827
32c80420 582820000609
5829 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
5830 (in favour of utmpx) on Solaris 8
5831
fa649821 583220000606
48c99b2c 5833 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
5834 list of commands (by default). Removed verbose debugging (by default).
bcbf86ec 5835 - (djm) Increased command entropy estimates and default entropy collection
48c99b2c 5836 timeout
f988dce5 5837 - (djm) Remove duplicate headers from loginrec.c
c5fa2eb0 5838 - (djm) Don't add /usr/local/lib to library search path on Irix
bcbf86ec 5839 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
fa649821 5840 <tibbs@math.uh.edu>
1e83f2a2 5841 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
5842 <zack@wolery.cumb.org>
fa649821 5843 - (djm) OpenBSD CVS updates:
5844 - todd@cvs.openbsd.org
5845 [sshconnect2.c]
5846 teach protocol v2 to count login failures properly and also enable an
5847 explanation of why the password prompt comes up again like v1; this is NOT
5848 crypto
61e96248 5849 - markus@cvs.openbsd.org
fa649821 5850 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
5851 xauth_location support; pr 1234
5852 [readconf.c sshconnect2.c]
5853 typo, unused
5854 [session.c]
5855 allow use_login only for login sessions, otherwise remote commands are
5856 execed with uid==0
5857 [sshd.8]
5858 document UseLogin better
5859 [version.h]
5860 OpenSSH 2.1.1
5861 [auth-rsa.c]
bcbf86ec 5862 fix match_hostname() logic for auth-rsa: deny access if we have a
fa649821 5863 negative match or no match at all
5864 [channels.c hostfile.c match.c]
bcbf86ec 5865 don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
fa649821 5866 kris@FreeBSD.org
5867
8e7b16f8 586820000606
bcbf86ec 5869 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
8e7b16f8 5870 configure.
5871
d7c0f3d5 587220000604
5873 - Configure tweaking for new login code on Irix 5.3
2d6c411f 5874 - (andre) login code changes based on djm feedback
d7c0f3d5 5875
2d6c411f 587620000603
5877 - (andre) New login code
5878 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
5879 - Add loginrec.[ch], logintest.c and autoconf code
61e96248 5880
5daf7064 588120000531
5882 - Cleanup of auth.c, login.c and fake-*
5883 - Cleanup of auth-pam.c, save and print "account expired" error messages
e5662474 5884 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
69134b9b 5885 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
5886 of fallback DIY code.
5daf7064 5887
b9f446d1 588820000530
5889 - Define atexit for old Solaris
b02ebca1 5890 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
5891 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
71276795 5892 - OpenBSD CVS updates:
5893 - markus@cvs.openbsd.org
5894 [session.c]
5895 make x11-fwd work w/ localhost (xauth add host/unix:11)
5896 [cipher.c compat.c readconf.c servconf.c]
5897 check strtok() != NULL; ok niels@
5898 [key.c]
5899 fix key_read() for uuencoded keys w/o '='
5900 [serverloop.c]
5901 group ssh1 vs. ssh2 in serverloop
5902 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
5903 split kexinit/kexdh, factor out common code
5904 [readconf.c ssh.1 ssh.c]
5905 forwardagent defaults to no, add ssh -A
5906 - theo@cvs.openbsd.org
5907 [session.c]
5908 just some line shortening
60688ef9 5909 - Released 2.1.0p3
b9f446d1 5910
29611d9c 591120000520
5912 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
25422c70 5913 - Don't touch utmp if USE_UTMPX defined
a423beaf 5914 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
fc1e8bf4 5915 - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
bcbf86ec 5916 - HPUX and Configure fixes from Lutz Jaenicke
fc1e8bf4 5917 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 5918 - Use mkinstalldirs script to make directories instead of non-portable
fc1e8bf4 5919 "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a905808d 5920 - Doc cleanup
29611d9c 5921
301e9b01 592220000518
5923 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
5924 - OpenBSD CVS updates:
5925 - markus@cvs.openbsd.org
5926 [sshconnect.c]
5927 copy only ai_addrlen bytes; misiek@pld.org.pl
5928 [auth.c]
bcbf86ec 5929 accept an empty shell in authentication; bug reported by
301e9b01 5930 chris@tinker.ucr.edu
5931 [serverloop.c]
5932 we don't have stderr for interactive terminal sessions (fcntl errors)
5933
ad85db64 593420000517
5935 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
5936 - Fixes command line printing segfaults (spotter: Bladt Norbert)
5937 - Fixes erroneous printing of debug messages to syslog
5938 - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
5939 - Gives useful error message if PRNG initialisation fails
5940 - Reduced ssh startup delay
5941 - Measures cumulative command time rather than the time between reads
704b1659 5942 after select()
ad85db64 5943 - 'fixprogs' perl script to eliminate non-working entropy commands, and
704b1659 5944 optionally run 'ent' to measure command entropy
c1ef8333 5945 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
a64009ad 5946 - Avoid WCOREDUMP complation errors for systems that lack it
bcbf86ec 5947 - Avoid SIGCHLD warnings from entropy commands
28c1d5ce 5948 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
0e73cc53 5949 - OpenBSD CVS update:
bcbf86ec 5950 - markus@cvs.openbsd.org
0e73cc53 5951 [ssh.c]
5952 fix usage()
5953 [ssh2.h]
5954 draft-ietf-secsh-architecture-05.txt
5955 [ssh.1]
5956 document ssh -T -N (ssh2 only)
5957 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
5958 enable nonblocking IO for sshd w/ proto 1, too; split out common code
5959 [aux.c]
5960 missing include
c04f75f1 5961 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
5962 - INSTALL typo and URL fix
5963 - Makefile fix
5964 - Solaris fixes
bcbf86ec 5965 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
c04f75f1 5966 <ksakai@kso.netwk.ntt-at.co.jp>
afa5ee68 5967 - RSAless operation patch from kevin_oconnor@standardandpoors.com
d45e3d76 5968 - Detect OpenSSL seperatly from RSA
bcbf86ec 5969 - Better test for RSA (more compatible with RSAref). Based on work by
d45e3d76 5970 Ed Eden <ede370@stl.rural.usda.gov>
ad85db64 5971
3d1a1654 597220000513
bcbf86ec 5973 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
3d1a1654 5974 <misiek@pld.org.pl>
5975
d02a3a00 597620000511
bcbf86ec 5977 - Fix for prng_seed permissions checking from Lutz Jaenicke
d02a3a00 5978 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3d1a1654 5979 - "make host-key" fix for Irix
d02a3a00 5980
d0c832f3 598120000509
5982 - OpenBSD CVS update
5983 - markus@cvs.openbsd.org
5984 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
5985 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
5986 - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
5987 - hugh@cvs.openbsd.org
5988 [ssh.1]
5989 - zap typo
5990 [ssh-keygen.1]
5991 - One last nit fix. (markus approved)
5992 [sshd.8]
5993 - some markus certified spelling adjustments
5994 - markus@cvs.openbsd.org
5995 [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
5996 [sshconnect2.c ]
5997 - bug compat w/ ssh-2.0.13 x11, split out bugs
5998 [nchan.c]
5999 - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
6000 [ssh-keygen.c]
6001 - handle escapes in real and original key format, ok millert@
6002 [version.h]
6003 - OpenSSH-2.1
3dc1102e 6004 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
e93ee87a 6005 - Doc updates
bcbf86ec 6006 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
21e5304a 6007 by Andre Lucas <andre.lucas@dial.pipex.com>
d0c832f3 6008
ebdeb9a8 600920000508
6010 - Makefile and RPM spec fixes
6011 - Generate DSA host keys during "make key" or RPM installs
f6cde515 6012 - OpenBSD CVS update
6013 - markus@cvs.openbsd.org
6014 [clientloop.c sshconnect2.c]
6015 - make x11-fwd interop w/ ssh-2.0.13
6016 [README.openssh2]
6017 - interop w/ SecureFX
6018 - Release 2.0.0beta2
ebdeb9a8 6019
bcbf86ec 6020 - Configure caching and cleanup patch from Andre Lucas'
58d100bf 6021 <andre.lucas@dial.pipex.com>
6022
1d1ffb87 602320000507
6024 - Remove references to SSLeay.
6025 - Big OpenBSD CVS update
6026 - markus@cvs.openbsd.org
6027 [clientloop.c]
6028 - typo
6029 [session.c]
6030 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
6031 [session.c]
6032 - update proctitle for proto 1, too
6033 [channels.h nchan.c serverloop.c session.c sshd.c]
6034 - use c-style comments
6035 - deraadt@cvs.openbsd.org
6036 [scp.c]
6037 - more atomicio
bcbf86ec 6038 - markus@cvs.openbsd.org
1d1ffb87 6039 [channels.c]
6040 - set O_NONBLOCK
6041 [ssh.1]
6042 - update AUTHOR
6043 [readconf.c ssh-keygen.c ssh.h]
6044 - default DSA key file ~/.ssh/id_dsa
6045 [clientloop.c]
6046 - typo, rm verbose debug
6047 - deraadt@cvs.openbsd.org
6048 [ssh-keygen.1]
6049 - document DSA use of ssh-keygen
6050 [sshd.8]
6051 - a start at describing what i understand of the DSA side
6052 [ssh-keygen.1]
6053 - document -X and -x
6054 [ssh-keygen.c]
6055 - simplify usage
bcbf86ec 6056 - markus@cvs.openbsd.org
1d1ffb87 6057 [sshd.8]
6058 - there is no rhosts_dsa
6059 [ssh-keygen.1]
6060 - document -y, update -X,-x
6061 [nchan.c]
6062 - fix close for non-open ssh1 channels
6063 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
6064 - s/DsaKey/HostDSAKey/, document option
6065 [sshconnect2.c]
6066 - respect number_of_password_prompts
6067 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
6068 - GatewayPorts for sshd, ok deraadt@
6069 [ssh-add.1 ssh-agent.1 ssh.1]
6070 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
6071 [ssh.1]
6072 - more info on proto 2
6073 [sshd.8]
6074 - sync AUTHOR w/ ssh.1
6075 [key.c key.h sshconnect.c]
6076 - print key type when talking about host keys
6077 [packet.c]
6078 - clear padding in ssh2
6079 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
6080 - replace broken uuencode w/ libc b64_ntop
6081 [auth2.c]
6082 - log failure before sending the reply
6083 [key.c radix.c uuencode.c]
6084 - remote trailing comments before calling __b64_pton
6085 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
6086 [sshconnect2.c sshd.8]
6087 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
6088 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
6089
1a11e1ae 609020000502
0fbe8c74 6091 - OpenBSD CVS update
6092 [channels.c]
6093 - init all fds, close all fds.
6094 [sshconnect2.c]
6095 - check whether file exists before asking for passphrase
6096 [servconf.c servconf.h sshd.8 sshd.c]
6097 - PidFile, pr 1210
6098 [channels.c]
6099 - EINTR
6100 [channels.c]
6101 - unbreak, ok niels@
6102 [sshd.c]
6103 - unlink pid file, ok niels@
6104 [auth2.c]
6105 - Add missing #ifdefs; ok - markus
bcbf86ec 6106 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
d3083fbd 6107 gathering commands from a text file
1a11e1ae 6108 - Release 2.0.0beta1
6109
c4bc58eb 611020000501
6111 - OpenBSD CVS update
6112 [packet.c]
6113 - send debug messages in SSH2 format
3189621b 6114 [scp.c]
6115 - fix very rare EAGAIN/EINTR issues; based on work by djm
6116 [packet.c]
6117 - less debug, rm unused
6118 [auth2.c]
6119 - disable kerb,s/key in ssh2
6120 [sshd.8]
6121 - Minor tweaks and typo fixes.
6122 [ssh-keygen.c]
6123 - Put -d into usage and reorder. markus ok.
bcbf86ec 6124 - Include missing headers for OpenSSL tests. Fix from Phil Karn
44fb55e9 6125 <karn@ka9q.ampr.org>
bcbf86ec 6126 - Fixed __progname symbol collisions reported by Andre Lucas
3fd95d9a 6127 <andre.lucas@dial.pipex.com>
0d5f7abc 6128 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
6129 <gd@hilb1.medat.de>
8cb940db 6130 - Add some missing ifdefs to auth2.c
8af50c98 6131 - Deprecate perl-tk askpass.
52bcc044 6132 - Irix portability fixes - don't include netinet headers more than once
6133 - Make sure we don't save PRNG seed more than once
c4bc58eb 6134
2b763e31 613520000430
6136 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
b7a87eea 6137 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
6138 patch.
6139 - Adds timeout to entropy collection
6140 - Disables slow entropy sources
6141 - Load and save seed file
bcbf86ec 6142 - Changed entropy seed code to user per-user seeds only (server seed is
b7a87eea 6143 saved in root's .ssh directory)
6144 - Use atexit() and fatal cleanups to save seed on exit
0b242b12 6145 - More OpenBSD updates:
6146 [session.c]
6147 - don't call chan_write_failed() if we are not writing
6148 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
6149 - keysize warnings error() -> log()
2b763e31 6150
a306f2dd 615120000429
6152 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
6153 [README.openssh2]
6154 - interop w/ F-secure windows client
6155 - sync documentation
6156 - ssh_host_dsa_key not ssh_dsa_key
6157 [auth-rsa.c]
6158 - missing fclose
6159 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
6160 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
6161 [sshd.c uuencode.c uuencode.h authfile.h]
6162 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
6163 for trading keys with the real and the original SSH, directly from the
6164 people who invented the SSH protocol.
6165 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
6166 [sshconnect1.c sshconnect2.c]
6167 - split auth/sshconnect in one file per protocol version
6168 [sshconnect2.c]
6169 - remove debug
6170 [uuencode.c]
6171 - add trailing =
6172 [version.h]
6173 - OpenSSH-2.0
6174 [ssh-keygen.1 ssh-keygen.c]
6175 - add -R flag: exit code indicates if RSA is alive
6176 [sshd.c]
6177 - remove unused
6178 silent if -Q is specified
6179 [ssh.h]
6180 - host key becomes /etc/ssh_host_dsa_key
6181 [readconf.c servconf.c ]
6182 - ssh/sshd default to proto 1 and 2
6183 [uuencode.c]
6184 - remove debug
6185 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
6186 - xfree DSA blobs
6187 [auth2.c serverloop.c session.c]
6188 - cleanup logging for sshd/2, respect PasswordAuth no
6189 [sshconnect2.c]
6190 - less debug, respect .ssh/config
6191 [README.openssh2 channels.c channels.h]
bcbf86ec 6192 - clientloop.c session.c ssh.c
a306f2dd 6193 - support for x11-fwding, client+server
6194
0ac7199f 619520000421
6196 - Merge fix from OpenBSD CVS
6197 [ssh-agent.c]
6198 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
6199 via Debian bug #59926
18ba2aab 6200 - Define __progname in session.c if libc doesn't
6201 - Remove indentation on autoconf #include statements to avoid bug in
bcbf86ec 6202 DEC Tru64 compiler. Report and fix from David Del Piero
18ba2aab 6203 <David.DelPiero@qed.qld.gov.au>
0ac7199f 6204
e1b37056 620520000420
bcbf86ec 6206 - Make fixpaths work with perl4, patch from Andre Lucas
e1b37056 6207 <andre.lucas@dial.pipex.com>
9da5c3c9 6208 - Sync with OpenBSD CVS:
6209 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
6210 - pid_t
6211 [session.c]
6212 - remove bogus chan_read_failed. this could cause data
6213 corruption (missing data) at end of a SSH2 session.
4e577b89 6214 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
6215 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
6216 - Use vhangup to clean up Linux ttys
6217 - Force posix getopt processing on GNU libc systems
371ecff9 6218 - Debian bug #55910 - remove references to ssl(8) manpages
247f1a89 6219 - Debian bug #58031 - ssh_config lies about default cipher
e1b37056 6220
d6f24e45 622120000419
6222 - OpenBSD CVS updates
6223 [channels.c]
6224 - fix pr 1196, listen_port and port_to_connect interchanged
6225 [scp.c]
bcbf86ec 6226 - after completion, replace the progress bar ETA counter with a final
d6f24e45 6227 elapsed time; my idea, aaron wrote the patch
6228 [ssh_config sshd_config]
6229 - show 'Protocol' as an example, ok markus@
6230 [sshd.c]
6231 - missing xfree()
6232 - Add missing header to bsd-misc.c
6233
35484284 623420000416
6235 - Reduce diff against OpenBSD source
bcbf86ec 6236 - All OpenSSL includes are now unconditionally referenced as
35484284 6237 openssl/foo.h
6238 - Pick up formatting changes
6239 - Other minor changed (typecasts, etc) that I missed
6240
6ae2364d 624120000415
6242 - OpenBSD CVS updates.
6243 [ssh.1 ssh.c]
6244 - ssh -2
6245 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
6246 [session.c sshconnect.c]
6247 - check payload for (illegal) extra data
6248 [ALL]
6249 whitespace cleanup
6250
c323ac76 625120000413
6252 - INSTALL doc updates
f54651ce 6253 - Merged OpenBSD updates to include paths.
bcbf86ec 6254
a8be9f80 625520000412
6256 - OpenBSD CVS updates:
6257 - [channels.c]
6258 repair x11-fwd
6259 - [sshconnect.c]
6260 fix passwd prompt for ssh2, less debugging output.
6261 - [clientloop.c compat.c dsa.c kex.c sshd.c]
6262 less debugging output
6263 - [kex.c kex.h sshconnect.c sshd.c]
6264 check for reasonable public DH values
6265 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
6266 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
6267 add Cipher and Protocol options to ssh/sshd, e.g.:
6268 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
6269 arcfour,3des-cbc'
6270 - [sshd.c]
6271 print 1.99 only if server supports both
6272
18e92801 627320000408
6274 - Avoid some compiler warnings in fake-get*.c
6275 - Add IPTOS macros for systems which lack them
9d98aaf6 6276 - Only set define entropy collection macros if they are found
e78a59f5 6277 - More large OpenBSD CVS updates:
6278 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
6279 [session.h ssh.h sshd.c README.openssh2]
6280 ssh2 server side, see README.openssh2; enable with 'sshd -2'
6281 - [channels.c]
6282 no adjust after close
6283 - [sshd.c compat.c ]
6284 interop w/ latest ssh.com windows client.
61e96248 6285
8ce64345 628620000406
6287 - OpenBSD CVS update:
6288 - [channels.c]
6289 close efd on eof
6290 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
6291 ssh2 client implementation, interops w/ ssh.com and lsh servers.
6292 - [sshconnect.c]
6293 missing free.
6294 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
6295 remove unused argument, split cipher_mask()
6296 - [clientloop.c]
6297 re-order: group ssh1 vs. ssh2
6298 - Make Redhat spec require openssl >= 0.9.5a
6299
e7627112 630020000404
6301 - Add tests for RAND_add function when searching for OpenSSL
7e7327a1 6302 - OpenBSD CVS update:
6303 - [packet.h packet.c]
6304 ssh2 packet format
6305 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
6306 [channels.h channels.c]
6307 channel layer support for ssh2
6308 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
6309 DSA, keyexchange, algorithm agreement for ssh2
6c081128 6310 - Generate manpages before make install not at the end of make all
6311 - Don't seed the rng quite so often
6312 - Always reseed rng when requested
e7627112 6313
bfc9a610 631420000403
6315 - Wrote entropy collection routines for systems that lack /dev/random
6316 and EGD
837c30b8 6317 - Disable tests and typedefs for 64 bit types. They are currently unused.
bfc9a610 6318
7368a6c8 631920000401
6320 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
6321 - [auth.c session.c sshd.c auth.h]
6322 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
6323 - [bufaux.c bufaux.h]
6324 support ssh2 bignums
6325 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
6326 [readconf.c ssh.c ssh.h serverloop.c]
6327 replace big switch() with function tables (prepare for ssh2)
6328 - [ssh2.h]
6329 ssh2 message type codes
6330 - [sshd.8]
6331 reorder Xr to avoid cutting
6332 - [serverloop.c]
6333 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
6334 - [channels.c]
6335 missing close
6336 allow bigger packets
6337 - [cipher.c cipher.h]
6338 support ssh2 ciphers
6339 - [compress.c]
6340 cleanup, less code
6341 - [dispatch.c dispatch.h]
6342 function tables for different message types
6343 - [log-server.c]
6344 do not log() if debuggin to stderr
6345 rename a cpp symbol, to avoid param.h collision
6346 - [mpaux.c]
6347 KNF
6348 - [nchan.c]
6349 sync w/ channels.c
6350
f5238bee 635120000326
6352 - Better tests for OpenSSL w/ RSAref
bcbf86ec 6353 - Added replacement setenv() function from OpenBSD libc. Suggested by
f5238bee 6354 Ben Lindstrom <mouring@pconline.com>
4fe2af09 6355 - OpenBSD CVS update
6356 - [auth-krb4.c]
6357 -Wall
6358 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
6359 [match.h ssh.c ssh.h sshconnect.c sshd.c]
6360 initial support for DSA keys. ok deraadt@, niels@
6361 - [cipher.c cipher.h]
6362 remove unused cipher_attack_detected code
6363 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
6364 Fix some formatting problems I missed before.
6365 - [ssh.1 sshd.8]
6366 fix spelling errors, From: FreeBSD
6367 - [ssh.c]
6368 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
f5238bee 6369
0024a081 637020000324
6371 - Released 1.2.3
6372
bd499f9e 637320000317
6374 - Clarified --with-default-path option.
6375 - Added -blibpath handling for AIX to work around stupid runtime linking.
6376 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
986a22ec 6377 <jmknoble@jmknoble.cx>
474b5fef 6378 - Checks for 64 bit int types. Problem report from Mats Fredholm
6379 <matsf@init.se>
610cd5c6 6380 - OpenBSD CVS updates:
bcbf86ec 6381 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
610cd5c6 6382 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
6383 [sshd.c]
6384 pedantic: signed vs. unsigned, void*-arithm, etc
6385 - [ssh.1 sshd.8]
6386 Various cleanups and standardizations.
bcbf86ec 6387 - Runtime error fix for HPUX from Otmar Stahl
be48d23c 6388 <O.Stahl@lsw.uni-heidelberg.de>
bd499f9e 6389
4696775a 639020000316
bcbf86ec 6391 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
4696775a 6392 Hesprich <dghespri@sprintparanet.com>
d423d822 6393 - Propogate LD through to Makefile
b7a9ce47 6394 - Doc cleanups
2ba2a610 6395 - Added blurb about "scp: command not found" errors to UPGRADING
4696775a 6396
cb0b7ea4 639720000315
6398 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
6399 problems with gcc/Solaris.
bcbf86ec 6400 - Don't free argument to putenv() after use (in setenv() replacement).
db55a3ea 6401 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
bcbf86ec 6402 - Created contrib/ subdirectory. Included helpers from Phil Hands'
13652e52 6403 Debian package, README file and chroot patch from Ricardo Cerqueira
6404 <rmcc@clix.pt>
bcbf86ec 6405 - Moved gnome-ssh-askpass.c to contrib directory and removed config
13652e52 6406 option.
6407 - Slight cleanup to doc files
b14b2ae7 6408 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
cb0b7ea4 6409
a8ed9fd9 641020000314
bcbf86ec 6411 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
a8ed9fd9 6412 peter@frontierflying.com
84afc958 6413 - Include /usr/local/include and /usr/local/lib for systems that don't
6414 do it themselves
6415 - -R/usr/local/lib for Solaris
6416 - Fix RSAref detection
6417 - Fix IN6_IS_ADDR_V4MAPPED macro
a8ed9fd9 6418
bcf36c78 641920000311
6420 - Detect RSAref
43e48848 6421 - OpenBSD CVS change
6422 [sshd.c]
6423 - disallow guessing of root password
867dbf40 6424 - More configure fixes
80faa19f 6425 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
bcf36c78 6426
c8d54615 642720000309
6428 - OpenBSD CVS updates to v1.2.3
704b1659 6429 [ssh.h atomicio.c]
6430 - int atomicio -> ssize_t (for alpha). ok deraadt@
6431 [auth-rsa.c]
6432 - delay MD5 computation until client sends response, free() early, cleanup.
6433 [cipher.c]
6434 - void* -> unsigned char*, ok niels@
6435 [hostfile.c]
6436 - remove unused variable 'len'. fix comments.
6437 - remove unused variable
6438 [log-client.c log-server.c]
6439 - rename a cpp symbol, to avoid param.h collision
6440 [packet.c]
6441 - missing xfree()
6442 - getsockname() requires initialized tolen; andy@guildsoftware.com
6443 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
6444 from Holger.Trapp@Informatik.TU-Chemnitz.DE
6445 [pty.c pty.h]
bcbf86ec 6446 - register cleanup for pty earlier. move code for pty-owner handling to
c8d54615 6447 pty.c ok provos@, dugsong@
704b1659 6448 [readconf.c]
6449 - turn off x11-fwd for the client, too.
6450 [rsa.c]
6451 - PKCS#1 padding
6452 [scp.c]
6453 - allow '.' in usernames; from jedgar@fxp.org
6454 [servconf.c]
6455 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
6456 - sync with sshd_config
6457 [ssh-keygen.c]
6458 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
6459 [ssh.1]
6460 - Change invalid 'CHAT' loglevel to 'VERBOSE'
6461 [ssh.c]
6462 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
6463 - turn off x11-fwd for the client, too.
6464 [sshconnect.c]
6465 - missing xfree()
6466 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
6467 - read error vs. "Connection closed by remote host"
6468 [sshd.8]
6469 - ie. -> i.e.,
6470 - do not link to a commercial page..
6471 - sync with sshd_config
6472 [sshd.c]
6473 - no need for poll.h; from bright@wintelcom.net
6474 - log with level log() not fatal() if peer behaves badly.
6475 - don't panic if client behaves strange. ok deraadt@
6476 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
6477 - delay close() of pty until the pty has been chowned back to root
6478 - oops, fix comment, too.
6479 - missing xfree()
6480 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
6481 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
bcbf86ec 6482 - register cleanup for pty earlier. move code for pty-owner handling to
704b1659 6483 pty.c ok provos@, dugsong@
6484 - create x11 cookie file
6485 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
6486 - version 1.2.3
c8d54615 6487 - Cleaned up
bcbf86ec 6488 - Removed warning workaround for Linux and devpts filesystems (no longer
d8223847 6489 required after OpenBSD updates)
c8d54615 6490
07055445 649120000308
6492 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
6493
649420000307
6495 - Released 1.2.2p1
6496
9c8c3fc6 649720000305
6498 - Fix DEC compile fix
54096dcc 6499 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
aa6bd60a 6500 - Check for getpagesize in libucb.a if not found in libc. Fix for old
6501 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 6502 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
9fc7867e 6503 Mate Wierdl <mw@moni.msci.memphis.edu>
9c8c3fc6 6504
6bf4d066 650520000303
6506 - Added "make host-key" target, Suggestion from Dominik Brettnacher
6507 <domi@saargate.de>
bcbf86ec 6508 - Don't permanently fail on bind() if getaddrinfo has more choices left for
16218745 6509 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
6510 Miskiewicz <misiek@pld.org.pl>
22fa590f 6511 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6512 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6bf4d066 6513
a0391976 651420000302
6515 - Big cleanup of autoconf code
6516 - Rearranged to be a little more logical
6517 - Added -R option for Solaris
6518 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
6519 to detect library and header location _and_ ensure library has proper
6520 RSA support built in (this is a problem with OpenSSL 0.9.5).
817175bc 6521 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
0a1718dc 6522 - Avoid warning message with Unix98 ptys
bcbf86ec 6523 - Warning was valid - possible race condition on PTYs. Avoided using
3276571c 6524 platform-specific code.
6525 - Document some common problems
bcbf86ec 6526 - Allow root access to any key. Patch from
81eef326 6527 markus.friedl@informatik.uni-erlangen.de
a0391976 6528
f55afe71 652920000207
6530 - Removed SOCKS code. Will support through a ProxyCommand.
6531
d07d1c58 653220000203
6533 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
d581b7ae 6534 - Add --with-ssl-dir option
d07d1c58 6535
9d5f374b 653620000202
bcbf86ec 6537 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
9d5f374b 6538 <jmd@aoe.vt.edu>
6b1f3fdb 6539 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 6540 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
6b1f3fdb 6541 <haruyama@nt.phys.s.u-tokyo.ac.jp>
9d5f374b 6542
bc8c2601 654320000201
6544 - Use socket pairs by default (instead of pipes). Prevents race condition
6545 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
6546
69c76614 654720000127
6548 - Seed OpenSSL's random number generator before generating RSA keypairs
6549 - Split random collector into seperate file
aaf2abd7 6550 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
69c76614 6551
f9507c24 655220000126
6553 - Released 1.2.2 stable
6554
bcbf86ec 6555 - NeXT keeps it lastlog in /usr/adm. Report from
f9507c24 6556 mouring@newton.pconline.com
bcbf86ec 6557 - Added note in UPGRADING re interop with commercial SSH using idea.
986a22ec 6558 Report from Jim Knoble <jmknoble@jmknoble.cx>
587120ad 6559 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
6560 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
f9507c24 6561
bfae20ad 656220000125
bcbf86ec 6563 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
bfae20ad 6564 <andre.lucas@dial.pipex.com>
07b0cb78 6565 - Reorder PAM initialisation so it does not mess up lastlog. Reported
6566 by Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 6567 - Use preformatted manpages on SCO, report from Gary E. Miller
9755cbdb 6568 <gem@rellim.com>
6569 - New URL for x11-ssh-askpass.
bcbf86ec 6570 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
986a22ec 6571 <jmknoble@jmknoble.cx>
bcbf86ec 6572 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
986a22ec 6573 Jim Knoble <jmknoble@jmknoble.cx>
ff8ecdb8 6574 - Updated RPM spec files to use DESTDIR
bfae20ad 6575
bb58aa4b 657620000124
6577 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
6578 increment)
6579
d45317d8 658020000123
6581 - OpenBSD CVS:
6582 - [packet.c]
6583 getsockname() requires initialized tolen; andy@guildsoftware.com
bcbf86ec 6584 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
4c40f834 6585 <drankin@bohemians.lexington.ky.us>
12aa90af 6586 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
d45317d8 6587
e844f761 658820000122
6589 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
6590 <bent@clark.net>
c54a6257 6591 - Merge preformatted manpage patch from Andre Lucas
6592 <andre.lucas@dial.pipex.com>
8eb34e02 6593 - Make IPv4 use the default in RPM packages
6594 - Irix uses preformatted manpages
1e64903d 6595 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
6596 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
9bc5ddfe 6597 - OpenBSD CVS updates:
6598 - [packet.c]
6599 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
6600 from Holger.Trapp@Informatik.TU-Chemnitz.DE
6601 - [sshd.c]
6602 log with level log() not fatal() if peer behaves badly.
6603 - [readpass.c]
bcbf86ec 6604 instead of blocking SIGINT, catch it ourselves, so that we can clean
6605 the tty modes up and kill ourselves -- instead of our process group
61e96248 6606 leader (scp, cvs, ...) going away and leaving us in noecho mode.
9bc5ddfe 6607 people with cbreak shells never even noticed..
399d9d44 6608 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
6609 ie. -> i.e.,
e844f761 6610
4c8ef3fb 661120000120
6612 - Don't use getaddrinfo on AIX
7b2ea3a1 6613 - Update to latest OpenBSD CVS:
6614 - [auth-rsa.c]
6615 - fix user/1056, sshd keeps restrictions; dbt@meat.net
6616 - [sshconnect.c]
6617 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
6618 - destroy keys earlier
bcbf86ec 6619 - split key exchange (kex) and user authentication (user-auth),
d468fc76 6620 ok: provos@
7b2ea3a1 6621 - [sshd.c]
6622 - no need for poll.h; from bright@wintelcom.net
6623 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
bcbf86ec 6624 - split key exchange (kex) and user authentication (user-auth),
d468fc76 6625 ok: provos@
f3bba493 6626 - Big manpage and config file cleanup from Andre Lucas
6627 <andre.lucas@dial.pipex.com>
5f4fdfae 6628 - Re-added latest (unmodified) OpenBSD manpages
47f9a56a 6629 - Doc updates
d468fc76 6630 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
6631 Christos Zoulas <christos@netbsd.org>
4c8ef3fb 6632
082bbfb3 663320000119
20af321f 6634 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
082bbfb3 6635 - Compile fix from Darren_Hall@progressive.com
59e76f33 6636 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
6637 addresses using getaddrinfo(). Added a configure switch to make the
6638 default lookup mode AF_INET
082bbfb3 6639
a63a7f37 664020000118
6641 - Fixed --with-pid-dir option
51a6baf8 6642 - Makefile fix from Gary E. Miller <gem@rellim.com>
61e96248 6643 - Compile fix for HPUX and Solaris from Andre Lucas
976f7e19 6644 <andre.lucas@dial.pipex.com>
a63a7f37 6645
f914c7fb 664620000117
6647 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
6648 port, ignore EINVAL errors (Linux) when searching for free port.
bcbf86ec 6649 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
de93b046 6650 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
9b363e1c 6651 - Document location of Redhat PAM file in INSTALL.
bcbf86ec 6652 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
6653 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
f4a7cf29 6654 deliver (no IPv6 kernel support)
80a44451 6655 - Released 1.2.1pre27
f914c7fb 6656
f4a7cf29 6657 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
bcbf86ec 6658 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
cf8ad170 6659 <jhuuskon@hytti.uku.fi>
bcbf86ec 6660 - Fix hang on logout if processes are still using the pty. Needs
691a8a9f 6661 further testing.
5957fd29 6662 - Patch from Christos Zoulas <christos@zoulas.com>
6663 - Try $prefix first when looking for OpenSSL.
6664 - Include sys/types.h when including sys/socket.h in test programs
bcbf86ec 6665 - Substitute PID directory in sshd.8. Suggestion from Andrew
19d9ac2a 6666 Stribblehill <a.d.stribblehill@durham.ac.uk>
f4a7cf29 6667
47e45e44 666820000116
6669 - Renamed --with-xauth-path to --with-xauth
6670 - Added --with-pid-dir option
6671 - Released 1.2.1pre26
6672
a82ef8ae 6673 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
bcbf86ec 6674 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
66be05a1 6675 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
a82ef8ae 6676
5cdfe03f 667720000115
6678 - Add --with-xauth-path configure directive and explicit test for
bcbf86ec 6679 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
5cdfe03f 6680 Nordby <anders@fix.no>
bcbf86ec 6681 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
5cdfe03f 6682 openpty. Report from John Seifarth <john@waw.be>
6683 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
bcbf86ec 6684 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
5cdfe03f 6685 <gem@rellim.com>
6686 - Use __snprintf and __vnsprintf if they are found where snprintf and
6687 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
6688 and others.
6689
48e671d5 669020000114
6691 - Merged OpenBSD IPv6 patch:
6692 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
6693 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
6694 [hostfile.c sshd_config]
6695 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
bcbf86ec 6696 features: sshd allows multiple ListenAddress and Port options. note
6697 that libwrap is not IPv6-ready. (based on patches from
48e671d5 6698 fujiwara@rcac.tdi.co.jp)
6699 - [ssh.c canohost.c]
bcbf86ec 6700 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
48e671d5 6701 from itojun@
6702 - [channels.c]
6703 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
6704 - [packet.h]
6705 allow auth-kerberos for IPv4 only
6706 - [scp.1 sshd.8 servconf.h scp.c]
6707 document -4, -6, and 'ssh -L 2022/::1/22'
6708 - [ssh.c]
bcbf86ec 6709 'ssh @host' is illegal (null user name), from
48e671d5 6710 karsten@gedankenpolizei.de
6711 - [sshconnect.c]
6712 better error message
6713 - [sshd.c]
6714 allow auth-kerberos for IPv4 only
6715 - Big IPv6 merge:
6716 - Cleanup overrun in sockaddr copying on RHL 6.1
6717 - Replacements for getaddrinfo, getnameinfo, etc based on versions
6718 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
6719 - Replacement for missing structures on systems that lack IPv6
6720 - record_login needed to know about AF_INET6 addresses
6721 - Borrowed more code from OpenBSD: rresvport_af and requisites
6722
2598df62 672320000110
6724 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
6725
b8a0310d 672620000107
6727 - New config.sub and config.guess to fix problems on SCO. Supplied
6728 by Gary E. Miller <gem@rellim.com>
b6a98a85 6729 - SCO build fix from Gary E. Miller <gem@rellim.com>
2598df62 6730 - Released 1.2.1pre25
b8a0310d 6731
dfb95100 673220000106
6733 - Documentation update & cleanup
6734 - Better KrbIV / AFS detection, based on patch from:
6735 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
6736
b9795b89 673720000105
bcbf86ec 6738 - Fixed annoying DES corruption problem. libcrypt has been
b9795b89 6739 overriding symbols in libcrypto. Removed libcrypt and crypt.h
6740 altogether (libcrypto includes its own crypt(1) replacement)
6741 - Added platform-specific rules for Irix 6.x. Included warning that
6742 they are untested.
6743
a1ec4d79 674420000103
6745 - Add explicit make rules for files proccessed by fixpaths.
61e96248 6746 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
a1ec4d79 6747 <tnh@kondara.org>
bcbf86ec 6748 - Removed "nullok" directive from default PAM configuration files.
6749 Added information on enabling EmptyPasswords on openssh+PAM in
607d73e6 6750 UPGRADING file.
e02735bb 6751 - OpenBSD CVS updates
6752 - [ssh-agent.c]
bcbf86ec 6753 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
e02735bb 6754 dgaudet@arctic.org
6755 - [sshconnect.c]
6756 compare correct version for 1.3 compat mode
a1ec4d79 6757
93c7f644 675820000102
6759 - Prevent multiple inclusion of config.h and defines.h. Suggested
6760 by Andre Lucas <andre.lucas@dial.pipex.com>
6761 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
6762 <dgaudet@arctic.org>
6763
76b8607f 676419991231
bcbf86ec 6765 - Fix password support on systems with a mixture of shadowed and
6766 non-shadowed passwords (e.g. NIS). Report and fix from
76b8607f 6767 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 6768 - Fix broken autoconf typedef detection. Report from Marc G.
723221b5 6769 Fournier <marc.fournier@acadiau.ca>
b92964b7 6770 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
6771 <Franz.Sirl-kernel@lauterbach.com>
bcbf86ec 6772 - Prevent typedefs from being compiled more than once. Report from
a6ddc88b 6773 Marc G. Fournier <marc.fournier@acadiau.ca>
4811cc0b 6774 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
6775 <iretd@bigfoot.com>
bcbf86ec 6776 - Really fix broken default path. Fix from Jim Knoble
986a22ec 6777 <jmknoble@jmknoble.cx>
ae3a3d31 6778 - Remove test for quad_t. No longer needed.
76a8e733 6779 - Released 1.2.1pre24
6780
6781 - Added support for directory-based lastlogs
6782 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
76b8607f 6783
13f825f4 678419991230
6785 - OpenBSD CVS updates:
6786 - [auth-passwd.c]
6787 check for NULL 1st
bcbf86ec 6788 - Removed most of the pam code into its own file auth-pam.[ch]. This
a5c9cd31 6789 cleaned up sshd.c up significantly.
bcbf86ec 6790 - PAM authentication was incorrectly interpreting
76b8607f 6791 "PermitRootLogin without-password". Report from Matthias Andree
6792 <ma@dt.e-technik.uni-dortmund.de
a5c9cd31 6793 - Several other cleanups
0bc5b6fb 6794 - Merged Dante SOCKS support patch from David Rankin
6795 <drankin@bohemians.lexington.ky.us>
6796 - Updated documentation with ./configure options
76b8607f 6797 - Released 1.2.1pre23
13f825f4 6798
c73a0cb5 679919991229
bcbf86ec 6800 - Applied another NetBSD portability patch from David Rankin
c73a0cb5 6801 <drankin@bohemians.lexington.ky.us>
6802 - Fix --with-default-path option.
bcbf86ec 6803 - Autodetect perl, patch from David Rankin
a0f84251 6804 <drankin@bohemians.lexington.ky.us>
bcbf86ec 6805 - Print whether OpenSSH was compiled with RSARef, patch from
0a2ff95d 6806 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
bcbf86ec 6807 - Calls to pam_setcred, patch from Nalin Dahyabhai
f91bacbd 6808 <nalin@thermo.stat.ncsu.edu>
e3a93db0 6809 - Detect missing size_t and typedef it.
5ab44a92 6810 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
6811 - Minor Makefile cleaning
c73a0cb5 6812
b6019d68 681319991228
6814 - Replacement for getpagesize() for systems which lack it
bcbf86ec 6815 - NetBSD login.c compile fix from David Rankin
70e0115b 6816 <drankin@bohemians.lexington.ky.us>
6817 - Fully set ut_tv if present in utmp or utmpx
d94aa2ae 6818 - Portability fixes for Irix 5.3 (now compiles OK!)
6819 - autoconf and other misc cleanups
ea1970a3 6820 - Merged AIX patch from Darren Hall <dhall@virage.org>
6821 - Cleaned up defines.h
fa9a2dd6 6822 - Released 1.2.1pre22
b6019d68 6823
d2dcff5f 682419991227
6825 - Automatically correct paths in manpages and configuration files. Patch
6826 and script from Andre Lucas <andre.lucas@dial.pipex.com>
6827 - Removed credits from README to CREDITS file, updated.
cb807f40 6828 - Added --with-default-path to specify custom path for server
6829 - Removed #ifdef trickery from acconfig.h into defines.h
36a5b38e 6830 - PAM bugfix. PermitEmptyPassword was being ignored.
6831 - Fixed PAM config files to allow empty passwords if server does.
6832 - Explained spurious PAM auth warning workaround in UPGRADING
21feb5fa 6833 - Use last few chars of tty line as ut_id
5a7794be 6834 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
00e6dd70 6835 - OpenBSD CVS updates:
6836 - [packet.h auth-rhosts.c]
6837 check format string for packet_disconnect and packet_send_debug, too
6838 - [channels.c]
6839 use packet_get_maxsize for channels. consistence.
d2dcff5f 6840
f74efc8d 684119991226
6842 - Enabled utmpx support by default for Solaris
6843 - Cleanup sshd.c PAM a little more
986a22ec 6844 - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx>
bc7ea646 6845 X11 ssh-askpass program.
20c43d8c 6846 - Disable logging of PAM success and failures, PAM is verbose enough.
bcbf86ec 6847 Unfortunatly there is currently no way to disable auth failure
6848 messages. Mention this in UPGRADING file and sent message to PAM
20c43d8c 6849 developers
83b7f649 6850 - OpenBSD CVS update:
6851 - [ssh-keygen.1 ssh.1]
bcbf86ec 6852 remove ref to .ssh/random_seed, mention .ssh/environment in
83b7f649 6853 .Sh FILES, too
72251cb6 6854 - Released 1.2.1pre21
bcbf86ec 6855 - Fixed implicit '.' in default path, report from Jim Knoble
986a22ec 6856 <jmknoble@jmknoble.cx>
6857 - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx>
f74efc8d 6858
f498ed15 685919991225
6860 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
6861 - Cleanup of auth-passwd.c for shadow and MD5 passwords
6862 - Cleanup and bugfix of PAM authentication code
f74efc8d 6863 - Released 1.2.1pre20
6864
6865 - Merged fixes from Ben Taylor <bent@clark.net>
6866 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
6867 - Disabled logging of PAM password authentication failures when password
6868 is empty. (e.g start of authentication loop). Reported by Naz
6869 <96na@eng.cam.ac.uk>)
f498ed15 6870
687119991223
bcbf86ec 6872 - Merged later HPUX patch from Andre Lucas
f498ed15 6873 <andre.lucas@dial.pipex.com>
6874 - Above patch included better utmpx support from Ben Taylor
f74efc8d 6875 <bent@clark.net>
f498ed15 6876
eef6f7e9 687719991222
bcbf86ec 6878 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
eef6f7e9 6879 <pope@netguide.dk>
ae28776a 6880 - Fix login.c breakage on systems which lack ut_host in struct
6881 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
eef6f7e9 6882
a7effaac 688319991221
bcbf86ec 6884 - Integration of large HPUX patch from Andre Lucas
6885 <andre.lucas@dial.pipex.com>. Integrating it had a few other
a7effaac 6886 benefits:
6887 - Ability to disable shadow passwords at configure time
6888 - Ability to disable lastlog support at configure time
6889 - Support for IP address in $DISPLAY
ae2f7af7 6890 - OpenBSD CVS update:
6891 - [sshconnect.c]
6892 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
59dd7a31 6893 - Fix DISABLE_SHADOW support
6894 - Allow MD5 passwords even if shadow passwords are disabled
16034de9 6895 - Release 1.2.1pre19
a7effaac 6896
3f1d9bcd 689719991218
bcbf86ec 6898 - Redhat init script patch from Chun-Chung Chen
3f1d9bcd 6899 <cjj@u.washington.edu>
7e1c2490 6900 - Avoid breakage on systems without IPv6 headers
3f1d9bcd 6901
60d804c8 690219991216
bcbf86ec 6903 - Makefile changes for Solaris from Peter Kocks
60d804c8 6904 <peter.kocks@baygate.com>
89cafde6 6905 - Minor updates to docs
6906 - Merged OpenBSD CVS changes:
6907 - [authfd.c ssh-agent.c]
6908 keysize warnings talk about identity files
6909 - [packet.c]
6910 "Connection closed by x.x.x.x": fatal() -> log()
bcbf86ec 6911 - Correctly handle empty passwords in shadow file. Patch from:
c9d323f0 6912 "Chris, the Young One" <cky@pobox.com>
6913 - Released 1.2.1pre18
60d804c8 6914
7dc6fc6d 691519991215
6916 - Integrated patchs from Juergen Keil <jk@tools.de>
6917 - Avoid void* pointer arithmatic
6918 - Use LDFLAGS correctly
68227e6d 6919 - Fix SIGIO error in scp
6920 - Simplify status line printing in scp
61e96248 6921 - Added better test for inline functions compiler support from
906a2515 6922 Darren_Hall@progressive.com
7dc6fc6d 6923
95f1eccc 692419991214
6925 - OpenBSD CVS Changes
6926 - [canohost.c]
bcbf86ec 6927 fix get_remote_port() and friends for sshd -i;
95f1eccc 6928 Holger.Trapp@Informatik.TU-Chemnitz.DE
6929 - [mpaux.c]
6930 make code simpler. no need for memcpy. niels@ ok
6931 - [pty.c]
6932 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
6933 fix proto; markus
6934 - [ssh.1]
6935 typo; mark.baushke@solipsa.com
6936 - [channels.c ssh.c ssh.h sshd.c]
6937 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
6938 - [sshconnect.c]
6939 move checking of hostkey into own function.
6940 - [version.h]
6941 OpenSSH-1.2.1
884bcb37 6942 - Clean up broken includes in pty.c
7303768f 6943 - Some older systems don't have poll.h, they use sys/poll.h instead
6944 - Doc updates
95f1eccc 6945
847e8865 694619991211
bcbf86ec 6947 - Fix compilation on systems with AFS. Reported by
847e8865 6948 aloomis@glue.umd.edu
bcbf86ec 6949 - Fix installation on Solaris. Reported by
847e8865 6950 Gordon Rowell <gordonr@gormand.com.au>
6951 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
6952 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
6953 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
6954 - Compile fix from David Agraz <dagraz@jahoopa.com>
6955 - Avoid compiler warning in bsd-snprintf.c
bcbf86ec 6956 - Added pam_limits.so to default PAM config. Suggested by
986a22ec 6957 Jim Knoble <jmknoble@jmknoble.cx>
847e8865 6958
8946db53 695919991209
6960 - Import of patch from Ben Taylor <bent@clark.net>:
6961 - Improved PAM support
6962 - "uninstall" rule for Makefile
6963 - utmpx support
6964 - Should fix PAM problems on Solaris
2d86a6cc 6965 - OpenBSD CVS updates:
6966 - [readpass.c]
6967 avoid stdio; based on work by markus, millert, and I
6968 - [sshd.c]
6969 make sure the client selects a supported cipher
6970 - [sshd.c]
bcbf86ec 6971 fix sighup handling. accept would just restart and daemon handled
6972 sighup only after the next connection was accepted. use poll on
2d86a6cc 6973 listen sock now.
6974 - [sshd.c]
6975 make that a fatal
87e91331 6976 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
6977 to fix libwrap support on NetBSD
5001b9e4 6978 - Released 1.2pre17
8946db53 6979
6d8c4ea4 698019991208
bcbf86ec 6981 - Compile fix for Solaris with /dev/ptmx from
6d8c4ea4 6982 David Agraz <dagraz@jahoopa.com>
6983
4285816a 698419991207
986a22ec 6985 - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx>
4285816a 6986 fixes compatability with 4.x and 5.x
db28aeb5 6987 - Fixed default SSH_ASKPASS
bcbf86ec 6988 - Fix PAM account and session being called multiple times. Problem
d465f2ca 6989 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
a408af76 6990 - Merged more OpenBSD changes:
6991 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
bcbf86ec 6992 move atomicio into it's own file. wrap all socket write()s which
a408af76 6993 were doing write(sock, buf, len) != len, with atomicio() calls.
6994 - [auth-skey.c]
6995 fd leak
6996 - [authfile.c]
6997 properly name fd variable
6998 - [channels.c]
6999 display great hatred towards strcpy
7000 - [pty.c pty.h sshd.c]
7001 use openpty() if it exists (it does on BSD4_4)
7002 - [tildexpand.c]
7003 check for ~ expansion past MAXPATHLEN
7004 - Modified helper.c to use new atomicio function.
7005 - Reformat Makefile a little
7006 - Moved RC4 routines from rc4.[ch] into helper.c
7007 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
9983a8ca 7008 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
7009 - Tweaked Redhat spec
9158d92f 7010 - Clean up bad imports of a few files (forgot -kb)
7011 - Released 1.2pre16
4285816a 7012
9c7b6dfd 701319991204
7014 - Small cleanup of PAM code in sshd.c
57112b5a 7015 - Merged OpenBSD CVS changes:
7016 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
7017 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
7018 - [auth-rsa.c]
7019 warn only about mismatch if key is _used_
7020 warn about keysize-mismatch with log() not error()
7021 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
7022 ports are u_short
7023 - [hostfile.c]
7024 indent, shorter warning
7025 - [nchan.c]
7026 use error() for internal errors
7027 - [packet.c]
7028 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
7029 serverloop.c
7030 indent
7031 - [ssh-add.1 ssh-add.c ssh.h]
7032 document $SSH_ASKPASS, reasonable default
7033 - [ssh.1]
7034 CheckHostIP is not available for connects via proxy command
7035 - [sshconnect.c]
7036 typo
7037 easier to read client code for passwd and skey auth
7038 turn of checkhostip for proxy connects, since we don't know the remote ip
9c7b6dfd 7039
dad3b556 704019991126
7041 - Add definition for __P()
7042 - Added [v]snprintf() replacement for systems that lack it
7043
0ce43ae4 704419991125
7045 - More reformatting merged from OpenBSD CVS
7046 - Merged OpenBSD CVS changes:
7047 - [channels.c]
7048 fix packet_integrity_check() for !have_hostname_in_open.
7049 report from mrwizard@psu.edu via djm@ibs.com.au
7050 - [channels.c]
7051 set SO_REUSEADDR and SO_LINGER for forwarded ports.
7052 chip@valinux.com via damien@ibs.com.au
7053 - [nchan.c]
7054 it's not an error() if shutdown_write failes in nchan.
7055 - [readconf.c]
7056 remove dead #ifdef-0-code
7057 - [readconf.c servconf.c]
7058 strcasecmp instead of tolower
7059 - [scp.c]
7060 progress meter overflow fix from damien@ibs.com.au
7061 - [ssh-add.1 ssh-add.c]
7062 SSH_ASKPASS support
7063 - [ssh.1 ssh.c]
7064 postpone fork_after_authentication until command execution,
7065 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
7066 plus: use daemon() for backgrounding
cf8dd513 7067 - Added BSD compatible install program and autoconf test, thanks to
7068 Niels Kristian Bech Jensen <nkbj@image.dk>
7069 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
09041313 7070 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3dbefdb8 7071 - Release 1.2pre15
0ce43ae4 7072
5260325f 707319991124
7074 - Merged very large OpenBSD source code reformat
7075 - OpenBSD CVS updates
7076 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
7077 [ssh.h sshd.8 sshd.c]
7078 syslog changes:
7079 * Unified Logmessage for all auth-types, for success and for failed
7080 * Standard connections get only ONE line in the LOG when level==LOG:
7081 Auth-attempts are logged only, if authentication is:
7082 a) successfull or
7083 b) with passwd or
7084 c) we had more than AUTH_FAIL_LOG failues
7085 * many log() became verbose()
7086 * old behaviour with level=VERBOSE
7087 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
7088 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
7089 messages. allows use of s/key in windows (ttssh, securecrt) and
7090 ssh-1.2.27 clients without 'ssh -v', ok: niels@
7091 - [sshd.8]
7092 -V, for fallback to openssh in SSH2 compatibility mode
7093 - [sshd.c]
7094 fix sigchld race; cjc5@po.cwru.edu
7095
4655fe80 709619991123
7097 - Added SuSE package files from Chris Saia <csaia@wtower.com>
8b241e50 7098 - Restructured package-related files under packages/*
4655fe80 7099 - Added generic PAM config
8b241e50 7100 - Numerous little Solaris fixes
9c08d6ce 7101 - Add recommendation to use GNU make to INSTALL document
4655fe80 7102
60bed5fd 710319991122
7104 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 7105 - OpenBSD CVS Changes
bcbf86ec 7106 - [ssh-keygen.c]
7107 don't create ~/.ssh only if the user wants to store the private
7108 key there. show fingerprint instead of public-key after
2f2cc3f9 7109 keygeneration. ok niels@
b09a984b 7110 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 7111 - Added timersub() macro
b09a984b 7112 - Tidy RCSIDs of bsd-*.c
bcbf86ec 7113 - Added autoconf test and macro to deal with old PAM libraries
96ad4350 7114 pam_strerror definition (one arg vs two).
530f1889 7115 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
bcbf86ec 7116 - Retry /dev/urandom reads interrupted by signal (report from
530f1889 7117 Robert Hardy <rhardy@webcon.net>)
1647c2b5 7118 - Added a setenv replacement for systems which lack it
d84a9a44 7119 - Only display public key comment when presenting ssh-askpass dialog
7120 - Released 1.2pre14
60bed5fd 7121
bcbf86ec 7122 - Configure, Make and changelog corrections from Tudor Bosman
2ddcfdf3 7123 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
7124
9d6b7add 712519991121
2f2cc3f9 7126 - OpenBSD CVS Changes:
60bed5fd 7127 - [channels.c]
7128 make this compile, bad markus
7129 - [log.c readconf.c servconf.c ssh.h]
7130 bugfix: loglevels are per host in clientconfig,
7131 factor out common log-level parsing code.
7132 - [servconf.c]
7133 remove unused index (-Wall)
7134 - [ssh-agent.c]
7135 only one 'extern char *__progname'
7136 - [sshd.8]
7137 document SIGHUP, -Q to synopsis
7138 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
7139 [channels.c clientloop.c]
7140 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
7141 [hope this time my ISP stays alive during commit]
7142 - [OVERVIEW README] typos; green@freebsd
7143 - [ssh-keygen.c]
7144 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
7145 exit if writing the key fails (no infinit loop)
7146 print usage() everytime we get bad options
7147 - [ssh-keygen.c] overflow, djm@mindrot.org
7148 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
61e96248 7149
2b942fe0 715019991120
bcbf86ec 7151 - Merged more Solaris support from Marc G. Fournier
2b942fe0 7152 <marc.fournier@acadiau.ca>
7153 - Wrote autoconf tests for integer bit-types
7154 - Fixed enabling kerberos support
bcbf86ec 7155 - Fix segfault in ssh-keygen caused by buffer overrun in filename
13c36c4c 7156 handling.
2b942fe0 7157
06479889 715819991119
7159 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 7160 - Merged OpenBSD CVS changes
7161 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
7162 more %d vs. %s in fmt-strings
7163 - [authfd.c]
7164 Integers should not be printed with %s
7b1cc56c 7165 - EGD uses a socket, not a named pipe. Duh.
7166 - Fix includes in fingerprint.c
29dbde15 7167 - Fix scp progress bar bug again.
bcbf86ec 7168 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
736890c4 7169 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 7170 - Added autoconf option to enable Kerberos 4 support (untested)
7171 - Added autoconf option to enable AFS support (untested)
7172 - Added autoconf option to enable S/Key support (untested)
7173 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 7174 - Renamed BSD helper function files to bsd-*
bcbf86ec 7175 - Added tests for login and daemon and enable OpenBSD replacements for
caf3bc51 7176 when they are absent.
7177 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 7178
2bd61362 717919991118
7180 - Merged OpenBSD CVS changes
7181 - [scp.c] foregroundproc() in scp
7182 - [sshconnect.h] include fingerprint.h
bcbf86ec 7183 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
2bd61362 7184 changes.
0c16a097 7185 - [ssh.1] Spell my name right.
2bd61362 7186 - Added openssh.com info to README
7187
f095fcc7 718819991117
7189 - Merged OpenBSD CVS changes
7190 - [ChangeLog.Ylonen] noone needs this anymore
7191 - [authfd.c] close-on-exec for auth-socket, ok deraadt
bcbf86ec 7192 - [hostfile.c]
7193 in known_hosts key lookup the entry for the bits does not need
7194 to match, all the information is contained in n and e. This
7195 solves the problem with buggy servers announcing the wrong
f095fcc7 7196 modulus length. markus and me.
bcbf86ec 7197 - [serverloop.c]
7198 bugfix: check for space if child has terminated, from:
f095fcc7 7199 iedowse@maths.tcd.ie
7200 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
7201 [fingerprint.c fingerprint.h]
7202 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
7203 - [ssh-agent.1] typo
7204 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
bcbf86ec 7205 - [sshd.c]
f095fcc7 7206 force logging to stderr while loading private key file
7207 (lost while converting to new log-levels)
7208
4d195447 720919991116
7210 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
7211 - Merged OpenBSD CVS changes:
7212 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
7213 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
7214 the keysize of rsa-parameter 'n' is passed implizit,
7215 a few more checks and warnings about 'pretended' keysizes.
7216 - [cipher.c cipher.h packet.c packet.h sshd.c]
7217 remove support for cipher RC4
7218 - [ssh.c]
7219 a note for legay systems about secuity issues with permanently_set_uid(),
7220 the private hostkey and ptrace()
7221 - [sshconnect.c]
7222 more detailed messages about adding and checking hostkeys
7223
dad9a31e 722419991115
7225 - Merged OpenBSD CVS changes:
bcbf86ec 7226 - [ssh-add.c] change passphrase loop logic and remove ref to
dad9a31e 7227 $DISPLAY, ok niels
7228 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
bcbf86ec 7229 modular.
dad9a31e 7230 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 7231 - Merged more OpenBSD CVS changes:
704b1659 7232 [auth-krb4.c]
7233 - disconnect if getpeername() fails
7234 - missing xfree(*client)
7235 [canohost.c]
7236 - disconnect if getpeername() fails
7237 - fix comment: we _do_ disconnect if ip-options are set
7238 [sshd.c]
7239 - disconnect if getpeername() fails
7240 - move checking of remote port to central place
7241 [auth-rhosts.c] move checking of remote port to central place
7242 [log-server.c] avoid extra fd per sshd, from millert@
7243 [readconf.c] print _all_ bad config-options in ssh(1), too
7244 [readconf.h] print _all_ bad config-options in ssh(1), too
7245 [ssh.c] print _all_ bad config-options in ssh(1), too
7246 [sshconnect.c] disconnect if getpeername() fails
e7c0f9d5 7247 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 7248 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 7249 - Merged more Solaris compability from Marc G. Fournier
7250 <marc.fournier@acadiau.ca>
7251 - Wrote autoconf tests for __progname symbol
986a22ec 7252 - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx>
0c372277 7253 - Released 1.2pre12
7254
7255 - Another OpenBSD CVS update:
7256 - [ssh-keygen.1] fix .Xr
dad9a31e 7257
92da7197 725819991114
7259 - Solaris compilation fixes (still imcomplete)
7260
94f7bb9e 726119991113
dd092f97 7262 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
7263 - Don't install config files if they already exist
7264 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 7265 - Removed redundant inclusions of config.h
e9c75a39 7266 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 7267 - Merged OpenBSD CVS changes:
7268 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
bcbf86ec 7269 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
94f7bb9e 7270 totalsize, ok niels,aaron
bcbf86ec 7271 - Delay fork (-f option) in ssh until after port forwarded connections
94f7bb9e 7272 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 7273 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
7274 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 7275 - Tidied default config file some more
7276 - Revised Redhat initscript to fix bug: sshd (re)start would fail
7277 if executed from inside a ssh login.
94f7bb9e 7278
e35c1dc2 727919991112
7280 - Merged changes from OpenBSD CVS
7281 - [sshd.c] session_key_int may be zero
b4748e2f 7282 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
bcbf86ec 7283 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
b4748e2f 7284 deraadt,millert
7285 - Brought default sshd_config more in line with OpenBSD's
547c9f30 7286 - Grab server in gnome-ssh-askpass (Debian bug #49872)
7287 - Released 1.2pre10
e35c1dc2 7288
8bc7973f 7289 - Added INSTALL documentation
6fa724bc 7290 - Merged yet more changes from OpenBSD CVS
7291 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
7292 [ssh.c ssh.h sshconnect.c sshd.c]
7293 make all access to options via 'extern Options options'
7294 and 'extern ServerOptions options' respectively;
7295 options are no longer passed as arguments:
7296 * make options handling more consistent
7297 * remove #include "readconf.h" from ssh.h
7298 * readconf.h is only included if necessary
7299 - [mpaux.c] clear temp buffer
7300 - [servconf.c] print _all_ bad options found in configfile
045672f9 7301 - Make ssh-askpass support optional through autoconf
59b0f0d4 7302 - Fix nasty division-by-zero error in scp.c
7303 - Released 1.2pre11
8bc7973f 7304
4cca272e 730519991111
7306 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 7307 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 7308 - Merged OpenBSD CVS changes:
7309 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
7310 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
7311 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
bcbf86ec 7312 - Fix integer overflow which was messing up scp's progress bar for large
3f1d9bcd 7313 file transfers. Fix submitted to OpenBSD developers. Report and fix
7314 from Kees Cook <cook@cpoint.net>
6a17f9c2 7315 - Merged more OpenBSD CVS changes:
bcbf86ec 7316 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
6a17f9c2 7317 + krb-cleanup cleanup
7318 - [clientloop.c log-client.c log-server.c ]
7319 [readconf.c readconf.h servconf.c servconf.h ]
7320 [ssh.1 ssh.c ssh.h sshd.8]
7321 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
7322 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 7323 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
7324 allow session_key_int != sizeof(session_key)
7325 [this should fix the pre-assert-removal-core-files]
7326 - Updated default config file to use new LogLevel option and to improve
7327 readability
7328
f370266e 732919991110
67d68e3a 7330 - Merged several minor fixes:
f370266e 7331 - ssh-agent commandline parsing
7332 - RPM spec file now installs ssh setuid root
7333 - Makefile creates libdir
4cca272e 7334 - Merged beginnings of Solaris compability from Marc G. Fournier
7335 <marc.fournier@acadiau.ca>
f370266e 7336
d4f11b59 733719991109
7338 - Autodetection of SSL/Crypto library location via autoconf
7339 - Fixed location of ssh-askpass to follow autoconf
7340 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
7341 - Autodetection of RSAref library for US users
7342 - Minor doc updates
560557bb 7343 - Merged OpenBSD CVS changes:
7344 - [rsa.c] bugfix: use correct size for memset()
7345 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 7346 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 7347 - RPM build now creates subpackages
aa51e7cc 7348 - Released 1.2pre9
d4f11b59 7349
e1a9c08d 735019991108
7351 - Removed debian/ directory. This is now being maintained separately.
7352 - Added symlinks for slogin in RPM spec file
7353 - Fixed permissions on manpages in RPM spec file
7354 - Added references to required libraries in README file
7355 - Removed config.h.in from CVS
7356 - Removed pwdb support (better pluggable auth is provided by glibc)
7357 - Made PAM and requisite libdl optional
7358 - Removed lots of unnecessary checks from autoconf
7359 - Added support and autoconf test for openpty() function (Unix98 pty support)
7360 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
7361 - Added TODO file
7362 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
7363 - Added ssh-askpass program
7364 - Added ssh-askpass support to ssh-add.c
7365 - Create symlinks for slogin on install
7366 - Fix "distclean" target in makefile
7367 - Added example for ssh-agent to manpage
7368 - Added support for PAM_TEXT_INFO messages
7369 - Disable internal /etc/nologin support if PAM enabled
7370 - Merged latest OpenBSD CVS changes:
5bae4ab8 7371 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 7372 - [sshd.c] don't send fail-msg but disconnect if too many authentication
7373 failures
e1a9c08d 7374 - [sshd.c] remove unused argument. ok dugsong
7375 - [sshd.c] typo
7376 - [rsa.c] clear buffers used for encryption. ok: niels
7377 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 7378 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 7379 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 7380 - Released 1.2pre8
e1a9c08d 7381
3028328e 738219991102
7383 - Merged change from OpenBSD CVS
7384 - One-line cleanup in sshd.c
7385
474832c5 738619991030
7387 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 7388 - Merged latest updates for OpenBSD CVS:
7389 - channels.[ch] - remove broken x11 fix and document istate/ostate
7390 - ssh-agent.c - call setsid() regardless of argv[]
7391 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
7392 - Documentation cleanups
7393 - Renamed README -> README.Ylonen
7394 - Renamed README.openssh ->README
474832c5 7395
339660f6 739619991029
7397 - Renamed openssh* back to ssh* at request of Theo de Raadt
7398 - Incorporated latest changes from OpenBSD's CVS
7399 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
7400 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 7401 - Make distclean now removed configure script
7402 - Improved PAM logging
7403 - Added some debug() calls for PAM
4ecd19ea 7404 - Removed redundant subdirectories
bcbf86ec 7405 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
4ecd19ea 7406 building on Debian.
242588e6 7407 - Fixed off-by-one error in PAM env patch
7408 - Released 1.2pre6
339660f6 7409
5881cd60 741019991028
7411 - Further PAM enhancements.
7412 - Much cleaner
7413 - Now uses account and session modules for all logins.
7414 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
7415 - Build fixes
7416 - Autoconf
7417 - Change binary names to open*
7418 - Fixed autoconf script to detect PAM on RH6.1
7419 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 7420 - Released 1.2pre4
fca82d2e 7421
7422 - Imported latest OpenBSD CVS code
7423 - Updated README.openssh
93f04616 7424 - Released 1.2pre5
fca82d2e 7425
5881cd60 742619991027
7427 - Adapted PAM patch.
7428 - Released 1.0pre2
7429
7430 - Excised my buggy replacements for strlcpy and mkdtemp
7431 - Imported correct OpenBSD strlcpy and mkdtemp routines.
7432 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
7433 - Picked up correct version number from OpenBSD
7434 - Added sshd.pam PAM configuration file
7435 - Added sshd.init Redhat init script
7436 - Added openssh.spec RPM spec file
7437 - Released 1.2pre3
7438
743919991026
7440 - Fixed include paths of OpenSSL functions
7441 - Use OpenSSL MD5 routines
7442 - Imported RC4 code from nanocrypt
7443 - Wrote replacements for OpenBSD arc4random* functions
7444 - Wrote replacements for strlcpy and mkdtemp
7445 - Released 1.0pre1
0b202697 7446
7447$Id$
This page took 1.982663 seconds and 5 git commands to generate.