Ben Lindstrom | 7044253 | 2001-02-03 21:31:22 +0000 | [diff] [blame^] | 1 | 20010104 |
| 2 | - (bal) I think this is the last of the bsd-*.h that don't belong. |
| 3 | |
Ben Lindstrom | dd5c5a3 | 2001-02-02 18:58:33 +0000 | [diff] [blame] | 4 | 20010103 |
| 5 | - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com> |
Ben Lindstrom | 6413635 | 2001-02-02 19:03:13 +0000 | [diff] [blame] | 6 | - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD |
| 7 | based file) to ensure #include space does not get confused. |
Ben Lindstrom | e6b3b7b | 2001-02-03 00:33:04 +0000 | [diff] [blame] | 8 | - (bal) Minor Makefile.in tweak. dirname may not exist on some |
| 9 | platforms so builds fail. (NeXT being a well known one) |
Ben Lindstrom | dd5c5a3 | 2001-02-02 18:58:33 +0000 | [diff] [blame] | 10 | |
Ben Lindstrom | 2ffbbe6 | 2001-02-02 00:00:54 +0000 | [diff] [blame] | 11 | 20010102 |
| 12 | - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen |
| 13 | <vinschen@redhat.com> |
Ben Lindstrom | 25a7785 | 2001-02-02 10:17:46 +0000 | [diff] [blame] | 14 | - (bal) Makefile fix to use $(MAKE) instead of 'make' for platforms |
| 15 | that use 'gmake'. Patch by Tim Rice <tim@multitalents.net> |
Ben Lindstrom | 2ffbbe6 | 2001-02-02 00:00:54 +0000 | [diff] [blame] | 16 | |
Ben Lindstrom | e03c85d | 2001-02-01 14:06:11 +0000 | [diff] [blame] | 17 | 20010101 |
| 18 | - (bal) Minor fix to Makefile to stop rebuilding executables if no |
| 19 | changes have occured to any of the supporting code. Patch by |
| 20 | Roumen Petrov <roumen.petrov@skalasoft.com> |
| 21 | |
Ben Lindstrom | 3c06f6a | 2001-01-31 21:52:01 +0000 | [diff] [blame] | 22 | 20010131 |
Damien Miller | 3c4659c | 2001-01-31 09:52:43 +1100 | [diff] [blame] | 23 | - (djm) OpenBSD CVS Sync: |
| 24 | - djm@cvs.openbsd.org 2001/01/30 15:48:53 |
| 25 | [sshconnect.c] |
| 26 | Make warning message a little more consistent. ok markus@ |
Damien Miller | 709528a | 2001-01-31 09:57:55 +1100 | [diff] [blame] | 27 | - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from |
| 28 | Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com> |
| 29 | respectively. |
Damien Miller | bf75776 | 2001-01-31 10:50:49 +1100 | [diff] [blame] | 30 | - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain |
| 31 | passwords. |
Ben Lindstrom | 3c06f6a | 2001-01-31 21:52:01 +0000 | [diff] [blame] | 32 | - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to |
| 33 | openbsd-compat/. And resolve all ./configure and Makefile.in issues |
| 34 | assocated. |
Damien Miller | 3c4659c | 2001-01-31 09:52:43 +1100 | [diff] [blame] | 35 | |
Ben Lindstrom | 3c06f6a | 2001-01-31 21:52:01 +0000 | [diff] [blame] | 36 | 20010130 |
Damien Miller | 5e95321 | 2001-01-30 09:14:00 +1100 | [diff] [blame] | 37 | - (djm) OpenBSD CVS Sync: |
| 38 | - markus@cvs.openbsd.org 2001/01/29 09:55:37 |
| 39 | [channels.c channels.h clientloop.c serverloop.c] |
| 40 | fix select overflow; ok deraadt@ and stevesk@ |
Damien Miller | d83ff35 | 2001-01-30 09:19:34 +1100 | [diff] [blame] | 41 | - markus@cvs.openbsd.org 2001/01/29 12:42:35 |
| 42 | [canohost.c canohost.h channels.c clientloop.c] |
| 43 | add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS |
Damien Miller | 7650bc6 | 2001-01-30 09:27:26 +1100 | [diff] [blame] | 44 | - markus@cvs.openbsd.org 2001/01/29 12:47:32 |
| 45 | [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c] |
| 46 | handle rsa_private_decrypt failures; helps against the Bleichenbacher |
| 47 | pkcs#1 attack |
Damien Miller | 832562e | 2001-01-30 09:30:01 +1100 | [diff] [blame] | 48 | - djm@cvs.openbsd.org 2001/01/29 05:36:11 |
| 49 | [ssh.1 ssh.c] |
| 50 | Allow invocation of sybsystem by commandline (-s); ok markus@ |
Kevin Steves | b6b4a7a | 2001-01-30 18:31:43 +0000 | [diff] [blame] | 51 | - (stevesk) configure.in: remove duplicate PROG_LS |
Damien Miller | 5e95321 | 2001-01-30 09:14:00 +1100 | [diff] [blame] | 52 | |
Ben Lindstrom | 3c06f6a | 2001-01-31 21:52:01 +0000 | [diff] [blame] | 53 | 20010129 |
Kevin Steves | b71eb58 | 2001-01-29 16:57:27 +0000 | [diff] [blame] | 54 | - (stevesk) sftp-server.c: use %lld vs. %qd |
| 55 | |
Ben Lindstrom | 49af82b | 2001-01-27 20:43:57 +0000 | [diff] [blame] | 56 | 20010128 |
| 57 | - (bal) Put USE_PIPES back into sco3.2v5 |
Ben Lindstrom | 36579d3 | 2001-01-29 07:39:26 +0000 | [diff] [blame] | 58 | - (bal) OpenBSD Sync |
Ben Lindstrom | d539020 | 2001-01-29 08:07:43 +0000 | [diff] [blame] | 59 | - markus@cvs.openbsd.org 2001/01/28 10:15:34 |
| 60 | [dispatch.c] |
| 61 | re-keying is not supported; ok deraadt@ |
Ben Lindstrom | 035782e | 2001-01-29 08:34:16 +0000 | [diff] [blame] | 62 | - markus@cvs.openbsd.org 2001/01/28 10:24:04 |
Ben Lindstrom | 8eec2c8 | 2001-01-29 08:39:16 +0000 | [diff] [blame] | 63 | [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8] |
Ben Lindstrom | 035782e | 2001-01-29 08:34:16 +0000 | [diff] [blame] | 64 | cleanup AUTHORS sections |
Ben Lindstrom | d539020 | 2001-01-29 08:07:43 +0000 | [diff] [blame] | 65 | - markus@cvs.openbsd.org 2001/01/28 10:37:26 |
Ben Lindstrom | c12a6b7 | 2001-01-29 08:41:05 +0000 | [diff] [blame] | 66 | [sshd.c sshd.8] |
Ben Lindstrom | d539020 | 2001-01-29 08:07:43 +0000 | [diff] [blame] | 67 | remove -Q, no longer needed |
| 68 | - stevesk@cvs.openbsd.org 2001/01/28 20:36:16 |
Ben Lindstrom | eb930d4 | 2001-01-29 08:37:08 +0000 | [diff] [blame] | 69 | [readconf.c ssh.1] |
Ben Lindstrom | d539020 | 2001-01-29 08:07:43 +0000 | [diff] [blame] | 70 | ``StrictHostKeyChecking ask'' documentation and small cleanup. |
| 71 | ok markus@ |
Ben Lindstrom | a733350 | 2001-01-29 08:44:03 +0000 | [diff] [blame] | 72 | - stevesk@cvs.openbsd.org 2001/01/28 20:43:25 |
| 73 | [sshd.8] |
| 74 | spelling. ok markus@ |
Ben Lindstrom | 91fd62a | 2001-01-29 08:10:11 +0000 | [diff] [blame] | 75 | - stevesk@cvs.openbsd.org 2001/01/28 20:53:21 |
| 76 | [xmalloc.c] |
| 77 | use size_t for strlen() return. ok markus@ |
Ben Lindstrom | a733350 | 2001-01-29 08:44:03 +0000 | [diff] [blame] | 78 | - stevesk@cvs.openbsd.org 2001/01/28 22:27:05 |
| 79 | [authfile.c] |
| 80 | spelling. use sizeof vs. strlen(). ok markus@ |
Ben Lindstrom | d539020 | 2001-01-29 08:07:43 +0000 | [diff] [blame] | 81 | - niklas@cvs.openbsd.org 2001/01/29 1:59:14 |
Ben Lindstrom | 36579d3 | 2001-01-29 07:39:26 +0000 | [diff] [blame] | 82 | [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h |
| 83 | groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h |
| 84 | key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h |
| 85 | radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1 |
| 86 | ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config |
| 87 | sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h] |
| 88 | $OpenBSD$ |
Ben Lindstrom | 6d40c0f | 2001-01-29 09:02:24 +0000 | [diff] [blame] | 89 | - (bal) Minor auth2.c resync. Whitespace and moving of an #include. |
Ben Lindstrom | 49af82b | 2001-01-27 20:43:57 +0000 | [diff] [blame] | 90 | |
Ben Lindstrom | 27eebe6 | 2001-01-25 23:04:22 +0000 | [diff] [blame] | 91 | 20010126 |
| 92 | - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen |
| 93 | Petrov <roumen.petrov@skalasoft.com> |
Ben Lindstrom | 77808ab | 2001-01-26 05:10:34 +0000 | [diff] [blame] | 94 | - (bal) OpenBSD Sync |
| 95 | - deraadt@cvs.openbsd.org 2001/01/25 8:06:33 |
| 96 | [ssh-agent.c] |
| 97 | call _exit() in signal handler |
Ben Lindstrom | 27eebe6 | 2001-01-25 23:04:22 +0000 | [diff] [blame] | 98 | |
Damien Miller | 2a5c1ce | 2001-01-25 10:32:00 +1100 | [diff] [blame] | 99 | 20010125 |
| 100 | - (djm) Sync bsd-* support files: |
| 101 | - deraadt@cvs.openbsd.org 2000/01/26 03:43:20 |
| 102 | [rresvport.c bindresvport.c] |
| 103 | new bindresvport() semantics that itojun, shin, jean-luc and i have |
| 104 | agreed on, which will be happy for the future. bindresvport_sa() for |
| 105 | sockaddr *, too. docs later.. |
| 106 | - deraadt@cvs.openbsd.org 2000/01/24 02:24:21 |
| 107 | [bindresvport.c] |
| 108 | in bindresvport(), if sin is non-NULL, example sin->sin_family for |
| 109 | the actual family being processed |
Damien Miller | 0736c4d | 2001-01-25 10:51:46 +1100 | [diff] [blame] | 110 | - (djm) Mention PRNGd in documentation, it is nicer than EGD |
| 111 | - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf |
Ben Lindstrom | ec3830a | 2001-01-25 00:07:33 +0000 | [diff] [blame] | 112 | - (bal) AC_FUNC_STRFTIME added to autoconf |
Ben Lindstrom | 87b147f | 2001-01-25 00:41:12 +0000 | [diff] [blame] | 113 | - (bal) OpenBSD Resync |
| 114 | - stevesk@cvs.openbsd.org 2001/01/24 21:03:50 |
| 115 | [channels.c] |
| 116 | missing freeaddrinfo(); ok markus@ |
Damien Miller | 2a5c1ce | 2001-01-25 10:32:00 +1100 | [diff] [blame] | 117 | |
Ben Lindstrom | bda5bdc | 2001-01-23 16:09:51 +0000 | [diff] [blame] | 118 | 20010124 |
| 119 | - (bal) OpenBSD Resync |
| 120 | - markus@cvs.openbsd.org 2001/01/23 10:45:10 |
| 121 | [ssh.h] |
| 122 | nuke comment |
Ben Lindstrom | 2396b30 | 2001-01-23 16:54:29 +0000 | [diff] [blame] | 123 | - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net> |
| 124 | - (bal) #ifdef around S_IFSOCK if platform does not support it. |
| 125 | patch by Tim Rice <tim@multitalents.net> |
| 126 | - (bal) fake-regex.h cleanup based on Tim Rice's patch. |
Kevin Steves | b6b37ba | 2001-01-24 20:01:44 +0000 | [diff] [blame] | 127 | - (stevesk) sftp-server.c: fix chmod() mode mask |
Ben Lindstrom | bda5bdc | 2001-01-23 16:09:51 +0000 | [diff] [blame] | 128 | |
Ben Lindstrom | cb57733 | 2001-01-22 21:06:19 +0000 | [diff] [blame] | 129 | 20010123 |
| 130 | - (bal) regexp.h typo in configure.in. Should have been regex.h |
| 131 | - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@ |
Ben Lindstrom | 9dffa01 | 2001-01-22 21:22:14 +0000 | [diff] [blame] | 132 | - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT |
Ben Lindstrom | b1985f7 | 2001-01-23 00:19:15 +0000 | [diff] [blame] | 133 | - (bal) OpenBSD Resync |
| 134 | - markus@cvs.openbsd.org 2001/01/22 8:15:00 |
| 135 | [auth-krb4.c sshconnect1.c] |
| 136 | only AFS needs radix.[ch] |
| 137 | - markus@cvs.openbsd.org 2001/01/22 8:32:53 |
| 138 | [auth2.c] |
| 139 | no need to include; from mouring@etoh.eviladmin.org |
| 140 | - stevesk@cvs.openbsd.org 2001/01/22 16:55:21 |
| 141 | [key.c] |
| 142 | free() -> xfree(); ok markus@ |
| 143 | - stevesk@cvs.openbsd.org 2001/01/22 17:22:28 |
| 144 | [sshconnect2.c sshd.c] |
| 145 | fix memory leaks in SSH2 key exchange; ok markus@ |
Ben Lindstrom | 95fb2dd | 2001-01-23 03:12:10 +0000 | [diff] [blame] | 146 | - markus@cvs.openbsd.org 2001/01/22 23:06:39 |
| 147 | [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h |
| 148 | sshconnect1.c sshconnect2.c sshd.c] |
| 149 | rename skey -> challenge response. |
| 150 | auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled. |
Ben Lindstrom | b1985f7 | 2001-01-23 00:19:15 +0000 | [diff] [blame] | 151 | |
Ben Lindstrom | cb57733 | 2001-01-22 21:06:19 +0000 | [diff] [blame] | 152 | |
Ben Lindstrom | 226cfa0 | 2001-01-22 05:34:40 +0000 | [diff] [blame] | 153 | 20010122 |
| 154 | - (bal) OpenBSD Resync |
| 155 | - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus |
| 156 | [servconf.c ssh.h sshd.c] |
| 157 | only auth-chall.c needs #ifdef SKEY |
| 158 | - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus |
| 159 | [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c |
| 160 | auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c |
| 161 | packet.c pathname.h readconf.c scp.c servconf.c serverloop.c |
| 162 | session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h |
| 163 | ssh1.h sshconnect1.c sshd.c ttymodes.c] |
| 164 | move ssh1 definitions to ssh1.h, pathnames to pathnames.h |
| 165 | - markus@cvs.openbsd.org 2001/01/19 16:48:14 |
| 166 | [sshd.8] |
| 167 | fix typo; from stevesk@ |
| 168 | - markus@cvs.openbsd.org 2001/01/19 16:50:58 |
| 169 | [ssh-dss.c] |
| 170 | clear and free digest, make consistent with other code (use dlen); from |
| 171 | stevesk@ |
| 172 | - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus |
| 173 | [auth-options.c auth-options.h auth-rsa.c auth2.c] |
| 174 | pass the filename to auth_parse_options() |
| 175 | - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001 |
| 176 | [readconf.c] |
| 177 | fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com |
| 178 | - stevesk@cvs.openbsd.org 2001/01/20 18:20:29 |
| 179 | [sshconnect2.c] |
| 180 | dh_new_group() does not return NULL. ok markus@ |
| 181 | - markus@cvs.openbsd.org 2001/01/20 21:33:42 |
| 182 | [ssh-add.c] |
| 183 | do not loop forever if askpass does not exist; from |
| 184 | andrew@pimlott.ne.mediaone.net |
| 185 | - djm@cvs.openbsd.org 2001/01/20 23:00:56 |
| 186 | [servconf.c] |
| 187 | Check for NULL return from strdelim; ok markus |
| 188 | - djm@cvs.openbsd.org 2001/01/20 23:02:07 |
| 189 | [readconf.c] |
| 190 | KNF; ok markus |
| 191 | - jakob@cvs.openbsd.org 2001/01/21 9:00:33 |
| 192 | [ssh-keygen.1] |
| 193 | remove -R flag; ok markus@ |
| 194 | - markus@cvs.openbsd.org 2001/01/21 19:05:40 |
| 195 | [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c |
| 196 | auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c |
| 197 | auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c |
| 198 | bufaux.c bufaux.h buffer.c canahost.c canahost.h channels.c |
| 199 | cipher.c cli.c clientloop.c clientloop.h compat.c compress.c |
| 200 | deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c |
| 201 | key.c key.h log-client.c log-server.c log.c log.h login.c login.h |
| 202 | match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c |
| 203 | readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h |
| 204 | session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c |
| 205 | ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h |
| 206 | sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h |
| 207 | ttysmodes.c uidswap.c xmalloc.c] |
| 208 | split ssh.h and try to cleanup the #include mess. remove unnecessary |
| 209 | #includes. rename util.[ch] -> misc.[ch] |
| 210 | - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree |
| 211 | - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve |
| 212 | conflict when compiling for non-kerb install |
| 213 | - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes |
| 214 | on 1/19. |
| 215 | |
Ben Lindstrom | cf0809d | 2001-01-19 15:44:10 +0000 | [diff] [blame] | 216 | 20010120 |
| 217 | - (bal) OpenBSD Resync |
| 218 | - markus@cvs.openbsd.org 2001/01/19 12:45:26 |
| 219 | [ssh-chall.c servconf.c servconf.h ssh.h sshd.c] |
| 220 | only auth-chall.c needs #ifdef SKEY |
Ben Lindstrom | 401d58f | 2001-01-19 17:11:43 +0000 | [diff] [blame] | 221 | - (bal) Slight auth2-pam.c clean up. |
| 222 | - (bal) Includes a fake-regexp.h to be only used if regcomp() is found, |
| 223 | but no 'regexp.h' found (SCO OpenServer 3 lacks the header). |
Ben Lindstrom | cf0809d | 2001-01-19 15:44:10 +0000 | [diff] [blame] | 224 | |
Damien Miller | 5aa8059 | 2001-01-19 14:03:40 +1100 | [diff] [blame] | 225 | 20010119 |
| 226 | - (djm) Update versions in RPM specfiles |
Ben Lindstrom | db65e8f | 2001-01-19 04:26:52 +0000 | [diff] [blame] | 227 | - (bal) OpenBSD Resync |
| 228 | - markus@cvs.openbsd.org 2001/01/18 16:20:21 |
| 229 | [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h |
| 230 | sshd.8 sshd.c] |
| 231 | log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many |
| 232 | systems |
| 233 | - markus@cvs.openbsd.org 2001/01/18 16:59:59 |
| 234 | [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c |
| 235 | session.h sshconnect1.c] |
| 236 | 1) removes fake skey from sshd, since this will be much |
| 237 | harder with /usr/libexec/auth/login_XXX |
| 238 | 2) share/unify code used in ssh-1 and ssh-2 authentication (server side) |
| 239 | 3) make addition of BSD_AUTH and other challenge reponse methods |
| 240 | easier. |
| 241 | - markus@cvs.openbsd.org 2001/01/18 17:12:43 |
| 242 | [auth-chall.c auth2-chall.c] |
| 243 | rename *-skey.c *-chall.c since the files are not skey specific |
Damien Miller | 22e22bf | 2001-01-19 15:46:38 +1100 | [diff] [blame] | 244 | - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>) |
| 245 | to fix NULL pointer deref and fake authloop breakage in PAM code. |
Ben Lindstrom | b100ec9 | 2001-01-19 05:37:32 +0000 | [diff] [blame] | 246 | - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com> |
Ben Lindstrom | 5dc8150 | 2001-01-19 06:10:29 +0000 | [diff] [blame] | 247 | - (bal) Minor cygwin patch to auth1.c. Suggested by djm. |
Ben Lindstrom | db65e8f | 2001-01-19 04:26:52 +0000 | [diff] [blame] | 248 | |
Ben Lindstrom | bf555ba | 2001-01-18 02:04:35 +0000 | [diff] [blame] | 249 | 20010118 |
| 250 | - (bal) Super Sized OpenBSD Resync |
| 251 | - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus |
| 252 | [sshd.c] |
| 253 | maxfd+1 |
| 254 | - markus@cvs.openbsd.org 2001/01/13 17:59:18 |
| 255 | [ssh-keygen.1] |
| 256 | small ssh-keygen manpage cleanup; stevesk@pobox.com |
| 257 | - markus@cvs.openbsd.org 2001/01/13 18:03:07 |
| 258 | [scp.c ssh-keygen.c sshd.c] |
| 259 | getopt() returns -1 not EOF; stevesk@pobox.com |
| 260 | - markus@cvs.openbsd.org 2001/01/13 18:06:54 |
| 261 | [ssh-keyscan.c] |
| 262 | use SSH_DEFAULT_PORT; from stevesk@pobox.com |
| 263 | - markus@cvs.openbsd.org 2001/01/13 18:12:47 |
| 264 | [ssh-keyscan.c] |
| 265 | free() -> xfree(); fix memory leak; from stevesk@pobox.com |
| 266 | - markus@cvs.openbsd.org 2001/01/13 18:14:13 |
| 267 | [ssh-add.c] |
| 268 | typo, from stevesk@sweden.hp.com |
| 269 | - markus@cvs.openbsd.org 2001/01/13 18:32:50 |
| 270 | [packet.c session.c ssh.c sshconnect.c sshd.c] |
| 271 | split out keepalive from packet_interactive (from dale@accentre.com) |
| 272 | set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too. |
| 273 | - markus@cvs.openbsd.org 2001/01/13 18:36:45 |
| 274 | [packet.c packet.h] |
| 275 | reorder, typo |
| 276 | - markus@cvs.openbsd.org 2001/01/13 18:38:00 |
| 277 | [auth-options.c] |
| 278 | fix comment |
| 279 | - markus@cvs.openbsd.org 2001/01/13 18:43:31 |
| 280 | [session.c] |
| 281 | Wall |
| 282 | - markus@cvs.openbsd.org 2001/01/13 19:14:08 |
| 283 | [clientloop.h clientloop.c ssh.c] |
| 284 | move callback to headerfile |
| 285 | - markus@cvs.openbsd.org 2001/01/15 21:40:10 |
| 286 | [ssh.c] |
| 287 | use log() instead of stderr |
| 288 | - markus@cvs.openbsd.org 2001/01/15 21:43:51 |
| 289 | [dh.c] |
| 290 | use error() not stderr! |
| 291 | - markus@cvs.openbsd.org 2001/01/15 21:45:29 |
| 292 | [sftp-server.c] |
| 293 | rename must fail if newpath exists, debug off by default |
| 294 | - markus@cvs.openbsd.org 2001/01/15 21:46:38 |
| 295 | [sftp-server.c] |
| 296 | readable long listing for sftp-server, ok deraadt@ |
| 297 | - markus@cvs.openbsd.org 2001/01/16 19:20:06 |
| 298 | [key.c ssh-rsa.c] |
| 299 | make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from |
| 300 | galb@vandyke.com. note that you have to delete older ssh2-rsa keys, |
| 301 | since they are in the wrong format, too. they must be removed from |
| 302 | .ssh/authorized_keys2 and .ssh/known_hosts2, etc. |
| 303 | (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP |
| 304 | .ssh/authorized_keys2) additionally, we now check that |
| 305 | BN_num_bits(rsa->n) >= 768. |
| 306 | - markus@cvs.openbsd.org 2001/01/16 20:54:27 |
| 307 | [sftp-server.c] |
| 308 | remove some statics. simpler handles; idea from nisse@lysator.liu.se |
| 309 | - deraadt@cvs.openbsd.org 2001/01/16 23:58:08 |
| 310 | [bufaux.c radix.c sshconnect.h sshconnect1.c] |
| 311 | indent |
| 312 | - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may |
| 313 | be missing such feature. |
| 314 | |
| 315 | |
Damien Miller | 21de450 | 2001-01-17 09:37:15 +1100 | [diff] [blame] | 316 | 20010117 |
| 317 | - (djm) Only write random seed file at exit |
Damien Miller | a64b57a | 2001-01-17 10:44:13 +1100 | [diff] [blame] | 318 | - (djm) Make PAM support optional, enable with --with-pam |
| 319 | - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which |
| 320 | provides a crypt() of its own) |
| 321 | - (djm) Avoid a warning in bsd-bindresvport.c |
| 322 | - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This |
| 323 | can cause weird segfaults errors on Solaris |
Damien Miller | 92e78f8 | 2001-01-17 11:10:48 +1100 | [diff] [blame] | 324 | - (djm) Avoid warning in PAM code by making read_passphrase arguments const |
Damien Miller | 01fa638 | 2001-01-17 11:23:39 +1100 | [diff] [blame] | 325 | - (djm) Add --with-pam to RPM spec files |
Damien Miller | 21de450 | 2001-01-17 09:37:15 +1100 | [diff] [blame] | 326 | |
Ben Lindstrom | 200e3c9 | 2001-01-15 01:56:46 +0000 | [diff] [blame] | 327 | 20010115 |
| 328 | - (bal) sftp-server.c change to use chmod() if fchmod() does not exist. |
Ben Lindstrom | 42202bc | 2001-01-15 02:34:37 +0000 | [diff] [blame] | 329 | - (bal) utimes() support via utime() interface on machine that lack utimes(). |
Ben Lindstrom | 200e3c9 | 2001-01-15 01:56:46 +0000 | [diff] [blame] | 330 | |
Kevin Steves | 886b06c | 2001-01-14 00:35:19 +0000 | [diff] [blame] | 331 | 20010114 |
| 332 | - (stevesk) initial work for OpenBSD "support supplementary group in |
| 333 | {Allow,Deny}Groups" patch: |
| 334 | - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c) |
| 335 | - add bsd-getgrouplist.h |
| 336 | - new files groupaccess.[ch] |
| 337 | - build but don't use yet (need to merge auth.c changes) |
Kevin Steves | 7b61cfa | 2001-01-14 19:11:00 +0000 | [diff] [blame] | 338 | - (stevesk) complete: |
| 339 | - markus@cvs.openbsd.org 2001/01/13 11:56:48 |
| 340 | [auth.c sshd.8] |
| 341 | support supplementary group in {Allow,Deny}Groups |
| 342 | from stevesk@pobox.com |
Kevin Steves | 886b06c | 2001-01-14 00:35:19 +0000 | [diff] [blame] | 343 | |
Ben Lindstrom | 2f959b4 | 2001-01-11 06:20:23 +0000 | [diff] [blame] | 344 | 20010112 |
| 345 | - (bal) OpenBSD Sync |
| 346 | - markus@cvs.openbsd.org 2001/01/10 22:56:22 |
| 347 | [bufaux.h bufaux.c sftp-server.c sftp.h getput.h] |
| 348 | cleanup sftp-server implementation: |
| 349 | add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT |
| 350 | parse SSH2_FILEXFER_ATTR_EXTENDED |
| 351 | send SSH2_FX_EOF if readdir returns no more entries |
| 352 | reply to SSH2_FXP_EXTENDED message |
| 353 | use #defines from the draft |
| 354 | move #definations to sftp.h |
| 355 | more info: |
| 356 | http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt |
| 357 | - markus@cvs.openbsd.org 2001/01/10 19:43:20 |
| 358 | [sshd.c] |
| 359 | XXX - generate_empheral_server_key() is not safe against races, |
| 360 | because it calls log() |
| 361 | - markus@cvs.openbsd.org 2001/01/09 21:19:50 |
| 362 | [packet.c] |
| 363 | allow TCP_NDELAY for ipv6; from netbsd via itojun@ |
| 364 | |
Damien Miller | fd9885e | 2001-01-10 08:16:53 +1100 | [diff] [blame] | 365 | 20010110 |
| 366 | - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from |
| 367 | Bladt Norbert <Norbert.Bladt@adi.ch> |
| 368 | |
Ben Lindstrom | 4b27a53 | 2001-01-08 13:55:14 +0000 | [diff] [blame] | 369 | 20010109 |
| 370 | - (bal) Resync CVS ID of cli.c |
Kevin Steves | 99a0563 | 2001-01-08 20:54:36 +0000 | [diff] [blame] | 371 | - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE |
| 372 | code. |
Ben Lindstrom | 48bd7c1 | 2001-01-09 00:35:42 +0000 | [diff] [blame] | 373 | - (bal) OpenBSD Sync |
| 374 | - markus@cvs.openbsd.org 2001/01/08 22:29:05 |
| 375 | [auth2.c compat.c compat.h servconf.c servconf.h sshd.8 |
| 376 | sshd_config version.h] |
| 377 | implement option 'Banner /etc/issue.net' for ssh2, move version to |
| 378 | 2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner |
| 379 | is enabled). |
| 380 | - markus@cvs.openbsd.org 2001/01/08 22:03:23 |
| 381 | [channels.c ssh-keyscan.c] |
| 382 | O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com |
| 383 | - markus@cvs.openbsd.org 2001/01/08 21:55:41 |
| 384 | [sshconnect1.c] |
| 385 | more cleanups and fixes from stevesk@pobox.com: |
| 386 | 1) try_agent_authentication() for loop will overwrite key just |
| 387 | allocated with key_new(); don't alloc |
| 388 | 2) call ssh_close_authentication_connection() before exit |
| 389 | try_agent_authentication() |
| 390 | 3) free mem on bad passphrase in try_rsa_authentication() |
| 391 | - markus@cvs.openbsd.org 2001/01/08 21:48:17 |
| 392 | [kex.c] |
| 393 | missing free; thanks stevesk@pobox.com |
Ben Lindstrom | 0d5af60 | 2001-01-09 00:50:29 +0000 | [diff] [blame] | 394 | - (bal) Detect if clock_t structure exists, if not define it. |
| 395 | - (bal) Detect if O_NONBLOCK exists, if not define it. |
| 396 | - (bal) removed news4-posix.h (now empty) |
| 397 | - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t' |
| 398 | instead of 'int' |
Kevin Steves | 8ee4f69 | 2001-01-09 15:28:46 +0000 | [diff] [blame] | 399 | - (stevesk) sshd_config: sync |
Kevin Steves | 69f8fb3 | 2001-01-09 18:09:13 +0000 | [diff] [blame] | 400 | - (stevesk) defines.h: remove spurious ``;'' |
Ben Lindstrom | 4b27a53 | 2001-01-08 13:55:14 +0000 | [diff] [blame] | 401 | |
Ben Lindstrom | a383baa | 2001-01-08 06:13:41 +0000 | [diff] [blame] | 402 | 20010108 |
| 403 | - (bal) Fixed another typo in cli.c |
| 404 | - (bal) OpenBSD Sync |
| 405 | - markus@cvs.openbsd.org 2001/01/07 21:26:55 |
| 406 | [cli.c] |
| 407 | typo |
| 408 | - markus@cvs.openbsd.org 2001/01/07 21:26:55 |
| 409 | [cli.c] |
| 410 | missing free, stevesk@pobox.com |
| 411 | - markus@cvs.openbsd.org 2001/01/07 19:06:25 |
| 412 | [auth1.c] |
| 413 | missing free, stevesk@pobox.com |
| 414 | - markus@cvs.openbsd.org 2001/01/07 11:28:04 |
| 415 | [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 |
| 416 | ssh.h sshd.8 sshd.c] |
| 417 | rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE |
| 418 | syslog priority changes: |
| 419 | fatal() LOG_ERR -> LOG_CRIT |
| 420 | log() LOG_INFO -> LOG_NOTICE |
Ben Lindstrom | 48b2f73 | 2001-01-08 06:20:38 +0000 | [diff] [blame] | 421 | - Updated TODO |
Ben Lindstrom | a383baa | 2001-01-08 06:13:41 +0000 | [diff] [blame] | 422 | |
Ben Lindstrom | d26dcf3 | 2001-01-06 15:18:16 +0000 | [diff] [blame] | 423 | 20010107 |
| 424 | - (bal) OpenBSD Sync |
| 425 | - markus@cvs.openbsd.org 2001/01/06 11:23:27 |
| 426 | [ssh-rsa.c] |
| 427 | remove unused |
| 428 | - itojun@cvs.openbsd.org 2001/01/05 08:23:29 |
| 429 | [ssh-keyscan.1] |
| 430 | missing .El |
| 431 | - markus@cvs.openbsd.org 2001/01/04 22:41:03 |
| 432 | [session.c sshconnect.c] |
| 433 | consistent use of _PATH_BSHELL; from stevesk@pobox.com |
| 434 | - djm@cvs.openbsd.org 2001/01/04 22:35:32 |
| 435 | [ssh.1 sshd.8] |
| 436 | Mention AES as available SSH2 Cipher; ok markus |
| 437 | - markus@cvs.openbsd.org 2001/01/04 22:25:58 |
| 438 | [sshd.c] |
| 439 | sync usage()/man with defaults; from stevesk@pobox.com |
| 440 | - markus@cvs.openbsd.org 2001/01/04 22:21:26 |
| 441 | [sshconnect2.c] |
| 442 | handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server |
| 443 | that prints a banner (e.g. /etc/issue.net) |
| 444 | |
Ben Lindstrom | 91c2a98 | 2001-01-04 22:54:50 +0000 | [diff] [blame] | 445 | 20010105 |
| 446 | - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net> |
Ben Lindstrom | 8835a89 | 2001-01-05 06:09:52 +0000 | [diff] [blame] | 447 | - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove() |
Ben Lindstrom | 91c2a98 | 2001-01-04 22:54:50 +0000 | [diff] [blame] | 448 | |
Damien Miller | d54e55c | 2001-01-04 09:07:12 +1100 | [diff] [blame] | 449 | 20010104 |
| 450 | - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on |
| 451 | work by Chris Vaughan <vaughan99@yahoo.com> |
| 452 | |
Ben Lindstrom | 5c1fbab | 2001-01-03 03:51:15 +0000 | [diff] [blame] | 453 | 20010103 |
| 454 | - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD |
| 455 | tree (mainly positioning) |
| 456 | - (bal) OpenSSH CVS Update |
| 457 | - markus@cvs.openbsd.org 2001/01/02 20:41:02 |
| 458 | [packet.c] |
| 459 | log remote ip on disconnect; PR 1600 from jcs@rt.fm |
| 460 | - markus@cvs.openbsd.org 2001/01/02 20:50:56 |
| 461 | [sshconnect.c] |
| 462 | strict_host_key_checking for host_status != HOST_CHANGED && |
| 463 | ip_status == HOST_CHANGED |
Ben Lindstrom | 70c4dce | 2001-01-03 05:30:55 +0000 | [diff] [blame] | 464 | - (bal) authfile.c: Synced CVS ID tag |
Ben Lindstrom | 3ad650a | 2001-01-03 06:02:51 +0000 | [diff] [blame] | 465 | - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net> |
| 466 | - (bal) Disable sftp-server if no 64bit int support exists. Based on |
| 467 | patch by Tim Rice <tim@multitalents.net> |
| 468 | - (bal) Makefile.in changes to uninstall: target to remove sftp-server |
| 469 | and sftp-server.8 manpage. |
Ben Lindstrom | 5c1fbab | 2001-01-03 03:51:15 +0000 | [diff] [blame] | 470 | |
Ben Lindstrom | 88c3397 | 2001-01-02 04:55:52 +0000 | [diff] [blame] | 471 | 20010102 |
| 472 | - (bal) OpenBSD CVS Update |
| 473 | - markus@cvs.openbsd.org 2001/01/01 14:52:49 |
| 474 | [scp.c] |
| 475 | use shared fatal(); from stevesk@pobox.com |
| 476 | |
Ben Lindstrom | fa2d223 | 2000-12-31 07:11:04 +0000 | [diff] [blame] | 477 | 20001231 |
| 478 | - (bal) Reverted out of MAXHOSTNAMELEN. This should be set per OS. |
| 479 | for multiple reasons. |
Ben Lindstrom | 321ae73 | 2000-12-31 15:00:23 +0000 | [diff] [blame] | 480 | - (bal) Reverted out of a partial NeXT patch. |
Ben Lindstrom | fa2d223 | 2000-12-31 07:11:04 +0000 | [diff] [blame] | 481 | |
Ben Lindstrom | 2941f11 | 2000-12-29 16:50:13 +0000 | [diff] [blame] | 482 | 20001230 |
| 483 | - (bal) OpenBSD CVS Update |
| 484 | - markus@cvs.openbsd.org 2000/12/28 18:58:30 |
| 485 | [ssh-keygen.c] |
| 486 | enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2} |
Ben Lindstrom | 6c3ae2b | 2000-12-30 03:25:14 +0000 | [diff] [blame] | 487 | - markus@cvs.openbsd.org 2000/12/29 22:19:13 |
| 488 | [channels.c] |
| 489 | missing xfree; from vaughan99@yahoo.com |
Ben Lindstrom | 2941f11 | 2000-12-29 16:50:13 +0000 | [diff] [blame] | 490 | - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c |
Ben Lindstrom | beac3b4 | 2000-12-29 21:21:26 +0000 | [diff] [blame] | 491 | - (bal) if no MAXHOSTNAMELEN is defined. Default to 64 character defination. |
Damien Miller | e142d41 | 2001-01-30 20:03:08 +1100 | [diff] [blame] | 492 | Suggested by Christian Kurz <shorty@debian.org> |
Ben Lindstrom | f541035 | 2000-12-29 21:37:22 +0000 | [diff] [blame] | 493 | - (bal) Add in '.c.o' section to Makefile.in to address make programs that |
| 494 | don't honor CPPFLAGS by default. Suggested by Lutz Jaenicke |
| 495 | <Lutz.Jaenicke@aet.TU-Cottbus.DE> |
Ben Lindstrom | 42717bf | 2000-12-28 15:46:20 +0000 | [diff] [blame] | 496 | |
| 497 | 20001229 |
| 498 | - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian |
Damien Miller | e142d41 | 2001-01-30 20:03:08 +1100 | [diff] [blame] | 499 | Kurz <shorty@debian.org> |
Ben Lindstrom | 4dccfa5 | 2000-12-28 16:40:05 +0000 | [diff] [blame] | 500 | - (bal) OpenBSD CVS Update |
| 501 | - markus@cvs.openbsd.org 2000/12/28 14:25:51 |
| 502 | [auth.h auth2.c] |
| 503 | count authentication failures only |
| 504 | - markus@cvs.openbsd.org 2000/12/28 14:25:03 |
| 505 | [sshconnect.c] |
| 506 | fingerprint for MITM attacks, too. |
| 507 | - markus@cvs.openbsd.org 2000/12/28 12:03:57 |
| 508 | [sshd.8 sshd.c] |
| 509 | document -D |
| 510 | - markus@cvs.openbsd.org 2000/12/27 14:19:21 |
| 511 | [serverloop.c] |
| 512 | less chatty |
| 513 | - markus@cvs.openbsd.org 2000/12/27 12:34 |
| 514 | [auth1.c sshconnect2.c sshd.c] |
| 515 | typo |
| 516 | - markus@cvs.openbsd.org 2000/12/27 12:30:19 |
| 517 | [readconf.c readconf.h ssh.1 sshconnect.c] |
| 518 | new option: HostKeyAlias: allow the user to record the host key |
| 519 | under a different name. This is useful for ssh tunneling over |
| 520 | forwarded connections or if you run multiple sshd's on different |
| 521 | ports on the same machine. |
| 522 | - markus@cvs.openbsd.org 2000/12/27 11:51:53 |
| 523 | [ssh.1 ssh.c] |
| 524 | multiple -t force pty allocation, document ORIGINAL_COMMAND |
| 525 | - markus@cvs.openbsd.org 2000/12/27 11:41:31 |
| 526 | [sshd.8] |
| 527 | update for ssh-2 |
Kevin Steves | e765240 | 2000-12-28 22:16:00 +0000 | [diff] [blame] | 528 | - (stevesk) compress.[ch] sync with openbsd; missed in prototype |
| 529 | fix merge. |
Ben Lindstrom | 42717bf | 2000-12-28 15:46:20 +0000 | [diff] [blame] | 530 | |
Ben Lindstrom | e2fb8d3 | 2000-12-28 00:07:07 +0000 | [diff] [blame] | 531 | 20001228 |
| 532 | - (bal) Patch to add libutil.h to loginrec.c only if the platform has |
| 533 | libutil.h. Suggested by Pekka Savola <pekka@netcore.fi> |
Damien Miller | 9fa07d6 | 2000-12-28 14:57:27 +1100 | [diff] [blame] | 534 | - (djm) Update to new x11-askpass in RPM spec |
Ben Lindstrom | 42717bf | 2000-12-28 15:46:20 +0000 | [diff] [blame] | 535 | - (bal) SCO patch to not include <sys/queue.h> since it's unrelated |
| 536 | header. Patch by Tim Rice <tim@multitalents.net> |
| 537 | - Updated TODO w/ known HP/UX issue |
| 538 | - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the |
| 539 | bad reference to 'NeXT including it else were' on the #ifdef version. |
Ben Lindstrom | e2fb8d3 | 2000-12-28 00:07:07 +0000 | [diff] [blame] | 540 | |
Ben Lindstrom | 2c467a2 | 2000-12-27 04:57:41 +0000 | [diff] [blame] | 541 | 20001227 |
| 542 | - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by |
| 543 | Takumi Yamane <yamtak@b-session.com> |
| 544 | - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch |
| 545 | by Corinna Vinschen <vinschen@redhat.com> |
Damien Miller | fa610a1 | 2000-12-27 16:44:51 +1100 | [diff] [blame] | 546 | - (djm) Fix catman-do target for non-bash |
Ben Lindstrom | e2fb8d3 | 2000-12-28 00:07:07 +0000 | [diff] [blame] | 547 | - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by |
| 548 | Takumi Yamane <yamtak@b-session.com> |
| 549 | - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch |
| 550 | by Corinna Vinschen <vinschen@redhat.com> |
| 551 | - (djm) Fix catman-do target for non-bash |
Ben Lindstrom | 5adbad2 | 2000-12-27 07:06:21 +0000 | [diff] [blame] | 552 | - (bal) Fixed NeXT's lack of CPPFLAGS honoring. |
| 553 | - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/ |
| 554 | 'RLIMIT_NOFILE' |
Damien Miller | 981eeed | 2000-12-27 19:06:05 +1100 | [diff] [blame] | 555 | - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree, |
| 556 | the info in COPYING.Ylonen has been moved to the start of each |
| 557 | SSH1-derived file and README.Ylonen is well out of date. |
Ben Lindstrom | 2c467a2 | 2000-12-27 04:57:41 +0000 | [diff] [blame] | 558 | |
Ben Lindstrom | 3deda8b | 2000-12-22 20:27:43 +0000 | [diff] [blame] | 559 | 20001223 |
| 560 | - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects |
| 561 | if a change to config.h has occurred. Suggested by Gert Doering |
| 562 | <gert@greenie.muc.de> |
| 563 | - (bal) OpenBSD CVS Update: |
| 564 | - markus@cvs.openbsd.org 2000/12/22 16:49:40 |
| 565 | [ssh-keygen.c] |
| 566 | fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com |
| 567 | |
Ben Lindstrom | 46c1622 | 2000-12-22 01:43:59 +0000 | [diff] [blame] | 568 | 20001222 |
| 569 | - Updated RCSID for pty.c |
| 570 | - (bal) OpenBSD CVS Updates: |
| 571 | - markus@cvs.openbsd.org 2000/12/21 15:10:16 |
| 572 | [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c] |
| 573 | print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@ |
| 574 | - markus@cvs.openbsd.org 2000/12/20 19:26:56 |
| 575 | [authfile.c] |
| 576 | allow ssh -i userkey for root |
| 577 | - markus@cvs.openbsd.org 2000/12/20 19:37:21 |
| 578 | [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h] |
| 579 | fix prototypes; from stevesk@pobox.com |
| 580 | - markus@cvs.openbsd.org 2000/12/20 19:32:08 |
| 581 | [sshd.c] |
| 582 | init pointer to NULL; report from Jan.Ivan@cern.ch |
| 583 | - markus@cvs.openbsd.org 2000/12/19 23:17:54 |
| 584 | [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c |
| 585 | auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c |
| 586 | bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c |
| 587 | crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h |
| 588 | key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c |
| 589 | packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h |
| 590 | serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h |
| 591 | ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h uuencode.c |
| 592 | uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c] |
| 593 | replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char |
| 594 | unsigned' with u_char. |
| 595 | |
Kevin Steves | a074feb | 2000-12-21 22:33:45 +0000 | [diff] [blame] | 596 | 20001221 |
| 597 | - (stevesk) OpenBSD CVS updates: |
| 598 | - markus@cvs.openbsd.org 2000/12/19 15:43:45 |
| 599 | [authfile.c channels.c sftp-server.c ssh-agent.c] |
| 600 | remove() -> unlink() for consistency |
| 601 | - markus@cvs.openbsd.org 2000/12/19 15:48:09 |
| 602 | [ssh-keyscan.c] |
| 603 | replace <ssl/x.h> with <openssl/x.h> |
| 604 | - markus@cvs.openbsd.org 2000/12/17 02:33:40 |
| 605 | [uidswap.c] |
| 606 | typo; from wsanchez@apple.com |
| 607 | |
Damien Miller | 82cf0ce | 2000-12-20 13:34:48 +1100 | [diff] [blame] | 608 | 20001220 |
| 609 | - (djm) Workaround PAM inconsistencies between Solaris derived PAM code |
| 610 | and Linux-PAM. Based on report and fix from Andrew Morgan |
| 611 | <morgan@transmeta.com> |
| 612 | |
Kevin Steves | 1004c7e | 2000-12-18 18:55:28 +0000 | [diff] [blame] | 613 | 20001218 |
| 614 | - (stevesk) rsa.c: entropy.h not needed. |
Ben Lindstrom | 28bfc0d | 2000-12-18 19:58:57 +0000 | [diff] [blame] | 615 | - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile. |
| 616 | Suggested by Wilfredo Sanchez <wsanchez@apple.com> |
Kevin Steves | 1004c7e | 2000-12-18 18:55:28 +0000 | [diff] [blame] | 617 | |
Kevin Steves | 8daed18 | 2000-12-16 19:21:03 +0000 | [diff] [blame] | 618 | 20001216 |
| 619 | - (stevesk) OpenBSD CVS updates: |
| 620 | - markus@cvs.openbsd.org 2000/12/16 02:53:57 |
| 621 | [scp.c] |
| 622 | allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE |
| 623 | - markus@cvs.openbsd.org 2000/12/16 02:39:57 |
| 624 | [scp.c] |
| 625 | unused; from stevesk@pobox.com |
| 626 | |
Kevin Steves | fa72dda | 2000-12-15 18:39:12 +0000 | [diff] [blame] | 627 | 20001215 |
Kevin Steves | e273752 | 2000-12-15 23:47:30 +0000 | [diff] [blame] | 628 | - (stevesk) Old OpenBSD patch wasn't completely applied: |
| 629 | - markus@cvs.openbsd.org 2000/01/24 22:11:20 |
| 630 | [scp.c] |
| 631 | allow '.' in usernames; from jedgar@fxp.org |
Kevin Steves | fa72dda | 2000-12-15 18:39:12 +0000 | [diff] [blame] | 632 | - (stevesk) OpenBSD CVS updates: |
| 633 | - markus@cvs.openbsd.org 2000/12/13 16:26:53 |
| 634 | [ssh-keyscan.c] |
| 635 | fatal already adds \n; from stevesk@pobox.com |
| 636 | - markus@cvs.openbsd.org 2000/12/13 16:25:44 |
| 637 | [ssh-agent.c] |
| 638 | remove redundant spaces; from stevesk@pobox.com |
| 639 | - ho@cvs.openbsd.org 2000/12/12 15:50:21 |
| 640 | [pty.c] |
| 641 | When failing to set tty owner and mode on a read-only filesystem, don't |
| 642 | abort if the tty already has correct owner and reasonably sane modes. |
| 643 | Example; permit 'root' to login to a firewall with read-only root fs. |
| 644 | (markus@ ok) |
| 645 | - deraadt@cvs.openbsd.org 2000/12/13 06:36:05 |
| 646 | [pty.c] |
| 647 | KNF |
Kevin Steves | fcec7f8 | 2000-12-15 19:55:48 +0000 | [diff] [blame] | 648 | - markus@cvs.openbsd.org 2000/12/12 14:45:21 |
| 649 | [sshd.c] |
| 650 | source port < 1024 is no longer required for rhosts-rsa since it |
| 651 | adds no additional security. |
| 652 | - markus@cvs.openbsd.org 2000/12/12 16:11:49 |
| 653 | [ssh.1 ssh.c] |
| 654 | rhosts-rsa is no longer automagically disabled if ssh is not privileged. |
| 655 | UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers. |
| 656 | these changes should not change the visible default behaviour of the ssh client. |
Kevin Steves | 7d00ba4 | 2000-12-15 23:03:10 +0000 | [diff] [blame] | 657 | - deraadt@cvs.openbsd.org 2000/12/11 10:27:33 |
| 658 | [scp.c] |
| 659 | when copying 0-sized files, do not re-print ETA time at completion |
Kevin Steves | 6b87586 | 2000-12-15 23:31:01 +0000 | [diff] [blame] | 660 | - provos@cvs.openbsd.org 2000/12/15 10:30:15 |
| 661 | [kex.c kex.h sshconnect2.c sshd.c] |
| 662 | compute diffie-hellman in parallel between server and client. okay markus@ |
Kevin Steves | fa72dda | 2000-12-15 18:39:12 +0000 | [diff] [blame] | 663 | |
Damien Miller | 152cea2 | 2000-12-13 19:21:51 +1100 | [diff] [blame] | 664 | 20001213 |
| 665 | - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report |
| 666 | from Andreas M. Kirchwitz <amk@krell.zikzak.de> |
Kevin Steves | fa72dda | 2000-12-15 18:39:12 +0000 | [diff] [blame] | 667 | - (stevesk) OpenBSD CVS update: |
Kevin Steves | ec84dc1 | 2000-12-13 17:45:15 +0000 | [diff] [blame] | 668 | - markus@cvs.openbsd.org 2000/12/12 15:30:02 |
| 669 | [ssh-keyscan.c ssh.c sshd.c] |
| 670 | consistently use __progname; from stevesk@pobox.com |
Damien Miller | 152cea2 | 2000-12-13 19:21:51 +1100 | [diff] [blame] | 671 | |
Ben Lindstrom | 4cc90a4 | 2000-12-10 22:12:54 +0000 | [diff] [blame] | 672 | 20001211 |
| 673 | - (bal) Applied patch to include ssh-keyscan into Redhat's package, and |
| 674 | patch to install ssh-keyscan manpage. Patch by Pekka Savola |
| 675 | <pekka@netcore.fi> |
Ben Lindstrom | a65c78a | 2000-12-10 22:57:30 +0000 | [diff] [blame] | 676 | - (bal) OpenbSD CVS update |
| 677 | - markus@cvs.openbsd.org 2000/12/10 17:01:53 |
| 678 | [sshconnect1.c] |
| 679 | always request new challenge for skey/tis-auth, fixes interop with |
| 680 | other implementations; report from roth@feep.net |
Ben Lindstrom | 4cc90a4 | 2000-12-10 22:12:54 +0000 | [diff] [blame] | 681 | |
Ben Lindstrom | fa1b3d0 | 2000-12-10 01:55:37 +0000 | [diff] [blame] | 682 | 20001210 |
| 683 | - (bal) OpenBSD CVS updates |
| 684 | - markus@cvs.openbsd.org 2000/12/09 13:41:51 |
| 685 | [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h] |
| 686 | undo rijndael changes |
| 687 | - markus@cvs.openbsd.org 2000/12/09 13:48:31 |
| 688 | [rijndael.c] |
| 689 | fix byte order bug w/o introducing new implementation |
| 690 | - markus@cvs.openbsd.org 2000/12/09 14:08:27 |
| 691 | [sftp-server.c] |
| 692 | "" -> "." for realpath; from vinschen@redhat.com |
| 693 | - markus@cvs.openbsd.org 2000/12/09 14:06:54 |
| 694 | [ssh-agent.c] |
| 695 | extern int optind; from stevesk@sweden.hp.com |
Ben Lindstrom | 971c973 | 2000-12-10 02:01:50 +0000 | [diff] [blame] | 696 | - provos@cvs.openbsd.org 2000/12/09 23:51:11 |
| 697 | [compat.c] |
| 698 | remove unnecessary '\n' |
Ben Lindstrom | fa1b3d0 | 2000-12-10 01:55:37 +0000 | [diff] [blame] | 699 | |
Ben Lindstrom | a688561 | 2000-12-09 03:45:32 +0000 | [diff] [blame] | 700 | 20001209 |
Ben Lindstrom | fa1b3d0 | 2000-12-10 01:55:37 +0000 | [diff] [blame] | 701 | - (bal) OpenBSD CVS updates: |
Ben Lindstrom | a688561 | 2000-12-09 03:45:32 +0000 | [diff] [blame] | 702 | - djm@cvs.openbsd.org 2000/12/07 4:24:59 |
| 703 | [ssh.1] |
| 704 | Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo |
| 705 | |
Ben Lindstrom | a14ee47 | 2000-12-07 01:24:58 +0000 | [diff] [blame] | 706 | 20001207 |
Ben Lindstrom | fa1b3d0 | 2000-12-10 01:55:37 +0000 | [diff] [blame] | 707 | - (bal) OpenBSD CVS updates: |
Ben Lindstrom | a14ee47 | 2000-12-07 01:24:58 +0000 | [diff] [blame] | 708 | - markus@cvs.openbsd.org 2000/12/06 22:58:14 |
| 709 | [compat.c compat.h packet.c] |
| 710 | disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0 |
Ben Lindstrom | 01f8463 | 2000-12-07 05:57:27 +0000 | [diff] [blame] | 711 | - markus@cvs.openbsd.org 2000/12/06 23:10:39 |
| 712 | [rijndael.c] |
| 713 | unexpand(1) |
| 714 | - markus@cvs.openbsd.org 2000/12/06 23:05:43 |
| 715 | [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h] |
| 716 | new rijndael implementation. fixes endian bugs |
Ben Lindstrom | a14ee47 | 2000-12-07 01:24:58 +0000 | [diff] [blame] | 717 | |
Ben Lindstrom | 7ad9710 | 2000-12-06 01:42:49 +0000 | [diff] [blame] | 718 | 20001206 |
Ben Lindstrom | fa1b3d0 | 2000-12-10 01:55:37 +0000 | [diff] [blame] | 719 | - (bal) OpenBSD CVS updates: |
Ben Lindstrom | 7ad9710 | 2000-12-06 01:42:49 +0000 | [diff] [blame] | 720 | - markus@cvs.openbsd.org 2000/12/05 20:34:09 |
| 721 | [channels.c channels.h clientloop.c serverloop.c] |
| 722 | async connects for -R/-L; ok deraadt@ |
| 723 | - todd@cvs.openssh.org 2000/12/05 16:47:28 |
| 724 | [sshd.c] |
| 725 | tweak comment to reflect real location of pid file; ok provos@ |
Kevin Steves | 2c65ada | 2000-12-06 22:25:40 +0000 | [diff] [blame] | 726 | - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't |
| 727 | have it (used in ssh-keyscan). |
Kevin Steves | fa72dda | 2000-12-15 18:39:12 +0000 | [diff] [blame] | 728 | - (stevesk) OpenBSD CVS update: |
Kevin Steves | fc74af4 | 2000-12-06 22:47:55 +0000 | [diff] [blame] | 729 | - markus@cvs.openbsd.org 2000/12/06 19:57:48 |
| 730 | [ssh-keyscan.c] |
| 731 | err(3) -> internal error(), from stevesk@sweden.hp.com |
Ben Lindstrom | 7ad9710 | 2000-12-06 01:42:49 +0000 | [diff] [blame] | 732 | |
Ben Lindstrom | b6434ae | 2000-12-05 01:15:09 +0000 | [diff] [blame] | 733 | 20001205 |
Ben Lindstrom | fa1b3d0 | 2000-12-10 01:55:37 +0000 | [diff] [blame] | 734 | - (bal) OpenBSD CVS updates: |
Ben Lindstrom | b6434ae | 2000-12-05 01:15:09 +0000 | [diff] [blame] | 735 | - markus@cvs.openbsd.org 2000/12/04 19:24:02 |
| 736 | [ssh-keyscan.c ssh-keyscan.1] |
| 737 | David Maziere's ssh-keyscan, ok niels@ |
| 738 | - (bal) Updated Makefile.in to include ssh-keyscan that was just added |
| 739 | to the recent OpenBSD source tree. |
Kevin Steves | 3c51676 | 2000-12-06 00:48:05 +0000 | [diff] [blame] | 740 | - (stevesk) fix typos in contrib/hpux/README |
Ben Lindstrom | b6434ae | 2000-12-05 01:15:09 +0000 | [diff] [blame] | 741 | |
Ben Lindstrom | d121f61 | 2000-12-03 17:00:47 +0000 | [diff] [blame] | 742 | 20001204 |
| 743 | - (bal) More C functions defined in NeXT that are unaccessable without |
Ben Lindstrom | b6434ae | 2000-12-05 01:15:09 +0000 | [diff] [blame] | 744 | defining -POSIX. |
Ben Lindstrom | d121f61 | 2000-12-03 17:00:47 +0000 | [diff] [blame] | 745 | - (bal) OpenBSD CVS updates: |
| 746 | - markus@cvs.openbsd.org 2000/12/03 11:29:04 |
| 747 | [compat.c] |
| 748 | remove fallback to SSH_BUG_HMAC now that the drafts are updated |
| 749 | - markus@cvs.openbsd.org 2000/12/03 11:27:55 |
| 750 | [compat.c] |
Ben Lindstrom | 7ad9710 | 2000-12-06 01:42:49 +0000 | [diff] [blame] | 751 | correctly match "2.1.0.pl2 SSH" etc; from |
| 752 | pekkas@netcore.fi/bugzilla.redhat |
Ben Lindstrom | d121f61 | 2000-12-03 17:00:47 +0000 | [diff] [blame] | 753 | - markus@cvs.openbsd.org 2000/12/03 11:15:03 |
| 754 | [auth2.c compat.c compat.h sshconnect2.c] |
| 755 | support f-secure/ssh.com 2.0.12; ok niels@ |
| 756 | |
Ben Lindstrom | c72745a | 2000-12-02 19:03:54 +0000 | [diff] [blame] | 757 | 20001203 |
Ben Lindstrom | d121f61 | 2000-12-03 17:00:47 +0000 | [diff] [blame] | 758 | - (bal) OpenBSD CVS updates: |
Ben Lindstrom | c72745a | 2000-12-02 19:03:54 +0000 | [diff] [blame] | 759 | - markus@cvs.openbsd.org 2000/11/30 22:54:31 |
| 760 | [channels.c] |
| 761 | debug->warn if tried to do -R style fwd w/o client requesting this; |
| 762 | ok neils@ |
| 763 | - markus@cvs.openbsd.org 2000/11/29 20:39:17 |
| 764 | [cipher.c] |
| 765 | des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV |
| 766 | - markus@cvs.openbsd.org 2000/11/30 18:33:05 |
| 767 | [ssh-agent.c] |
| 768 | agents must not dump core, ok niels@ |
| 769 | - markus@cvs.openbsd.org 2000/11/30 07:04:02 |
| 770 | [ssh.1] |
| 771 | T is for both protocols |
| 772 | - markus@cvs.openbsd.org 2000/12/01 00:00:51 |
| 773 | [ssh.1] |
| 774 | typo; from green@FreeBSD.org |
| 775 | - markus@cvs.openbsd.org 2000/11/30 07:02:35 |
| 776 | [ssh.c] |
| 777 | check -T before isatty() |
| 778 | - provos@cvs.openbsd.org 2000/11/29 13:51:27 |
| 779 | [sshconnect.c] |
| 780 | show IP address and hostname when new key is encountered. okay markus@ |
| 781 | - markus@cvs.openbsd.org 2000/11/30 22:53:35 |
| 782 | [sshconnect.c] |
| 783 | disable agent/x11/port fwding if hostkey has changed; ok niels@ |
| 784 | - marksu@cvs.openbsd.org 2000/11/29 21:11:59 |
| 785 | [sshd.c] |
| 786 | sshd -D, startup w/o deamon(), for monitoring scripts or inittab; |
| 787 | from handler@sub-rosa.com and eric@urbanrange.com; ok niels@ |
Damien Miller | b848158 | 2000-12-03 11:51:51 +1100 | [diff] [blame] | 788 | - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable |
| 789 | PAM authentication using KbdInteractive. |
| 790 | - (djm) Added another TODO |
Ben Lindstrom | c72745a | 2000-12-02 19:03:54 +0000 | [diff] [blame] | 791 | |
Ben Lindstrom | 75214f9 | 2000-12-01 21:19:51 +0000 | [diff] [blame] | 792 | 20001202 |
| 793 | - (bal) Backed out of part of Alain St-Denis' loginrec.c patch. |
| 794 | - (bal) Irix need some sort of mansubdir, patch by Michael Stone |
| 795 | <mstone@cs.loyola.edu> |
| 796 | |
Damien Miller | a2e53cc | 2000-11-29 11:26:45 +1100 | [diff] [blame] | 797 | 20001129 |
Damien Miller | 43dc8da | 2000-11-29 15:55:17 +1100 | [diff] [blame] | 798 | - (djm) Back out all the serverloop.c hacks. sshd will now hang again |
| 799 | if there are background children with open fds. |
Damien Miller | 3f62aba | 2000-11-29 11:56:35 +1100 | [diff] [blame] | 800 | - (djm) bsd-rresvport.c bzero -> memset |
| 801 | - (djm) Don't fail in defines.h on absence of 64 bit types (we will |
| 802 | still fail during compilation of sftp-server). |
| 803 | - (djm) Fail if ar is not found during configure |
Damien Miller | e39cacc | 2000-11-29 12:18:44 +1100 | [diff] [blame] | 804 | - (djm) OpenBSD CVS updates: |
| 805 | - provos@cvs.openbsd.org 2000/11/22 08:38:31 |
| 806 | [sshd.8] |
| 807 | talk about /etc/primes, okay markus@ |
| 808 | - markus@cvs.openbsd.org 2000/11/23 14:03:48 |
| 809 | [ssh.c sshconnect1.c sshconnect2.c] |
| 810 | complain about invalid ciphers for ssh1/ssh2, fall back to reasonable |
| 811 | defaults |
| 812 | - markus@cvs.openbsd.org 2000/11/25 09:42:53 |
| 813 | [sshconnect1.c] |
| 814 | reorder check for illegal ciphers, bugreport from espie@ |
| 815 | - markus@cvs.openbsd.org 2000/11/25 10:19:34 |
| 816 | [ssh-keygen.c ssh.h] |
| 817 | print keytype when generating a key. |
| 818 | reasonable defaults for RSA1/RSA/DSA keys. |
Damien Miller | a19cf47 | 2000-11-29 13:28:50 +1100 | [diff] [blame] | 819 | - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few |
| 820 | more manpage paths in fixpaths calls |
| 821 | - (djm) Also add xauth path at Pekka's suggestion. |
Damien Miller | 6dbfef6 | 2000-11-29 13:51:06 +1100 | [diff] [blame] | 822 | - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility |
Damien Miller | a2e53cc | 2000-11-29 11:26:45 +1100 | [diff] [blame] | 823 | |
Damien Miller | d592b63 | 2000-11-25 10:09:32 +1100 | [diff] [blame] | 824 | 20001125 |
| 825 | - (djm) Give up privs when reading seed file |
| 826 | |
Ben Lindstrom | 1492029 | 2000-11-21 21:24:55 +0000 | [diff] [blame] | 827 | 20001123 |
| 828 | - (bal) Merge OpenBSD changes: |
| 829 | - markus@cvs.openbsd.org 2000/11/15 22:31:36 |
| 830 | [auth-options.c] |
| 831 | case insensitive key options; from stevesk@sweeden.hp.com |
| 832 | - markus@cvs.openbsd.org 2000/11/16 17:55:43 |
| 833 | [dh.c] |
| 834 | do not use perror() in sshd, after child is forked() |
| 835 | - markus@cvs.openbsd.org 2000/11/14 23:42:40 |
| 836 | [auth-rsa.c] |
| 837 | parse option only if key matches; fix some confusing seen by the client |
| 838 | - markus@cvs.openbsd.org 2000/11/14 23:44:19 |
| 839 | [session.c] |
| 840 | check no_agent_forward_flag for ssh-2, too |
| 841 | - markus@cvs.openbsd.org 2000/11/15 |
| 842 | [ssh-agent.1] |
| 843 | reorder SYNOPSIS; typo, use .It |
| 844 | - markus@cvs.openbsd.org 2000/11/14 23:48:55 |
| 845 | [ssh-agent.c] |
| 846 | do not reorder keys if a key is removed |
| 847 | - markus@cvs.openbsd.org 2000/11/15 19:58:08 |
| 848 | [ssh.c] |
| 849 | just ignore non existing user keys |
| 850 | - millert@cvs.openbsd.org 200/11/15 20:24:43 |
| 851 | [ssh-keygen.c] |
| 852 | Add missing \n at end of error message. |
| 853 | |
Ben Lindstrom | 4a1d916 | 2000-11-21 10:45:31 +0000 | [diff] [blame] | 854 | 20001122 |
| 855 | - (bal) Minor patch to ensure platforms lacking IRIX job limit supports |
| 856 | are compilable. |
| 857 | - (bal) Updated TODO as of 11/18/2000 with known things to resolve. |
| 858 | |
Ben Lindstrom | baaa2c0 | 2000-11-17 00:22:17 +0000 | [diff] [blame] | 859 | 20001117 |
| 860 | - (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It |
| 861 | has no affect the output. Patch by Corinna Vinschen <vinschen@redhat.com> |
Kevin Steves | 3c51676 | 2000-12-06 00:48:05 +0000 | [diff] [blame] | 862 | - (stevesk) Reworked progname support. |
Ben Lindstrom | 49a79c0 | 2000-11-17 03:47:20 +0000 | [diff] [blame] | 863 | - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c. Patch by |
| 864 | Shinichi Maruyama <marya@st.jip.co.jp> |
Ben Lindstrom | baaa2c0 | 2000-11-17 00:22:17 +0000 | [diff] [blame] | 865 | |
Ben Lindstrom | 6557152 | 2000-11-16 02:46:20 +0000 | [diff] [blame] | 866 | 20001116 |
| 867 | - (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO |
| 868 | releases. |
| 869 | - (bal) Make builds work outside of source tree. Patch by Mark D. Roth |
| 870 | <roth@feep.net> |
| 871 | |
Damien Miller | 559d383 | 2000-11-13 20:59:05 +1100 | [diff] [blame] | 872 | 20001113 |
| 873 | - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to |
| 874 | contrib/README |
Damien Miller | 0bc1bd8 | 2000-11-13 22:57:25 +1100 | [diff] [blame] | 875 | - (djm) Merge OpenBSD changes: |
| 876 | - markus@cvs.openbsd.org 2000/11/06 16:04:56 |
| 877 | [channels.c channels.h clientloop.c nchan.c serverloop.c] |
| 878 | [session.c ssh.c] |
| 879 | agent forwarding and -R for ssh2, based on work from |
| 880 | jhuuskon@messi.uku.fi |
| 881 | - markus@cvs.openbsd.org 2000/11/06 16:13:27 |
| 882 | [ssh.c sshconnect.c sshd.c] |
| 883 | do not disabled rhosts(rsa) if server port > 1024; from |
| 884 | pekkas@netcore.fi |
| 885 | - markus@cvs.openbsd.org 2000/11/06 16:16:35 |
| 886 | [sshconnect.c] |
| 887 | downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net |
| 888 | - markus@cvs.openbsd.org 2000/11/09 18:04:40 |
| 889 | [auth1.c] |
| 890 | typo; from mouring@pconline.com |
| 891 | - markus@cvs.openbsd.org 2000/11/12 12:03:28 |
| 892 | [ssh-agent.c] |
| 893 | off-by-one when removing a key from the agent |
| 894 | - markus@cvs.openbsd.org 2000/11/12 12:50:39 |
| 895 | [auth-rh-rsa.c auth2.c authfd.c authfd.h] |
| 896 | [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h] |
| 897 | [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c] |
| 898 | [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config] |
| 899 | [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c] |
| 900 | [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h] |
| 901 | add support for RSA to SSH2. please test. |
| 902 | there are now 3 types of keys: RSA1 is used by ssh-1 only, |
| 903 | RSA and DSA are used by SSH2. |
| 904 | you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA |
| 905 | keys for SSH2 and use the RSA keys for hostkeys or for user keys. |
| 906 | SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before. |
| 907 | - (djm) Fix up Makefile and Redhat init script to create RSA host keys |
Damien Miller | d1446d8 | 2000-11-13 22:58:22 +1100 | [diff] [blame] | 908 | - (djm) Change to interim version |
Damien Miller | ee188d3 | 2000-11-13 23:13:55 +1100 | [diff] [blame] | 909 | - (djm) Fix RPM spec file stupidity |
Damien Miller | 457b5a2 | 2000-11-13 23:17:53 +1100 | [diff] [blame] | 910 | - (djm) fixpaths to DSA and RSA keys too |
Damien Miller | 559d383 | 2000-11-13 20:59:05 +1100 | [diff] [blame] | 911 | |
Ben Lindstrom | 980754c | 2000-11-12 00:04:24 +0000 | [diff] [blame] | 912 | 20001112 |
| 913 | - (bal) SCO Patch to add needed libraries for configure.in. Patch by |
| 914 | Phillips Porch <root@theporch.com> |
Damien Miller | 559d383 | 2000-11-13 20:59:05 +1100 | [diff] [blame] | 915 | - (bal) IRIX patch to adding Job Limits. Patch by Denis Parker |
| 916 | <dcp@sgi.com> |
Kevin Steves | 6c0d627 | 2000-11-12 09:22:29 +0000 | [diff] [blame] | 917 | - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to |
| 918 | failed ioctl(TIOCSCTTY) call. |
Ben Lindstrom | 980754c | 2000-11-12 00:04:24 +0000 | [diff] [blame] | 919 | |
Damien Miller | 0986b55 | 2000-11-11 08:36:38 +1100 | [diff] [blame] | 920 | 20001111 |
| 921 | - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and |
| 922 | packaging files |
Damien Miller | 895f238 | 2000-11-11 08:47:18 +1100 | [diff] [blame] | 923 | - (djm) Fix new Makefile.in warnings |
Damien Miller | 9f4f755 | 2000-11-11 09:03:32 +1100 | [diff] [blame] | 924 | - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are |
| 925 | promoted to type int. Report and fix from Dan Astoorian |
| 926 | <djast@cs.toronto.edu> |
Ben Lindstrom | 980754c | 2000-11-12 00:04:24 +0000 | [diff] [blame] | 927 | - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get |
Damien Miller | afeaca9 | 2000-11-11 09:09:57 +1100 | [diff] [blame] | 928 | it wrong. Report from Bennett Todd <bet@rahul.net> |
Damien Miller | 0986b55 | 2000-11-11 08:36:38 +1100 | [diff] [blame] | 929 | |
Ben Lindstrom | 305fb00 | 2000-11-10 02:41:30 +0000 | [diff] [blame] | 930 | 20001110 |
| 931 | - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c |
| 932 | - (bal) Changed from --with-skey to --with-skey=PATH in configure.in |
| 933 | - (bal) Added in check to verify S/Key library is being detected in |
| 934 | configure.in |
| 935 | - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif. |
| 936 | Patch by Mark Miller <markm@swoon.net> |
| 937 | - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined |
| 938 | to remove warnings under MacOS X. Patch by Mark Miller <markm@swoon.net> |
| 939 | - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs |
| 940 | |
Ben Lindstrom | 89ef41a | 2000-11-07 16:41:41 +0000 | [diff] [blame] | 941 | 20001107 |
Ben Lindstrom | dbcea87 | 2000-11-08 01:07:51 +0000 | [diff] [blame] | 942 | - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by |
| 943 | Mark Miller <markm@swoon.net> |
Ben Lindstrom | 89ef41a | 2000-11-07 16:41:41 +0000 | [diff] [blame] | 944 | - (bal) sshd.init files corrected to assign $? to RETVAL. Patch by |
| 945 | Jarno Huuskonen <jhuuskon@messi.uku.fi> |
Ben Lindstrom | dbcea87 | 2000-11-08 01:07:51 +0000 | [diff] [blame] | 946 | - (bal) fixpaths fixed to stop it from quitely failing. Patch by |
| 947 | Mark D. Roth <roth@feep.net> |
Ben Lindstrom | 89ef41a | 2000-11-07 16:41:41 +0000 | [diff] [blame] | 948 | |
Damien Miller | c78abaa | 2000-11-06 12:07:21 +1100 | [diff] [blame] | 949 | 20001106 |
| 950 | - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs |
Damien Miller | 389edc4 | 2000-11-06 12:39:34 +1100 | [diff] [blame] | 951 | - (djm) Manually fix up missed diff hunks (mainly RCS idents) |
Damien Miller | 6604fad | 2000-11-06 12:48:54 +1100 | [diff] [blame] | 952 | - (djm) Remove UPGRADING document in favour of a link to the better |
| 953 | maintained FAQ on www.openssh.com |
Damien Miller | 969c07e | 2000-11-06 13:06:43 +1100 | [diff] [blame] | 954 | - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola |
| 955 | <pekkas@netcore.fi> |
| 956 | - (djm) Don't need X11-askpass in RPM spec file if building without it |
| 957 | from Pekka Savola <pekkas@netcore.fi> |
Damien Miller | 6bad177 | 2000-11-06 14:17:38 +1100 | [diff] [blame] | 958 | - (djm) Release 2.3.0p1 |
Ben Lindstrom | 2ed9818 | 2000-11-06 07:15:43 +0000 | [diff] [blame] | 959 | - (bal) typo in configure.in in regards to --with-ldflags from Marko |
| 960 | Asplund <aspa@kronodoc.fi> |
| 961 | - (bal) fixed next-posix.h. Forgot prototype of getppid(). |
Damien Miller | 2b023d8 | 2000-11-06 13:07:45 +1100 | [diff] [blame] | 962 | |
Ben Lindstrom | f2de06b | 2000-11-05 05:42:36 +0000 | [diff] [blame] | 963 | 20001105 |
| 964 | - (bal) Sync with OpenBSD: |
| 965 | - markus@cvs.openbsd.org 2000/10/31 9:31:58 |
| 966 | [compat.c] |
| 967 | handle all old openssh versions |
| 968 | - markus@cvs.openbsd.org 2000/10/31 13:1853 |
| 969 | [deattack.c] |
| 970 | so that large packets do not wrap "n"; from netbsd |
| 971 | - (bal) rijndel.c - fix up RCSID to match OpenBSD tree |
Ben Lindstrom | 67e21e1 | 2000-11-05 09:08:45 +0000 | [diff] [blame] | 972 | - (bal) auth2-skey.c - Checked in. Missing from portable tree. |
| 973 | - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and |
| 974 | setsid() into more common files |
Kevin Steves | 85b3db6 | 2000-11-05 15:31:36 +0000 | [diff] [blame] | 975 | - (stevesk) pty.c: use __hpux to identify HP-UX. |
Ben Lindstrom | e4c82b5 | 2000-11-05 21:13:45 +0000 | [diff] [blame] | 976 | - (bal) Missed auth-skey.o in Makefile.in and minor correction to |
| 977 | bsd-waitpid.c |
Ben Lindstrom | f2de06b | 2000-11-05 05:42:36 +0000 | [diff] [blame] | 978 | |
Kevin Steves | a58e0af | 2000-10-29 14:38:55 +0000 | [diff] [blame] | 979 | 20001029 |
| 980 | - (stevesk) Fix typo in auth.c: USE_PAM not PAM |
Kevin Steves | 9be6e26 | 2000-10-29 19:18:49 +0000 | [diff] [blame] | 981 | - (stevesk) Create contrib/cygwin/ directory; patch from |
| 982 | Corinna Vinschen <vinschen@redhat.com> |
Ben Lindstrom | 23e1371 | 2000-10-29 22:49:19 +0000 | [diff] [blame] | 983 | - (bal) Resolved more $xno and $xyes issues in configure.in |
Ben Lindstrom | 2791cd5 | 2000-10-30 05:33:55 +0000 | [diff] [blame] | 984 | - (bal) next-posix.h - spelling and forgot a prototype |
Kevin Steves | a58e0af | 2000-10-29 14:38:55 +0000 | [diff] [blame] | 985 | |
Damien Miller | 6bd90df | 2000-10-28 13:30:55 +1100 | [diff] [blame] | 986 | 20001028 |
| 987 | - (djm) fix select hack in serverloop.c from Philippe WILLEM |
| 988 | <Philippe.WILLEM@urssaf.fr> |
Damien Miller | c05e018 | 2000-10-28 13:38:34 +1100 | [diff] [blame] | 989 | - (djm) Fix mangled AIXAUTHENTICATE code |
Damien Miller | d425d4d | 2000-10-28 21:05:57 +1100 | [diff] [blame] | 990 | - (djm) authctxt->pw may be NULL. Fix from Markus Friedl |
| 991 | <markus.friedl@informatik.uni-erlangen.de> |
Damien Miller | 69b69aa | 2000-10-28 14:19:58 +1100 | [diff] [blame] | 992 | - (djm) Sync with OpenBSD: |
| 993 | - markus@cvs.openbsd.org 2000/10/16 15:46:32 |
| 994 | [ssh.1] |
| 995 | fixes from pekkas@netcore.fi |
| 996 | - markus@cvs.openbsd.org 2000/10/17 14:28:11 |
| 997 | [atomicio.c] |
| 998 | return number of characters processed; ok deraadt@ |
| 999 | - markus@cvs.openbsd.org 2000/10/18 12:04:02 |
| 1000 | [atomicio.c] |
| 1001 | undo |
| 1002 | - markus@cvs.openbsd.org 2000/10/18 12:23:02 |
| 1003 | [scp.c] |
| 1004 | replace atomicio(read,...) with read(); ok deraadt@ |
| 1005 | - markus@cvs.openbsd.org 2000/10/18 12:42:00 |
| 1006 | [session.c] |
| 1007 | restore old record login behaviour |
| 1008 | - deraadt@cvs.openbsd.org 2000/10/19 10:41:13 |
| 1009 | [auth-skey.c] |
| 1010 | fmt string problem in unused code |
| 1011 | - provos@cvs.openbsd.org 2000/10/19 10:45:16 |
| 1012 | [sshconnect2.c] |
| 1013 | don't reference freed memory. okay deraadt@ |
| 1014 | - markus@cvs.openbsd.org 2000/10/21 11:04:23 |
| 1015 | [canohost.c] |
| 1016 | typo, eramore@era-t.ericsson.se; ok niels@ |
| 1017 | - markus@cvs.openbsd.org 2000/10/23 13:31:55 |
| 1018 | [cipher.c] |
| 1019 | non-alignment dependent swap_bytes(); from |
| 1020 | simonb@wasabisystems.com/netbsd |
| 1021 | - markus@cvs.openbsd.org 2000/10/26 12:38:28 |
| 1022 | [compat.c] |
| 1023 | add older vandyke products |
| 1024 | - markus@cvs.openbsd.org 2000/10/27 01:32:19 |
| 1025 | [channels.c channels.h clientloop.c serverloop.c session.c] |
| 1026 | [ssh.c util.c] |
| 1027 | enable non-blocking IO on channels, and tty's (except for the |
| 1028 | client ttys). |
Damien Miller | 6bd90df | 2000-10-28 13:30:55 +1100 | [diff] [blame] | 1029 | |
Damien Miller | 656d717 | 2000-10-27 09:27:32 +1100 | [diff] [blame] | 1030 | 20001027 |
| 1031 | - (djm) Increase REKEY_BYTES to 2^24 for arc4random |
| 1032 | |
Damien Miller | 6f9c337 | 2000-10-25 10:06:04 +1100 | [diff] [blame] | 1033 | 20001025 |
| 1034 | - (djm) Added WARNING.RNG file and modified configure to ask users of the |
| 1035 | builtin entropy code to read it. |
| 1036 | - (djm) Prefer builtin regex to PCRE. |
Ben Lindstrom | 76020ba | 2000-10-25 16:55:00 +0000 | [diff] [blame] | 1037 | - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly. |
| 1038 | - (bal) Apply fixes to configure.in pointed out by Pavel Roskin |
| 1039 | <proski@gnu.org> |
Damien Miller | 6f9c337 | 2000-10-25 10:06:04 +1100 | [diff] [blame] | 1040 | |
Damien Miller | 81fa28a | 2000-10-20 09:14:04 +1100 | [diff] [blame] | 1041 | 20001020 |
| 1042 | - (djm) Don't define _REENTRANT for SNI/Reliant Unix |
Ben Lindstrom | e5a8525 | 2000-10-19 23:43:24 +0000 | [diff] [blame] | 1043 | - (bal) Imported NEWS-OS waitpid() macros into NeXT. Since implementation |
| 1044 | is more correct then current version. |
Damien Miller | 81fa28a | 2000-10-20 09:14:04 +1100 | [diff] [blame] | 1045 | |
Kevin Steves | 8848b24 | 2000-10-18 13:11:44 +0000 | [diff] [blame] | 1046 | 20001018 |
| 1047 | - (stevesk) Add initial support for setproctitle(). Current |
| 1048 | support is for the HP-UX pstat(PSTAT_SETCMD, ...) method. |
Kevin Steves | ee184da | 2000-10-18 13:45:40 +0000 | [diff] [blame] | 1049 | - (stevesk) Add egd startup scripts to contrib/hpux/ |
Kevin Steves | 8848b24 | 2000-10-18 13:11:44 +0000 | [diff] [blame] | 1050 | |
Damien Miller | ef767ac | 2000-10-17 23:14:08 +1100 | [diff] [blame] | 1051 | 20001017 |
| 1052 | - (djm) Add -lregex to cywin libs from Corinna Vinschen |
| 1053 | <vinschen@cygnus.com> |
Damien Miller | 2594de8 | 2000-10-17 23:22:28 +1100 | [diff] [blame] | 1054 | - (djm) Don't rely on atomicio's retval to determine length of askpass |
| 1055 | supplied passphrase. Problem report from Lutz Jaenicke |
| 1056 | <Lutz.Jaenicke@aet.TU-Cottbus.DE> |
Ben Lindstrom | b562864 | 2000-10-18 00:02:25 +0000 | [diff] [blame] | 1057 | - (bal) Changed from GNU rx to PCRE on suggestion from djm. |
| 1058 | - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki |
| 1059 | <nakaji@tutrp.tut.ac.jp> |
Damien Miller | ef767ac | 2000-10-17 23:14:08 +1100 | [diff] [blame] | 1060 | |
Damien Miller | 50a41ed | 2000-10-16 12:14:42 +1100 | [diff] [blame] | 1061 | 20001016 |
| 1062 | - (djm) Sync with OpenBSD: |
| 1063 | - markus@cvs.openbsd.org 2000/10/14 04:01:15 |
| 1064 | [cipher.c] |
| 1065 | debug3 |
| 1066 | - markus@cvs.openbsd.org 2000/10/14 04:07:23 |
| 1067 | [scp.c] |
| 1068 | remove spaces from arguments; from djm@mindrot.org |
| 1069 | - markus@cvs.openbsd.org 2000/10/14 06:09:46 |
| 1070 | [ssh.1] |
| 1071 | Cipher is for SSH-1 only |
| 1072 | - markus@cvs.openbsd.org 2000/10/14 06:12:09 |
| 1073 | [servconf.c servconf.h serverloop.c session.c sshd.8] |
| 1074 | AllowTcpForwarding; from naddy@ |
| 1075 | - markus@cvs.openbsd.org 2000/10/14 06:16:56 |
| 1076 | [auth2.c compat.c compat.h sshconnect2.c version.h] |
| 1077 | OpenSSH_2.3; note that is is not complete, but the version number |
| 1078 | needs to be changed for interoperability reasons |
| 1079 | - markus@cvs.openbsd.org 2000/10/14 06:19:45 |
| 1080 | [auth-rsa.c] |
| 1081 | do not send RSA challenge if key is not allowed by key-options; from |
| 1082 | eivind@ThinkSec.com |
| 1083 | - markus@cvs.openbsd.org 2000/10/15 08:14:01 |
| 1084 | [rijndael.c session.c] |
| 1085 | typos; from stevesk@sweden.hp.com |
| 1086 | - markus@cvs.openbsd.org 2000/10/15 08:18:31 |
| 1087 | [rijndael.c] |
| 1088 | typo |
Damien Miller | 2b2cf52 | 2000-10-16 12:25:17 +1100 | [diff] [blame] | 1089 | - (djm) Copy manpages back over from OpenBSD - too tedious to wade |
| 1090 | through diffs |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 1091 | - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola |
Damien Miller | 2b2cf52 | 2000-10-16 12:25:17 +1100 | [diff] [blame] | 1092 | <pekkas@netcore.fi> |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 1093 | - (djm) Update version in Redhat spec file |
| 1094 | - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the |
| 1095 | Redhat 7.0 spec file |
Damien Miller | 52dc96b | 2000-10-16 20:13:43 +1100 | [diff] [blame] | 1096 | - (djm) Make inability to read/write PRNG seedfile non-fatal |
| 1097 | |
Damien Miller | 50a41ed | 2000-10-16 12:14:42 +1100 | [diff] [blame] | 1098 | |
Damien Miller | 5993935 | 2000-10-15 12:21:32 +1100 | [diff] [blame] | 1099 | 20001015 |
| 1100 | - (djm) Fix ssh2 hang on background processes at logout. |
| 1101 | |
Damien Miller | 60819b4 | 2000-10-14 11:16:12 +1100 | [diff] [blame] | 1102 | 20001014 |
Ben Lindstrom | b4df15d | 2000-10-15 00:17:36 +0000 | [diff] [blame] | 1103 | - (bal) Add support for realpath and getcwd for platforms with broken |
| 1104 | or missing realpath implementations for sftp-server. |
| 1105 | - (bal) Corrected mistake in INSTALL in regards to GNU rx library |
Ben Lindstrom | ca1c2a0 | 2000-10-14 21:33:19 +0000 | [diff] [blame] | 1106 | - (bal) Add support for GNU rx library for those lacking regexp support |
Damien Miller | 60819b4 | 2000-10-14 11:16:12 +1100 | [diff] [blame] | 1107 | - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth |
Damien Miller | 15b2952 | 2000-10-14 12:33:48 +1100 | [diff] [blame] | 1108 | - (djm) Revert SSH2 serverloop hack, will find a better way. |
Damien Miller | 89d9796 | 2000-10-14 12:37:19 +1100 | [diff] [blame] | 1109 | - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch |
| 1110 | from Martin Johansson <fatbob@acc.umu.se> |
Damien Miller | 874d77b | 2000-10-14 16:23:11 +1100 | [diff] [blame] | 1111 | - (djm) Big OpenBSD sync: |
| 1112 | - markus@cvs.openbsd.org 2000/09/30 10:27:44 |
| 1113 | [log.c] |
| 1114 | allow loglevel debug |
| 1115 | - markus@cvs.openbsd.org 2000/10/03 11:59:57 |
| 1116 | [packet.c] |
| 1117 | hmac->mac |
| 1118 | - markus@cvs.openbsd.org 2000/10/03 12:03:03 |
| 1119 | [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c] |
| 1120 | move fake-auth from auth1.c to individual auth methods, disables s/key in |
| 1121 | debug-msg |
| 1122 | - markus@cvs.openbsd.org 2000/10/03 12:16:48 |
| 1123 | ssh.c |
| 1124 | do not resolve canonname, i have no idea why this was added oin ossh |
| 1125 | - markus@cvs.openbsd.org 2000/10/09 15:30:44 |
| 1126 | ssh-keygen.1 ssh-keygen.c |
| 1127 | -X now reads private ssh.com DSA keys, too. |
| 1128 | - markus@cvs.openbsd.org 2000/10/09 15:32:34 |
| 1129 | auth-options.c |
| 1130 | clear options on every call. |
| 1131 | - markus@cvs.openbsd.org 2000/10/09 15:51:00 |
| 1132 | authfd.c authfd.h |
| 1133 | interop with ssh-agent2, from <res@shore.net> |
| 1134 | - markus@cvs.openbsd.org 2000/10/10 14:20:45 |
| 1135 | compat.c |
| 1136 | use rexexp for version string matching |
| 1137 | - provos@cvs.openbsd.org 2000/10/10 22:02:18 |
| 1138 | [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h] |
| 1139 | First rough implementation of the diffie-hellman group exchange. The |
| 1140 | client can ask the server for bigger groups to perform the diffie-hellman |
| 1141 | in, thus increasing the attack complexity when using ciphers with longer |
| 1142 | keys. University of Windsor provided network, T the company. |
| 1143 | - markus@cvs.openbsd.org 2000/10/11 13:59:52 |
| 1144 | [auth-rsa.c auth2.c] |
| 1145 | clear auth options unless auth sucessfull |
| 1146 | - markus@cvs.openbsd.org 2000/10/11 14:00:27 |
| 1147 | [auth-options.h] |
| 1148 | clear auth options unless auth sucessfull |
| 1149 | - markus@cvs.openbsd.org 2000/10/11 14:03:27 |
| 1150 | [scp.1 scp.c] |
| 1151 | support 'scp -o' with help from mouring@pconline.com |
| 1152 | - markus@cvs.openbsd.org 2000/10/11 14:11:35 |
| 1153 | [dh.c] |
| 1154 | Wall |
| 1155 | - markus@cvs.openbsd.org 2000/10/11 14:14:40 |
| 1156 | [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h] |
| 1157 | [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h] |
| 1158 | add support for s/key (kbd-interactive) to ssh2, based on work by |
| 1159 | mkiernan@avantgo.com and me |
| 1160 | - markus@cvs.openbsd.org 2000/10/11 14:27:24 |
| 1161 | [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h] |
| 1162 | [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c] |
| 1163 | [sshconnect2.c sshd.c] |
| 1164 | new cipher framework |
| 1165 | - markus@cvs.openbsd.org 2000/10/11 14:45:21 |
| 1166 | [cipher.c] |
| 1167 | remove DES |
| 1168 | - markus@cvs.openbsd.org 2000/10/12 03:59:20 |
| 1169 | [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c] |
| 1170 | enable DES in SSH-1 clients only |
| 1171 | - markus@cvs.openbsd.org 2000/10/12 08:21:13 |
| 1172 | [kex.h packet.c] |
| 1173 | remove unused |
| 1174 | - markus@cvs.openbsd.org 2000/10/13 12:34:46 |
| 1175 | [sshd.c] |
| 1176 | Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se |
| 1177 | - markus@cvs.openbsd.org 2000/10/13 12:59:15 |
| 1178 | [cipher.c cipher.h myproposal.h rijndael.c rijndael.h] |
| 1179 | rijndael/aes support |
| 1180 | - markus@cvs.openbsd.org 2000/10/13 13:10:54 |
| 1181 | [sshd.8] |
| 1182 | more info about -V |
| 1183 | - markus@cvs.openbsd.org 2000/10/13 13:12:02 |
| 1184 | [myproposal.h] |
| 1185 | prefer no compression |
Damien Miller | e4041c9 | 2000-10-14 17:45:58 +1100 | [diff] [blame] | 1186 | - (djm) Fix scp user@host handling |
| 1187 | - (djm) Don't clobber ssh_prng_cmds on install |
Kevin Steves | cee23de | 2000-10-14 10:51:18 +0000 | [diff] [blame] | 1188 | - (stevesk) Include config.h in rijndael.c so we define intXX_t and |
| 1189 | u_intXX_t types on all platforms. |
Kevin Steves | f16b9d2 | 2000-10-14 10:57:04 +0000 | [diff] [blame] | 1190 | - (stevesk) rijndael.c: cleanup missing declaration warnings. |
Kevin Steves | 092f2ef | 2000-10-14 13:36:13 +0000 | [diff] [blame] | 1191 | - (stevesk) ~/.hushlogin shouldn't cause required password change to |
| 1192 | be bypassed. |
Kevin Steves | e0f4914 | 2000-10-14 17:51:48 +0000 | [diff] [blame] | 1193 | - (stevesk) Display correct path to ssh-askpass in configure output. |
| 1194 | Report from Lutz Jaenicke. |
Damien Miller | 60819b4 | 2000-10-14 11:16:12 +1100 | [diff] [blame] | 1195 | |
Kevin Steves | cccca27 | 2000-10-07 11:16:55 +0000 | [diff] [blame] | 1196 | 20001007 |
| 1197 | - (stevesk) Print PAM return value in PAM log messages to aid |
| 1198 | with debugging. |
Kevin Steves | 48b7cc0 | 2000-10-07 13:24:00 +0000 | [diff] [blame] | 1199 | - (stevesk) Fix detection of pw_class struct member in configure; |
| 1200 | patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp> |
| 1201 | |
Damien Miller | e68f92b | 2000-10-02 21:42:15 +1100 | [diff] [blame] | 1202 | 20001002 |
| 1203 | - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com> |
| 1204 | - (djm) Add host system and CC to end-of-configure report. Suggested by |
| 1205 | Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> |
| 1206 | |
Damien Miller | 05dd795 | 2000-10-01 00:42:48 +1100 | [diff] [blame] | 1207 | 20000931 |
| 1208 | - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com> |
| 1209 | |
Damien Miller | 190d5a8 | 2000-09-30 09:43:19 +1100 | [diff] [blame] | 1210 | 20000930 |
Damien Miller | bea034a | 2000-09-30 09:43:32 +1100 | [diff] [blame] | 1211 | - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi> |
Damien Miller | b88532e | 2000-09-30 09:53:59 +1100 | [diff] [blame] | 1212 | - (djm) Support in bsd-snprintf.c for long long conversions from |
| 1213 | Ben Lindstrom <mouring@pconline.com> |
| 1214 | - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com> |
Damien Miller | cf3888d | 2000-09-30 14:17:52 +1100 | [diff] [blame] | 1215 | - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with |
| 1216 | very short lived X connections. Bug report from Tobias Oetiker |
| 1217 | <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org> |
Damien Miller | b27ef9e | 2000-09-30 14:29:44 +1100 | [diff] [blame] | 1218 | - (djm) Add recent InitScripts as a RPM dependancy for openssh-server |
| 1219 | patch from Pekka Savola <pekkas@netcore.fi> |
Damien Miller | 7294baa | 2000-09-30 14:40:39 +1100 | [diff] [blame] | 1220 | - (djm) Forgot to cvs add LICENSE file |
Damien Miller | 51155a7 | 2000-09-30 14:41:38 +1100 | [diff] [blame] | 1221 | - (djm) Add LICENSE to RPM spec files |
Damien Miller | d344494 | 2000-09-30 14:20:03 +1100 | [diff] [blame] | 1222 | - (djm) CVS OpenBSD sync: |
| 1223 | - markus@cvs.openbsd.org 2000/09/26 13:59:59 |
| 1224 | [clientloop.c] |
| 1225 | use debug2 |
| 1226 | - markus@cvs.openbsd.org 2000/09/27 15:41:34 |
| 1227 | [auth2.c sshconnect2.c] |
| 1228 | use key_type() |
| 1229 | - markus@cvs.openbsd.org 2000/09/28 12:03:18 |
| 1230 | [channels.c] |
| 1231 | debug -> debug2 cleanup |
Damien Miller | 87f43ff | 2000-09-30 21:36:54 +1100 | [diff] [blame] | 1232 | - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only |
| 1233 | strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis |
| 1234 | <Alain.St-Denis@ec.gc.ca> |
| 1235 | - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass. |
| 1236 | Problem was caused by interrupted read in ssh-add. Report from Donald |
| 1237 | J. Barry <don@astro.cornell.edu> |
Damien Miller | 190d5a8 | 2000-09-30 09:43:19 +1100 | [diff] [blame] | 1238 | |
Damien Miller | 15e7d4b | 2000-09-29 10:57:35 +1100 | [diff] [blame] | 1239 | 20000929 |
| 1240 | - (djm) Fix SSH2 not terminating until all background tasks done problem. |
Damien Miller | 280e71b | 2000-09-29 10:59:28 +1100 | [diff] [blame] | 1241 | - (djm) Another off-by-one fix from Pavel Kankovsky |
| 1242 | <peak@argo.troja.mff.cuni.cz> |
Damien Miller | cb5e44a | 2000-09-29 12:12:36 +1100 | [diff] [blame] | 1243 | - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code, |
| 1244 | tidy necessary differences. Use Markus' new debugN() in entropy.c |
Damien Miller | 78315eb | 2000-09-29 23:01:36 +1100 | [diff] [blame] | 1245 | - (djm) Merged big SCO portability patch from Tim Rice |
| 1246 | <tim@multitalents.net> |
Damien Miller | 15e7d4b | 2000-09-29 10:57:35 +1100 | [diff] [blame] | 1247 | |
Damien Miller | 96f0c72 | 2000-09-26 12:09:48 +1100 | [diff] [blame] | 1248 | 20000926 |
| 1249 | - (djm) Update X11-askpass to 1.0.2 in RPM spec file |
Damien Miller | e772b68 | 2000-09-26 13:10:37 +1100 | [diff] [blame] | 1250 | - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX |
| 1251 | - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c. |
| 1252 | Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz> |
Damien Miller | 96f0c72 | 2000-09-26 12:09:48 +1100 | [diff] [blame] | 1253 | |
Damien Miller | 72c9a7e | 2000-09-24 11:10:13 +1100 | [diff] [blame] | 1254 | 20000924 |
| 1255 | - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net> |
| 1256 | - (djm) A bit more cleanup - created cygwin_util.h |
Damien Miller | 80ecfe8 | 2000-09-24 11:21:31 +1100 | [diff] [blame] | 1257 | - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller |
| 1258 | <markm@swoon.net> |
Damien Miller | 72c9a7e | 2000-09-24 11:10:13 +1100 | [diff] [blame] | 1259 | |
Damien Miller | d6f204d | 2000-09-23 13:57:27 +1100 | [diff] [blame] | 1260 | 20000923 |
| 1261 | - (djm) Fix address logging in utmp from Kevin Steves |
| 1262 | <stevesk@sweden.hp.com> |
Damien Miller | 9600233 | 2000-09-23 14:00:09 +1100 | [diff] [blame] | 1263 | - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi> |
Damien Miller | 578783e | 2000-09-23 14:12:24 +1100 | [diff] [blame] | 1264 | - (djm) Seperate tests for int64_t and u_int64_t types |
Damien Miller | 62dd94b | 2000-09-23 14:26:32 +1100 | [diff] [blame] | 1265 | - (djm) Tweak password expiry checking at suggestion of Kevin Steves |
| 1266 | <stevesk@sweden.hp.com> |
Damien Miller | b9c2ce8 | 2000-09-23 14:52:50 +1100 | [diff] [blame] | 1267 | - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com> |
Damien Miller | f056e23 | 2000-09-23 14:58:32 +1100 | [diff] [blame] | 1268 | - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from |
| 1269 | Michael Stone <mstone@cs.loyola.edu> |
Damien Miller | 62cee00 | 2000-09-23 17:15:56 +1100 | [diff] [blame] | 1270 | - (djm) OpenBSD CVS sync: |
| 1271 | - markus@cvs.openbsd.org 2000/09/17 09:38:59 |
| 1272 | [sshconnect2.c sshd.c] |
| 1273 | fix DEBUG_KEXDH |
| 1274 | - markus@cvs.openbsd.org 2000/09/17 09:52:51 |
| 1275 | [sshconnect.c] |
| 1276 | yes no; ok niels@ |
| 1277 | - markus@cvs.openbsd.org 2000/09/21 04:55:11 |
| 1278 | [sshd.8] |
| 1279 | typo |
| 1280 | - markus@cvs.openbsd.org 2000/09/21 05:03:54 |
| 1281 | [serverloop.c] |
| 1282 | typo |
| 1283 | - markus@cvs.openbsd.org 2000/09/21 05:11:42 |
| 1284 | scp.c |
| 1285 | utime() to utimes(); mouring@pconline.com |
| 1286 | - markus@cvs.openbsd.org 2000/09/21 05:25:08 |
| 1287 | sshconnect2.c |
| 1288 | change login logic in ssh2, allows plugin of other auth methods |
| 1289 | - markus@cvs.openbsd.org 2000/09/21 05:25:35 |
| 1290 | [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h] |
| 1291 | [serverloop.c] |
| 1292 | add context to dispatch_run |
| 1293 | - markus@cvs.openbsd.org 2000/09/21 05:07:52 |
| 1294 | authfd.c authfd.h ssh-agent.c |
| 1295 | bug compat for old ssh.com software |
Damien Miller | d6f204d | 2000-09-23 13:57:27 +1100 | [diff] [blame] | 1296 | |
Damien Miller | f13f75d | 2000-09-21 21:51:07 +1100 | [diff] [blame] | 1297 | 20000920 |
| 1298 | - (djm) Fix bad path substitution. Report from Andrew Miner |
| 1299 | <asminer@cs.iastate.edu> |
| 1300 | |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1301 | 20000916 |
Damien Miller | a1b61e1 | 2000-09-16 17:02:16 +1100 | [diff] [blame] | 1302 | - (djm) Fix SSL search order from Lutz Jaenicke |
| 1303 | <Lutz.Jaenicke@aet.TU-Cottbus.DE> |
Damien Miller | 2efcd3c | 2000-09-16 16:30:55 +1100 | [diff] [blame] | 1304 | - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de> |
Damien Miller | b70b61f | 2000-09-16 16:25:12 +1100 | [diff] [blame] | 1305 | - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com> |
Damien Miller | 52cbcbf | 2000-09-16 16:21:28 +1100 | [diff] [blame] | 1306 | - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage. |
| 1307 | Patch from Larry Jones <larry.jones@sdrc.com> |
Damien Miller | 9d5705a | 2000-09-16 16:09:27 +1100 | [diff] [blame] | 1308 | - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM |
| 1309 | password change patch. |
| 1310 | - (djm) Bring licenses on my stuff in line with OpenBSD's |
Damien Miller | 8a1e6a6 | 2000-09-16 15:55:52 +1100 | [diff] [blame] | 1311 | - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from |
| 1312 | Kevin Steves <stevesk@sweden.hp.com> |
Damien Miller | 606f880 | 2000-09-16 15:39:56 +1100 | [diff] [blame] | 1313 | - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz> |
| 1314 | - (djm) Re-enable int64_t types - we need them for sftp |
| 1315 | - (djm) Use libexecdir from configure , rather than libexecdir/ssh |
| 1316 | - (djm) Update Redhat SPEC file accordingly |
| 1317 | - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files |
| 1318 | - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch |
| 1319 | - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter |
| 1320 | <Dirk.DeWachter@rug.ac.be> |
| 1321 | - (djm) Fixprogs and entropy list fixes from Larry Jones |
| 1322 | <larry.jones@sdrc.com> |
| 1323 | - (djm) Fix for SuSE spec file from Takashi YOSHIDA |
| 1324 | <tyoshida@gemini.rc.kyushu-u.ac.jp> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1325 | - (djm) Merge OpenBSD changes: |
| 1326 | - markus@cvs.openbsd.org 2000/09/05 02:59:57 |
| 1327 | [session.c] |
| 1328 | print hostname (not hushlogin) |
| 1329 | - markus@cvs.openbsd.org 2000/09/05 13:18:48 |
| 1330 | [authfile.c ssh-add.c] |
| 1331 | enable ssh-add -d for DSA keys |
| 1332 | - markus@cvs.openbsd.org 2000/09/05 13:20:49 |
| 1333 | [sftp-server.c] |
| 1334 | cleanup |
| 1335 | - markus@cvs.openbsd.org 2000/09/06 03:46:41 |
| 1336 | [authfile.h] |
| 1337 | prototype |
| 1338 | - deraadt@cvs.openbsd.org 2000/09/07 14:27:56 |
| 1339 | [ALL] |
| 1340 | cleanup copyright notices on all files. I have attempted to be |
| 1341 | accurate with the details. everything is now under Tatu's licence |
| 1342 | (which I copied from his readme), and/or the core-sdi bsd-ish thing |
| 1343 | for deattack, or various openbsd developers under a 2-term bsd |
| 1344 | licence. We're not changing any rules, just being accurate. |
| 1345 | - markus@cvs.openbsd.org 2000/09/07 14:40:30 |
| 1346 | [channels.c channels.h clientloop.c serverloop.c ssh.c] |
| 1347 | cleanup window and packet sizes for ssh2 flow control; ok niels |
| 1348 | - markus@cvs.openbsd.org 2000/09/07 14:53:00 |
| 1349 | [scp.c] |
| 1350 | typo |
| 1351 | - markus@cvs.openbsd.org 2000/09/07 15:13:37 |
| 1352 | [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c] |
| 1353 | [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h] |
| 1354 | [pty.c readconf.c] |
| 1355 | some more Copyright fixes |
| 1356 | - markus@cvs.openbsd.org 2000/09/08 03:02:51 |
| 1357 | [README.openssh2] |
| 1358 | bye bye |
| 1359 | - deraadt@cvs.openbsd.org 2000/09/11 18:38:33 |
| 1360 | [LICENCE cipher.c] |
| 1361 | a few more comments about it being ARC4 not RC4 |
| 1362 | - markus@cvs.openbsd.org 2000/09/12 14:53:11 |
| 1363 | [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c] |
| 1364 | multiple debug levels |
| 1365 | - markus@cvs.openbsd.org 2000/09/14 14:25:15 |
| 1366 | [clientloop.c] |
| 1367 | typo |
| 1368 | - deraadt@cvs.openbsd.org 2000/09/15 01:13:51 |
| 1369 | [ssh-agent.c] |
| 1370 | check return value for setenv(3) for failure, and deal appropriately |
| 1371 | |
Damien Miller | f384c36 | 2000-09-13 10:43:26 +1100 | [diff] [blame] | 1372 | 20000913 |
| 1373 | - (djm) Fix server not exiting with jobs in background. |
| 1374 | |
Damien Miller | 7b28dc5 | 2000-09-05 13:34:53 +1100 | [diff] [blame] | 1375 | 20000905 |
| 1376 | - (djm) Import OpenBSD CVS changes |
| 1377 | - markus@cvs.openbsd.org 2000/08/31 15:52:24 |
| 1378 | [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c] |
| 1379 | implement a SFTP server. interops with sftp2, scp2 and the windows |
| 1380 | client from ssh.com |
| 1381 | - markus@cvs.openbsd.org 2000/08/31 15:56:03 |
| 1382 | [README.openssh2] |
| 1383 | sync |
| 1384 | - markus@cvs.openbsd.org 2000/08/31 16:05:42 |
| 1385 | [session.c] |
| 1386 | Wall |
| 1387 | - markus@cvs.openbsd.org 2000/08/31 16:09:34 |
| 1388 | [authfd.c ssh-agent.c] |
| 1389 | add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions |
| 1390 | - deraadt@cvs.openbsd.org 2000/09/01 09:25:13 |
| 1391 | [scp.1 scp.c] |
| 1392 | cleanup and fix -S support; stevesk@sweden.hp.com |
| 1393 | - markus@cvs.openbsd.org 2000/09/01 16:29:32 |
| 1394 | [sftp-server.c] |
| 1395 | portability fixes |
| 1396 | - markus@cvs.openbsd.org 2000/09/01 16:32:41 |
| 1397 | [sftp-server.c] |
| 1398 | fix cast; mouring@pconline.com |
| 1399 | - itojun@cvs.openbsd.org 2000/09/03 09:23:28 |
| 1400 | [ssh-add.1 ssh.1] |
| 1401 | add missing .El against .Bl. |
| 1402 | - markus@cvs.openbsd.org 2000/09/04 13:03:41 |
| 1403 | [session.c] |
| 1404 | missing close; ok theo |
| 1405 | - markus@cvs.openbsd.org 2000/09/04 13:07:21 |
| 1406 | [session.c] |
| 1407 | fix get_last_login_time order; from andre@van-veen.de |
| 1408 | - markus@cvs.openbsd.org 2000/09/04 13:10:09 |
| 1409 | [sftp-server.c] |
| 1410 | more cast fixes; from mouring@pconline.com |
| 1411 | - markus@cvs.openbsd.org 2000/09/04 13:06:04 |
| 1412 | [session.c] |
| 1413 | set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net |
| 1414 | - (djm) Cleanup after import. Fix sftp-server compilation, Makefile |
Damien Miller | bac2d8a | 2000-09-05 16:13:06 +1100 | [diff] [blame] | 1415 | - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com> |
| 1416 | |
Damien Miller | 123cbe8 | 2000-09-03 19:14:58 +1100 | [diff] [blame] | 1417 | 20000903 |
| 1418 | - (djm) Fix Redhat init script |
| 1419 | |
Damien Miller | 50f14f8 | 2000-09-01 14:14:37 +1100 | [diff] [blame] | 1420 | 20000901 |
| 1421 | - (djm) Pick up Jim's new X11-askpass |
| 1422 | - (djm) Release 2.2.0p1 |
| 1423 | |
Damien Miller | 238a9fa | 2000-08-31 09:20:05 +1100 | [diff] [blame] | 1424 | 20000831 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1425 | - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox |
Damien Miller | 238a9fa | 2000-08-31 09:20:05 +1100 | [diff] [blame] | 1426 | <acox@cv.telegroup.com> |
Damien Miller | b5c42d9 | 2000-08-31 11:13:10 +1100 | [diff] [blame] | 1427 | - (djm) Pick up new version (2.2.0) from OpenBSD CVS |
Damien Miller | 238a9fa | 2000-08-31 09:20:05 +1100 | [diff] [blame] | 1428 | |
Damien Miller | 87d29ed | 2000-08-30 09:21:22 +1100 | [diff] [blame] | 1429 | 20000830 |
| 1430 | - (djm) Compile warning fixes from Mark Miller <markm@swoon.net> |
Damien Miller | c30d35c | 2000-08-30 09:40:09 +1100 | [diff] [blame] | 1431 | - (djm) Periodically rekey arc4random |
| 1432 | - (djm) Clean up diff against OpenBSD. |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1433 | - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves |
Damien Miller | 5552d7a | 2000-08-30 09:53:24 +1100 | [diff] [blame] | 1434 | <stevesk@sweden.hp.com> |
Damien Miller | 7cfaaf2 | 2000-08-30 09:57:49 +1100 | [diff] [blame] | 1435 | - (djm) Quieten the pam delete credentials error message |
Damien Miller | 9a94734 | 2000-08-30 10:03:33 +1100 | [diff] [blame] | 1436 | - (djm) Fix printing of $DISPLAY hack if set by system type. Report from |
| 1437 | Kevin Steves <stevesk@sweden.hp.com> |
Damien Miller | 77aba9d | 2000-08-30 10:11:30 +1100 | [diff] [blame] | 1438 | - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com> |
Damien Miller | 250ee8b | 2000-08-30 14:06:35 +1100 | [diff] [blame] | 1439 | - (djm) Fix doh in bsd-arc4random.c |
Damien Miller | 87d29ed | 2000-08-30 09:21:22 +1100 | [diff] [blame] | 1440 | |
Damien Miller | 4e0f5e1 | 2000-08-29 11:05:50 +1100 | [diff] [blame] | 1441 | 20000829 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1442 | - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert |
| 1443 | Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and |
Damien Miller | 4e0f5e1 | 2000-08-29 11:05:50 +1100 | [diff] [blame] | 1444 | Garrick James <garrick@james.net> |
Damien Miller | 6d8c11f | 2000-08-29 11:52:38 +1100 | [diff] [blame] | 1445 | - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from |
| 1446 | Bastian Trompetter <btrompetter@firemail.de> |
Damien Miller | e5192fa | 2000-08-29 14:30:37 +1100 | [diff] [blame] | 1447 | - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com> |
Damien Miller | caf6dd6 | 2000-08-29 11:33:50 +1100 | [diff] [blame] | 1448 | - More OpenBSD updates: |
| 1449 | - deraadt@cvs.openbsd.org 2000/08/24 15:46:59 |
| 1450 | [scp.c] |
| 1451 | off_t in sink, to fix files > 2GB, i think, test is still running ;-) |
| 1452 | - deraadt@cvs.openbsd.org 2000/08/25 10:10:06 |
| 1453 | [session.c] |
| 1454 | Wall |
| 1455 | - markus@cvs.openbsd.org 2000/08/26 04:33:43 |
| 1456 | [compat.c] |
| 1457 | ssh.com-2.3.0 |
| 1458 | - markus@cvs.openbsd.org 2000/08/27 12:18:05 |
| 1459 | [compat.c] |
| 1460 | compatibility with future ssh.com versions |
| 1461 | - deraadt@cvs.openbsd.org 2000/08/27 21:50:55 |
| 1462 | [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c] |
| 1463 | print uid/gid as unsigned |
| 1464 | - markus@cvs.openbsd.org 2000/08/28 13:51:00 |
| 1465 | [ssh.c] |
| 1466 | enable -n and -f for ssh2 |
| 1467 | - markus@cvs.openbsd.org 2000/08/28 14:19:53 |
| 1468 | [ssh.c] |
| 1469 | allow combination of -N and -f |
| 1470 | - markus@cvs.openbsd.org 2000/08/28 14:20:56 |
| 1471 | [util.c] |
| 1472 | util.c |
| 1473 | - markus@cvs.openbsd.org 2000/08/28 14:22:02 |
| 1474 | [util.c] |
| 1475 | undo |
| 1476 | - markus@cvs.openbsd.org 2000/08/28 14:23:38 |
| 1477 | [util.c] |
| 1478 | don't complain if setting NONBLOCK fails with ENODEV |
Damien Miller | 4e0f5e1 | 2000-08-29 11:05:50 +1100 | [diff] [blame] | 1479 | |
Damien Miller | b078567 | 2000-08-23 09:10:39 +1000 | [diff] [blame] | 1480 | 20000823 |
| 1481 | - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1482 | Avoids "scp never exits" problem. Reports from Lutz Jaenicke |
| 1483 | <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA |
Damien Miller | b078567 | 2000-08-23 09:10:39 +1000 | [diff] [blame] | 1484 | <kajiyama@grad.sccs.chukyo-u.ac.jp> |
Damien Miller | ad833b3 | 2000-08-23 10:46:23 +1000 | [diff] [blame] | 1485 | - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers |
Damien Miller | 37e7f18 | 2000-08-23 10:52:50 +1000 | [diff] [blame] | 1486 | - (djm) Add local version to version.h |
Damien Miller | f3df052 | 2000-08-23 15:31:41 +1000 | [diff] [blame] | 1487 | - (djm) Don't reseed arc4random everytime it is used |
Damien Miller | ad833b3 | 2000-08-23 10:46:23 +1000 | [diff] [blame] | 1488 | - (djm) OpenBSD CVS updates: |
| 1489 | - deraadt@cvs.openbsd.org 2000/08/18 20:07:23 |
| 1490 | [ssh.c] |
| 1491 | accept remsh as a valid name as well; roman@buildpoint.com |
| 1492 | - deraadt@cvs.openbsd.org 2000/08/18 20:17:13 |
| 1493 | [deattack.c crc32.c packet.c] |
| 1494 | rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to |
| 1495 | libz crc32 function yet, because it has ugly "long"'s in it; |
| 1496 | oneill@cs.sfu.ca |
| 1497 | - deraadt@cvs.openbsd.org 2000/08/18 20:26:08 |
| 1498 | [scp.1 scp.c] |
| 1499 | -S prog support; tv@debian.org |
| 1500 | - deraadt@cvs.openbsd.org 2000/08/18 20:50:07 |
| 1501 | [scp.c] |
| 1502 | knf |
| 1503 | - deraadt@cvs.openbsd.org 2000/08/18 20:57:33 |
| 1504 | [log-client.c] |
| 1505 | shorten |
| 1506 | - markus@cvs.openbsd.org 2000/08/19 12:48:11 |
| 1507 | [channels.c channels.h clientloop.c ssh.c ssh.h] |
| 1508 | support for ~. in ssh2 |
| 1509 | - deraadt@cvs.openbsd.org 2000/08/19 15:29:40 |
| 1510 | [crc32.h] |
| 1511 | proper prototype |
| 1512 | - markus@cvs.openbsd.org 2000/08/19 15:34:44 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1513 | [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1] |
| 1514 | [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile] |
Damien Miller | ad833b3 | 2000-08-23 10:46:23 +1000 | [diff] [blame] | 1515 | [fingerprint.c fingerprint.h] |
| 1516 | add SSH2/DSA support to the agent and some other DSA related cleanups. |
| 1517 | (note that we cannot talk to ssh.com's ssh2 agents) |
| 1518 | - markus@cvs.openbsd.org 2000/08/19 15:55:52 |
| 1519 | [channels.c channels.h clientloop.c] |
| 1520 | more ~ support for ssh2 |
| 1521 | - markus@cvs.openbsd.org 2000/08/19 16:21:19 |
| 1522 | [clientloop.c] |
| 1523 | oops |
| 1524 | - millert@cvs.openbsd.org 2000/08/20 12:25:53 |
| 1525 | [session.c] |
| 1526 | We have to stash the result of get_remote_name_or_ip() before we |
| 1527 | close our socket or getpeername() will get EBADF and the process |
| 1528 | will exit. Only a problem for "UseLogin yes". |
| 1529 | - millert@cvs.openbsd.org 2000/08/20 12:30:59 |
| 1530 | [session.c] |
| 1531 | Only check /etc/nologin if "UseLogin no" since login(1) may have its |
| 1532 | own policy on determining who is allowed to login when /etc/nologin |
| 1533 | is present. Also use the _PATH_NOLOGIN define. |
| 1534 | - millert@cvs.openbsd.org 2000/08/20 12:42:43 |
| 1535 | [auth1.c auth2.c session.c ssh.c] |
| 1536 | Add calls to setusercontext() and login_get*(). We basically call |
| 1537 | setusercontext() in most places where previously we did a setlogin(). |
| 1538 | Add default login.conf file and put root in the "daemon" login class. |
| 1539 | - millert@cvs.openbsd.org 2000/08/21 10:23:31 |
| 1540 | [session.c] |
| 1541 | Fix incorrect PATH setting; noted by Markus. |
Damien Miller | b078567 | 2000-08-23 09:10:39 +1000 | [diff] [blame] | 1542 | |
Damien Miller | 942da03 | 2000-08-18 13:59:06 +1000 | [diff] [blame] | 1543 | 20000818 |
| 1544 | - (djm) OpenBSD CVS changes: |
| 1545 | - markus@cvs.openbsd.org 2000/07/22 03:14:37 |
| 1546 | [servconf.c servconf.h sshd.8 sshd.c sshd_config] |
| 1547 | random early drop; ok theo, niels |
| 1548 | - deraadt@cvs.openbsd.org 2000/07/26 11:46:51 |
| 1549 | [ssh.1] |
| 1550 | typo |
| 1551 | - deraadt@cvs.openbsd.org 2000/08/01 11:46:11 |
| 1552 | [sshd.8] |
| 1553 | many fixes from pepper@mail.reppep.com |
| 1554 | - provos@cvs.openbsd.org 2000/08/01 13:01:42 |
| 1555 | [Makefile.in util.c aux.c] |
| 1556 | rename aux.c to util.c to help with cygwin port |
| 1557 | - deraadt@cvs.openbsd.org 2000/08/02 00:23:31 |
| 1558 | [authfd.c] |
| 1559 | correct sun_len; Alexander@Leidinger.net |
| 1560 | - provos@cvs.openbsd.org 2000/08/02 10:27:17 |
| 1561 | [readconf.c sshd.8] |
| 1562 | disable kerberos authentication by default |
| 1563 | - provos@cvs.openbsd.org 2000/08/02 11:27:05 |
| 1564 | [sshd.8 readconf.c auth-krb4.c] |
| 1565 | disallow kerberos authentication if we can't verify the TGT; from |
| 1566 | dugsong@ |
| 1567 | kerberos authentication is on by default only if you have a srvtab. |
| 1568 | - markus@cvs.openbsd.org 2000/08/04 14:30:07 |
| 1569 | [auth.c] |
| 1570 | unused |
| 1571 | - markus@cvs.openbsd.org 2000/08/04 14:30:35 |
| 1572 | [sshd_config] |
| 1573 | MaxStartups |
| 1574 | - markus@cvs.openbsd.org 2000/08/15 13:20:46 |
| 1575 | [authfd.c] |
| 1576 | cleanup; ok niels@ |
| 1577 | - markus@cvs.openbsd.org 2000/08/17 14:05:10 |
| 1578 | [session.c] |
| 1579 | cleanup login(1)-like jobs, no duplicate utmp entries |
| 1580 | - markus@cvs.openbsd.org 2000/08/17 14:06:34 |
| 1581 | [session.c sshd.8 sshd.c] |
| 1582 | sshd -u len, similar to telnetd |
Damien Miller | c1132e7 | 2000-08-18 14:08:38 +1000 | [diff] [blame] | 1583 | - (djm) Lastlog was not getting closed after writing login entry |
Damien Miller | a7f5829 | 2000-08-18 14:43:41 +1000 | [diff] [blame] | 1584 | - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com> |
Damien Miller | 942da03 | 2000-08-18 13:59:06 +1000 | [diff] [blame] | 1585 | |
Damien Miller | 11fa2cc | 2000-08-16 10:35:58 +1000 | [diff] [blame] | 1586 | 20000816 |
| 1587 | - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc) |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1588 | - (djm) Fix strerror replacement for old SunOS. Based on patch from |
Damien Miller | 11fa2cc | 2000-08-16 10:35:58 +1000 | [diff] [blame] | 1589 | Charles Levert <charles@comm.polymtl.ca> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1590 | - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4 |
Damien Miller | 11fa2cc | 2000-08-16 10:35:58 +1000 | [diff] [blame] | 1591 | implementation. |
Damien Miller | 3241fa1 | 2000-08-18 14:59:59 +1000 | [diff] [blame] | 1592 | - (djm) SUN_LEN macro for systems which lack it |
Damien Miller | 11fa2cc | 2000-08-16 10:35:58 +1000 | [diff] [blame] | 1593 | |
Damien Miller | 348c9b7 | 2000-08-15 10:01:22 +1000 | [diff] [blame] | 1594 | 20000815 |
| 1595 | - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com> |
Damien Miller | c83aa83 | 2000-08-15 10:08:00 +1000 | [diff] [blame] | 1596 | - (djm) Avoid failures on Irix when ssh is not setuid. Fix from |
| 1597 | Michael Stone <mstone@cs.loyola.edu> |
Damien Miller | e477ef6 | 2000-08-15 10:21:17 +1000 | [diff] [blame] | 1598 | - (djm) Don't seek in directory based lastlogs |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1599 | - (djm) Fix --with-ipaddr-display configure option test. Patch from |
Damien Miller | e477ef6 | 2000-08-15 10:21:17 +1000 | [diff] [blame] | 1600 | Jarno Huuskonen <jhuuskon@messi.uku.fi> |
Damien Miller | 0da2eaa | 2000-08-15 11:32:59 +1000 | [diff] [blame] | 1601 | - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br> |
Damien Miller | 348c9b7 | 2000-08-15 10:01:22 +1000 | [diff] [blame] | 1602 | |
Damien Miller | ef7ed5e | 2000-08-13 10:31:12 +1000 | [diff] [blame] | 1603 | 20000813 |
| 1604 | - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from |
| 1605 | Fabrice bacchella <fabrice.bacchella@marchfirst.fr> |
| 1606 | |
Damien Miller | d17b8d5 | 2000-08-09 14:42:28 +1000 | [diff] [blame] | 1607 | 20000809 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1608 | - (djm) Define AIX hard limits if headers don't. Report from |
Damien Miller | d17b8d5 | 2000-08-09 14:42:28 +1000 | [diff] [blame] | 1609 | Bill Painter <william.t.painter@lmco.com> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1610 | - (djm) utmp direct write & SunOS 4 patch from Charles Levert |
Damien Miller | 36ccb5c | 2000-08-09 16:34:27 +1000 | [diff] [blame] | 1611 | <charles@comm.polymtl.ca> |
Damien Miller | d17b8d5 | 2000-08-09 14:42:28 +1000 | [diff] [blame] | 1612 | |
Damien Miller | ab8d192 | 2000-08-08 16:53:28 +1000 | [diff] [blame] | 1613 | 20000808 |
| 1614 | - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install |
| 1615 | time, spec file cleanup. |
| 1616 | |
Damien Miller | 729e1f1 | 2000-08-07 15:39:13 +1000 | [diff] [blame] | 1617 | 20000807 |
Damien Miller | 52652f5 | 2000-08-07 15:54:39 +1000 | [diff] [blame] | 1618 | - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke |
Damien Miller | 0f091bd | 2000-08-07 15:47:48 +1000 | [diff] [blame] | 1619 | - (djm) Suppress error messages on channel close shutdown() failurs |
| 1620 | works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org> |
Damien Miller | 52652f5 | 2000-08-07 15:54:39 +1000 | [diff] [blame] | 1621 | - (djm) Add some more entropy collection commands from Lutz Jaenicke |
Damien Miller | 729e1f1 | 2000-08-07 15:39:13 +1000 | [diff] [blame] | 1622 | |
Damien Miller | 7b60a17 | 2000-07-25 09:04:37 +1000 | [diff] [blame] | 1623 | 20000725 |
| 1624 | - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF |
| 1625 | |
Damien Miller | 994cf14 | 2000-07-21 10:19:44 +1000 | [diff] [blame] | 1626 | 20000721 |
| 1627 | - (djm) OpenBSD CVS updates: |
| 1628 | - markus@cvs.openbsd.org 2000/07/16 02:27:22 |
| 1629 | [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c] |
| 1630 | [sshconnect1.c sshconnect2.c] |
| 1631 | make ssh-add accept dsa keys (the agent does not) |
| 1632 | - djm@cvs.openbsd.org 2000/07/17 19:25:02 |
| 1633 | [sshd.c] |
| 1634 | Another closing of stdin; ok deraadt |
| 1635 | - markus@cvs.openbsd.org 2000/07/19 18:33:12 |
| 1636 | [dsa.c] |
| 1637 | missing free, reorder |
| 1638 | - markus@cvs.openbsd.org 2000/07/20 16:23:14 |
| 1639 | [ssh-keygen.1] |
| 1640 | document input and output files |
| 1641 | |
Damien Miller | 9dec776 | 2000-07-20 10:00:59 +1000 | [diff] [blame] | 1642 | 20000720 |
Damien Miller | 994cf14 | 2000-07-21 10:19:44 +1000 | [diff] [blame] | 1643 | - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz> |
Damien Miller | 9dec776 | 2000-07-20 10:00:59 +1000 | [diff] [blame] | 1644 | |
Damien Miller | a8dbd9d | 2000-07-16 13:25:00 +1000 | [diff] [blame] | 1645 | 20000716 |
Damien Miller | 994cf14 | 2000-07-21 10:19:44 +1000 | [diff] [blame] | 1646 | - (djm) Release 2.1.1p4 |
Damien Miller | a8dbd9d | 2000-07-16 13:25:00 +1000 | [diff] [blame] | 1647 | |
Damien Miller | ecbb26d | 2000-07-15 14:59:14 +1000 | [diff] [blame] | 1648 | 20000715 |
Damien Miller | be484b5 | 2000-07-15 14:14:16 +1000 | [diff] [blame] | 1649 | - (djm) OpenBSD CVS updates |
| 1650 | - provos@cvs.openbsd.org 2000/07/13 16:53:22 |
| 1651 | [aux.c readconf.c servconf.c ssh.h] |
| 1652 | allow multiple whitespace but only one '=' between tokens, bug report from |
| 1653 | Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@ |
| 1654 | - provos@cvs.openbsd.org 2000/07/13 17:14:09 |
| 1655 | [clientloop.c] |
| 1656 | typo; todd@fries.net |
| 1657 | - provos@cvs.openbsd.org 2000/07/13 17:19:31 |
| 1658 | [scp.c] |
| 1659 | close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu> |
| 1660 | - markus@cvs.openbsd.org 2000/07/14 16:59:46 |
| 1661 | [readconf.c servconf.c] |
| 1662 | allow leading whitespace. ok niels |
| 1663 | - djm@cvs.openbsd.org 2000/07/14 22:01:38 |
| 1664 | [ssh-keygen.c ssh.c] |
| 1665 | Always create ~/.ssh with mode 700; ok Markus |
Damien Miller | ecbb26d | 2000-07-15 14:59:14 +1000 | [diff] [blame] | 1666 | - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca> |
| 1667 | - Include floatingpoint.h for entropy.c |
| 1668 | - strerror replacement |
Damien Miller | be484b5 | 2000-07-15 14:14:16 +1000 | [diff] [blame] | 1669 | |
Damien Miller | 182ee6e | 2000-07-12 09:45:27 +1000 | [diff] [blame] | 1670 | 20000712 |
Damien Miller | 5de43db | 2000-07-12 11:12:55 +1000 | [diff] [blame] | 1671 | - (djm) Remove -lresolve for Reliant Unix |
Damien Miller | 182ee6e | 2000-07-12 09:45:27 +1000 | [diff] [blame] | 1672 | - (djm) OpenBSD CVS Updates: |
| 1673 | - deraadt@cvs.openbsd.org 2000/07/11 02:11:34 |
| 1674 | [session.c sshd.c ] |
| 1675 | make MaxStartups code still work with -d; djm |
| 1676 | - deraadt@cvs.openbsd.org 2000/07/11 13:17:45 |
| 1677 | [readconf.c ssh_config] |
| 1678 | disable FallBackToRsh by default |
Damien Miller | 5de43db | 2000-07-12 11:12:55 +1000 | [diff] [blame] | 1679 | - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from |
| 1680 | Ben Lindstrom <mouring@pconline.com> |
Damien Miller | 5a119bc | 2000-07-12 14:34:11 +1000 | [diff] [blame] | 1681 | - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM |
| 1682 | spec file. |
Damien Miller | 2e7ba69 | 2000-07-12 21:10:23 +1000 | [diff] [blame] | 1683 | - (djm) Released 2.1.1p3 |
Damien Miller | 182ee6e | 2000-07-12 09:45:27 +1000 | [diff] [blame] | 1684 | |
Damien Miller | 65964d6 | 2000-07-11 09:16:22 +1000 | [diff] [blame] | 1685 | 20000711 |
| 1686 | - (djm) Fixup for AIX getuserattr() support from Tom Bertelson |
| 1687 | <tbert@abac.com> |
Damien Miller | 2ae714f | 2000-07-11 09:29:50 +1000 | [diff] [blame] | 1688 | - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1689 | - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom |
Damien Miller | 99bca60 | 2000-07-11 12:02:36 +1000 | [diff] [blame] | 1690 | <mouring@pconline.com> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1691 | - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report |
Damien Miller | 7a0e5dc | 2000-07-11 12:15:54 +1000 | [diff] [blame] | 1692 | from Jim Watt <jimw@peisj.pebio.com> |
Damien Miller | 168e6ac | 2000-07-11 12:23:01 +1000 | [diff] [blame] | 1693 | - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known |
| 1694 | to compile on more platforms (incl NeXT). |
Damien Miller | 3b9734c | 2000-07-11 14:54:22 +1000 | [diff] [blame] | 1695 | - (djm) Added bsd-inet_aton and configure support for NeXT |
Damien Miller | bc33bd4 | 2000-07-11 14:59:08 +1000 | [diff] [blame] | 1696 | - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com> |
Damien Miller | 3702396 | 2000-07-11 17:31:38 +1000 | [diff] [blame] | 1697 | - (djm) OpenBSD CVS updates: |
| 1698 | - markus@cvs.openbsd.org 2000/06/26 03:22:29 |
| 1699 | [authfd.c] |
| 1700 | cleanup, less cut&paste |
| 1701 | - markus@cvs.openbsd.org 2000/06/26 15:59:19 |
| 1702 | [servconf.c servconf.h session.c sshd.8 sshd.c] |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1703 | MaxStartups: limit number of unauthenticated connections, work by |
Damien Miller | 3702396 | 2000-07-11 17:31:38 +1000 | [diff] [blame] | 1704 | theo and me |
| 1705 | - deraadt@cvs.openbsd.org 2000/07/05 14:18:07 |
| 1706 | [session.c] |
| 1707 | use no_x11_forwarding_flag correctly; provos ok |
| 1708 | - provos@cvs.openbsd.org 2000/07/05 15:35:57 |
| 1709 | [sshd.c] |
| 1710 | typo |
| 1711 | - aaron@cvs.openbsd.org 2000/07/05 22:06:58 |
| 1712 | [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8] |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1713 | Insert more missing .El directives. Our troff really should identify |
Damien Miller | 3702396 | 2000-07-11 17:31:38 +1000 | [diff] [blame] | 1714 | these and spit out a warning. |
| 1715 | - todd@cvs.openbsd.org 2000/07/06 21:55:04 |
| 1716 | [auth-rsa.c auth2.c ssh-keygen.c] |
| 1717 | clean code is good code |
| 1718 | - deraadt@cvs.openbsd.org 2000/07/07 02:14:29 |
| 1719 | [serverloop.c] |
| 1720 | sense of port forwarding flag test was backwards |
| 1721 | - provos@cvs.openbsd.org 2000/07/08 17:17:31 |
| 1722 | [compat.c readconf.c] |
| 1723 | replace strtok with strsep; from David Young <dyoung@onthejob.net> |
| 1724 | - deraadt@cvs.openbsd.org 2000/07/08 19:21:15 |
| 1725 | [auth.h] |
| 1726 | KNF |
| 1727 | - ho@cvs.openbsd.org 2000/07/08 19:27:33 |
| 1728 | [compat.c readconf.c] |
| 1729 | Better conditions for strsep() ending. |
| 1730 | - ho@cvs.openbsd.org 2000/07/10 10:27:05 |
| 1731 | [readconf.c] |
| 1732 | Get the correct message on errors. (niels@ ok) |
| 1733 | - ho@cvs.openbsd.org 2000/07/10 10:30:25 |
| 1734 | [cipher.c kex.c servconf.c] |
| 1735 | strtok() --> strsep(). (niels@ ok) |
Damien Miller | 4d97ba2 | 2000-07-11 18:15:50 +1000 | [diff] [blame] | 1736 | - (djm) Fix problem with debug mode and MaxStartups |
Damien Miller | 54ba469 | 2000-07-11 18:39:20 +1000 | [diff] [blame] | 1737 | - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM |
| 1738 | builds) |
Damien Miller | 3077fb9 | 2000-07-11 21:34:34 +1000 | [diff] [blame] | 1739 | - (djm) Add strsep function from OpenBSD libc for systems that lack it |
Damien Miller | 65964d6 | 2000-07-11 09:16:22 +1000 | [diff] [blame] | 1740 | |
Damien Miller | 4e99720 | 2000-07-09 21:21:52 +1000 | [diff] [blame] | 1741 | 20000709 |
| 1742 | - (djm) Only enable PAM_TTY kludge for Linux. Problem report from |
| 1743 | Kevin Steves <stevesk@sweden.hp.com> |
Damien Miller | 8148fa3 | 2000-07-09 21:23:52 +1000 | [diff] [blame] | 1744 | - (djm) Match prototype and function declaration for rresvport_af. |
| 1745 | Problem report from Niklas Edmundsson <nikke@ing.umu.se> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1746 | - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM |
Damien Miller | 0100627 | 2000-07-09 21:29:37 +1000 | [diff] [blame] | 1747 | builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu> |
Damien Miller | b38ea86 | 2000-07-09 21:37:49 +1000 | [diff] [blame] | 1748 | - (djm) Replace ut_name with ut_user. Patch from Jim Watt |
| 1749 | <jimw@peisj.pebio.com> |
Damien Miller | f9b625c | 2000-07-09 22:42:32 +1000 | [diff] [blame] | 1750 | - (djm) Fix pam sprintf fix |
| 1751 | - (djm) Cleanup entropy collection code a little more. Split initialisation |
| 1752 | from seeding, perform intialisation immediatly at start, be careful with |
| 1753 | uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com> |
Damien Miller | 31abc9a | 2000-07-09 23:26:27 +1000 | [diff] [blame] | 1754 | - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com> |
| 1755 | Including sigaction() et al. replacements |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1756 | - (djm) AIX getuserattr() session initialisation from Tom Bertelson |
Damien Miller | 39c0a1c | 2000-07-09 23:55:08 +1000 | [diff] [blame] | 1757 | <tbert@abac.com> |
Damien Miller | 4e99720 | 2000-07-09 21:21:52 +1000 | [diff] [blame] | 1758 | |
Damien Miller | ce40c70 | 2000-07-08 10:14:08 +1000 | [diff] [blame] | 1759 | 20000708 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1760 | - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from |
Damien Miller | ce40c70 | 2000-07-08 10:14:08 +1000 | [diff] [blame] | 1761 | Aaron Hopkins <aaron@die.net> |
Damien Miller | 90dcc05 | 2000-07-08 10:17:40 +1000 | [diff] [blame] | 1762 | - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from |
| 1763 | Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1764 | - (djm) Fixed undefined variables for OSF SIA. Report from |
Damien Miller | fe668e4 | 2000-07-08 10:44:13 +1000 | [diff] [blame] | 1765 | Baars, Henk <Hendrik.Baars@nl.origin-it.com> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1766 | - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c |
Damien Miller | f2fdbe5 | 2000-07-08 10:57:08 +1000 | [diff] [blame] | 1767 | Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1768 | - (djm) Don't use inet_addr. |
Damien Miller | ce40c70 | 2000-07-08 10:14:08 +1000 | [diff] [blame] | 1769 | |
Damien Miller | 9b6d4ab | 2000-07-02 08:43:18 +1000 | [diff] [blame] | 1770 | 20000702 |
| 1771 | - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com> |
Damien Miller | c708843 | 2000-07-02 18:44:54 +1000 | [diff] [blame] | 1772 | - (djm) Stop shadow expiry checking from preventing logins with NIS. Based |
| 1773 | on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp> |
Damien Miller | 484118e | 2000-07-02 19:13:56 +1000 | [diff] [blame] | 1774 | - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from |
| 1775 | Chris, the Young One <cky@pobox.com> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1776 | - (djm) Fix scp progress meter on really wide terminals. Based on patch |
Damien Miller | 0809a0a | 2000-07-02 19:33:54 +1000 | [diff] [blame] | 1777 | from James H. Cloos Jr. <cloos@jhcloos.com> |
Damien Miller | 9b6d4ab | 2000-07-02 08:43:18 +1000 | [diff] [blame] | 1778 | |
Damien Miller | d8cfda6 | 2000-07-01 12:56:09 +1000 | [diff] [blame] | 1779 | 20000701 |
| 1780 | - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu> |
Damien Miller | 8e81ed3 | 2000-07-01 13:17:42 +1000 | [diff] [blame] | 1781 | - (djm) Login fixes from Tom Bertelson <tbert@abac.com> |
Damien Miller | 28adeef | 2000-07-01 13:29:26 +1000 | [diff] [blame] | 1782 | - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen |
| 1783 | <vinschen@cygnus.com> |
Damien Miller | 7b413d2 | 2000-07-01 13:24:21 +1000 | [diff] [blame] | 1784 | - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM |
Damien Miller | cb170cb | 2000-07-01 16:52:55 +1000 | [diff] [blame] | 1785 | - (djm) Added check for broken snprintf() functions which do not correctly |
| 1786 | terminate output string and attempt to use replacement. |
Damien Miller | c927099 | 2000-07-01 19:42:32 +1000 | [diff] [blame] | 1787 | - (djm) Released 2.1.1p2 |
Damien Miller | d8cfda6 | 2000-07-01 12:56:09 +1000 | [diff] [blame] | 1788 | |
Damien Miller | 53c5d46 | 2000-06-28 00:50:50 +1000 | [diff] [blame] | 1789 | 20000628 |
| 1790 | - (djm) Fixes to lastlog code for Irix |
| 1791 | - (djm) Use atomicio in loginrec |
Damien Miller | 91606b1 | 2000-06-28 08:22:29 +1000 | [diff] [blame] | 1792 | - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for |
| 1793 | Irix 6.x array sessions, project id's, and system audit trail id. |
Damien Miller | 262ff17 | 2000-06-28 08:24:49 +1000 | [diff] [blame] | 1794 | - (djm) Added 'distprep' make target to simplify packaging |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1795 | - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA |
Damien Miller | b8c656e | 2000-06-28 15:22:41 +1000 | [diff] [blame] | 1796 | support. Enable using "USE_SIA=1 ./configure [options]" |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1797 | |
Damien Miller | f8af08d | 2000-06-27 09:40:06 +1000 | [diff] [blame] | 1798 | 20000627 |
| 1799 | - (djm) Fixes to login code - not setting li->uid, cleanups |
Damien Miller | dd47aa2 | 2000-06-27 11:18:27 +1000 | [diff] [blame] | 1800 | - (djm) Formatting |
Damien Miller | f8af08d | 2000-06-27 09:40:06 +1000 | [diff] [blame] | 1801 | |
Damien Miller | 8dd33fd | 2000-06-26 10:20:19 +1000 | [diff] [blame] | 1802 | 20000626 |
Damien Miller | c0fd17f | 2000-06-26 10:22:53 +1000 | [diff] [blame] | 1803 | - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net> |
Damien Miller | 1f335fb | 2000-06-26 11:31:33 +1000 | [diff] [blame] | 1804 | - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de> |
| 1805 | - (djm) Added password expiry checking (no password change support) |
Damien Miller | 6468125 | 2000-06-26 13:01:33 +1000 | [diff] [blame] | 1806 | - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK |
| 1807 | based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> |
Damien Miller | 0800647 | 2000-06-26 13:55:31 +1000 | [diff] [blame] | 1808 | - (djm) Fix fixed EGD code. |
Damien Miller | c0fd17f | 2000-06-26 10:22:53 +1000 | [diff] [blame] | 1809 | - OpenBSD CVS update |
| 1810 | - provos@cvs.openbsd.org 2000/06/25 14:17:58 |
| 1811 | [channels.c] |
| 1812 | correct check for bad channel ids; from Wei Dai <weidai@eskimo.com> |
| 1813 | |
Damien Miller | b54b40e | 2000-06-23 08:23:34 +1000 | [diff] [blame] | 1814 | 20000623 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1815 | - (djm) Use sa_family_t in prototype for rresvport_af. Patch from |
Damien Miller | b54b40e | 2000-06-23 08:23:34 +1000 | [diff] [blame] | 1816 | Svante Signell <svante.signell@telia.com> |
| 1817 | - (djm) Autoconf logic to define sa_family_t if it is missing |
Damien Miller | bf7f466 | 2000-06-23 10:16:38 +1000 | [diff] [blame] | 1818 | - OpenBSD CVS Updates: |
| 1819 | - markus@cvs.openbsd.org 2000/06/22 10:32:27 |
| 1820 | [sshd.c] |
| 1821 | missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL |
| 1822 | - djm@cvs.openbsd.org 2000/06/22 17:55:00 |
| 1823 | [auth-krb4.c key.c radix.c uuencode.c] |
| 1824 | Missing CVS idents; ok markus |
Damien Miller | b54b40e | 2000-06-23 08:23:34 +1000 | [diff] [blame] | 1825 | |
Damien Miller | 099f505 | 2000-06-22 20:57:11 +1000 | [diff] [blame] | 1826 | 20000622 |
| 1827 | - (djm) Automatically generate host key during "make install". Suggested |
| 1828 | by Gary E. Miller <gem@rellim.com> |
| 1829 | - (djm) Paranoia before kill() system call |
Damien Miller | 6536c7d | 2000-06-22 21:32:31 +1000 | [diff] [blame] | 1830 | - OpenBSD CVS Updates: |
| 1831 | - markus@cvs.openbsd.org 2000/06/18 18:50:11 |
| 1832 | [auth2.c compat.c compat.h sshconnect2.c] |
| 1833 | make userauth+pubkey interop with ssh.com-2.2.0 |
| 1834 | - markus@cvs.openbsd.org 2000/06/18 20:56:17 |
| 1835 | [dsa.c] |
| 1836 | mem leak + be more paranoid in dsa_verify. |
| 1837 | - markus@cvs.openbsd.org 2000/06/18 21:29:50 |
| 1838 | [key.c] |
| 1839 | cleanup fingerprinting, less hardcoded sizes |
| 1840 | - markus@cvs.openbsd.org 2000/06/19 19:39:45 |
| 1841 | [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c] |
| 1842 | [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h] |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1843 | [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h] |
Damien Miller | 6536c7d | 2000-06-22 21:32:31 +1000 | [diff] [blame] | 1844 | [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h] |
| 1845 | [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c] |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1846 | [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c] |
| 1847 | [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c] |
Damien Miller | 6536c7d | 2000-06-22 21:32:31 +1000 | [diff] [blame] | 1848 | [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c] |
| 1849 | [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h] |
| 1850 | OpenBSD tag |
| 1851 | - markus@cvs.openbsd.org 2000/06/21 10:46:10 |
| 1852 | sshconnect2.c missing free; nuke old comment |
Damien Miller | 099f505 | 2000-06-22 20:57:11 +1000 | [diff] [blame] | 1853 | |
Damien Miller | edb8292 | 2000-06-20 13:25:52 +1000 | [diff] [blame] | 1854 | 20000620 |
| 1855 | - (djm) Replace use of '-o' and '-a' logical operators in configure tests |
Damien Miller | f1aa21f | 2001-01-05 09:30:32 +1100 | [diff] [blame] | 1856 | with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx> |
Damien Miller | edb8292 | 2000-06-20 13:25:52 +1000 | [diff] [blame] | 1857 | to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com> |
Damien Miller | 2f02295 | 2000-06-20 13:50:01 +1000 | [diff] [blame] | 1858 | - (djm) Typo in loginrec.c |
Damien Miller | edb8292 | 2000-06-20 13:25:52 +1000 | [diff] [blame] | 1859 | |
Damien Miller | 7b22d65 | 2000-06-18 14:07:04 +1000 | [diff] [blame] | 1860 | 20000618 |
| 1861 | - (djm) Add summary of configure options to end of ./configure run |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1862 | - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from |
Damien Miller | 7b22d65 | 2000-06-18 14:07:04 +1000 | [diff] [blame] | 1863 | Michael Stone <mstone@cs.loyola.edu> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1864 | - (djm) rusage is a privileged operation on some Unices (incl. |
Damien Miller | 7b22d65 | 2000-06-18 14:07:04 +1000 | [diff] [blame] | 1865 | Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1866 | - (djm) Avoid PAM failures when running without a TTY. Report from |
Damien Miller | 7b22d65 | 2000-06-18 14:07:04 +1000 | [diff] [blame] | 1867 | Martin Petrak <petrak@spsknm.schools.sk> |
| 1868 | - (djm) Include sys/types.h when including netinet/in.h in configure tests. |
| 1869 | Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net> |
Damien Miller | 0f91b4e | 2000-06-18 15:43:25 +1000 | [diff] [blame] | 1870 | - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support |
Damien Miller | f6d9e22 | 2000-06-18 14:50:44 +1000 | [diff] [blame] | 1871 | - OpenBSD CVS updates: |
| 1872 | - deraadt@cvs.openbsd.org 2000/06/17 09:58:46 |
| 1873 | [channels.c] |
| 1874 | everyone says "nix it" (remove protocol 2 debugging message) |
| 1875 | - markus@cvs.openbsd.org 2000/06/17 13:24:34 |
| 1876 | [sshconnect.c] |
| 1877 | allow extended server banners |
| 1878 | - markus@cvs.openbsd.org 2000/06/17 14:30:10 |
| 1879 | [sshconnect.c] |
| 1880 | missing atomicio, typo |
| 1881 | - jakob@cvs.openbsd.org 2000/06/17 16:52:34 |
| 1882 | [servconf.c servconf.h session.c sshd.8 sshd_config] |
| 1883 | add support for ssh v2 subsystems. ok markus@. |
| 1884 | - deraadt@cvs.openbsd.org 2000/06/17 18:57:48 |
| 1885 | [readconf.c servconf.c] |
| 1886 | include = in WHITESPACE; markus ok |
| 1887 | - markus@cvs.openbsd.org 2000/06/17 19:09:10 |
| 1888 | [auth2.c] |
| 1889 | implement bug compatibility with ssh-2.0.13 pubkey, server side |
| 1890 | - markus@cvs.openbsd.org 2000/06/17 21:00:28 |
| 1891 | [compat.c] |
| 1892 | initial support for ssh.com's 2.2.0 |
| 1893 | - markus@cvs.openbsd.org 2000/06/17 21:16:09 |
| 1894 | [scp.c] |
| 1895 | typo |
| 1896 | - markus@cvs.openbsd.org 2000/06/17 22:05:02 |
| 1897 | [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h] |
| 1898 | split auth-rsa option parsing into auth-options |
| 1899 | add options support to authorized_keys2 |
| 1900 | - markus@cvs.openbsd.org 2000/06/17 22:42:54 |
| 1901 | [session.c] |
| 1902 | typo |
Damien Miller | 7b22d65 | 2000-06-18 14:07:04 +1000 | [diff] [blame] | 1903 | |
Damien Miller | a66626b | 2000-06-13 18:57:53 +1000 | [diff] [blame] | 1904 | 20000613 |
| 1905 | - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>: |
| 1906 | - Platform define for SCO 3.x which breaks on /dev/ptmx |
| 1907 | - Detect and try to fix missing MAXPATHLEN |
Damien Miller | 1a13225 | 2000-06-13 21:23:17 +1000 | [diff] [blame] | 1908 | - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp |
| 1909 | <P.S.S.Camp@ukc.ac.uk> |
Damien Miller | a66626b | 2000-06-13 18:57:53 +1000 | [diff] [blame] | 1910 | |
Damien Miller | e69f18c | 2000-06-12 16:38:54 +1000 | [diff] [blame] | 1911 | 20000612 |
| 1912 | - (djm) Glob manpages in RPM spec files to catch compressed files |
| 1913 | - (djm) Full license in auth-pam.c |
Damien Miller | c29de95 | 2000-06-12 23:04:18 +1000 | [diff] [blame] | 1914 | - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp> |
andre | 35ad6be | 2000-06-12 22:41:27 +0000 | [diff] [blame] | 1915 | - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>: |
| 1916 | - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is |
| 1917 | def'd |
| 1918 | - Set AIX to use preformatted manpages |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1919 | |
Damien Miller | c601a75 | 2000-06-10 08:33:38 +1000 | [diff] [blame] | 1920 | 20000610 |
| 1921 | - (djm) Minor doc tweaks |
Damien Miller | d900e45 | 2000-06-10 16:51:33 +1000 | [diff] [blame] | 1922 | - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx> |
Damien Miller | c601a75 | 2000-06-10 08:33:38 +1000 | [diff] [blame] | 1923 | |
Damien Miller | a1cb644 | 2000-06-09 11:58:35 +1000 | [diff] [blame] | 1924 | 20000609 |
| 1925 | - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage |
| 1926 | (in favour of utmpx) on Solaris 8 |
| 1927 | |
Damien Miller | e37bfc1 | 2000-06-05 09:37:43 +1000 | [diff] [blame] | 1928 | 20000606 |
Damien Miller | 14c12cb | 2000-06-07 22:20:23 +1000 | [diff] [blame] | 1929 | - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through |
| 1930 | list of commands (by default). Removed verbose debugging (by default). |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1931 | - (djm) Increased command entropy estimates and default entropy collection |
Damien Miller | 14c12cb | 2000-06-07 22:20:23 +1000 | [diff] [blame] | 1932 | timeout |
Damien Miller | d5bf307 | 2000-06-07 21:32:13 +1000 | [diff] [blame] | 1933 | - (djm) Remove duplicate headers from loginrec.c |
Damien Miller | 9e11089 | 2000-06-07 21:05:46 +1000 | [diff] [blame] | 1934 | - (djm) Don't add /usr/local/lib to library search path on Irix |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1935 | - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III |
Damien Miller | d3a1857 | 2000-06-07 19:55:44 +1000 | [diff] [blame] | 1936 | <tibbs@math.uh.edu> |
Damien Miller | 5314ae7 | 2000-06-07 20:08:19 +1000 | [diff] [blame] | 1937 | - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg |
| 1938 | <zack@wolery.cumb.org> |
Damien Miller | d3a1857 | 2000-06-07 19:55:44 +1000 | [diff] [blame] | 1939 | - (djm) OpenBSD CVS updates: |
| 1940 | - todd@cvs.openbsd.org |
| 1941 | [sshconnect2.c] |
| 1942 | teach protocol v2 to count login failures properly and also enable an |
| 1943 | explanation of why the password prompt comes up again like v1; this is NOT |
| 1944 | crypto |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1945 | - markus@cvs.openbsd.org |
Damien Miller | d3a1857 | 2000-06-07 19:55:44 +1000 | [diff] [blame] | 1946 | [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8] |
| 1947 | xauth_location support; pr 1234 |
| 1948 | [readconf.c sshconnect2.c] |
| 1949 | typo, unused |
| 1950 | [session.c] |
| 1951 | allow use_login only for login sessions, otherwise remote commands are |
| 1952 | execed with uid==0 |
| 1953 | [sshd.8] |
| 1954 | document UseLogin better |
| 1955 | [version.h] |
| 1956 | OpenSSH 2.1.1 |
| 1957 | [auth-rsa.c] |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1958 | fix match_hostname() logic for auth-rsa: deny access if we have a |
Damien Miller | d3a1857 | 2000-06-07 19:55:44 +1000 | [diff] [blame] | 1959 | negative match or no match at all |
| 1960 | [channels.c hostfile.c match.c] |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1961 | don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via |
Damien Miller | d3a1857 | 2000-06-07 19:55:44 +1000 | [diff] [blame] | 1962 | kris@FreeBSD.org |
| 1963 | |
| 1964 | 20000606 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1965 | - (djm) Added --with-cflags, --with-ldflags and --with-libs options to |
Damien Miller | e37bfc1 | 2000-06-05 09:37:43 +1000 | [diff] [blame] | 1966 | configure. |
| 1967 | |
Damien Miller | 2994e08 | 2000-06-04 15:51:47 +1000 | [diff] [blame] | 1968 | 20000604 |
| 1969 | - Configure tweaking for new login code on Irix 5.3 |
andre | a86c7ec | 2000-06-04 17:00:15 +0000 | [diff] [blame] | 1970 | - (andre) login code changes based on djm feedback |
Damien Miller | 2994e08 | 2000-06-04 15:51:47 +1000 | [diff] [blame] | 1971 | |
andre | a86c7ec | 2000-06-04 17:00:15 +0000 | [diff] [blame] | 1972 | 20000603 |
| 1973 | - (andre) New login code |
| 1974 | - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c |
| 1975 | - Add loginrec.[ch], logintest.c and autoconf code |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 1976 | |
Damien Miller | 2f6a0ad | 2000-05-31 11:20:11 +1000 | [diff] [blame] | 1977 | 20000531 |
| 1978 | - Cleanup of auth.c, login.c and fake-* |
| 1979 | - Cleanup of auth-pam.c, save and print "account expired" error messages |
Damien Miller | 1ea8ac7 | 2000-05-31 11:24:34 +1000 | [diff] [blame] | 1980 | - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp> |
Damien Miller | 1c77392 | 2000-05-31 13:57:18 +1000 | [diff] [blame] | 1981 | - Rewrote bsd-login to use proper utmp API if available. Major cleanup |
| 1982 | of fallback DIY code. |
Damien Miller | 2f6a0ad | 2000-05-31 11:20:11 +1000 | [diff] [blame] | 1983 | |
Damien Miller | be260a0 | 2000-05-30 12:57:46 +1000 | [diff] [blame] | 1984 | 20000530 |
| 1985 | - Define atexit for old Solaris |
Damien Miller | c252e2e | 2000-05-30 13:12:46 +1000 | [diff] [blame] | 1986 | - Fix buffer overrun in login.c for systems which use syslen in utmpx. |
| 1987 | patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp> |
Damien Miller | b1715dc | 2000-05-30 13:44:51 +1000 | [diff] [blame] | 1988 | - OpenBSD CVS updates: |
| 1989 | - markus@cvs.openbsd.org |
| 1990 | [session.c] |
| 1991 | make x11-fwd work w/ localhost (xauth add host/unix:11) |
| 1992 | [cipher.c compat.c readconf.c servconf.c] |
| 1993 | check strtok() != NULL; ok niels@ |
| 1994 | [key.c] |
| 1995 | fix key_read() for uuencoded keys w/o '=' |
| 1996 | [serverloop.c] |
| 1997 | group ssh1 vs. ssh2 in serverloop |
| 1998 | [kex.c kex.h myproposal.h sshconnect2.c sshd.c] |
| 1999 | split kexinit/kexdh, factor out common code |
| 2000 | [readconf.c ssh.1 ssh.c] |
| 2001 | forwardagent defaults to no, add ssh -A |
| 2002 | - theo@cvs.openbsd.org |
| 2003 | [session.c] |
| 2004 | just some line shortening |
Damien Miller | 03934f2 | 2000-05-30 14:01:10 +1000 | [diff] [blame] | 2005 | - Released 2.1.0p3 |
Damien Miller | be260a0 | 2000-05-30 12:57:46 +1000 | [diff] [blame] | 2006 | |
Damien Miller | d999ae2 | 2000-05-20 12:49:31 +1000 | [diff] [blame] | 2007 | 20000520 |
| 2008 | - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de> |
Damien Miller | ad1bc5f | 2000-05-20 14:53:09 +1000 | [diff] [blame] | 2009 | - Don't touch utmp if USE_UTMPX defined |
Damien Miller | dfc83f4 | 2000-05-20 15:02:59 +1000 | [diff] [blame] | 2010 | - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com> |
Damien Miller | fda78d9 | 2000-05-20 15:33:44 +1000 | [diff] [blame] | 2011 | - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2012 | - HPUX and Configure fixes from Lutz Jaenicke |
Damien Miller | fda78d9 | 2000-05-20 15:33:44 +1000 | [diff] [blame] | 2013 | <Lutz.Jaenicke@aet.TU-Cottbus.DE> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2014 | - Use mkinstalldirs script to make directories instead of non-portable |
Damien Miller | fda78d9 | 2000-05-20 15:33:44 +1000 | [diff] [blame] | 2015 | "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> |
Damien Miller | 7b63b0f | 2000-05-20 15:41:26 +1000 | [diff] [blame] | 2016 | - Doc cleanup |
Damien Miller | d999ae2 | 2000-05-20 12:49:31 +1000 | [diff] [blame] | 2017 | |
Damien Miller | ef7df54 | 2000-05-19 00:03:23 +1000 | [diff] [blame] | 2018 | 20000518 |
| 2019 | - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday |
| 2020 | - OpenBSD CVS updates: |
| 2021 | - markus@cvs.openbsd.org |
| 2022 | [sshconnect.c] |
| 2023 | copy only ai_addrlen bytes; misiek@pld.org.pl |
| 2024 | [auth.c] |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2025 | accept an empty shell in authentication; bug reported by |
Damien Miller | ef7df54 | 2000-05-19 00:03:23 +1000 | [diff] [blame] | 2026 | chris@tinker.ucr.edu |
| 2027 | [serverloop.c] |
| 2028 | we don't have stderr for interactive terminal sessions (fcntl errors) |
| 2029 | |
Damien Miller | 8d1fd57 | 2000-05-17 21:34:07 +1000 | [diff] [blame] | 2030 | 20000517 |
| 2031 | - Fix from Andre Lucas <andre.lucas@dial.pipex.com> |
| 2032 | - Fixes command line printing segfaults (spotter: Bladt Norbert) |
| 2033 | - Fixes erroneous printing of debug messages to syslog |
| 2034 | - Fixes utmp for MacOS X (spotter: Aristedes Maniatis) |
| 2035 | - Gives useful error message if PRNG initialisation fails |
| 2036 | - Reduced ssh startup delay |
| 2037 | - Measures cumulative command time rather than the time between reads |
Damien Miller | be484b5 | 2000-07-15 14:14:16 +1000 | [diff] [blame] | 2038 | after select() |
Damien Miller | 8d1fd57 | 2000-05-17 21:34:07 +1000 | [diff] [blame] | 2039 | - 'fixprogs' perl script to eliminate non-working entropy commands, and |
Damien Miller | be484b5 | 2000-07-15 14:14:16 +1000 | [diff] [blame] | 2040 | optionally run 'ent' to measure command entropy |
Damien Miller | d2c208a | 2000-05-17 22:00:02 +1000 | [diff] [blame] | 2041 | - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix |
Damien Miller | f3c6cf1 | 2000-05-17 22:08:29 +1000 | [diff] [blame] | 2042 | - Avoid WCOREDUMP complation errors for systems that lack it |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2043 | - Avoid SIGCHLD warnings from entropy commands |
Damien Miller | 0e65eed | 2000-05-17 22:16:05 +1000 | [diff] [blame] | 2044 | - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk> |
Damien Miller | dcb6ecd | 2000-05-17 22:34:22 +1000 | [diff] [blame] | 2045 | - OpenBSD CVS update: |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2046 | - markus@cvs.openbsd.org |
Damien Miller | dcb6ecd | 2000-05-17 22:34:22 +1000 | [diff] [blame] | 2047 | [ssh.c] |
| 2048 | fix usage() |
| 2049 | [ssh2.h] |
| 2050 | draft-ietf-secsh-architecture-05.txt |
| 2051 | [ssh.1] |
| 2052 | document ssh -T -N (ssh2 only) |
| 2053 | [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c] |
| 2054 | enable nonblocking IO for sshd w/ proto 1, too; split out common code |
| 2055 | [aux.c] |
| 2056 | missing include |
Damien Miller | 615f939 | 2000-05-17 22:53:33 +1000 | [diff] [blame] | 2057 | - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp> |
| 2058 | - INSTALL typo and URL fix |
| 2059 | - Makefile fix |
| 2060 | - Solaris fixes |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2061 | - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka |
Damien Miller | 615f939 | 2000-05-17 22:53:33 +1000 | [diff] [blame] | 2062 | <ksakai@kso.netwk.ntt-at.co.jp> |
Damien Miller | c4be7ce | 2000-05-17 23:02:03 +1000 | [diff] [blame] | 2063 | - RSAless operation patch from kevin_oconnor@standardandpoors.com |
Damien Miller | 3b512e1 | 2000-05-17 23:29:18 +1000 | [diff] [blame] | 2064 | - Detect OpenSSL seperatly from RSA |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2065 | - Better test for RSA (more compatible with RSAref). Based on work by |
Damien Miller | 3b512e1 | 2000-05-17 23:29:18 +1000 | [diff] [blame] | 2066 | Ed Eden <ede370@stl.rural.usda.gov> |
Damien Miller | 8d1fd57 | 2000-05-17 21:34:07 +1000 | [diff] [blame] | 2067 | |
Damien Miller | 95fe91b | 2000-05-13 12:31:22 +1000 | [diff] [blame] | 2068 | 20000513 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2069 | - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz |
Damien Miller | 95fe91b | 2000-05-13 12:31:22 +1000 | [diff] [blame] | 2070 | <misiek@pld.org.pl> |
| 2071 | |
Damien Miller | accfeb3 | 2000-05-11 19:10:58 +1000 | [diff] [blame] | 2072 | 20000511 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2073 | - Fix for prng_seed permissions checking from Lutz Jaenicke |
Damien Miller | accfeb3 | 2000-05-11 19:10:58 +1000 | [diff] [blame] | 2074 | <Lutz.Jaenicke@aet.TU-Cottbus.DE> |
Damien Miller | 95fe91b | 2000-05-13 12:31:22 +1000 | [diff] [blame] | 2075 | - "make host-key" fix for Irix |
Damien Miller | accfeb3 | 2000-05-11 19:10:58 +1000 | [diff] [blame] | 2076 | |
Damien Miller | 30c3d42 | 2000-05-09 11:02:59 +1000 | [diff] [blame] | 2077 | 20000509 |
| 2078 | - OpenBSD CVS update |
| 2079 | - markus@cvs.openbsd.org |
| 2080 | [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c] |
| 2081 | [ssh.h sshconnect1.c sshconnect2.c sshd.8] |
| 2082 | - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only) |
| 2083 | - hugh@cvs.openbsd.org |
| 2084 | [ssh.1] |
| 2085 | - zap typo |
| 2086 | [ssh-keygen.1] |
| 2087 | - One last nit fix. (markus approved) |
| 2088 | [sshd.8] |
| 2089 | - some markus certified spelling adjustments |
| 2090 | - markus@cvs.openbsd.org |
| 2091 | [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c] |
| 2092 | [sshconnect2.c ] |
| 2093 | - bug compat w/ ssh-2.0.13 x11, split out bugs |
| 2094 | [nchan.c] |
| 2095 | - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@ |
| 2096 | [ssh-keygen.c] |
| 2097 | - handle escapes in real and original key format, ok millert@ |
| 2098 | [version.h] |
| 2099 | - OpenSSH-2.1 |
Damien Miller | 16e519c | 2000-05-09 14:28:55 +1000 | [diff] [blame] | 2100 | - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a |
Damien Miller | 54057c2 | 2000-05-09 15:03:37 +1000 | [diff] [blame] | 2101 | - Doc updates |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2102 | - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported |
Damien Miller | 95e8963 | 2000-05-09 15:28:50 +1000 | [diff] [blame] | 2103 | by Andre Lucas <andre.lucas@dial.pipex.com> |
Damien Miller | 30c3d42 | 2000-05-09 11:02:59 +1000 | [diff] [blame] | 2104 | |
Damien Miller | 58e579b | 2000-05-08 00:05:31 +1000 | [diff] [blame] | 2105 | 20000508 |
| 2106 | - Makefile and RPM spec fixes |
| 2107 | - Generate DSA host keys during "make key" or RPM installs |
Damien Miller | 6d48871 | 2000-05-08 13:44:52 +1000 | [diff] [blame] | 2108 | - OpenBSD CVS update |
| 2109 | - markus@cvs.openbsd.org |
| 2110 | [clientloop.c sshconnect2.c] |
| 2111 | - make x11-fwd interop w/ ssh-2.0.13 |
| 2112 | [README.openssh2] |
| 2113 | - interop w/ SecureFX |
| 2114 | - Release 2.0.0beta2 |
Damien Miller | 58e579b | 2000-05-08 00:05:31 +1000 | [diff] [blame] | 2115 | |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2116 | - Configure caching and cleanup patch from Andre Lucas' |
Damien Miller | 61e50f1 | 2000-05-08 20:49:37 +1000 | [diff] [blame] | 2117 | <andre.lucas@dial.pipex.com> |
| 2118 | |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 2119 | 20000507 |
| 2120 | - Remove references to SSLeay. |
| 2121 | - Big OpenBSD CVS update |
| 2122 | - markus@cvs.openbsd.org |
| 2123 | [clientloop.c] |
| 2124 | - typo |
| 2125 | [session.c] |
| 2126 | - update proctitle on pty alloc/dealloc, e.g. w/ windows client |
| 2127 | [session.c] |
| 2128 | - update proctitle for proto 1, too |
| 2129 | [channels.h nchan.c serverloop.c session.c sshd.c] |
| 2130 | - use c-style comments |
| 2131 | - deraadt@cvs.openbsd.org |
| 2132 | [scp.c] |
| 2133 | - more atomicio |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2134 | - markus@cvs.openbsd.org |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 2135 | [channels.c] |
| 2136 | - set O_NONBLOCK |
| 2137 | [ssh.1] |
| 2138 | - update AUTHOR |
| 2139 | [readconf.c ssh-keygen.c ssh.h] |
| 2140 | - default DSA key file ~/.ssh/id_dsa |
| 2141 | [clientloop.c] |
| 2142 | - typo, rm verbose debug |
| 2143 | - deraadt@cvs.openbsd.org |
| 2144 | [ssh-keygen.1] |
| 2145 | - document DSA use of ssh-keygen |
| 2146 | [sshd.8] |
| 2147 | - a start at describing what i understand of the DSA side |
| 2148 | [ssh-keygen.1] |
| 2149 | - document -X and -x |
| 2150 | [ssh-keygen.c] |
| 2151 | - simplify usage |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2152 | - markus@cvs.openbsd.org |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 2153 | [sshd.8] |
| 2154 | - there is no rhosts_dsa |
| 2155 | [ssh-keygen.1] |
| 2156 | - document -y, update -X,-x |
| 2157 | [nchan.c] |
| 2158 | - fix close for non-open ssh1 channels |
| 2159 | [servconf.c servconf.h ssh.h sshd.8 sshd.c ] |
| 2160 | - s/DsaKey/HostDSAKey/, document option |
| 2161 | [sshconnect2.c] |
| 2162 | - respect number_of_password_prompts |
| 2163 | [channels.c channels.h servconf.c servconf.h session.c sshd.8] |
| 2164 | - GatewayPorts for sshd, ok deraadt@ |
| 2165 | [ssh-add.1 ssh-agent.1 ssh.1] |
| 2166 | - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2 |
| 2167 | [ssh.1] |
| 2168 | - more info on proto 2 |
| 2169 | [sshd.8] |
| 2170 | - sync AUTHOR w/ ssh.1 |
| 2171 | [key.c key.h sshconnect.c] |
| 2172 | - print key type when talking about host keys |
| 2173 | [packet.c] |
| 2174 | - clear padding in ssh2 |
| 2175 | [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h] |
| 2176 | - replace broken uuencode w/ libc b64_ntop |
| 2177 | [auth2.c] |
| 2178 | - log failure before sending the reply |
| 2179 | [key.c radix.c uuencode.c] |
| 2180 | - remote trailing comments before calling __b64_pton |
| 2181 | [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1] |
| 2182 | [sshconnect2.c sshd.8] |
| 2183 | - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8 |
| 2184 | - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch]) |
| 2185 | |
Damien Miller | 63560f9 | 2000-05-02 09:06:04 +1000 | [diff] [blame] | 2186 | 20000502 |
Damien Miller | 6f83b8e | 2000-05-02 09:23:45 +1000 | [diff] [blame] | 2187 | - OpenBSD CVS update |
| 2188 | [channels.c] |
| 2189 | - init all fds, close all fds. |
| 2190 | [sshconnect2.c] |
| 2191 | - check whether file exists before asking for passphrase |
| 2192 | [servconf.c servconf.h sshd.8 sshd.c] |
| 2193 | - PidFile, pr 1210 |
| 2194 | [channels.c] |
| 2195 | - EINTR |
| 2196 | [channels.c] |
| 2197 | - unbreak, ok niels@ |
| 2198 | [sshd.c] |
| 2199 | - unlink pid file, ok niels@ |
| 2200 | [auth2.c] |
| 2201 | - Add missing #ifdefs; ok - markus |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2202 | - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy |
Damien Miller | 0437b33 | 2000-05-02 09:56:41 +1000 | [diff] [blame] | 2203 | gathering commands from a text file |
Damien Miller | 63560f9 | 2000-05-02 09:06:04 +1000 | [diff] [blame] | 2204 | - Release 2.0.0beta1 |
| 2205 | |
Damien Miller | 7c8af4f | 2000-05-01 08:24:07 +1000 | [diff] [blame] | 2206 | 20000501 |
| 2207 | - OpenBSD CVS update |
| 2208 | [packet.c] |
| 2209 | - send debug messages in SSH2 format |
Damien Miller | 35dabd0 | 2000-05-01 21:10:33 +1000 | [diff] [blame] | 2210 | [scp.c] |
| 2211 | - fix very rare EAGAIN/EINTR issues; based on work by djm |
| 2212 | [packet.c] |
| 2213 | - less debug, rm unused |
| 2214 | [auth2.c] |
| 2215 | - disable kerb,s/key in ssh2 |
| 2216 | [sshd.8] |
| 2217 | - Minor tweaks and typo fixes. |
| 2218 | [ssh-keygen.c] |
| 2219 | - Put -d into usage and reorder. markus ok. |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2220 | - Include missing headers for OpenSSL tests. Fix from Phil Karn |
Damien Miller | e59ce62 | 2000-05-01 20:54:17 +1000 | [diff] [blame] | 2221 | <karn@ka9q.ampr.org> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2222 | - Fixed __progname symbol collisions reported by Andre Lucas |
Damien Miller | 70fb671 | 2000-05-01 20:59:50 +1000 | [diff] [blame] | 2223 | <andre.lucas@dial.pipex.com> |
Damien Miller | 0e489dc | 2000-05-01 22:53:53 +1000 | [diff] [blame] | 2224 | - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering |
| 2225 | <gd@hilb1.medat.de> |
Damien Miller | 1cead2c | 2000-05-01 22:55:23 +1000 | [diff] [blame] | 2226 | - Add some missing ifdefs to auth2.c |
Damien Miller | 7c00426 | 2000-05-01 22:57:46 +1000 | [diff] [blame] | 2227 | - Deprecate perl-tk askpass. |
Damien Miller | fc0b11b | 2000-05-02 00:03:55 +1000 | [diff] [blame] | 2228 | - Irix portability fixes - don't include netinet headers more than once |
| 2229 | - Make sure we don't save PRNG seed more than once |
Damien Miller | 7c8af4f | 2000-05-01 08:24:07 +1000 | [diff] [blame] | 2230 | |
Damien Miller | 1bead33 | 2000-04-30 00:47:29 +1000 | [diff] [blame] | 2231 | 20000430 |
| 2232 | - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au> |
Damien Miller | 4018c19 | 2000-04-30 09:30:44 +1000 | [diff] [blame] | 2233 | - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection |
| 2234 | patch. |
| 2235 | - Adds timeout to entropy collection |
| 2236 | - Disables slow entropy sources |
| 2237 | - Load and save seed file |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2238 | - Changed entropy seed code to user per-user seeds only (server seed is |
Damien Miller | 4018c19 | 2000-04-30 09:30:44 +1000 | [diff] [blame] | 2239 | saved in root's .ssh directory) |
| 2240 | - Use atexit() and fatal cleanups to save seed on exit |
Damien Miller | bd483e7 | 2000-04-30 10:00:53 +1000 | [diff] [blame] | 2241 | - More OpenBSD updates: |
| 2242 | [session.c] |
| 2243 | - don't call chan_write_failed() if we are not writing |
| 2244 | [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c] |
| 2245 | - keysize warnings error() -> log() |
Damien Miller | 1bead33 | 2000-04-30 00:47:29 +1000 | [diff] [blame] | 2246 | |
Damien Miller | eba71ba | 2000-04-29 23:57:08 +1000 | [diff] [blame] | 2247 | 20000429 |
| 2248 | - Merge big update to OpenSSH-2.0 from OpenBSD CVS |
| 2249 | [README.openssh2] |
| 2250 | - interop w/ F-secure windows client |
| 2251 | - sync documentation |
| 2252 | - ssh_host_dsa_key not ssh_dsa_key |
| 2253 | [auth-rsa.c] |
| 2254 | - missing fclose |
| 2255 | [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c] |
| 2256 | [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c] |
| 2257 | [sshd.c uuencode.c uuencode.h authfile.h] |
| 2258 | - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] |
| 2259 | for trading keys with the real and the original SSH, directly from the |
| 2260 | people who invented the SSH protocol. |
| 2261 | [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h] |
| 2262 | [sshconnect1.c sshconnect2.c] |
| 2263 | - split auth/sshconnect in one file per protocol version |
| 2264 | [sshconnect2.c] |
| 2265 | - remove debug |
| 2266 | [uuencode.c] |
| 2267 | - add trailing = |
| 2268 | [version.h] |
| 2269 | - OpenSSH-2.0 |
| 2270 | [ssh-keygen.1 ssh-keygen.c] |
| 2271 | - add -R flag: exit code indicates if RSA is alive |
| 2272 | [sshd.c] |
| 2273 | - remove unused |
| 2274 | silent if -Q is specified |
| 2275 | [ssh.h] |
| 2276 | - host key becomes /etc/ssh_host_dsa_key |
| 2277 | [readconf.c servconf.c ] |
| 2278 | - ssh/sshd default to proto 1 and 2 |
| 2279 | [uuencode.c] |
| 2280 | - remove debug |
| 2281 | [auth2.c ssh-keygen.c sshconnect2.c sshd.c] |
| 2282 | - xfree DSA blobs |
| 2283 | [auth2.c serverloop.c session.c] |
| 2284 | - cleanup logging for sshd/2, respect PasswordAuth no |
| 2285 | [sshconnect2.c] |
| 2286 | - less debug, respect .ssh/config |
| 2287 | [README.openssh2 channels.c channels.h] |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2288 | - clientloop.c session.c ssh.c |
Damien Miller | eba71ba | 2000-04-29 23:57:08 +1000 | [diff] [blame] | 2289 | - support for x11-fwding, client+server |
| 2290 | |
Damien Miller | a552faf | 2000-04-21 15:55:20 +1000 | [diff] [blame] | 2291 | 20000421 |
| 2292 | - Merge fix from OpenBSD CVS |
| 2293 | [ssh-agent.c] |
| 2294 | - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de> |
| 2295 | via Debian bug #59926 |
Damien Miller | 8117111 | 2000-04-23 11:14:01 +1000 | [diff] [blame] | 2296 | - Define __progname in session.c if libc doesn't |
| 2297 | - Remove indentation on autoconf #include statements to avoid bug in |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2298 | DEC Tru64 compiler. Report and fix from David Del Piero |
Damien Miller | 8117111 | 2000-04-23 11:14:01 +1000 | [diff] [blame] | 2299 | <David.DelPiero@qed.qld.gov.au> |
Damien Miller | a552faf | 2000-04-21 15:55:20 +1000 | [diff] [blame] | 2300 | |
Damien Miller | 3ef692a | 2000-04-20 07:33:24 +1000 | [diff] [blame] | 2301 | 20000420 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2302 | - Make fixpaths work with perl4, patch from Andre Lucas |
Damien Miller | 3ef692a | 2000-04-20 07:33:24 +1000 | [diff] [blame] | 2303 | <andre.lucas@dial.pipex.com> |
Damien Miller | 166fca8 | 2000-04-20 07:42:21 +1000 | [diff] [blame] | 2304 | - Sync with OpenBSD CVS: |
| 2305 | [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c] |
| 2306 | - pid_t |
| 2307 | [session.c] |
| 2308 | - remove bogus chan_read_failed. this could cause data |
| 2309 | corruption (missing data) at end of a SSH2 session. |
Damien Miller | d0cff3e | 2000-04-20 23:12:58 +1000 | [diff] [blame] | 2310 | - Merge fixes from Debian patch from Phil Hands <phil@hands.com> |
| 2311 | - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE) |
| 2312 | - Use vhangup to clean up Linux ttys |
| 2313 | - Force posix getopt processing on GNU libc systems |
Damien Miller | cfabe86 | 2000-04-20 23:27:27 +1000 | [diff] [blame] | 2314 | - Debian bug #55910 - remove references to ssl(8) manpages |
Damien Miller | f3a3fee | 2000-04-20 23:32:48 +1000 | [diff] [blame] | 2315 | - Debian bug #58031 - ssh_config lies about default cipher |
Damien Miller | 3ef692a | 2000-04-20 07:33:24 +1000 | [diff] [blame] | 2316 | |
Damien Miller | 8bb73be | 2000-04-19 16:26:12 +1000 | [diff] [blame] | 2317 | 20000419 |
| 2318 | - OpenBSD CVS updates |
| 2319 | [channels.c] |
| 2320 | - fix pr 1196, listen_port and port_to_connect interchanged |
| 2321 | [scp.c] |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2322 | - after completion, replace the progress bar ETA counter with a final |
Damien Miller | 8bb73be | 2000-04-19 16:26:12 +1000 | [diff] [blame] | 2323 | elapsed time; my idea, aaron wrote the patch |
| 2324 | [ssh_config sshd_config] |
| 2325 | - show 'Protocol' as an example, ok markus@ |
| 2326 | [sshd.c] |
| 2327 | - missing xfree() |
| 2328 | - Add missing header to bsd-misc.c |
| 2329 | |
Damien Miller | 5f05637 | 2000-04-16 12:31:48 +1000 | [diff] [blame] | 2330 | 20000416 |
| 2331 | - Reduce diff against OpenBSD source |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2332 | - All OpenSSL includes are now unconditionally referenced as |
Damien Miller | 5f05637 | 2000-04-16 12:31:48 +1000 | [diff] [blame] | 2333 | openssl/foo.h |
| 2334 | - Pick up formatting changes |
| 2335 | - Other minor changed (typecasts, etc) that I missed |
| 2336 | |
Damien Miller | 4af5130 | 2000-04-16 11:18:38 +1000 | [diff] [blame] | 2337 | 20000415 |
| 2338 | - OpenBSD CVS updates. |
| 2339 | [ssh.1 ssh.c] |
| 2340 | - ssh -2 |
| 2341 | [auth.c channels.c clientloop.c packet.c packet.h serverloop.c] |
| 2342 | [session.c sshconnect.c] |
| 2343 | - check payload for (illegal) extra data |
| 2344 | [ALL] |
| 2345 | whitespace cleanup |
| 2346 | |
Damien Miller | e71eb91 | 2000-04-13 12:19:32 +1000 | [diff] [blame] | 2347 | 20000413 |
| 2348 | - INSTALL doc updates |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 2349 | - Merged OpenBSD updates to include paths. |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2350 | |
Damien Miller | 7892879 | 2000-04-12 20:17:38 +1000 | [diff] [blame] | 2351 | 20000412 |
| 2352 | - OpenBSD CVS updates: |
| 2353 | - [channels.c] |
| 2354 | repair x11-fwd |
| 2355 | - [sshconnect.c] |
| 2356 | fix passwd prompt for ssh2, less debugging output. |
| 2357 | - [clientloop.c compat.c dsa.c kex.c sshd.c] |
| 2358 | less debugging output |
| 2359 | - [kex.c kex.h sshconnect.c sshd.c] |
| 2360 | check for reasonable public DH values |
| 2361 | - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c] |
| 2362 | [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c] |
| 2363 | add Cipher and Protocol options to ssh/sshd, e.g.: |
| 2364 | ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers |
| 2365 | arcfour,3des-cbc' |
| 2366 | - [sshd.c] |
| 2367 | print 1.99 only if server supports both |
| 2368 | |
Damien Miller | bc7c7cc | 2000-04-08 17:48:56 +1000 | [diff] [blame] | 2369 | 20000408 |
| 2370 | - Avoid some compiler warnings in fake-get*.c |
| 2371 | - Add IPTOS macros for systems which lack them |
Damien Miller | 11e37f6 | 2000-04-08 18:23:30 +1000 | [diff] [blame] | 2372 | - Only set define entropy collection macros if they are found |
Damien Miller | efb4afe | 2000-04-12 18:45:05 +1000 | [diff] [blame] | 2373 | - More large OpenBSD CVS updates: |
| 2374 | - [auth.c auth.h servconf.c servconf.h serverloop.c session.c] |
| 2375 | [session.h ssh.h sshd.c README.openssh2] |
| 2376 | ssh2 server side, see README.openssh2; enable with 'sshd -2' |
| 2377 | - [channels.c] |
| 2378 | no adjust after close |
| 2379 | - [sshd.c compat.c ] |
| 2380 | interop w/ latest ssh.com windows client. |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2381 | |
Damien Miller | 1383bd8 | 2000-04-06 12:32:37 +1000 | [diff] [blame] | 2382 | 20000406 |
| 2383 | - OpenBSD CVS update: |
| 2384 | - [channels.c] |
| 2385 | close efd on eof |
| 2386 | - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h] |
| 2387 | ssh2 client implementation, interops w/ ssh.com and lsh servers. |
| 2388 | - [sshconnect.c] |
| 2389 | missing free. |
| 2390 | - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c] |
| 2391 | remove unused argument, split cipher_mask() |
| 2392 | - [clientloop.c] |
| 2393 | re-order: group ssh1 vs. ssh2 |
| 2394 | - Make Redhat spec require openssl >= 0.9.5a |
| 2395 | |
Damien Miller | 193ba88 | 2000-04-04 10:21:09 +1000 | [diff] [blame] | 2396 | 20000404 |
| 2397 | - Add tests for RAND_add function when searching for OpenSSL |
Damien Miller | 33b1356 | 2000-04-04 14:38:59 +1000 | [diff] [blame] | 2398 | - OpenBSD CVS update: |
| 2399 | - [packet.h packet.c] |
| 2400 | ssh2 packet format |
| 2401 | - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c] |
| 2402 | [channels.h channels.c] |
| 2403 | channel layer support for ssh2 |
| 2404 | - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h] |
| 2405 | DSA, keyexchange, algorithm agreement for ssh2 |
Damien Miller | 74a333b | 2000-04-04 15:04:09 +1000 | [diff] [blame] | 2406 | - Generate manpages before make install not at the end of make all |
| 2407 | - Don't seed the rng quite so often |
| 2408 | - Always reseed rng when requested |
Damien Miller | 193ba88 | 2000-04-04 10:21:09 +1000 | [diff] [blame] | 2409 | |
Damien Miller | 040f383 | 2000-04-03 14:50:43 +1000 | [diff] [blame] | 2410 | 20000403 |
| 2411 | - Wrote entropy collection routines for systems that lack /dev/random |
| 2412 | and EGD |
Damien Miller | 70494d1 | 2000-04-03 15:57:06 +1000 | [diff] [blame] | 2413 | - Disable tests and typedefs for 64 bit types. They are currently unused. |
Damien Miller | 040f383 | 2000-04-03 14:50:43 +1000 | [diff] [blame] | 2414 | |
Damien Miller | b38eff8 | 2000-04-01 11:09:21 +1000 | [diff] [blame] | 2415 | 20000401 |
| 2416 | - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure) |
| 2417 | - [auth.c session.c sshd.c auth.h] |
| 2418 | split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal |
| 2419 | - [bufaux.c bufaux.h] |
| 2420 | support ssh2 bignums |
| 2421 | - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c] |
| 2422 | [readconf.c ssh.c ssh.h serverloop.c] |
| 2423 | replace big switch() with function tables (prepare for ssh2) |
| 2424 | - [ssh2.h] |
| 2425 | ssh2 message type codes |
| 2426 | - [sshd.8] |
| 2427 | reorder Xr to avoid cutting |
| 2428 | - [serverloop.c] |
| 2429 | close(fdin) if fdin != fdout, shutdown otherwise, ok theo@ |
| 2430 | - [channels.c] |
| 2431 | missing close |
| 2432 | allow bigger packets |
| 2433 | - [cipher.c cipher.h] |
| 2434 | support ssh2 ciphers |
| 2435 | - [compress.c] |
| 2436 | cleanup, less code |
| 2437 | - [dispatch.c dispatch.h] |
| 2438 | function tables for different message types |
| 2439 | - [log-server.c] |
| 2440 | do not log() if debuggin to stderr |
| 2441 | rename a cpp symbol, to avoid param.h collision |
| 2442 | - [mpaux.c] |
| 2443 | KNF |
| 2444 | - [nchan.c] |
| 2445 | sync w/ channels.c |
| 2446 | |
Damien Miller | 2c9279f | 2000-03-26 12:12:34 +1000 | [diff] [blame] | 2447 | 20000326 |
| 2448 | - Better tests for OpenSSL w/ RSAref |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2449 | - Added replacement setenv() function from OpenBSD libc. Suggested by |
Damien Miller | 2c9279f | 2000-03-26 12:12:34 +1000 | [diff] [blame] | 2450 | Ben Lindstrom <mouring@pconline.com> |
Damien Miller | 450a7a1 | 2000-03-26 13:04:51 +1000 | [diff] [blame] | 2451 | - OpenBSD CVS update |
| 2452 | - [auth-krb4.c] |
| 2453 | -Wall |
| 2454 | - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c] |
| 2455 | [match.h ssh.c ssh.h sshconnect.c sshd.c] |
| 2456 | initial support for DSA keys. ok deraadt@, niels@ |
| 2457 | - [cipher.c cipher.h] |
| 2458 | remove unused cipher_attack_detected code |
| 2459 | - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8] |
| 2460 | Fix some formatting problems I missed before. |
| 2461 | - [ssh.1 sshd.8] |
| 2462 | fix spelling errors, From: FreeBSD |
| 2463 | - [ssh.c] |
| 2464 | switch to raw mode only if he _get_ a pty (not if we _want_ a pty). |
Damien Miller | 2c9279f | 2000-03-26 12:12:34 +1000 | [diff] [blame] | 2465 | |
Damien Miller | 63a46cc | 2000-03-24 09:24:33 +1100 | [diff] [blame] | 2466 | 20000324 |
| 2467 | - Released 1.2.3 |
| 2468 | |
Damien Miller | 29ea30d | 2000-03-17 10:54:15 +1100 | [diff] [blame] | 2469 | 20000317 |
| 2470 | - Clarified --with-default-path option. |
| 2471 | - Added -blibpath handling for AIX to work around stupid runtime linking. |
| 2472 | Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble |
Damien Miller | f1aa21f | 2001-01-05 09:30:32 +1100 | [diff] [blame] | 2473 | <jmknoble@jmknoble.cx> |
Damien Miller | d6121d2 | 2000-03-17 23:26:46 +1100 | [diff] [blame] | 2474 | - Checks for 64 bit int types. Problem report from Mats Fredholm |
| 2475 | <matsf@init.se> |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 2476 | - OpenBSD CVS updates: |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2477 | - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c] |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 2478 | [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c] |
| 2479 | [sshd.c] |
| 2480 | pedantic: signed vs. unsigned, void*-arithm, etc |
| 2481 | - [ssh.1 sshd.8] |
| 2482 | Various cleanups and standardizations. |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2483 | - Runtime error fix for HPUX from Otmar Stahl |
Damien Miller | e37ac5a | 2000-03-17 23:58:59 +1100 | [diff] [blame] | 2484 | <O.Stahl@lsw.uni-heidelberg.de> |
Damien Miller | 29ea30d | 2000-03-17 10:54:15 +1100 | [diff] [blame] | 2485 | |
Damien Miller | 08c788a | 2000-03-16 07:52:29 +1100 | [diff] [blame] | 2486 | 20000316 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2487 | - Fixed configure not passing LDFLAGS to Solaris. Report from David G. |
Damien Miller | 08c788a | 2000-03-16 07:52:29 +1100 | [diff] [blame] | 2488 | Hesprich <dghespri@sprintparanet.com> |
Damien Miller | 166bd44 | 2000-03-16 10:48:25 +1100 | [diff] [blame] | 2489 | - Propogate LD through to Makefile |
Damien Miller | fd26368 | 2000-03-16 11:51:09 +1100 | [diff] [blame] | 2490 | - Doc cleanups |
Damien Miller | ca9a49c | 2000-03-16 12:23:13 +1100 | [diff] [blame] | 2491 | - Added blurb about "scp: command not found" errors to UPGRADING |
Damien Miller | 08c788a | 2000-03-16 07:52:29 +1100 | [diff] [blame] | 2492 | |
Damien Miller | a1ad480 | 2000-03-15 10:04:54 +1100 | [diff] [blame] | 2493 | 20000315 |
| 2494 | - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list |
| 2495 | problems with gcc/Solaris. |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2496 | - Don't free argument to putenv() after use (in setenv() replacement). |
Damien Miller | f09b07a | 2000-03-15 11:23:48 +1100 | [diff] [blame] | 2497 | Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2498 | - Created contrib/ subdirectory. Included helpers from Phil Hands' |
Damien Miller | 8b1c22b | 2000-03-15 12:13:01 +1100 | [diff] [blame] | 2499 | Debian package, README file and chroot patch from Ricardo Cerqueira |
| 2500 | <rmcc@clix.pt> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2501 | - Moved gnome-ssh-askpass.c to contrib directory and removed config |
Damien Miller | 8b1c22b | 2000-03-15 12:13:01 +1100 | [diff] [blame] | 2502 | option. |
| 2503 | - Slight cleanup to doc files |
Damien Miller | 856799b | 2000-03-15 21:18:10 +1100 | [diff] [blame] | 2504 | - Configure fix from Bratislav ILICH <bilic@zepter.ru> |
Damien Miller | a1ad480 | 2000-03-15 10:04:54 +1100 | [diff] [blame] | 2505 | |
Damien Miller | 1c67c99 | 2000-03-14 10:16:34 +1100 | [diff] [blame] | 2506 | 20000314 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2507 | - Include macro for IN6_IS_ADDR_V4MAPPED. Report from |
Damien Miller | 1c67c99 | 2000-03-14 10:16:34 +1100 | [diff] [blame] | 2508 | peter@frontierflying.com |
Damien Miller | db81959 | 2000-03-14 13:44:01 +1100 | [diff] [blame] | 2509 | - Include /usr/local/include and /usr/local/lib for systems that don't |
| 2510 | do it themselves |
| 2511 | - -R/usr/local/lib for Solaris |
| 2512 | - Fix RSAref detection |
| 2513 | - Fix IN6_IS_ADDR_V4MAPPED macro |
Damien Miller | 1c67c99 | 2000-03-14 10:16:34 +1100 | [diff] [blame] | 2514 | |
Damien Miller | b85dcad | 2000-03-11 11:37:00 +1100 | [diff] [blame] | 2515 | 20000311 |
| 2516 | - Detect RSAref |
Damien Miller | 02491e9 | 2000-03-11 11:58:28 +1100 | [diff] [blame] | 2517 | - OpenBSD CVS change |
| 2518 | [sshd.c] |
| 2519 | - disallow guessing of root password |
Damien Miller | d58b3ab | 2000-03-11 20:05:11 +1100 | [diff] [blame] | 2520 | - More configure fixes |
Damien Miller | 7bcb089 | 2000-03-11 20:45:40 +1100 | [diff] [blame] | 2521 | - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp> |
Damien Miller | b85dcad | 2000-03-11 11:37:00 +1100 | [diff] [blame] | 2522 | |
Damien Miller | 98c7ad6 | 2000-03-09 21:27:49 +1100 | [diff] [blame] | 2523 | 20000309 |
| 2524 | - OpenBSD CVS updates to v1.2.3 |
Damien Miller | be484b5 | 2000-07-15 14:14:16 +1000 | [diff] [blame] | 2525 | [ssh.h atomicio.c] |
| 2526 | - int atomicio -> ssize_t (for alpha). ok deraadt@ |
| 2527 | [auth-rsa.c] |
| 2528 | - delay MD5 computation until client sends response, free() early, cleanup. |
| 2529 | [cipher.c] |
| 2530 | - void* -> unsigned char*, ok niels@ |
| 2531 | [hostfile.c] |
| 2532 | - remove unused variable 'len'. fix comments. |
| 2533 | - remove unused variable |
| 2534 | [log-client.c log-server.c] |
| 2535 | - rename a cpp symbol, to avoid param.h collision |
| 2536 | [packet.c] |
| 2537 | - missing xfree() |
| 2538 | - getsockname() requires initialized tolen; andy@guildsoftware.com |
| 2539 | - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i; |
| 2540 | from Holger.Trapp@Informatik.TU-Chemnitz.DE |
| 2541 | [pty.c pty.h] |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2542 | - register cleanup for pty earlier. move code for pty-owner handling to |
Damien Miller | 98c7ad6 | 2000-03-09 21:27:49 +1100 | [diff] [blame] | 2543 | pty.c ok provos@, dugsong@ |
Damien Miller | be484b5 | 2000-07-15 14:14:16 +1000 | [diff] [blame] | 2544 | [readconf.c] |
| 2545 | - turn off x11-fwd for the client, too. |
| 2546 | [rsa.c] |
| 2547 | - PKCS#1 padding |
| 2548 | [scp.c] |
| 2549 | - allow '.' in usernames; from jedgar@fxp.org |
| 2550 | [servconf.c] |
| 2551 | - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de |
| 2552 | - sync with sshd_config |
| 2553 | [ssh-keygen.c] |
| 2554 | - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@ |
| 2555 | [ssh.1] |
| 2556 | - Change invalid 'CHAT' loglevel to 'VERBOSE' |
| 2557 | [ssh.c] |
| 2558 | - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp |
| 2559 | - turn off x11-fwd for the client, too. |
| 2560 | [sshconnect.c] |
| 2561 | - missing xfree() |
| 2562 | - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp. |
| 2563 | - read error vs. "Connection closed by remote host" |
| 2564 | [sshd.8] |
| 2565 | - ie. -> i.e., |
| 2566 | - do not link to a commercial page.. |
| 2567 | - sync with sshd_config |
| 2568 | [sshd.c] |
| 2569 | - no need for poll.h; from bright@wintelcom.net |
| 2570 | - log with level log() not fatal() if peer behaves badly. |
| 2571 | - don't panic if client behaves strange. ok deraadt@ |
| 2572 | - make no-port-forwarding for RSA keys deny both -L and -R style fwding |
| 2573 | - delay close() of pty until the pty has been chowned back to root |
| 2574 | - oops, fix comment, too. |
| 2575 | - missing xfree() |
| 2576 | - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too. |
| 2577 | (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907) |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2578 | - register cleanup for pty earlier. move code for pty-owner handling to |
Damien Miller | be484b5 | 2000-07-15 14:14:16 +1000 | [diff] [blame] | 2579 | pty.c ok provos@, dugsong@ |
| 2580 | - create x11 cookie file |
| 2581 | - fix pr 1113, fclose() -> pclose(), todo: remote popen() |
| 2582 | - version 1.2.3 |
Damien Miller | 98c7ad6 | 2000-03-09 21:27:49 +1100 | [diff] [blame] | 2583 | - Cleaned up |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2584 | - Removed warning workaround for Linux and devpts filesystems (no longer |
Damien Miller | 8f975b6 | 2000-03-09 22:31:13 +1100 | [diff] [blame] | 2585 | required after OpenBSD updates) |
Damien Miller | 98c7ad6 | 2000-03-09 21:27:49 +1100 | [diff] [blame] | 2586 | |
Damien Miller | 1a07ebd | 2000-03-08 09:03:44 +1100 | [diff] [blame] | 2587 | 20000308 |
| 2588 | - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp> |
| 2589 | |
| 2590 | 20000307 |
| 2591 | - Released 1.2.2p1 |
| 2592 | |
Damien Miller | 01bedb8 | 2000-03-05 16:10:03 +1100 | [diff] [blame] | 2593 | 20000305 |
| 2594 | - Fix DEC compile fix |
Damien Miller | fac99cd | 2000-03-05 16:10:45 +1100 | [diff] [blame] | 2595 | - Explicitly seed OpenSSL's PRNG before checking rsa_alive() |
Damien Miller | 9fb07e4 | 2000-03-05 16:22:59 +1100 | [diff] [blame] | 2596 | - Check for getpagesize in libucb.a if not found in libc. Fix for old |
| 2597 | Solaris from Andre Lucas <andre.lucas@dial.pipex.com> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2598 | - Check for libwrap if --with-tcp-wrappers option specified. Suggestion |
Damien Miller | 65165f8 | 2000-03-05 17:02:45 +1100 | [diff] [blame] | 2599 | Mate Wierdl <mw@moni.msci.memphis.edu> |
Damien Miller | 01bedb8 | 2000-03-05 16:10:03 +1100 | [diff] [blame] | 2600 | |
Damien Miller | 4095f89 | 2000-03-03 22:13:52 +1100 | [diff] [blame] | 2601 | 20000303 |
| 2602 | - Added "make host-key" target, Suggestion from Dominik Brettnacher |
| 2603 | <domi@saargate.de> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2604 | - Don't permanently fail on bind() if getaddrinfo has more choices left for |
Damien Miller | 3c7eeb2 | 2000-03-03 22:35:33 +1100 | [diff] [blame] | 2605 | us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz |
| 2606 | Miskiewicz <misiek@pld.org.pl> |
Damien Miller | 00d4bb1 | 2000-03-03 22:48:49 +1100 | [diff] [blame] | 2607 | - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au> |
| 2608 | - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au> |
Damien Miller | 4095f89 | 2000-03-03 22:13:52 +1100 | [diff] [blame] | 2609 | |
Damien Miller | a22ba01 | 2000-03-02 23:09:20 +1100 | [diff] [blame] | 2610 | 20000302 |
| 2611 | - Big cleanup of autoconf code |
| 2612 | - Rearranged to be a little more logical |
| 2613 | - Added -R option for Solaris |
| 2614 | - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program |
| 2615 | to detect library and header location _and_ ensure library has proper |
| 2616 | RSA support built in (this is a problem with OpenSSL 0.9.5). |
Damien Miller | c7d8dbb | 2000-03-02 23:30:53 +1100 | [diff] [blame] | 2617 | - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de |
Damien Miller | c4cea3e | 2000-03-02 23:31:50 +1100 | [diff] [blame] | 2618 | - Avoid warning message with Unix98 ptys |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2619 | - Warning was valid - possible race condition on PTYs. Avoided using |
Damien Miller | 204ad07 | 2000-03-02 23:56:12 +1100 | [diff] [blame] | 2620 | platform-specific code. |
| 2621 | - Document some common problems |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2622 | - Allow root access to any key. Patch from |
Damien Miller | 2453d01 | 2000-03-02 23:57:18 +1100 | [diff] [blame] | 2623 | markus.friedl@informatik.uni-erlangen.de |
Damien Miller | a22ba01 | 2000-03-02 23:09:20 +1100 | [diff] [blame] | 2624 | |
Damien Miller | 36143d7 | 2000-02-07 13:20:26 +1100 | [diff] [blame] | 2625 | 20000207 |
| 2626 | - Removed SOCKS code. Will support through a ProxyCommand. |
| 2627 | |
Damien Miller | 1852246 | 2000-02-03 01:07:07 +1100 | [diff] [blame] | 2628 | 20000203 |
| 2629 | - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu |
Damien Miller | 0c0e4bf | 2000-02-03 13:58:51 +1100 | [diff] [blame] | 2630 | - Add --with-ssl-dir option |
Damien Miller | 1852246 | 2000-02-03 01:07:07 +1100 | [diff] [blame] | 2631 | |
Damien Miller | 6552758 | 2000-02-02 19:17:40 +1100 | [diff] [blame] | 2632 | 20000202 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2633 | - Fix lastlog code for directory based lastlogs. Fix from Josh Durham |
Damien Miller | 6552758 | 2000-02-02 19:17:40 +1100 | [diff] [blame] | 2634 | <jmd@aoe.vt.edu> |
Damien Miller | 1787252 | 2000-02-02 20:56:20 +1100 | [diff] [blame] | 2635 | - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2636 | - Added URLs to Japanese translations of documents by HARUYAMA Seigo |
Damien Miller | 1787252 | 2000-02-02 20:56:20 +1100 | [diff] [blame] | 2637 | <haruyama@nt.phys.s.u-tokyo.ac.jp> |
Damien Miller | 6552758 | 2000-02-02 19:17:40 +1100 | [diff] [blame] | 2638 | |
Damien Miller | 9e53f35 | 2000-02-01 23:05:30 +1100 | [diff] [blame] | 2639 | 20000201 |
| 2640 | - Use socket pairs by default (instead of pipes). Prevents race condition |
| 2641 | on several (buggy) OSs. Report and fix from tridge@linuxcare.com |
| 2642 | |
Damien Miller | f07390e | 2000-01-29 20:40:22 +1100 | [diff] [blame] | 2643 | 20000127 |
| 2644 | - Seed OpenSSL's random number generator before generating RSA keypairs |
| 2645 | - Split random collector into seperate file |
Damien Miller | 6034fdf | 2000-01-29 20:55:09 +1100 | [diff] [blame] | 2646 | - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com> |
Damien Miller | f07390e | 2000-01-29 20:40:22 +1100 | [diff] [blame] | 2647 | |
Damien Miller | 27f4c78 | 2000-01-27 18:22:13 +1100 | [diff] [blame] | 2648 | 20000126 |
| 2649 | - Released 1.2.2 stable |
| 2650 | |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2651 | - NeXT keeps it lastlog in /usr/adm. Report from |
Damien Miller | 27f4c78 | 2000-01-27 18:22:13 +1100 | [diff] [blame] | 2652 | mouring@newton.pconline.com |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2653 | - Added note in UPGRADING re interop with commercial SSH using idea. |
Damien Miller | f1aa21f | 2001-01-05 09:30:32 +1100 | [diff] [blame] | 2654 | Report from Jim Knoble <jmknoble@jmknoble.cx> |
Damien Miller | c85f9b4 | 2000-01-29 10:20:21 +1100 | [diff] [blame] | 2655 | - Fix linking order for Kerberos/AFS. Fix from Holget Trapp |
| 2656 | <Holger.Trapp@Informatik.TU-Chemnitz.DE> |
Damien Miller | 27f4c78 | 2000-01-27 18:22:13 +1100 | [diff] [blame] | 2657 | |
Damien Miller | d89c24b | 2000-01-26 11:04:48 +1100 | [diff] [blame] | 2658 | 20000125 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2659 | - Fix NULL pointer dereference in login.c. Fix from Andre Lucas |
Damien Miller | d89c24b | 2000-01-26 11:04:48 +1100 | [diff] [blame] | 2660 | <andre.lucas@dial.pipex.com> |
Damien Miller | fa51a83 | 2000-01-26 11:07:22 +1100 | [diff] [blame] | 2661 | - Reorder PAM initialisation so it does not mess up lastlog. Reported |
| 2662 | by Andre Lucas <andre.lucas@dial.pipex.com> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2663 | - Use preformatted manpages on SCO, report from Gary E. Miller |
Damien Miller | 0e1cf7c | 2000-01-26 12:15:30 +1100 | [diff] [blame] | 2664 | <gem@rellim.com> |
| 2665 | - New URL for x11-ssh-askpass. |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2666 | - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble |
Damien Miller | f1aa21f | 2001-01-05 09:30:32 +1100 | [diff] [blame] | 2667 | <jmknoble@jmknoble.cx> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2668 | - Added 'DESTDIR' option to Makefile to ease package building. Patch from |
Damien Miller | f1aa21f | 2001-01-05 09:30:32 +1100 | [diff] [blame] | 2669 | Jim Knoble <jmknoble@jmknoble.cx> |
Damien Miller | 7d7c60d | 2000-01-26 14:37:48 +1100 | [diff] [blame] | 2670 | - Updated RPM spec files to use DESTDIR |
Damien Miller | d89c24b | 2000-01-26 11:04:48 +1100 | [diff] [blame] | 2671 | |
Damien Miller | 68cee10 | 2000-01-24 17:02:27 +1100 | [diff] [blame] | 2672 | 20000124 |
| 2673 | - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number |
| 2674 | increment) |
| 2675 | |
Damien Miller | 6fe375d | 2000-01-23 09:38:00 +1100 | [diff] [blame] | 2676 | 20000123 |
| 2677 | - OpenBSD CVS: |
| 2678 | - [packet.c] |
| 2679 | getsockname() requires initialized tolen; andy@guildsoftware.com |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2680 | - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin |
Damien Miller | 1fa154b | 2000-01-23 10:32:03 +1100 | [diff] [blame] | 2681 | <drankin@bohemians.lexington.ky.us> |
Damien Miller | def0dc9 | 2000-01-23 20:18:35 +1100 | [diff] [blame] | 2682 | - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com> |
Damien Miller | 6fe375d | 2000-01-23 09:38:00 +1100 | [diff] [blame] | 2683 | |
Damien Miller | 9142700 | 2000-01-22 13:25:13 +1100 | [diff] [blame] | 2684 | 20000122 |
| 2685 | - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor |
| 2686 | <bent@clark.net> |
Damien Miller | 670a4b8 | 2000-01-22 13:53:11 +1100 | [diff] [blame] | 2687 | - Merge preformatted manpage patch from Andre Lucas |
| 2688 | <andre.lucas@dial.pipex.com> |
Damien Miller | 0727893 | 2000-01-22 14:05:37 +1100 | [diff] [blame] | 2689 | - Make IPv4 use the default in RPM packages |
| 2690 | - Irix uses preformatted manpages |
Damien Miller | 8dbbe6e | 2000-01-22 18:17:42 +1100 | [diff] [blame] | 2691 | - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp |
| 2692 | <Holger.Trapp@Informatik.TU-Chemnitz.DE> |
Damien Miller | f052aaf | 2000-01-22 19:47:21 +1100 | [diff] [blame] | 2693 | - OpenBSD CVS updates: |
| 2694 | - [packet.c] |
| 2695 | use getpeername() in packet_connection_is_on_socket(), fixes sshd -i; |
| 2696 | from Holger.Trapp@Informatik.TU-Chemnitz.DE |
| 2697 | - [sshd.c] |
| 2698 | log with level log() not fatal() if peer behaves badly. |
| 2699 | - [readpass.c] |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2700 | instead of blocking SIGINT, catch it ourselves, so that we can clean |
| 2701 | the tty modes up and kill ourselves -- instead of our process group |
| 2702 | leader (scp, cvs, ...) going away and leaving us in noecho mode. |
Damien Miller | f052aaf | 2000-01-22 19:47:21 +1100 | [diff] [blame] | 2703 | people with cbreak shells never even noticed.. |
Damien Miller | 1453785 | 2000-01-22 19:57:40 +1100 | [diff] [blame] | 2704 | - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8] |
| 2705 | ie. -> i.e., |
Damien Miller | 9142700 | 2000-01-22 13:25:13 +1100 | [diff] [blame] | 2706 | |
Damien Miller | eca71f8 | 2000-01-20 22:38:27 +1100 | [diff] [blame] | 2707 | 20000120 |
| 2708 | - Don't use getaddrinfo on AIX |
Damien Miller | 396691a | 2000-01-20 22:44:08 +1100 | [diff] [blame] | 2709 | - Update to latest OpenBSD CVS: |
| 2710 | - [auth-rsa.c] |
| 2711 | - fix user/1056, sshd keeps restrictions; dbt@meat.net |
| 2712 | - [sshconnect.c] |
| 2713 | - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags. |
| 2714 | - destroy keys earlier |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2715 | - split key exchange (kex) and user authentication (user-auth), |
Damien Miller | ee1c0b3 | 2000-01-21 00:18:15 +1100 | [diff] [blame] | 2716 | ok: provos@ |
Damien Miller | 396691a | 2000-01-20 22:44:08 +1100 | [diff] [blame] | 2717 | - [sshd.c] |
| 2718 | - no need for poll.h; from bright@wintelcom.net |
| 2719 | - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags. |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2720 | - split key exchange (kex) and user authentication (user-auth), |
Damien Miller | ee1c0b3 | 2000-01-21 00:18:15 +1100 | [diff] [blame] | 2721 | ok: provos@ |
Damien Miller | 88b86e4 | 2000-01-20 23:13:35 +1100 | [diff] [blame] | 2722 | - Big manpage and config file cleanup from Andre Lucas |
| 2723 | <andre.lucas@dial.pipex.com> |
Damien Miller | 886c63a | 2000-01-20 23:13:36 +1100 | [diff] [blame] | 2724 | - Re-added latest (unmodified) OpenBSD manpages |
Damien Miller | eab2ce0 | 2000-01-20 23:58:22 +1100 | [diff] [blame] | 2725 | - Doc updates |
Damien Miller | ee1c0b3 | 2000-01-21 00:18:15 +1100 | [diff] [blame] | 2726 | - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and |
| 2727 | Christos Zoulas <christos@netbsd.org> |
Damien Miller | eca71f8 | 2000-01-20 22:38:27 +1100 | [diff] [blame] | 2728 | |
Damien Miller | 9550a24 | 2000-01-19 10:41:23 +1100 | [diff] [blame] | 2729 | 20000119 |
Damien Miller | eaf9994 | 2000-01-19 13:45:07 +1100 | [diff] [blame] | 2730 | - SCO compile fixes from Gary E. Miller <gem@rellim.com> |
Damien Miller | 9550a24 | 2000-01-19 10:41:23 +1100 | [diff] [blame] | 2731 | - Compile fix from Darren_Hall@progressive.com |
Damien Miller | 7d80e34 | 2000-01-19 14:36:49 +1100 | [diff] [blame] | 2732 | - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC |
| 2733 | addresses using getaddrinfo(). Added a configure switch to make the |
| 2734 | default lookup mode AF_INET |
Damien Miller | 9550a24 | 2000-01-19 10:41:23 +1100 | [diff] [blame] | 2735 | |
Damien Miller | dbd250f | 2000-01-18 08:57:14 +1100 | [diff] [blame] | 2736 | 20000118 |
| 2737 | - Fixed --with-pid-dir option |
Damien Miller | ca673b3 | 2000-01-18 09:01:27 +1100 | [diff] [blame] | 2738 | - Makefile fix from Gary E. Miller <gem@rellim.com> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2739 | - Compile fix for HPUX and Solaris from Andre Lucas |
Damien Miller | e0f4574 | 2000-01-18 09:12:06 +1100 | [diff] [blame] | 2740 | <andre.lucas@dial.pipex.com> |
Damien Miller | dbd250f | 2000-01-18 08:57:14 +1100 | [diff] [blame] | 2741 | |
Damien Miller | b9b94a7 | 2000-01-17 09:52:46 +1100 | [diff] [blame] | 2742 | 20000117 |
| 2743 | - Clean up bsd-bindresvport.c. Use arc4random() for picking initial |
| 2744 | port, ignore EINVAL errors (Linux) when searching for free port. |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2745 | - Revert __snprintf -> snprintf aliasing. Apparently Solaris |
Damien Miller | 834171e | 2000-01-17 09:59:41 +1100 | [diff] [blame] | 2746 | __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org> |
Damien Miller | f693d3b | 2000-01-17 11:56:27 +1100 | [diff] [blame] | 2747 | - Document location of Redhat PAM file in INSTALL. |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2748 | - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6 |
| 2749 | INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to |
Damien Miller | 19fe9c7 | 2000-01-17 15:23:01 +1100 | [diff] [blame] | 2750 | deliver (no IPv6 kernel support) |
Damien Miller | e219273 | 2000-01-17 13:22:55 +1100 | [diff] [blame] | 2751 | - Released 1.2.1pre27 |
Damien Miller | b9b94a7 | 2000-01-17 09:52:46 +1100 | [diff] [blame] | 2752 | |
Damien Miller | 19fe9c7 | 2000-01-17 15:23:01 +1100 | [diff] [blame] | 2753 | - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c) |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2754 | - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen |
Damien Miller | d426ed6 | 2000-01-17 19:22:36 +1100 | [diff] [blame] | 2755 | <jhuuskon@hytti.uku.fi> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2756 | - Fix hang on logout if processes are still using the pty. Needs |
Damien Miller | b284b54 | 2000-01-17 20:55:18 +1100 | [diff] [blame] | 2757 | further testing. |
Damien Miller | 6640995 | 2000-01-17 21:40:06 +1100 | [diff] [blame] | 2758 | - Patch from Christos Zoulas <christos@zoulas.com> |
| 2759 | - Try $prefix first when looking for OpenSSL. |
| 2760 | - Include sys/types.h when including sys/socket.h in test programs |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2761 | - Substitute PID directory in sshd.8. Suggestion from Andrew |
Damien Miller | b13c73e | 2000-01-17 22:02:17 +1100 | [diff] [blame] | 2762 | Stribblehill <a.d.stribblehill@durham.ac.uk> |
Damien Miller | 19fe9c7 | 2000-01-17 15:23:01 +1100 | [diff] [blame] | 2763 | |
Damien Miller | 5eed6a2 | 2000-01-16 12:05:18 +1100 | [diff] [blame] | 2764 | 20000116 |
| 2765 | - Renamed --with-xauth-path to --with-xauth |
| 2766 | - Added --with-pid-dir option |
| 2767 | - Released 1.2.1pre26 |
| 2768 | |
Damien Miller | 8f92649 | 2000-01-16 18:19:25 +1100 | [diff] [blame] | 2769 | - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2770 | - Fixed broken bugfix for /dev/ptmx on Linux systems which lack |
Damien Miller | 62a52ef | 2000-01-16 23:03:56 +1100 | [diff] [blame] | 2771 | openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp> |
Damien Miller | 8f92649 | 2000-01-16 18:19:25 +1100 | [diff] [blame] | 2772 | |
Damien Miller | b29ea91 | 2000-01-15 14:12:03 +1100 | [diff] [blame] | 2773 | 20000115 |
| 2774 | - Add --with-xauth-path configure directive and explicit test for |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2775 | /usr/openwin/bin/xauth for Solaris systems. Report from Anders |
Damien Miller | b29ea91 | 2000-01-15 14:12:03 +1100 | [diff] [blame] | 2776 | Nordby <anders@fix.no> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2777 | - Fix incorrect detection of /dev/ptmx on Linux systems that lack |
Damien Miller | b29ea91 | 2000-01-15 14:12:03 +1100 | [diff] [blame] | 2778 | openpty. Report from John Seifarth <john@waw.be> |
| 2779 | - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2780 | sys/types.h. Fixes problems on SCO, report from Gary E. Miller |
Damien Miller | b29ea91 | 2000-01-15 14:12:03 +1100 | [diff] [blame] | 2781 | <gem@rellim.com> |
| 2782 | - Use __snprintf and __vnsprintf if they are found where snprintf and |
| 2783 | vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net> |
| 2784 | and others. |
| 2785 | |
Damien Miller | 34132e5 | 2000-01-14 15:45:46 +1100 | [diff] [blame] | 2786 | 20000114 |
| 2787 | - Merged OpenBSD IPv6 patch: |
| 2788 | - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1] |
| 2789 | [scp.c packet.h packet.c login.c log.c canohost.c channels.c] |
| 2790 | [hostfile.c sshd_config] |
| 2791 | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2792 | features: sshd allows multiple ListenAddress and Port options. note |
| 2793 | that libwrap is not IPv6-ready. (based on patches from |
Damien Miller | 34132e5 | 2000-01-14 15:45:46 +1100 | [diff] [blame] | 2794 | fujiwara@rcac.tdi.co.jp) |
| 2795 | - [ssh.c canohost.c] |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2796 | more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo, |
Damien Miller | 34132e5 | 2000-01-14 15:45:46 +1100 | [diff] [blame] | 2797 | from itojun@ |
| 2798 | - [channels.c] |
| 2799 | listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE) |
| 2800 | - [packet.h] |
| 2801 | allow auth-kerberos for IPv4 only |
| 2802 | - [scp.1 sshd.8 servconf.h scp.c] |
| 2803 | document -4, -6, and 'ssh -L 2022/::1/22' |
| 2804 | - [ssh.c] |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2805 | 'ssh @host' is illegal (null user name), from |
Damien Miller | 34132e5 | 2000-01-14 15:45:46 +1100 | [diff] [blame] | 2806 | karsten@gedankenpolizei.de |
| 2807 | - [sshconnect.c] |
| 2808 | better error message |
| 2809 | - [sshd.c] |
| 2810 | allow auth-kerberos for IPv4 only |
| 2811 | - Big IPv6 merge: |
| 2812 | - Cleanup overrun in sockaddr copying on RHL 6.1 |
| 2813 | - Replacements for getaddrinfo, getnameinfo, etc based on versions |
| 2814 | from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp> |
| 2815 | - Replacement for missing structures on systems that lack IPv6 |
| 2816 | - record_login needed to know about AF_INET6 addresses |
| 2817 | - Borrowed more code from OpenBSD: rresvport_af and requisites |
| 2818 | |
Damien Miller | 25e4256 | 2000-01-11 10:59:47 +1100 | [diff] [blame] | 2819 | 20000110 |
| 2820 | - Fixes to auth-skey to enable it to use the standard OpenSSL libraries |
| 2821 | |
Damien Miller | 2edcda5 | 2000-01-07 08:56:05 +1100 | [diff] [blame] | 2822 | 20000107 |
| 2823 | - New config.sub and config.guess to fix problems on SCO. Supplied |
| 2824 | by Gary E. Miller <gem@rellim.com> |
Damien Miller | fa824cb | 2000-01-07 18:51:27 +1100 | [diff] [blame] | 2825 | - SCO build fix from Gary E. Miller <gem@rellim.com> |
Damien Miller | 25e4256 | 2000-01-11 10:59:47 +1100 | [diff] [blame] | 2826 | - Released 1.2.1pre25 |
Damien Miller | 2edcda5 | 2000-01-07 08:56:05 +1100 | [diff] [blame] | 2827 | |
Damien Miller | 105b7f0 | 2000-01-07 08:45:55 +1100 | [diff] [blame] | 2828 | 20000106 |
| 2829 | - Documentation update & cleanup |
| 2830 | - Better KrbIV / AFS detection, based on patch from: |
| 2831 | Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE> |
| 2832 | |
Damien Miller | 1808f38 | 2000-01-06 12:03:12 +1100 | [diff] [blame] | 2833 | 20000105 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2834 | - Fixed annoying DES corruption problem. libcrypt has been |
Damien Miller | 1808f38 | 2000-01-06 12:03:12 +1100 | [diff] [blame] | 2835 | overriding symbols in libcrypto. Removed libcrypt and crypt.h |
| 2836 | altogether (libcrypto includes its own crypt(1) replacement) |
| 2837 | - Added platform-specific rules for Irix 6.x. Included warning that |
| 2838 | they are untested. |
| 2839 | |
Damien Miller | 645c598 | 2000-01-03 14:42:09 +1100 | [diff] [blame] | 2840 | 20000103 |
| 2841 | - Add explicit make rules for files proccessed by fixpaths. |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2842 | - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori |
Damien Miller | 645c598 | 2000-01-03 14:42:09 +1100 | [diff] [blame] | 2843 | <tnh@kondara.org> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2844 | - Removed "nullok" directive from default PAM configuration files. |
| 2845 | Added information on enabling EmptyPasswords on openssh+PAM in |
Damien Miller | e9c8f4d | 2000-01-03 20:00:52 +1100 | [diff] [blame] | 2846 | UPGRADING file. |
Damien Miller | 62ab38a | 2000-01-03 23:41:05 +1100 | [diff] [blame] | 2847 | - OpenBSD CVS updates |
| 2848 | - [ssh-agent.c] |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2849 | cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and |
Damien Miller | 62ab38a | 2000-01-03 23:41:05 +1100 | [diff] [blame] | 2850 | dgaudet@arctic.org |
| 2851 | - [sshconnect.c] |
| 2852 | compare correct version for 1.3 compat mode |
Damien Miller | 645c598 | 2000-01-03 14:42:09 +1100 | [diff] [blame] | 2853 | |
Damien Miller | 5121e3a | 2000-01-02 11:49:28 +1100 | [diff] [blame] | 2854 | 20000102 |
| 2855 | - Prevent multiple inclusion of config.h and defines.h. Suggested |
| 2856 | by Andre Lucas <andre.lucas@dial.pipex.com> |
| 2857 | - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet |
| 2858 | <dgaudet@arctic.org> |
| 2859 | |
Damien Miller | 8eb0fd6 | 1999-12-31 08:49:13 +1100 | [diff] [blame] | 2860 | 19991231 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2861 | - Fix password support on systems with a mixture of shadowed and |
| 2862 | non-shadowed passwords (e.g. NIS). Report and fix from |
Damien Miller | 8eb0fd6 | 1999-12-31 08:49:13 +1100 | [diff] [blame] | 2863 | HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2864 | - Fix broken autoconf typedef detection. Report from Marc G. |
Damien Miller | f3e8be8 | 1999-12-31 08:59:04 +1100 | [diff] [blame] | 2865 | Fournier <marc.fournier@acadiau.ca> |
Damien Miller | 03783f0 | 1999-12-31 09:16:40 +1100 | [diff] [blame] | 2866 | - Fix occasional crash on LinuxPPC. Patch from Franz Sirl |
| 2867 | <Franz.Sirl-kernel@lauterbach.com> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2868 | - Prevent typedefs from being compiled more than once. Report from |
Damien Miller | b2532b3 | 1999-12-31 09:18:12 +1100 | [diff] [blame] | 2869 | Marc G. Fournier <marc.fournier@acadiau.ca> |
Damien Miller | 3131d8b | 1999-12-31 09:42:24 +1100 | [diff] [blame] | 2870 | - Fill in ut_utaddr utmp field. Report from Benjamin Charron |
| 2871 | <iretd@bigfoot.com> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2872 | - Really fix broken default path. Fix from Jim Knoble |
Damien Miller | f1aa21f | 2001-01-05 09:30:32 +1100 | [diff] [blame] | 2873 | <jmknoble@jmknoble.cx> |
Damien Miller | aa7b64d | 1999-12-31 09:55:34 +1100 | [diff] [blame] | 2874 | - Remove test for quad_t. No longer needed. |
Damien Miller | 6b85a7f | 2000-01-02 11:45:33 +1100 | [diff] [blame] | 2875 | - Released 1.2.1pre24 |
| 2876 | |
| 2877 | - Added support for directory-based lastlogs |
| 2878 | - Really fix typedefs, patch from Ben Taylor <bent@clark.net> |
Damien Miller | 8eb0fd6 | 1999-12-31 08:49:13 +1100 | [diff] [blame] | 2879 | |
Damien Miller | ece22a8 | 1999-12-30 09:48:15 +1100 | [diff] [blame] | 2880 | 19991230 |
| 2881 | - OpenBSD CVS updates: |
| 2882 | - [auth-passwd.c] |
| 2883 | check for NULL 1st |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2884 | - Removed most of the pam code into its own file auth-pam.[ch]. This |
Damien Miller | e72b7af | 1999-12-30 15:08:44 +1100 | [diff] [blame] | 2885 | cleaned up sshd.c up significantly. |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2886 | - PAM authentication was incorrectly interpreting |
Damien Miller | 8eb0fd6 | 1999-12-31 08:49:13 +1100 | [diff] [blame] | 2887 | "PermitRootLogin without-password". Report from Matthias Andree |
| 2888 | <ma@dt.e-technik.uni-dortmund.de |
Damien Miller | e72b7af | 1999-12-30 15:08:44 +1100 | [diff] [blame] | 2889 | - Several other cleanups |
Damien Miller | 8bdeee2 | 1999-12-30 15:50:54 +1100 | [diff] [blame] | 2890 | - Merged Dante SOCKS support patch from David Rankin |
| 2891 | <drankin@bohemians.lexington.ky.us> |
| 2892 | - Updated documentation with ./configure options |
Damien Miller | 8eb0fd6 | 1999-12-31 08:49:13 +1100 | [diff] [blame] | 2893 | - Released 1.2.1pre23 |
Damien Miller | ece22a8 | 1999-12-30 09:48:15 +1100 | [diff] [blame] | 2894 | |
Damien Miller | 9550a76 | 1999-12-29 02:32:22 +1100 | [diff] [blame] | 2895 | 19991229 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2896 | - Applied another NetBSD portability patch from David Rankin |
Damien Miller | 9550a76 | 1999-12-29 02:32:22 +1100 | [diff] [blame] | 2897 | <drankin@bohemians.lexington.ky.us> |
| 2898 | - Fix --with-default-path option. |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2899 | - Autodetect perl, patch from David Rankin |
Damien Miller | e79334a | 1999-12-29 10:03:37 +1100 | [diff] [blame] | 2900 | <drankin@bohemians.lexington.ky.us> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2901 | - Print whether OpenSSH was compiled with RSARef, patch from |
Damien Miller | d00d161 | 1999-12-29 10:17:09 +1100 | [diff] [blame] | 2902 | Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu> |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2903 | - Calls to pam_setcred, patch from Nalin Dahyabhai |
Damien Miller | ac3a4b4 | 1999-12-29 10:25:40 +1100 | [diff] [blame] | 2904 | <nalin@thermo.stat.ncsu.edu> |
Damien Miller | 9505851 | 1999-12-29 10:36:45 +1100 | [diff] [blame] | 2905 | - Detect missing size_t and typedef it. |
Damien Miller | 58ca7d8 | 1999-12-29 19:56:30 +1100 | [diff] [blame] | 2906 | - Rename helper.[ch] to (more appropriate) bsd-misc.[ch] |
| 2907 | - Minor Makefile cleaning |
Damien Miller | 9550a76 | 1999-12-29 02:32:22 +1100 | [diff] [blame] | 2908 | |
Damien Miller | 13bc0be | 1999-12-28 10:19:16 +1100 | [diff] [blame] | 2909 | 19991228 |
| 2910 | - Replacement for getpagesize() for systems which lack it |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2911 | - NetBSD login.c compile fix from David Rankin |
Damien Miller | 4ff2b9b | 1999-12-28 10:41:12 +1100 | [diff] [blame] | 2912 | <drankin@bohemians.lexington.ky.us> |
| 2913 | - Fully set ut_tv if present in utmp or utmpx |
Damien Miller | beb4ba5 | 1999-12-28 15:09:35 +1100 | [diff] [blame] | 2914 | - Portability fixes for Irix 5.3 (now compiles OK!) |
| 2915 | - autoconf and other misc cleanups |
Damien Miller | 74d0d4a | 1999-12-29 02:24:35 +1100 | [diff] [blame] | 2916 | - Merged AIX patch from Darren Hall <dhall@virage.org> |
| 2917 | - Cleaned up defines.h |
Damien Miller | 06b472b | 1999-12-29 19:47:06 +1100 | [diff] [blame] | 2918 | - Released 1.2.1pre22 |
Damien Miller | 13bc0be | 1999-12-28 10:19:16 +1100 | [diff] [blame] | 2919 | |
Damien Miller | c0d7390 | 1999-12-27 09:23:58 +1100 | [diff] [blame] | 2920 | 19991227 |
| 2921 | - Automatically correct paths in manpages and configuration files. Patch |
| 2922 | and script from Andre Lucas <andre.lucas@dial.pipex.com> |
| 2923 | - Removed credits from README to CREDITS file, updated. |
Damien Miller | 5a3e683 | 1999-12-27 09:48:56 +1100 | [diff] [blame] | 2924 | - Added --with-default-path to specify custom path for server |
| 2925 | - Removed #ifdef trickery from acconfig.h into defines.h |
Damien Miller | 373d291 | 1999-12-27 10:45:54 +1100 | [diff] [blame] | 2926 | - PAM bugfix. PermitEmptyPassword was being ignored. |
| 2927 | - Fixed PAM config files to allow empty passwords if server does. |
| 2928 | - Explained spurious PAM auth warning workaround in UPGRADING |
Damien Miller | e127624 | 1999-12-27 11:33:56 +1100 | [diff] [blame] | 2929 | - Use last few chars of tty line as ut_id |
Damien Miller | 6a5d4d6 | 1999-12-27 16:46:17 +1100 | [diff] [blame] | 2930 | - New SuSE RPM spec file from Chris Saia <csaia@wtower.com> |
Damien Miller | 68e45de | 1999-12-27 23:54:55 +1100 | [diff] [blame] | 2931 | - OpenBSD CVS updates: |
| 2932 | - [packet.h auth-rhosts.c] |
| 2933 | check format string for packet_disconnect and packet_send_debug, too |
| 2934 | - [channels.c] |
| 2935 | use packet_get_maxsize for channels. consistence. |
Damien Miller | c0d7390 | 1999-12-27 09:23:58 +1100 | [diff] [blame] | 2936 | |
Damien Miller | 32b3cf2 | 1999-12-26 10:21:48 +1100 | [diff] [blame] | 2937 | 19991226 |
| 2938 | - Enabled utmpx support by default for Solaris |
| 2939 | - Cleanup sshd.c PAM a little more |
Damien Miller | f1aa21f | 2001-01-05 09:30:32 +1100 | [diff] [blame] | 2940 | - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx> |
Damien Miller | 3688440 | 1999-12-26 12:26:21 +1100 | [diff] [blame] | 2941 | X11 ssh-askpass program. |
Damien Miller | d49621e | 1999-12-26 14:04:33 +1100 | [diff] [blame] | 2942 | - Disable logging of PAM success and failures, PAM is verbose enough. |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2943 | Unfortunatly there is currently no way to disable auth failure |
| 2944 | messages. Mention this in UPGRADING file and sent message to PAM |
Damien Miller | d49621e | 1999-12-26 14:04:33 +1100 | [diff] [blame] | 2945 | developers |
Damien Miller | 4f0fa56 | 1999-12-26 14:24:41 +1100 | [diff] [blame] | 2946 | - OpenBSD CVS update: |
| 2947 | - [ssh-keygen.1 ssh.1] |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2948 | remove ref to .ssh/random_seed, mention .ssh/environment in |
Damien Miller | 4f0fa56 | 1999-12-26 14:24:41 +1100 | [diff] [blame] | 2949 | .Sh FILES, too |
Damien Miller | 9673b2b | 1999-12-26 19:10:30 +1100 | [diff] [blame] | 2950 | - Released 1.2.1pre21 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2951 | - Fixed implicit '.' in default path, report from Jim Knoble |
Damien Miller | f1aa21f | 2001-01-05 09:30:32 +1100 | [diff] [blame] | 2952 | <jmknoble@jmknoble.cx> |
| 2953 | - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx> |
Damien Miller | 32b3cf2 | 1999-12-26 10:21:48 +1100 | [diff] [blame] | 2954 | |
Damien Miller | 2e1b082 | 1999-12-25 10:11:29 +1100 | [diff] [blame] | 2955 | 19991225 |
| 2956 | - More fixes from Andre Lucas <andre.lucas@dial.pipex.com> |
| 2957 | - Cleanup of auth-passwd.c for shadow and MD5 passwords |
| 2958 | - Cleanup and bugfix of PAM authentication code |
Damien Miller | 32b3cf2 | 1999-12-26 10:21:48 +1100 | [diff] [blame] | 2959 | - Released 1.2.1pre20 |
| 2960 | |
| 2961 | - Merged fixes from Ben Taylor <bent@clark.net> |
| 2962 | - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk> |
| 2963 | - Disabled logging of PAM password authentication failures when password |
| 2964 | is empty. (e.g start of authentication loop). Reported by Naz |
| 2965 | <96na@eng.cam.ac.uk>) |
Damien Miller | 2e1b082 | 1999-12-25 10:11:29 +1100 | [diff] [blame] | 2966 | |
| 2967 | 19991223 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2968 | - Merged later HPUX patch from Andre Lucas |
Damien Miller | 2e1b082 | 1999-12-25 10:11:29 +1100 | [diff] [blame] | 2969 | <andre.lucas@dial.pipex.com> |
| 2970 | - Above patch included better utmpx support from Ben Taylor |
Damien Miller | 32b3cf2 | 1999-12-26 10:21:48 +1100 | [diff] [blame] | 2971 | <bent@clark.net> |
Damien Miller | 2e1b082 | 1999-12-25 10:11:29 +1100 | [diff] [blame] | 2972 | |
Damien Miller | 365199d | 1999-12-22 00:12:38 +1100 | [diff] [blame] | 2973 | 19991222 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2974 | - Fix undefined fd_set type in ssh.h from Povl H. Pedersen |
Damien Miller | 365199d | 1999-12-22 00:12:38 +1100 | [diff] [blame] | 2975 | <pope@netguide.dk> |
Damien Miller | 1b0c228 | 1999-12-22 16:09:48 +1100 | [diff] [blame] | 2976 | - Fix login.c breakage on systems which lack ut_host in struct |
| 2977 | utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com> |
Damien Miller | 365199d | 1999-12-22 00:12:38 +1100 | [diff] [blame] | 2978 | |
Damien Miller | 76112de | 1999-12-21 11:18:08 +1100 | [diff] [blame] | 2979 | 19991221 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2980 | - Integration of large HPUX patch from Andre Lucas |
| 2981 | <andre.lucas@dial.pipex.com>. Integrating it had a few other |
Damien Miller | 76112de | 1999-12-21 11:18:08 +1100 | [diff] [blame] | 2982 | benefits: |
| 2983 | - Ability to disable shadow passwords at configure time |
| 2984 | - Ability to disable lastlog support at configure time |
| 2985 | - Support for IP address in $DISPLAY |
Damien Miller | f039bad | 1999-12-21 20:57:20 +1100 | [diff] [blame] | 2986 | - OpenBSD CVS update: |
| 2987 | - [sshconnect.c] |
| 2988 | say "REMOTE HOST IDENTIFICATION HAS CHANGED" |
Damien Miller | cb7e5f9 | 1999-12-21 21:03:09 +1100 | [diff] [blame] | 2989 | - Fix DISABLE_SHADOW support |
| 2990 | - Allow MD5 passwords even if shadow passwords are disabled |
Damien Miller | e885291 | 1999-12-21 22:50:50 +1100 | [diff] [blame] | 2991 | - Release 1.2.1pre19 |
Damien Miller | 76112de | 1999-12-21 11:18:08 +1100 | [diff] [blame] | 2992 | |
Damien Miller | c4c647f | 1999-12-18 20:54:52 +1100 | [diff] [blame] | 2993 | 19991218 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2994 | - Redhat init script patch from Chun-Chung Chen |
Damien Miller | c4c647f | 1999-12-18 20:54:52 +1100 | [diff] [blame] | 2995 | <cjj@u.washington.edu> |
Damien Miller | fdb7caf | 1999-12-18 20:57:40 +1100 | [diff] [blame] | 2996 | - Avoid breakage on systems without IPv6 headers |
Damien Miller | c4c647f | 1999-12-18 20:54:52 +1100 | [diff] [blame] | 2997 | |
Damien Miller | ab8a4da | 1999-12-16 13:05:30 +1100 | [diff] [blame] | 2998 | 19991216 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 2999 | - Makefile changes for Solaris from Peter Kocks |
Damien Miller | ab8a4da | 1999-12-16 13:05:30 +1100 | [diff] [blame] | 3000 | <peter.kocks@baygate.com> |
Damien Miller | 5e7c10e | 1999-12-16 13:18:04 +1100 | [diff] [blame] | 3001 | - Minor updates to docs |
| 3002 | - Merged OpenBSD CVS changes: |
| 3003 | - [authfd.c ssh-agent.c] |
| 3004 | keysize warnings talk about identity files |
| 3005 | - [packet.c] |
| 3006 | "Connection closed by x.x.x.x": fatal() -> log() |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3007 | - Correctly handle empty passwords in shadow file. Patch from: |
Damien Miller | 8f9d507 | 1999-12-16 15:10:45 +1100 | [diff] [blame] | 3008 | "Chris, the Young One" <cky@pobox.com> |
| 3009 | - Released 1.2.1pre18 |
Damien Miller | ab8a4da | 1999-12-16 13:05:30 +1100 | [diff] [blame] | 3010 | |
Damien Miller | 84093e9 | 1999-12-15 09:06:28 +1100 | [diff] [blame] | 3011 | 19991215 |
| 3012 | - Integrated patchs from Juergen Keil <jk@tools.de> |
| 3013 | - Avoid void* pointer arithmatic |
| 3014 | - Use LDFLAGS correctly |
Damien Miller | 864ea59 | 1999-12-15 11:04:25 +1100 | [diff] [blame] | 3015 | - Fix SIGIO error in scp |
| 3016 | - Simplify status line printing in scp |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3017 | - Added better test for inline functions compiler support from |
Damien Miller | 3b9d5e9 | 1999-12-15 09:34:31 +1100 | [diff] [blame] | 3018 | Darren_Hall@progressive.com |
Damien Miller | 84093e9 | 1999-12-15 09:06:28 +1100 | [diff] [blame] | 3019 | |
Damien Miller | a34a28b | 1999-12-14 10:47:15 +1100 | [diff] [blame] | 3020 | 19991214 |
| 3021 | - OpenBSD CVS Changes |
| 3022 | - [canohost.c] |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3023 | fix get_remote_port() and friends for sshd -i; |
Damien Miller | a34a28b | 1999-12-14 10:47:15 +1100 | [diff] [blame] | 3024 | Holger.Trapp@Informatik.TU-Chemnitz.DE |
| 3025 | - [mpaux.c] |
| 3026 | make code simpler. no need for memcpy. niels@ ok |
| 3027 | - [pty.c] |
| 3028 | namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org |
| 3029 | fix proto; markus |
| 3030 | - [ssh.1] |
| 3031 | typo; mark.baushke@solipsa.com |
| 3032 | - [channels.c ssh.c ssh.h sshd.c] |
| 3033 | type conflict for 'extern Type *options' in channels.c; dot@dotat.at |
| 3034 | - [sshconnect.c] |
| 3035 | move checking of hostkey into own function. |
| 3036 | - [version.h] |
| 3037 | OpenSSH-1.2.1 |
Damien Miller | 36b339a | 1999-12-14 10:54:47 +1100 | [diff] [blame] | 3038 | - Clean up broken includes in pty.c |
Damien Miller | 6ae00d6 | 1999-12-14 15:43:03 +1100 | [diff] [blame] | 3039 | - Some older systems don't have poll.h, they use sys/poll.h instead |
| 3040 | - Doc updates |
Damien Miller | a34a28b | 1999-12-14 10:47:15 +1100 | [diff] [blame] | 3041 | |
Damien Miller | c6b3bbe | 1999-12-13 08:27:33 +1100 | [diff] [blame] | 3042 | 19991211 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3043 | - Fix compilation on systems with AFS. Reported by |
Damien Miller | c6b3bbe | 1999-12-13 08:27:33 +1100 | [diff] [blame] | 3044 | aloomis@glue.umd.edu |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3045 | - Fix installation on Solaris. Reported by |
Damien Miller | c6b3bbe | 1999-12-13 08:27:33 +1100 | [diff] [blame] | 3046 | Gordon Rowell <gordonr@gormand.com.au> |
| 3047 | - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com, |
| 3048 | patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de> |
| 3049 | - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com> |
| 3050 | - Compile fix from David Agraz <dagraz@jahoopa.com> |
| 3051 | - Avoid compiler warning in bsd-snprintf.c |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3052 | - Added pam_limits.so to default PAM config. Suggested by |
Damien Miller | f1aa21f | 2001-01-05 09:30:32 +1100 | [diff] [blame] | 3053 | Jim Knoble <jmknoble@jmknoble.cx> |
Damien Miller | c6b3bbe | 1999-12-13 08:27:33 +1100 | [diff] [blame] | 3054 | |
Damien Miller | bf1c9b2 | 1999-12-09 10:16:54 +1100 | [diff] [blame] | 3055 | 19991209 |
| 3056 | - Import of patch from Ben Taylor <bent@clark.net>: |
| 3057 | - Improved PAM support |
| 3058 | - "uninstall" rule for Makefile |
| 3059 | - utmpx support |
| 3060 | - Should fix PAM problems on Solaris |
Damien Miller | 50945fa | 1999-12-09 10:31:37 +1100 | [diff] [blame] | 3061 | - OpenBSD CVS updates: |
| 3062 | - [readpass.c] |
| 3063 | avoid stdio; based on work by markus, millert, and I |
| 3064 | - [sshd.c] |
| 3065 | make sure the client selects a supported cipher |
| 3066 | - [sshd.c] |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3067 | fix sighup handling. accept would just restart and daemon handled |
| 3068 | sighup only after the next connection was accepted. use poll on |
Damien Miller | 50945fa | 1999-12-09 10:31:37 +1100 | [diff] [blame] | 3069 | listen sock now. |
| 3070 | - [sshd.c] |
| 3071 | make that a fatal |
Damien Miller | d7f6615 | 1999-12-09 10:48:58 +1100 | [diff] [blame] | 3072 | - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us> |
| 3073 | to fix libwrap support on NetBSD |
Damien Miller | 6646bad | 1999-12-09 10:42:10 +1100 | [diff] [blame] | 3074 | - Released 1.2pre17 |
Damien Miller | bf1c9b2 | 1999-12-09 10:16:54 +1100 | [diff] [blame] | 3075 | |
Damien Miller | fce1648 | 1999-12-08 08:53:52 +1100 | [diff] [blame] | 3076 | 19991208 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3077 | - Compile fix for Solaris with /dev/ptmx from |
Damien Miller | fce1648 | 1999-12-08 08:53:52 +1100 | [diff] [blame] | 3078 | David Agraz <dagraz@jahoopa.com> |
| 3079 | |
Damien Miller | 0c078c6 | 1999-12-07 14:53:57 +1100 | [diff] [blame] | 3080 | 19991207 |
Damien Miller | f1aa21f | 2001-01-05 09:30:32 +1100 | [diff] [blame] | 3081 | - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx> |
Damien Miller | 0c078c6 | 1999-12-07 14:53:57 +1100 | [diff] [blame] | 3082 | fixes compatability with 4.x and 5.x |
Damien Miller | 3bc14dd | 1999-12-07 14:54:53 +1100 | [diff] [blame] | 3083 | - Fixed default SSH_ASKPASS |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3084 | - Fix PAM account and session being called multiple times. Problem |
Damien Miller | eabf341 | 1999-12-07 14:56:27 +1100 | [diff] [blame] | 3085 | reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk> |
Damien Miller | 037a0dc | 1999-12-07 15:38:31 +1100 | [diff] [blame] | 3086 | - Merged more OpenBSD changes: |
| 3087 | - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c] |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3088 | move atomicio into it's own file. wrap all socket write()s which |
Damien Miller | 037a0dc | 1999-12-07 15:38:31 +1100 | [diff] [blame] | 3089 | were doing write(sock, buf, len) != len, with atomicio() calls. |
| 3090 | - [auth-skey.c] |
| 3091 | fd leak |
| 3092 | - [authfile.c] |
| 3093 | properly name fd variable |
| 3094 | - [channels.c] |
| 3095 | display great hatred towards strcpy |
| 3096 | - [pty.c pty.h sshd.c] |
| 3097 | use openpty() if it exists (it does on BSD4_4) |
| 3098 | - [tildexpand.c] |
| 3099 | check for ~ expansion past MAXPATHLEN |
| 3100 | - Modified helper.c to use new atomicio function. |
| 3101 | - Reformat Makefile a little |
| 3102 | - Moved RC4 routines from rc4.[ch] into helper.c |
| 3103 | - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX) |
Damien Miller | af2604a | 1999-12-07 16:21:40 +1100 | [diff] [blame] | 3104 | - Updated SuSE spec from Chris Saia <csaia@wtower.com> |
| 3105 | - Tweaked Redhat spec |
Damien Miller | f5d69a5 | 1999-12-07 16:55:04 +1100 | [diff] [blame] | 3106 | - Clean up bad imports of a few files (forgot -kb) |
| 3107 | - Released 1.2pre16 |
Damien Miller | 0c078c6 | 1999-12-07 14:53:57 +1100 | [diff] [blame] | 3108 | |
Damien Miller | dc33fc3 | 1999-12-04 20:24:48 +1100 | [diff] [blame] | 3109 | 19991204 |
| 3110 | - Small cleanup of PAM code in sshd.c |
Damien Miller | aae6c61 | 1999-12-06 11:47:28 +1100 | [diff] [blame] | 3111 | - Merged OpenBSD CVS changes: |
| 3112 | - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h] |
| 3113 | move skey-auth from auth-passwd.c to auth-skey.c, same for krb4 |
| 3114 | - [auth-rsa.c] |
| 3115 | warn only about mismatch if key is _used_ |
| 3116 | warn about keysize-mismatch with log() not error() |
| 3117 | channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c |
| 3118 | ports are u_short |
| 3119 | - [hostfile.c] |
| 3120 | indent, shorter warning |
| 3121 | - [nchan.c] |
| 3122 | use error() for internal errors |
| 3123 | - [packet.c] |
| 3124 | set loglevel for SSH_MSG_DISCONNECT to log(), not fatal() |
| 3125 | serverloop.c |
| 3126 | indent |
| 3127 | - [ssh-add.1 ssh-add.c ssh.h] |
| 3128 | document $SSH_ASKPASS, reasonable default |
| 3129 | - [ssh.1] |
| 3130 | CheckHostIP is not available for connects via proxy command |
| 3131 | - [sshconnect.c] |
| 3132 | typo |
| 3133 | easier to read client code for passwd and skey auth |
| 3134 | turn of checkhostip for proxy connects, since we don't know the remote ip |
Damien Miller | dc33fc3 | 1999-12-04 20:24:48 +1100 | [diff] [blame] | 3135 | |
Damien Miller | 42b81ff | 1999-11-26 12:21:24 +1100 | [diff] [blame] | 3136 | 19991126 |
| 3137 | - Add definition for __P() |
| 3138 | - Added [v]snprintf() replacement for systems that lack it |
| 3139 | |
Damien Miller | 78224a0 | 1999-11-25 11:55:45 +1100 | [diff] [blame] | 3140 | 19991125 |
| 3141 | - More reformatting merged from OpenBSD CVS |
| 3142 | - Merged OpenBSD CVS changes: |
| 3143 | - [channels.c] |
| 3144 | fix packet_integrity_check() for !have_hostname_in_open. |
| 3145 | report from mrwizard@psu.edu via djm@ibs.com.au |
| 3146 | - [channels.c] |
| 3147 | set SO_REUSEADDR and SO_LINGER for forwarded ports. |
| 3148 | chip@valinux.com via damien@ibs.com.au |
| 3149 | - [nchan.c] |
| 3150 | it's not an error() if shutdown_write failes in nchan. |
| 3151 | - [readconf.c] |
| 3152 | remove dead #ifdef-0-code |
| 3153 | - [readconf.c servconf.c] |
| 3154 | strcasecmp instead of tolower |
| 3155 | - [scp.c] |
| 3156 | progress meter overflow fix from damien@ibs.com.au |
| 3157 | - [ssh-add.1 ssh-add.c] |
| 3158 | SSH_ASKPASS support |
| 3159 | - [ssh.1 ssh.c] |
| 3160 | postpone fork_after_authentication until command execution, |
| 3161 | request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au |
| 3162 | plus: use daemon() for backgrounding |
Damien Miller | d8087f6 | 1999-11-25 12:31:26 +1100 | [diff] [blame] | 3163 | - Added BSD compatible install program and autoconf test, thanks to |
| 3164 | Niels Kristian Bech Jensen <nkbj@image.dk> |
| 3165 | - Solaris fixing, thanks to Ben Taylor <bent@clark.net> |
Damien Miller | 063fdf8 | 1999-11-25 13:08:31 +1100 | [diff] [blame] | 3166 | - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com> |
Damien Miller | bf3f6ef | 1999-11-25 13:50:10 +1100 | [diff] [blame] | 3167 | - Release 1.2pre15 |
Damien Miller | 78224a0 | 1999-11-25 11:55:45 +1100 | [diff] [blame] | 3168 | |
Damien Miller | 95def09 | 1999-11-25 00:26:21 +1100 | [diff] [blame] | 3169 | 19991124 |
| 3170 | - Merged very large OpenBSD source code reformat |
| 3171 | - OpenBSD CVS updates |
| 3172 | - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c] |
| 3173 | [ssh.h sshd.8 sshd.c] |
| 3174 | syslog changes: |
| 3175 | * Unified Logmessage for all auth-types, for success and for failed |
| 3176 | * Standard connections get only ONE line in the LOG when level==LOG: |
| 3177 | Auth-attempts are logged only, if authentication is: |
| 3178 | a) successfull or |
| 3179 | b) with passwd or |
| 3180 | c) we had more than AUTH_FAIL_LOG failues |
| 3181 | * many log() became verbose() |
| 3182 | * old behaviour with level=VERBOSE |
| 3183 | - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c] |
| 3184 | tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE |
| 3185 | messages. allows use of s/key in windows (ttssh, securecrt) and |
| 3186 | ssh-1.2.27 clients without 'ssh -v', ok: niels@ |
| 3187 | - [sshd.8] |
| 3188 | -V, for fallback to openssh in SSH2 compatibility mode |
| 3189 | - [sshd.c] |
| 3190 | fix sigchld race; cjc5@po.cwru.edu |
| 3191 | |
Damien Miller | 294df78 | 1999-11-23 10:11:29 +1100 | [diff] [blame] | 3192 | 19991123 |
| 3193 | - Added SuSE package files from Chris Saia <csaia@wtower.com> |
Damien Miller | 3744b51 | 1999-11-23 11:24:32 +1100 | [diff] [blame] | 3194 | - Restructured package-related files under packages/* |
Damien Miller | 294df78 | 1999-11-23 10:11:29 +1100 | [diff] [blame] | 3195 | - Added generic PAM config |
Damien Miller | 3744b51 | 1999-11-23 11:24:32 +1100 | [diff] [blame] | 3196 | - Numerous little Solaris fixes |
Damien Miller | 4d2f15f | 1999-11-23 12:36:29 +1100 | [diff] [blame] | 3197 | - Add recommendation to use GNU make to INSTALL document |
Damien Miller | 294df78 | 1999-11-23 10:11:29 +1100 | [diff] [blame] | 3198 | |
Damien Miller | 2221872 | 1999-11-22 12:51:42 +1100 | [diff] [blame] | 3199 | 19991122 |
| 3200 | - Make <enter> close gnome-ssh-askpass (Debian bug #50299) |
Damien Miller | 83df069 | 1999-11-22 13:22:29 +1100 | [diff] [blame] | 3201 | - OpenBSD CVS Changes |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3202 | - [ssh-keygen.c] |
| 3203 | don't create ~/.ssh only if the user wants to store the private |
| 3204 | key there. show fingerprint instead of public-key after |
Damien Miller | 83df069 | 1999-11-22 13:22:29 +1100 | [diff] [blame] | 3205 | keygeneration. ok niels@ |
Damien Miller | b3ca3aa | 1999-11-22 13:57:07 +1100 | [diff] [blame] | 3206 | - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h |
Damien Miller | 859cec0 | 1999-11-22 14:27:24 +1100 | [diff] [blame] | 3207 | - Added timersub() macro |
Damien Miller | b3ca3aa | 1999-11-22 13:57:07 +1100 | [diff] [blame] | 3208 | - Tidy RCSIDs of bsd-*.c |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3209 | - Added autoconf test and macro to deal with old PAM libraries |
Damien Miller | 859cec0 | 1999-11-22 14:27:24 +1100 | [diff] [blame] | 3210 | pam_strerror definition (one arg vs two). |
Damien Miller | d71b12e | 1999-11-22 15:24:34 +1100 | [diff] [blame] | 3211 | - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>) |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3212 | - Retry /dev/urandom reads interrupted by signal (report from |
Damien Miller | d71b12e | 1999-11-22 15:24:34 +1100 | [diff] [blame] | 3213 | Robert Hardy <rhardy@webcon.net>) |
Damien Miller | d770252 | 1999-11-22 16:11:05 +1100 | [diff] [blame] | 3214 | - Added a setenv replacement for systems which lack it |
Damien Miller | d733c91 | 1999-11-22 18:11:23 +1100 | [diff] [blame] | 3215 | - Only display public key comment when presenting ssh-askpass dialog |
| 3216 | - Released 1.2pre14 |
Damien Miller | 2221872 | 1999-11-22 12:51:42 +1100 | [diff] [blame] | 3217 | |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3218 | - Configure, Make and changelog corrections from Tudor Bosman |
Damien Miller | f7c0f82 | 1999-11-22 22:31:49 +1100 | [diff] [blame] | 3219 | <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk> |
| 3220 | |
Damien Miller | 6162d12 | 1999-11-21 13:23:52 +1100 | [diff] [blame] | 3221 | 19991121 |
Damien Miller | 83df069 | 1999-11-22 13:22:29 +1100 | [diff] [blame] | 3222 | - OpenBSD CVS Changes: |
Damien Miller | 2221872 | 1999-11-22 12:51:42 +1100 | [diff] [blame] | 3223 | - [channels.c] |
| 3224 | make this compile, bad markus |
| 3225 | - [log.c readconf.c servconf.c ssh.h] |
| 3226 | bugfix: loglevels are per host in clientconfig, |
| 3227 | factor out common log-level parsing code. |
| 3228 | - [servconf.c] |
| 3229 | remove unused index (-Wall) |
| 3230 | - [ssh-agent.c] |
| 3231 | only one 'extern char *__progname' |
| 3232 | - [sshd.8] |
| 3233 | document SIGHUP, -Q to synopsis |
| 3234 | - [sshconnect.c serverloop.c sshd.c packet.c packet.h] |
| 3235 | [channels.c clientloop.c] |
| 3236 | SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ |
| 3237 | [hope this time my ISP stays alive during commit] |
| 3238 | - [OVERVIEW README] typos; green@freebsd |
| 3239 | - [ssh-keygen.c] |
| 3240 | replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me) |
| 3241 | exit if writing the key fails (no infinit loop) |
| 3242 | print usage() everytime we get bad options |
| 3243 | - [ssh-keygen.c] overflow, djm@mindrot.org |
| 3244 | - [sshd.c] fix sigchld race; cjc5@po.cwru.edu |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3245 | |
Damien Miller | c6398ef | 1999-11-20 12:18:40 +1100 | [diff] [blame] | 3246 | 19991120 |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3247 | - Merged more Solaris support from Marc G. Fournier |
Damien Miller | c6398ef | 1999-11-20 12:18:40 +1100 | [diff] [blame] | 3248 | <marc.fournier@acadiau.ca> |
| 3249 | - Wrote autoconf tests for integer bit-types |
| 3250 | - Fixed enabling kerberos support |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3251 | - Fix segfault in ssh-keygen caused by buffer overrun in filename |
Damien Miller | f58db38 | 1999-11-20 17:02:56 +1100 | [diff] [blame] | 3252 | handling. |
Damien Miller | c6398ef | 1999-11-20 12:18:40 +1100 | [diff] [blame] | 3253 | |
Damien Miller | 5bbbd36 | 1999-11-19 07:56:21 +1100 | [diff] [blame] | 3254 | 19991119 |
| 3255 | - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com> |
Damien Miller | 23b7839 | 1999-11-19 08:25:48 +1100 | [diff] [blame] | 3256 | - Merged OpenBSD CVS changes |
| 3257 | - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c] |
| 3258 | more %d vs. %s in fmt-strings |
| 3259 | - [authfd.c] |
| 3260 | Integers should not be printed with %s |
Damien Miller | 58fc473 | 1999-11-19 12:05:01 +1100 | [diff] [blame] | 3261 | - EGD uses a socket, not a named pipe. Duh. |
| 3262 | - Fix includes in fingerprint.c |
Damien Miller | dc9365b | 1999-11-19 12:34:14 +1100 | [diff] [blame] | 3263 | - Fix scp progress bar bug again. |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3264 | - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of |
Damien Miller | 18ac171 | 1999-11-19 12:43:19 +1100 | [diff] [blame] | 3265 | David Rankin <drankin@bohemians.lexington.ky.us> |
Damien Miller | 8029775 | 1999-11-19 13:03:25 +1100 | [diff] [blame] | 3266 | - Added autoconf option to enable Kerberos 4 support (untested) |
| 3267 | - Added autoconf option to enable AFS support (untested) |
| 3268 | - Added autoconf option to enable S/Key support (untested) |
| 3269 | - Added autoconf option to enable TCP wrappers support (compiles OK) |
Damien Miller | 04f8014 | 1999-11-19 15:32:34 +1100 | [diff] [blame] | 3270 | - Renamed BSD helper function files to bsd-* |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3271 | - Added tests for login and daemon and enable OpenBSD replacements for |
Damien Miller | dd1c7ba | 1999-11-19 15:53:20 +1100 | [diff] [blame] | 3272 | when they are absent. |
| 3273 | - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu> |
Damien Miller | 5bbbd36 | 1999-11-19 07:56:21 +1100 | [diff] [blame] | 3274 | |
Damien Miller | 81428f9 | 1999-11-18 09:28:11 +1100 | [diff] [blame] | 3275 | 19991118 |
| 3276 | - Merged OpenBSD CVS changes |
| 3277 | - [scp.c] foregroundproc() in scp |
| 3278 | - [sshconnect.h] include fingerprint.h |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3279 | - [sshd.c] bugfix: the log() for passwd-auth escaped during logging |
Damien Miller | 81428f9 | 1999-11-18 09:28:11 +1100 | [diff] [blame] | 3280 | changes. |
Damien Miller | 6ee9564 | 1999-11-18 11:35:13 +1100 | [diff] [blame] | 3281 | - [ssh.1] Spell my name right. |
Damien Miller | 81428f9 | 1999-11-18 09:28:11 +1100 | [diff] [blame] | 3282 | - Added openssh.com info to README |
| 3283 | |
Damien Miller | 10f6f6b | 1999-11-17 17:29:08 +1100 | [diff] [blame] | 3284 | 19991117 |
| 3285 | - Merged OpenBSD CVS changes |
| 3286 | - [ChangeLog.Ylonen] noone needs this anymore |
| 3287 | - [authfd.c] close-on-exec for auth-socket, ok deraadt |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3288 | - [hostfile.c] |
| 3289 | in known_hosts key lookup the entry for the bits does not need |
| 3290 | to match, all the information is contained in n and e. This |
| 3291 | solves the problem with buggy servers announcing the wrong |
Damien Miller | 10f6f6b | 1999-11-17 17:29:08 +1100 | [diff] [blame] | 3292 | modulus length. markus and me. |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3293 | - [serverloop.c] |
| 3294 | bugfix: check for space if child has terminated, from: |
Damien Miller | 10f6f6b | 1999-11-17 17:29:08 +1100 | [diff] [blame] | 3295 | iedowse@maths.tcd.ie |
| 3296 | - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c] |
| 3297 | [fingerprint.c fingerprint.h] |
| 3298 | rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se> |
| 3299 | - [ssh-agent.1] typo |
| 3300 | - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@ |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3301 | - [sshd.c] |
Damien Miller | 10f6f6b | 1999-11-17 17:29:08 +1100 | [diff] [blame] | 3302 | force logging to stderr while loading private key file |
| 3303 | (lost while converting to new log-levels) |
| 3304 | |
Damien Miller | 7e8e820 | 1999-11-16 13:37:16 +1100 | [diff] [blame] | 3305 | 19991116 |
| 3306 | - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com> |
| 3307 | - Merged OpenBSD CVS changes: |
| 3308 | - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c] |
| 3309 | [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c] |
| 3310 | the keysize of rsa-parameter 'n' is passed implizit, |
| 3311 | a few more checks and warnings about 'pretended' keysizes. |
| 3312 | - [cipher.c cipher.h packet.c packet.h sshd.c] |
| 3313 | remove support for cipher RC4 |
| 3314 | - [ssh.c] |
| 3315 | a note for legay systems about secuity issues with permanently_set_uid(), |
| 3316 | the private hostkey and ptrace() |
| 3317 | - [sshconnect.c] |
| 3318 | more detailed messages about adding and checking hostkeys |
| 3319 | |
Damien Miller | d05a247 | 1999-11-15 14:25:30 +1100 | [diff] [blame] | 3320 | 19991115 |
| 3321 | - Merged OpenBSD CVS changes: |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3322 | - [ssh-add.c] change passphrase loop logic and remove ref to |
Damien Miller | d05a247 | 1999-11-15 14:25:30 +1100 | [diff] [blame] | 3323 | $DISPLAY, ok niels |
| 3324 | - Changed to ssh-add.c broke askpass support. Revised it to be a little more |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3325 | modular. |
Damien Miller | d05a247 | 1999-11-15 14:25:30 +1100 | [diff] [blame] | 3326 | - Revised autoconf support for enabling/disabling askpass support. |
Damien Miller | 2ccf661 | 1999-11-15 15:25:10 +1100 | [diff] [blame] | 3327 | - Merged more OpenBSD CVS changes: |
Damien Miller | be484b5 | 2000-07-15 14:14:16 +1000 | [diff] [blame] | 3328 | [auth-krb4.c] |
| 3329 | - disconnect if getpeername() fails |
| 3330 | - missing xfree(*client) |
| 3331 | [canohost.c] |
| 3332 | - disconnect if getpeername() fails |
| 3333 | - fix comment: we _do_ disconnect if ip-options are set |
| 3334 | [sshd.c] |
| 3335 | - disconnect if getpeername() fails |
| 3336 | - move checking of remote port to central place |
| 3337 | [auth-rhosts.c] move checking of remote port to central place |
| 3338 | [log-server.c] avoid extra fd per sshd, from millert@ |
| 3339 | [readconf.c] print _all_ bad config-options in ssh(1), too |
| 3340 | [readconf.h] print _all_ bad config-options in ssh(1), too |
| 3341 | [ssh.c] print _all_ bad config-options in ssh(1), too |
| 3342 | [sshconnect.c] disconnect if getpeername() fails |
Damien Miller | 2ccf661 | 1999-11-15 15:25:10 +1100 | [diff] [blame] | 3343 | - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it. |
Damien Miller | 3bd49ec | 1999-11-15 15:40:55 +1100 | [diff] [blame] | 3344 | - Various small cleanups to bring diff (against OpenBSD) size down. |
Damien Miller | 3f90587 | 1999-11-15 17:10:57 +1100 | [diff] [blame] | 3345 | - Merged more Solaris compability from Marc G. Fournier |
| 3346 | <marc.fournier@acadiau.ca> |
| 3347 | - Wrote autoconf tests for __progname symbol |
Damien Miller | f1aa21f | 2001-01-05 09:30:32 +1100 | [diff] [blame] | 3348 | - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx> |
Damien Miller | 2e8b1c8 | 1999-11-15 23:33:56 +1100 | [diff] [blame] | 3349 | - Released 1.2pre12 |
| 3350 | |
| 3351 | - Another OpenBSD CVS update: |
| 3352 | - [ssh-keygen.1] fix .Xr |
Damien Miller | d05a247 | 1999-11-15 14:25:30 +1100 | [diff] [blame] | 3353 | |
Damien Miller | 0a6e668 | 1999-11-15 09:56:06 +1100 | [diff] [blame] | 3354 | 19991114 |
| 3355 | - Solaris compilation fixes (still imcomplete) |
| 3356 | |
Damien Miller | b028438 | 1999-11-13 13:30:28 +1100 | [diff] [blame] | 3357 | 19991113 |
Damien Miller | 192bd01 | 1999-11-13 23:56:35 +1100 | [diff] [blame] | 3358 | - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk> |
| 3359 | - Don't install config files if they already exist |
| 3360 | - Fix inclusion of additional preprocessor directives from acconfig.h |
Damien Miller | b028438 | 1999-11-13 13:30:28 +1100 | [diff] [blame] | 3361 | - Removed redundant inclusions of config.h |
Damien Miller | c6d5ce8 | 1999-11-15 16:01:07 +1100 | [diff] [blame] | 3362 | - Added 'Obsoletes' lines to RPM spec file |
Damien Miller | b028438 | 1999-11-13 13:30:28 +1100 | [diff] [blame] | 3363 | - Merged OpenBSD CVS changes: |
| 3364 | - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3365 | - [scp.c] fix overflow reported by damien@ibs.com.au: off_t |
Damien Miller | b028438 | 1999-11-13 13:30:28 +1100 | [diff] [blame] | 3366 | totalsize, ok niels,aaron |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3367 | - Delay fork (-f option) in ssh until after port forwarded connections |
Damien Miller | b028438 | 1999-11-13 13:30:28 +1100 | [diff] [blame] | 3368 | have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi> |
Damien Miller | 2cb210f | 1999-11-13 15:40:10 +1100 | [diff] [blame] | 3369 | - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de> |
| 3370 | - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled |
Damien Miller | 192bd01 | 1999-11-13 23:56:35 +1100 | [diff] [blame] | 3371 | - Tidied default config file some more |
| 3372 | - Revised Redhat initscript to fix bug: sshd (re)start would fail |
| 3373 | if executed from inside a ssh login. |
Damien Miller | b028438 | 1999-11-13 13:30:28 +1100 | [diff] [blame] | 3374 | |
Damien Miller | 776af5d | 1999-11-12 08:49:09 +1100 | [diff] [blame] | 3375 | 19991112 |
| 3376 | - Merged changes from OpenBSD CVS |
| 3377 | - [sshd.c] session_key_int may be zero |
Damien Miller | 3226509 | 1999-11-12 11:33:04 +1100 | [diff] [blame] | 3378 | - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config] |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3379 | IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok |
Damien Miller | 3226509 | 1999-11-12 11:33:04 +1100 | [diff] [blame] | 3380 | deraadt,millert |
| 3381 | - Brought default sshd_config more in line with OpenBSD's |
Damien Miller | b9a692d | 1999-11-12 12:09:36 +1100 | [diff] [blame] | 3382 | - Grab server in gnome-ssh-askpass (Debian bug #49872) |
| 3383 | - Released 1.2pre10 |
Damien Miller | 776af5d | 1999-11-12 08:49:09 +1100 | [diff] [blame] | 3384 | |
Damien Miller | b5f8927 | 1999-11-12 14:35:58 +1100 | [diff] [blame] | 3385 | - Added INSTALL documentation |
Damien Miller | 6d7b2cd | 1999-11-12 15:19:27 +1100 | [diff] [blame] | 3386 | - Merged yet more changes from OpenBSD CVS |
| 3387 | - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c] |
| 3388 | [ssh.c ssh.h sshconnect.c sshd.c] |
| 3389 | make all access to options via 'extern Options options' |
| 3390 | and 'extern ServerOptions options' respectively; |
| 3391 | options are no longer passed as arguments: |
| 3392 | * make options handling more consistent |
| 3393 | * remove #include "readconf.h" from ssh.h |
| 3394 | * readconf.h is only included if necessary |
| 3395 | - [mpaux.c] clear temp buffer |
| 3396 | - [servconf.c] print _all_ bad options found in configfile |
Damien Miller | 3d1b22c | 1999-11-12 15:46:08 +1100 | [diff] [blame] | 3397 | - Make ssh-askpass support optional through autoconf |
Damien Miller | 9c8da3c | 1999-11-12 16:28:02 +1100 | [diff] [blame] | 3398 | - Fix nasty division-by-zero error in scp.c |
| 3399 | - Released 1.2pre11 |
Damien Miller | b5f8927 | 1999-11-12 14:35:58 +1100 | [diff] [blame] | 3400 | |
Damien Miller | ab18c41 | 1999-11-11 10:40:23 +1100 | [diff] [blame] | 3401 | 19991111 |
| 3402 | - Added (untested) Entropy Gathering Daemon (EGD) support |
Damien Miller | 4236f6e | 1999-11-12 12:22:31 +1100 | [diff] [blame] | 3403 | - Fixed /dev/urandom fd leak (Debian bug #49722) |
Damien Miller | 33e511e | 1999-11-11 11:43:13 +1100 | [diff] [blame] | 3404 | - Merged OpenBSD CVS changes: |
| 3405 | - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too |
| 3406 | - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too |
| 3407 | - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3408 | - Fix integer overflow which was messing up scp's progress bar for large |
Damien Miller | c4c647f | 1999-12-18 20:54:52 +1100 | [diff] [blame] | 3409 | file transfers. Fix submitted to OpenBSD developers. Report and fix |
| 3410 | from Kees Cook <cook@cpoint.net> |
Damien Miller | 5ce662a | 1999-11-11 17:57:39 +1100 | [diff] [blame] | 3411 | - Merged more OpenBSD CVS changes: |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3412 | - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal() |
Damien Miller | 5ce662a | 1999-11-11 17:57:39 +1100 | [diff] [blame] | 3413 | + krb-cleanup cleanup |
| 3414 | - [clientloop.c log-client.c log-server.c ] |
| 3415 | [readconf.c readconf.h servconf.c servconf.h ] |
| 3416 | [ssh.1 ssh.c ssh.h sshd.8] |
| 3417 | add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, |
| 3418 | obsoletes QuietMode and FascistLogging in sshd. |
Damien Miller | 776af5d | 1999-11-12 08:49:09 +1100 | [diff] [blame] | 3419 | - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au: |
| 3420 | allow session_key_int != sizeof(session_key) |
| 3421 | [this should fix the pre-assert-removal-core-files] |
| 3422 | - Updated default config file to use new LogLevel option and to improve |
| 3423 | readability |
| 3424 | |
Damien Miller | b77870f | 1999-11-10 12:48:08 +1100 | [diff] [blame] | 3425 | 19991110 |
Damien Miller | 4236f6e | 1999-11-12 12:22:31 +1100 | [diff] [blame] | 3426 | - Merged several minor fixes: |
Damien Miller | b77870f | 1999-11-10 12:48:08 +1100 | [diff] [blame] | 3427 | - ssh-agent commandline parsing |
| 3428 | - RPM spec file now installs ssh setuid root |
| 3429 | - Makefile creates libdir |
Damien Miller | ab18c41 | 1999-11-11 10:40:23 +1100 | [diff] [blame] | 3430 | - Merged beginnings of Solaris compability from Marc G. Fournier |
| 3431 | <marc.fournier@acadiau.ca> |
Damien Miller | b77870f | 1999-11-10 12:48:08 +1100 | [diff] [blame] | 3432 | |
Damien Miller | c7b38ce | 1999-11-09 10:28:04 +1100 | [diff] [blame] | 3433 | 19991109 |
| 3434 | - Autodetection of SSL/Crypto library location via autoconf |
| 3435 | - Fixed location of ssh-askpass to follow autoconf |
| 3436 | - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk> |
| 3437 | - Autodetection of RSAref library for US users |
| 3438 | - Minor doc updates |
Damien Miller | da217a0 | 1999-11-09 10:35:52 +1100 | [diff] [blame] | 3439 | - Merged OpenBSD CVS changes: |
| 3440 | - [rsa.c] bugfix: use correct size for memset() |
| 3441 | - [sshconnect.c] warn if announced size of modulus 'n' != real size |
Damien Miller | 742d2cb | 1999-11-09 14:28:26 +1100 | [diff] [blame] | 3442 | - Added GNOME passphrase requestor (use --with-gnome-askpass) |
Damien Miller | 3f51bf5 | 1999-11-09 14:46:02 +1100 | [diff] [blame] | 3443 | - RPM build now creates subpackages |
Damien Miller | 74389c9 | 1999-11-09 15:03:01 +1100 | [diff] [blame] | 3444 | - Released 1.2pre9 |
Damien Miller | c7b38ce | 1999-11-09 10:28:04 +1100 | [diff] [blame] | 3445 | |
Damien Miller | 356a0b0 | 1999-11-08 15:30:59 +1100 | [diff] [blame] | 3446 | 19991108 |
| 3447 | - Removed debian/ directory. This is now being maintained separately. |
| 3448 | - Added symlinks for slogin in RPM spec file |
| 3449 | - Fixed permissions on manpages in RPM spec file |
| 3450 | - Added references to required libraries in README file |
| 3451 | - Removed config.h.in from CVS |
| 3452 | - Removed pwdb support (better pluggable auth is provided by glibc) |
| 3453 | - Made PAM and requisite libdl optional |
| 3454 | - Removed lots of unnecessary checks from autoconf |
| 3455 | - Added support and autoconf test for openpty() function (Unix98 pty support) |
| 3456 | - Fix for scp not finding ssh if not installed as /usr/bin/ssh |
| 3457 | - Added TODO file |
| 3458 | - Merged parts of Debian patch From Phil Hands <phil@hands.com>: |
| 3459 | - Added ssh-askpass program |
| 3460 | - Added ssh-askpass support to ssh-add.c |
| 3461 | - Create symlinks for slogin on install |
| 3462 | - Fix "distclean" target in makefile |
| 3463 | - Added example for ssh-agent to manpage |
| 3464 | - Added support for PAM_TEXT_INFO messages |
| 3465 | - Disable internal /etc/nologin support if PAM enabled |
| 3466 | - Merged latest OpenBSD CVS changes: |
Damien Miller | fd7c911 | 1999-11-08 16:15:55 +1100 | [diff] [blame] | 3467 | - [all] replace assert() with error, fatal or packet_disconnect |
Damien Miller | 356a0b0 | 1999-11-08 15:30:59 +1100 | [diff] [blame] | 3468 | - [sshd.c] don't send fail-msg but disconnect if too many authentication |
| 3469 | failures |
Damien Miller | 356a0b0 | 1999-11-08 15:30:59 +1100 | [diff] [blame] | 3470 | - [sshd.c] remove unused argument. ok dugsong |
| 3471 | - [sshd.c] typo |
| 3472 | - [rsa.c] clear buffers used for encryption. ok: niels |
| 3473 | - [rsa.c] replace assert() with error, fatal or packet_disconnect |
Damien Miller | 5ac5f1c | 1999-11-08 15:50:14 +1100 | [diff] [blame] | 3474 | - [auth-krb4.c] remove unused argument. ok dugsong |
Damien Miller | 356a0b0 | 1999-11-08 15:30:59 +1100 | [diff] [blame] | 3475 | - Fixed coredump after merge of OpenBSD rsa.c patch |
Damien Miller | e8d9068 | 1999-11-08 18:09:57 +1100 | [diff] [blame] | 3476 | - Released 1.2pre8 |
Damien Miller | 356a0b0 | 1999-11-08 15:30:59 +1100 | [diff] [blame] | 3477 | |
Damien Miller | 0aa8e53 | 1999-11-02 19:05:02 +1100 | [diff] [blame] | 3478 | 19991102 |
| 3479 | - Merged change from OpenBSD CVS |
| 3480 | - One-line cleanup in sshd.c |
| 3481 | |
Damien Miller | 744da80 | 1999-10-30 09:12:25 +1000 | [diff] [blame] | 3482 | 19991030 |
| 3483 | - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com> |
Damien Miller | 1e4772c | 1999-10-30 11:39:56 +1000 | [diff] [blame] | 3484 | - Merged latest updates for OpenBSD CVS: |
| 3485 | - channels.[ch] - remove broken x11 fix and document istate/ostate |
| 3486 | - ssh-agent.c - call setsid() regardless of argv[] |
| 3487 | - ssh.c - save a few lines when disabling rhosts-{rsa-}auth |
| 3488 | - Documentation cleanups |
| 3489 | - Renamed README -> README.Ylonen |
| 3490 | - Renamed README.openssh ->README |
Damien Miller | 744da80 | 1999-10-30 09:12:25 +1000 | [diff] [blame] | 3491 | |
Damien Miller | 070f7a1 | 1999-10-29 10:29:29 +1000 | [diff] [blame] | 3492 | 19991029 |
| 3493 | - Renamed openssh* back to ssh* at request of Theo de Raadt |
| 3494 | - Incorporated latest changes from OpenBSD's CVS |
| 3495 | - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk> |
| 3496 | - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com> |
Damien Miller | 07a826d | 1999-10-29 11:49:20 +1000 | [diff] [blame] | 3497 | - Make distclean now removed configure script |
| 3498 | - Improved PAM logging |
| 3499 | - Added some debug() calls for PAM |
Damien Miller | 65b3c13 | 1999-10-29 12:37:01 +1000 | [diff] [blame] | 3500 | - Removed redundant subdirectories |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3501 | - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for |
Damien Miller | 65b3c13 | 1999-10-29 12:37:01 +1000 | [diff] [blame] | 3502 | building on Debian. |
Damien Miller | d0562b3 | 1999-10-29 13:09:40 +1000 | [diff] [blame] | 3503 | - Fixed off-by-one error in PAM env patch |
| 3504 | - Released 1.2pre6 |
Damien Miller | 070f7a1 | 1999-10-29 10:29:29 +1000 | [diff] [blame] | 3505 | |
Damien Miller | 7f6ea02 | 1999-10-28 13:25:17 +1000 | [diff] [blame] | 3506 | 19991028 |
| 3507 | - Further PAM enhancements. |
| 3508 | - Much cleaner |
| 3509 | - Now uses account and session modules for all logins. |
| 3510 | - Integrated patch from Dan Brosemer <odin@linuxfreak.com> |
| 3511 | - Build fixes |
| 3512 | - Autoconf |
| 3513 | - Change binary names to open* |
| 3514 | - Fixed autoconf script to detect PAM on RH6.1 |
| 3515 | - Added tests for libpwdb, and OpenBSD functions to autoconf |
Damien Miller | eff18d6 | 1999-10-28 14:14:38 +1000 | [diff] [blame] | 3516 | - Released 1.2pre4 |
Damien Miller | 29b5a59 | 1999-10-28 15:46:27 +1000 | [diff] [blame] | 3517 | |
| 3518 | - Imported latest OpenBSD CVS code |
| 3519 | - Updated README.openssh |
Damien Miller | 34d0b61 | 1999-10-28 17:51:40 +1000 | [diff] [blame] | 3520 | - Released 1.2pre5 |
Damien Miller | 29b5a59 | 1999-10-28 15:46:27 +1000 | [diff] [blame] | 3521 | |
Damien Miller | 7f6ea02 | 1999-10-28 13:25:17 +1000 | [diff] [blame] | 3522 | 19991027 |
| 3523 | - Adapted PAM patch. |
| 3524 | - Released 1.0pre2 |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 3525 | |
Damien Miller | 7f6ea02 | 1999-10-28 13:25:17 +1000 | [diff] [blame] | 3526 | - Excised my buggy replacements for strlcpy and mkdtemp |
| 3527 | - Imported correct OpenBSD strlcpy and mkdtemp routines. |
| 3528 | - Reduced arc4random_stir entropy read to 32 bytes (256 bits) |
| 3529 | - Picked up correct version number from OpenBSD |
| 3530 | - Added sshd.pam PAM configuration file |
| 3531 | - Added sshd.init Redhat init script |
| 3532 | - Added openssh.spec RPM spec file |
| 3533 | - Released 1.2pre3 |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 3534 | |
Damien Miller | 7f6ea02 | 1999-10-28 13:25:17 +1000 | [diff] [blame] | 3535 | 19991026 |
| 3536 | - Fixed include paths of OpenSSL functions |
| 3537 | - Use OpenSSL MD5 routines |
| 3538 | - Imported RC4 code from nanocrypt |
| 3539 | - Wrote replacements for OpenBSD arc4random* functions |
| 3540 | - Wrote replacements for strlcpy and mkdtemp |
| 3541 | - Released 1.0pre1 |