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