blob: 2a9340f70633a7bf63d80b2acd5fec4ddbe633c6 [file] [log] [blame]
Darren Tucker7c582db2003-11-03 18:59:29 +1100120031103
2 - (dtucker) [contrib/cygwin/ssh-host-config] Ensure entries in /etc/services
3 are created correctly with CRLF line terminations. Patch from vinschen at
4 redhat.com.
5
Darren Tucker0d37b5c2003-10-21 12:41:14 +1000620031021
7 - (dtucker) [INSTALL] Some system crypt() functions support MD5 passwords
8 directly. Noted by Darren.Moffat at sun.com.
Darren Tuckerea4c6702003-10-21 22:27:08 +10009 - (dtucker) [regress/agent-ptrace.sh] Skip agent-test unless SUDO is set,
10 make agent setgid during test.
Darren Tucker0d37b5c2003-10-21 12:41:14 +100011
Darren Tucker9568ad92003-10-17 16:32:11 +10001220031017
13 - (dtucker) [INSTALL] Note that --with-md5 is now required on platforms with
14 MD5 passwords even if PAM support is enabled. From steev at detritus.net.
15
Darren Tucker1f203942003-10-15 15:50:42 +10001620031015
17 - (dtucker) OpenBSD CVS Sync
18 - jmc@cvs.openbsd.org 2003/10/08 08:27:36
19 [scp.1 scp.c sftp-server.8 sftp.1 sftp.c ssh.1 sshd.8]
20 scp and sftp: add options list and sort options. options list requested
21 by deraadt@
22 sshd: use same format as ssh
23 ssh: remove wrong option from list
24 sftp-server: Subsystem is documented in ssh_config(5), not sshd(8)
25 ok deraadt@ markus@
Darren Tuckera044f472003-10-15 15:52:03 +100026 - markus@cvs.openbsd.org 2003/10/08 15:21:24
27 [readconf.c ssh_config.5]
28 default GSS API to no in client, too; ok jakob, deraadt@
Darren Tucker0a118da2003-10-15 15:54:32 +100029 - markus@cvs.openbsd.org 2003/10/11 08:24:08
30 [readconf.c readconf.h ssh.1 ssh.c ssh_config.5]
31 remote x11 clients are now untrusted by default, uses xauth(8) to generate
32 untrusted cookies; ForwardX11Trusted=yes restores old behaviour.
33 ok deraadt; feedback and ok djm/fries
Darren Tuckerd05b6012003-10-15 15:55:59 +100034 - markus@cvs.openbsd.org 2003/10/11 08:26:43
35 [sshconnect2.c]
36 search keys in reverse order; fixes #684
Darren Tucker7eb3de02003-10-15 15:56:58 +100037 - markus@cvs.openbsd.org 2003/10/11 11:36:23
38 [monitor_wrap.c]
39 return NULL for missing banner; ok djm@
Darren Tuckerf132c672003-10-15 15:58:18 +100040 - jmc@cvs.openbsd.org 2003/10/12 13:12:13
41 [ssh_config.5]
42 note that EnableSSHKeySign should be in the non-hostspecific section;
43 remove unnecessary .Pp;
44 ok markus@
Darren Tuckerb370ca92003-10-15 15:59:26 +100045 - markus@cvs.openbsd.org 2003/10/13 08:22:25
46 [scp.1 sftp.1]
47 don't refer to options related to forwarding; ok jmc@
Darren Tuckerdda19d62003-10-15 16:00:47 +100048 - jakob@cvs.openbsd.org 2003/10/14 19:42:10
49 [dns.c dns.h readconf.c ssh-keygen.c sshconnect.c]
50 include SSHFP lookup code (not enabled by default). ok markus@
Darren Tucker64b77bc2003-10-15 16:07:53 +100051 - jakob@cvs.openbsd.org 2003/10/14 19:43:23
52 [README.dns]
53 update
Darren Tucker072a7b12003-10-15 16:10:25 +100054 - markus@cvs.openbsd.org 2003/10/14 19:54:39
55 [session.c ssh-agent.c]
56 10X for mkdtemp; djm@
Darren Tucker5f88d342003-10-15 16:57:57 +100057 - (dtucker) [acconfig.h configure.ac dns.c openbsd-compat/getrrsetbyname.c
58 openbsd-compat/getrrsetbyname.h] DNS fingerprint support is now always
59 compiled in but disabled in config.
Darren Tuckerc6020652003-10-15 17:48:20 +100060 - (dtucker) [auth.c] Check for disabled password expiry on HP-UX Trusted Mode.
Tim Rice6b1f8a32003-10-15 09:22:39 -070061 - (tim) [regress/banner.sh] portability fix.
Darren Tucker1f203942003-10-15 15:50:42 +100062
Darren Tucker6c0c0702003-10-09 14:13:53 +10006320031009
64 - (dtucker) [sshd_config.5] UsePAM defaults to "no". ok djm@
65
Darren Tucker046dff22003-10-08 17:32:02 +10006620031008
67 - (dtucker) OpenBSD CVS Sync
68 - dtucker@cvs.openbsd.org 2003/10/07 01:47:27
69 [sshconnect2.c]
Darren Tucker79644822003-10-08 17:37:58 +100070 Don't use logit for banner, since it truncates to MSGBUFSIZ; bz #668 &
71 #707. ok markus@
Darren Tucker64dbccc2003-10-08 17:34:38 +100072 - djm@cvs.openbsd.org 2003/10/07 07:04:16
73 [sftp-int.c]
74 sftp quoting fix from admorten AT umich.edu; ok markus@
Darren Tucker79644822003-10-08 17:37:58 +100075 - deraadt@cvs.openbsd.org 2003/10/07 21:58:28
76 [sshconnect2.c]
77 set ptr to NULL after free
Darren Tuckerdc001a52003-10-08 17:47:19 +100078 - dtucker@cvs.openbsd.org 2003/10/07 01:52:13
79 [regress/Makefile regress/banner.sh]
80 Test SSH2 banner. ok markus@
Darren Tucker0240ff72003-10-08 17:52:10 +100081 - djm@cvs.openbsd.org 2003/10/07 07:04:52
82 [regress/sftp-cmds.sh]
83 more sftp quoting regress tests; ok markus
Darren Tucker046dff22003-10-08 17:32:02 +100084
Damien Miller6f1f6112003-10-07 10:18:22 +10008520031007
86 - (djm) Delete autom4te.cache after autoreconf
Darren Tucker8846a072003-10-07 11:30:15 +100087 - (dtucker) [auth-pam.c auth-pam.h session.c] Make PAM use the new static
88 cleanup functions. With & ok djm@
Darren Tuckerdfe6d912003-10-07 17:40:56 +100089 - (dtucker) [contrib/redhat/openssh.spec] Bug #714: Now that UsePAM is a
90 run-time switch, always build --with-md5-passwords.
Darren Tucker2e8c0cc2003-10-07 17:49:56 +100091 - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoul.c]
92 Bug #670: add strtoul() to openbsd-compat for platforms lacking it. ok djm@
Darren Tucker3b2a06c2003-10-07 18:37:11 +100093 - (dtucker) [configure.ac] Bug #715: Set BROKEN_SETREUID and BROKEN_SETREGID
94 on Reliant Unix. Patch from Robert.Dahlem at siemens.com.
Darren Tucker89df7a32003-10-07 20:35:57 +100095 - (dtucker) [configure.ac] Bug #710: Check for dlsym() in libdl on
96 Reliant Unix. Based on patch from Robert.Dahlem at siemens.com.
Damien Miller6f1f6112003-10-07 10:18:22 +100097
Darren Tucker4a250542003-10-03 17:57:24 +10009820031003
Darren Tuckerf4bf5d02003-10-07 11:31:22 +100099 - (dtucker) OpenBSD CVS Sync
Darren Tucker4a250542003-10-03 17:57:24 +1000100 - markus@cvs.openbsd.org 2003/10/02 10:41:59
101 [sshd.c]
102 print openssl version, too, several requests; ok henning/djm.
Darren Tuckere3ca82e2003-10-03 18:02:30 +1000103 - markus@cvs.openbsd.org 2003/10/02 08:26:53
104 [ssh-gss.h]
105 missing $OpenBSD:; dtucker
Tim Rice30aa44c2003-10-03 22:30:23 -0700106 - (tim) [contrib/caldera/openssh.spec] Remove obsolete --with-ipv4-default
107 option.
Darren Tucker4a250542003-10-03 17:57:24 +1000108
Darren Tucker3e33cec2003-10-02 16:12:36 +100010920031002
Darren Tuckerf4bf5d02003-10-07 11:31:22 +1000110 - (dtucker) OpenBSD CVS Sync
Darren Tucker3e33cec2003-10-02 16:12:36 +1000111 - markus@cvs.openbsd.org 2003/09/23 20:17:11
112 [Makefile.in auth1.c auth2.c auth.c auth.h auth-krb5.c canohost.c
113 cleanup.c clientloop.c fatal.c gss-serv.c log.c log.h monitor.c monitor.h
114 monitor_wrap.c monitor_wrap.h packet.c serverloop.c session.c session.h
115 ssh-agent.c sshd.c]
116 replace fatal_cleanup() and linked list of fatal callbacks with static
117 cleanup_exit() function. re-refine cleanup_exit() where appropriate,
118 allocate sshd's authctxt eary to allow simpler cleanup in sshd.
119 tested by many, ok deraadt@
Darren Tucker6cc310b2003-10-02 16:15:15 +1000120 - markus@cvs.openbsd.org 2003/09/23 20:18:52
121 [progressmeter.c]
122 don't print trailing \0; bug #709; Robert.Dahlem@siemens.com
123 ok millert/deraadt@
Darren Tucker5dcdd212003-10-02 16:17:00 +1000124 - markus@cvs.openbsd.org 2003/09/23 20:41:11
125 [channels.c channels.h clientloop.c]
126 move client only agent code to clientloop.c
Darren Tucker8fca6b52003-10-02 16:18:22 +1000127 - markus@cvs.openbsd.org 2003/09/26 08:19:29
128 [sshd.c]
129 no need to set the listen sockets to non-block; ok deraadt@
Darren Tucker61776952003-10-02 16:19:47 +1000130 - jmc@cvs.openbsd.org 2003/09/29 11:40:51
131 [ssh.1]
132 - add list of options to -o and .Xr ssh_config(5)
133 - some other cleanup
134 requested by deraadt@;
135 ok deraadt@ markus@
Darren Tuckera49d36e2003-10-02 16:20:54 +1000136 - markus@cvs.openbsd.org 2003/09/29 20:19:57
137 [servconf.c sshd_config]
138 GSSAPICleanupCreds -> GSSAPICleanupCredentials
Darren Tucker0ccb59b2003-10-02 16:26:34 +1000139 - (dtucker) [configure.ac] Don't set DISABLE_SHADOW when configuring
140 --with-pam. ok djm@
Darren Tucker7596d682003-10-02 17:32:30 +1000141 - (dtucker) [ssh-gss.h] Prototype change missed in sync.
Darren Tuckerf391ba62003-10-02 20:07:09 +1000142 - (dtucker) [session.c] Fix bus errors on some 64-bit Solaris configurations.
143 Based on patches by Matthias Koeppe and Thomas Baden. ok djm@
Darren Tucker3e33cec2003-10-02 16:12:36 +1000144
Ben Lindstromb210aa22003-09-30 23:49:06 +000014520030930
146 - (bal) Fix issues in openbsd-compat/realpath.c
147
Darren Tuckerb88fcc72003-09-25 20:18:33 +100014820030925
149 - (dtucker) [configure.ac openbsd-compat/xcrypt.c] Bug #633: Remove
150 DISABLE_SHADOW for HP-UX, use getspnam instead of getprpwnam. Patch from
151 michael_steffens at hp.com, ok djm@
Tim Riced4d18152003-09-25 19:04:34 -0700152 - (tim) [sshd_config] UsePAM defaults to no.
Darren Tuckerb88fcc72003-09-25 20:18:33 +1000153
Damien Millerdbb10472003-09-24 08:30:18 +100015420030924
155 - (djm) Update version.h and spec files for HEAD
Darren Tuckerbeaf6792003-09-24 20:03:48 +1000156 - (dtucker) [configure.ac] IRIX5 needs the same setre[ug]id defines as IRIX6.
Damien Millerdbb10472003-09-24 08:30:18 +1000157
Darren Tucker782390e2003-09-22 10:58:55 +100015820030923
Darren Tucker8a49dd12003-09-22 10:59:34 +1000159 - (dtucker) [Makefile.in] Bug #644: Fix "make clean" for out-of-tree
Darren Tucker782390e2003-09-22 10:58:55 +1000160 builds. Portability corrections from tim@.
Tim Rice480ef8d2003-09-21 21:38:11 -0700161 - (dtucker) [configure.ac] Bug #665: uid swapping issues on Mac OS X.
Darren Tucker20379a32003-09-22 11:07:40 +1000162 Patch from max at quendi.de.
Darren Tuckered92b212003-09-22 11:26:16 +1000163 - (dtucker) [configure.ac] Bug #657: uid swapping issues on BSDi.
164 - (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.
Darren Tucker00130112003-09-22 11:40:24 +1000165 - (dtucker) [configure.ac] Bug #693: uid swapping issues on NCR MP-RAS.
166 Patch from david.haughton at ncr.com
Darren Tuckerbe79af12003-09-22 11:58:21 +1000167 - (dtucker) [configure.ac] Bug #659: uid swapping issues on IRIX 6.
168 Part of patch supplied by bugzilla-openssh at thewrittenword.com
Darren Tuckerd5e082f2003-09-22 12:08:23 +1000169 - (dtucker) [configure.ac openbsd-compat/fake-rfc2553.c
170 openbsd-compat/fake-rfc2553.h] Bug #659: Test for and handle systems with
171 where gai_strerror is defined as "const char *". Part of patch supplied
172 by bugzilla-openssh at thewrittenword.com
Darren Tucker8daf4b42003-09-22 12:32:00 +1000173 - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config] Update
174 ssh-host-config to match current defaults, bump README version. Patch from
175 vinschen at redhat.com.
Darren Tuckerfbe3b362003-09-22 12:54:37 +1000176 - (dtucker) [uidswap.c] Don't test restoration of uid on Cygwin since the
177 OS does not support permanently dropping privileges. Patch from
178 vinschen at redhat.com.
Darren Tucker051c2702003-09-22 13:05:26 +1000179 - (dtucker) [openbsd-compat/port-aix.c] Use correct include for xmalloc.h,
180 add canohost.h to stop warning. Based on patch from openssh-unix-dev at
181 thewrittenword.com
Darren Tucker42d30822003-09-22 13:28:36 +1000182 - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or
183 higher.
Tim Rice7a74c6b2003-09-21 21:00:59 -0700184 - (tim) Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/
Tim Rice480ef8d2003-09-21 21:38:11 -0700185 - (tim) [configure.ac] Bug 665: move 3 new AC_DEFINES outside of AC_TRY_RUN.
186 Report by distler AT golem ph utexas edu.
Darren Tucker220bf132003-09-22 20:41:40 +1000187 - (dtucker) [contrib/aix/pam.conf] Include example pam.conf for AIX from
188 article by genty at austin.ibm.com, included with the author's permission.
Darren Tuckerbd5361b2003-09-22 20:59:16 +1000189 - (dtucker) OpenBSD CVS Sync
190 - markus@cvs.openbsd.org 2003/09/18 07:52:54
191 [sshconnect.c]
192 missing {}; bug #656; jclonguet at free.fr
Darren Tuckerd2730d32003-09-22 21:00:19 +1000193 - markus@cvs.openbsd.org 2003/09/18 07:54:48
194 [buffer.c]
195 protect against double free; #660; zardoz at users.sf.net
Darren Tuckerd1d41b32003-09-22 21:01:27 +1000196 - markus@cvs.openbsd.org 2003/09/18 07:56:05
197 [authfile.c]
198 missing buffer_free(&encrypted); #662; zardoz at users.sf.net
Darren Tuckerfb16b242003-09-22 21:04:23 +1000199 - markus@cvs.openbsd.org 2003/09/18 08:49:45
200 [deattack.c misc.c session.c ssh-agent.c]
201 more buffer allocation fixes; from Solar Designer; CAN-2003-0682;
202 ok millert@
Darren Tuckerc0815c92003-09-22 21:05:50 +1000203 - miod@cvs.openbsd.org 2003/09/18 13:02:21
204 [authfd.c bufaux.c dh.c mac.c ssh-keygen.c]
205 A few signedness fixes for harmless situations; markus@ ok
Darren Tuckera8151da2003-09-22 21:06:46 +1000206 - markus@cvs.openbsd.org 2003/09/19 09:02:02
207 [packet.c]
208 buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471
Darren Tucker631a4a92003-09-22 21:08:21 +1000209 - markus@cvs.openbsd.org 2003/09/19 09:03:00
210 [buffer.c]
211 sign fix in buffer_dump; Jedi/Sector One; pr 3473
Darren Tucker6fa8abd2003-09-22 21:10:21 +1000212 - markus@cvs.openbsd.org 2003/09/19 11:29:40
213 [ssh-agent.c]
214 provide a ssh-agent specific fatal() function; ok deraadt
Darren Tucker3d326222003-09-22 21:11:20 +1000215 - markus@cvs.openbsd.org 2003/09/19 11:30:39
216 [ssh-keyscan.c]
217 avoid fatal_cleanup, just call exit(); ok deraadt
Darren Tucker3dbff2a2003-09-22 21:12:56 +1000218 - markus@cvs.openbsd.org 2003/09/19 11:31:33
219 [channels.c]
220 do not call channel_free_all on fatal; ok deraadt
Darren Tuckeraaa56cb2003-09-22 21:13:59 +1000221 - markus@cvs.openbsd.org 2003/09/19 11:33:09
222 [packet.c sshd.c]
223 do not call packet_close on fatal; ok deraadt
Darren Tucker8654d162003-09-22 21:14:55 +1000224 - markus@cvs.openbsd.org 2003/09/19 17:40:20
225 [scp.c]
226 error handling for remote-remote copy; #638; report Harald Koenig;
227 ok millert, fgs, henning, deraadt
Darren Tucker9a2c4cd2003-09-22 21:16:05 +1000228 - markus@cvs.openbsd.org 2003/09/19 17:43:35
229 [clientloop.c sshtty.c sshtty.h]
230 remove fatal callbacks from client code; ok deraadt
Ben Lindstromda4d9cf2003-09-22 15:36:15 +0000231 - (bal) "extration" -> "extraction" in ssh-rand-helper.c; repoted by john
232 on #unixhelp@efnet
Tim Rice7ff4e6d2003-09-22 19:50:14 -0700233 - (tim) [configure.ac] add --disable-etc-default-login option. ok djm
Damien Miller5c3a5582003-09-23 22:12:38 +1000234 - (djm) Sync with V_3_7 branch:
235 - (djm) Fix SSH1 challenge kludge
236 - (djm) Bug #671: Fix builds on OpenBSD
237 - (djm) Bug #676: Fix PAM stack corruption
238 - (djm) Fix bad free() in PAM code
239 - (djm) Don't call pam_end before pam_init
240 - (djm) Enable build with old OpenSSL again
241 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
242 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
Darren Tucker782390e2003-09-22 10:58:55 +1000243
Damien Miller677179f2003-09-19 16:30:14 +100024420030919
245 - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
246 djast AT cs.toronto.edu
Damien Millerf09ad862003-09-19 16:41:01 +1000247 - (djm) Bug #661: Remove duplicate check for basename; from
248 bugzilla-openssh AT thewrittenword.com
Damien Miller968c8d22003-09-19 16:58:21 +1000249 - (djm) Bug #641: Allow RedHat RPM building without GTK-2; Patch from
250 jason AT devrandom.org
Damien Miller80409392003-09-19 17:05:24 +1000251 - (djm) Bug #646: Fix location of x11-ssh-askpass; Jim
Darren Tucker91acbf22003-09-19 20:43:38 +1000252 - (dtucker) [openbsd-compat/port-aix.h] Bug #640: Don't include audit.h
253 unless required. Reorder to reduce warnings.
Darren Tuckerc11b1e82003-09-19 20:56:51 +1000254 - (dtucker) [session.c] Bug #643: Fix size_t -> u_int and fix null deref
255 when /etc/default/login doesn't exist or isn't readable. Fixes from
256 jparsons-lists at saffron.net and georg.oppenberg at deu mci com.
Darren Tucker4724d962003-09-19 21:25:23 +1000257 - (dtucker) [acconfig.h] Updated basename test needs HAVE_BASENAME
Damien Miller677179f2003-09-19 16:30:14 +1000258
Damien Miller5d07e6d2003-09-18 18:25:46 +100025920030918
260 - (djm) Bug #652: Fix empty password auth
261
Damien Millerf2728092003-09-17 07:24:25 +100026220030917
263 - (djm) Sync with V_3_7 branch
Damien Miller5efcecc2003-09-17 07:31:14 +1000264 - (djm) OpenBSD Sync
265 - markus@cvs.openbsd.org 2003/09/16 21:02:40
266 [buffer.c channels.c version.h]
267 more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDU
Damien Millere007cf72003-09-17 07:32:17 +1000268 - (djm) Crank RPM spec file versions
Tim Rice628c8732003-09-17 13:20:33 -0700269 - (tim) [openbsd-compat/inet_ntoa.c] 20030917 "Sync with V_3_7 branch" undid
270 20030916 "Missed dead header in inet_ntoa.c"
Damien Millere007cf72003-09-17 07:32:17 +1000271
Darren Tuckere1a790d2003-09-16 11:52:19 +100027220030916
273 - (dtucker) [acconfig.h configure.ac defines.h session.c] Bug #252: Retrieve
274 PATH (or SUPATH) and UMASK from /etc/default/login on platforms that have it
Ben Lindstromf2b4e4e2003-09-16 03:31:03 +0000275 (eg Solaris, Reliant Unix). Patch from Robert.Dahlem at siemens.com.
276 ok djm@
277 - (bal) OpenBSD Sync
278 - deraadt@cvs.openbsd.org 2003/09/16 03:03:47
279 [buffer.c]
280 do not expand buffer before attempting to reallocate it; markus ok
Tim Riceb925b4b2003-09-15 22:40:49 -0700281 - (tim) [configure.ac] Fix portability issues.
Ben Lindstrome1210482003-09-16 17:23:29 +0000282 - (bal) Missed dead header in inet_ntoa.c
Darren Tuckere1a790d2003-09-16 11:52:19 +1000283
Darren Tuckerb12d16f2003-09-14 11:40:35 +100028420030914
285 - (dtucker) [Makefile regress/Makefile] Fix portability issues preventing
286 the regression tests from running with Solaris' make. Patch from Brian
287 Poole (raj at cerias.purdue.edu).
Darren Tucker7b6cb5c2003-09-14 13:16:55 +1000288 - (dtucker) [regress/Makefile] AIX's make doesn't like " +=", so replace
289 with vanilla "=".
Darren Tuckerb12d16f2003-09-14 11:40:35 +1000290
Darren Tuckerdc7e6562003-09-13 09:46:03 +100029120030913
292 - (dtucker) [regress/agent-timeout.sh] Timeout of 5 sec is borderline for
293 slower hosts, increase to 10 sec.
Darren Tucker2270c7e2003-09-13 10:41:56 +1000294 - (dtucker) [auth-passwd.c] On AIX, call setauthdb() before loginsuccess(),
295 required to correctly reset failed login count when using a password
296 registry other than "files" (eg LDAP, see bug #543).
Tim Riceae477e92003-09-12 18:15:15 -0700297 - (tim) [configure.ac] define WITH_ABBREV_NO_TTY for SCO.
298 Report by Roger Cornelius.
Darren Tuckerc58c2ee2003-09-13 22:02:05 +1000299 - (dtucker) [auth-pam.c] Use SSHD_PAM_SERVICE for PAM service name, patch
300 from cjwatson at debian.org.
Darren Tuckerdc7e6562003-09-13 09:46:03 +1000301
Tim Riceb7efb632003-09-12 11:20:32 -070030220030912
303 - (tim) [regress/agent-ptrace.sh] sh doesn't like "if ! shell_function; then".
Tim Riceec28ca12003-09-12 13:02:16 -0700304 - (tim) [Makefile.in] only mkdir regress if it does not exist.
Tim Ricee660ede2003-09-12 13:21:14 -0700305 - (tim) [regress/yes-head.sh] shell portability fix.
Tim Riceb7efb632003-09-12 11:20:32 -0700306
Darren Tuckerc82afd52003-09-11 14:42:55 +100030720030911
308 - (dtucker) [configure.ac] Bug #588, #615: Move other libgen tests to after
309 the dirname test, to allow a broken dirname to be detected correctly.
310 Based partially on patch supplied by alex.kiernan at thus.net. ok djm@
Tim Rice1e1ef642003-09-11 22:19:31 -0700311 - (tim) [configure.ac] Move libgen tests to before libwrap to unbreak
312 UnixWare 2.03 using --with-tcp-wrappers.
Tim Riced546a842003-09-11 22:24:36 -0700313 - (tim) [configure.ac] Prefer setuid/setgid on UnixWare and Open Server.
Tim Rice23ee3592003-09-11 22:32:17 -0700314 - (tim) [regress/agent-ptrace.sh regress/dynamic-forward.sh
315 regress/sftp-cmds.sh regress/stderr-after-eof.sh regress/test-exec.sh]
316 no longer depends on which(1). patch by dtucker@
Darren Tuckerc82afd52003-09-11 14:42:55 +1000317
Darren Tucker9f7ffc52003-09-10 11:39:05 +100031820030910
319 - (dtucker) [configure.ac] Bug #636: Add support for Cray's new X1 machine.
320 Patch from wendyp at cray.com.
Darren Tuckerb2427c82003-09-10 15:22:44 +1000321 - (dtucker) [configure.ac] Part of bug #615: tcsendbreak might be a macro.
Darren Tucker9a959ea2003-09-10 20:17:40 +1000322 - (dtucker) [regressh/yes-head.sh] Some platforms (eg Solaris) don't have
323 "yes".
Darren Tucker9f7ffc52003-09-10 11:39:05 +1000324
Tim Rice8b2157d2003-09-09 06:07:10 -070032520030909
326 - (tim) [regress/Makefile] Fixes for building outside of a read-only
327 source tree.
Tim Rice55439472003-09-09 08:27:40 -0700328 - (tim) [regress/agent-timeout.sh] s/TIMEOUT/SSHAGENT_TIMEOUT/ Fixes conflict
329 with shell read-only variable.
Tim Rice1eb40cf2003-09-09 08:35:20 -0700330 - (tim) [regress/sftp-badcmds.sh regress/sftp-cmds.sh] Fix errors like
331 UX:rm: ERROR: Cannot remove '.' or '..'
Tim Rice8b2157d2003-09-09 06:07:10 -0700332
Tim Rice0ac16a42003-09-08 06:33:33 -070033320030908
334 - (tim) [configure.ac openbsd-compat/getrrsetbyname.c] wrap _getshort and
335 _getlong in #ifndef
Tim Riceb284e162003-09-08 14:35:16 -0700336 - (tim) [configure.ac acconfig.h openbsd-compat/getrrsetbyname.c] test for
337 HEADER.ad in arpa/nameser.h
Tim Rice2e0e38e2003-09-08 16:11:33 -0700338 - (tim) [ssh-keygen.c] s/PATH_MAX/MAXPATHLEN/ ok mouring@
Tim Rice0ac16a42003-09-08 06:33:33 -0700339
Darren Tucker57ac36f2003-09-07 09:22:21 +100034020030907
341 - (dtucker) [agent-ptrace.sh dynamic-forward.sh (all regress/)]
342 Put "which" inside quotes.
Darren Tuckerd199b6d2003-09-07 09:28:03 +1000343 - (dtucker) [dynamic-forward.sh forwarding.sh sftp-batch.sh (all regress/)]
344 Add ${EXEEXT}: required to work on Cygwin.
Darren Tuckere1e26a62003-09-07 09:31:02 +1000345 - (dtucker) [regress/sftp-batch.sh] Make temporary batch file name more
346 distinctive, so "rm ${BATCH}.*" doesn't match the script itself.
Darren Tuckere7f75802003-09-07 09:32:58 +1000347 - (dtucker) [regress/sftp-cmds.sh] Skip quoted file test on Cygwin.
Darren Tucker7c600f22003-09-07 11:37:27 +1000348 - (dtucker) [openbsd-compat/xcrypt.c] #elsif -> #elif
349 - (dtucker) [acconfig.h] Typo.
Darren Tucker167bd9c2003-09-07 12:34:54 +1000350 - (dtucker) [CREDITS Makefile.in configure.ac mdoc2man.awk mdoc2man.pl]
351 Replace mdoc2man.pl with mdoc2man.awk, provided by Peter Stuge.
Darren Tucker57ac36f2003-09-07 09:22:21 +1000352
Darren Tucker9f18be62003-09-06 16:44:39 +100035320030906
354 - (dtucker) [acconfig.h configure.ac uidswap.c] Prefer setuid/setgid on AIX.
355
Darren Tuckerb2db4e82003-09-05 11:35:52 +100035620030905
357 - (dtucker) [Makefile.in] Add distclean target for regress/, fix clean target.
358
Darren Tucker150a81c2003-09-04 13:41:06 +100035920030904
360 - (dtucker) Portablize regression tests. Parts contributed by Roumen
361 Petrov, David M. Williams and Corinna Vinschen.
362 - [Makefile.in] Add "make tests" target and "make clean" hooks.
Darren Tucker2297ac42003-09-04 13:49:30 +1000363 - [regress/agent-getpeereid.sh] Skip test on platforms that don't support
364 getpeereid.
Darren Tucker55697592003-09-04 13:55:25 +1000365 - [regress/agent-ptrace.sh] Skip tests if platform doesn't support it or
366 gdb cannot be found.
Darren Tucker871f7402003-09-04 13:59:48 +1000367 - [regress/reconfigure/sh] Make path to sshd fully qualified if required.
Darren Tucker60de9f12003-09-04 14:02:56 +1000368 - [regress/rekey.sh] Remove dependence on /dev/zero (not all platforms have
369 it). The sparse file will take less disk space too.
Darren Tucker11857652003-09-04 18:04:16 +1000370 - [regress/sftp-cmds.sh] Ensure files used for test are readable.
Darren Tuckerc376a882003-09-04 14:32:02 +1000371 - [regress/stderr-after-eof.sh] Search for a usable checksum program.
Darren Tuckerc2c42232003-09-04 14:54:39 +1000372 - [regress/sftp-badcmds.sh regress/sftp-cmds.sh regress/sftp.sh
373 regress/ssh-com-client.sh regress/ssh-com-sftp.sh regress/stderr-data.sh
374 regress/transfer.sh] Use ${EXEEXT} where appropriate.
Darren Tuckerbd056092003-09-04 15:26:57 +1000375 - [regress/sftp.sh regress/ssh-com-sftp.sh] Remove dependency on /dev/stdin.
Darren Tucker58f89bc2003-09-04 15:07:59 +1000376 - [regress/agent-ptrace.sh regress/agent-timeout.sh]
377 "grep -q" -> "grep >/dev/null"
Darren Tucker53c55f42003-09-04 15:16:56 +1000378 - [regress/agent.sh regress/proto-version.sh regress/ssh-com.sh
Darren Tucker57ac36f2003-09-07 09:22:21 +1000379 regress/test-exec.sh] Handle different ways of echoing without newlines.
Darren Tuckera241d872003-09-04 15:22:01 +1000380 - [regress/dynamic-forward.sh] Some "which" programs output on stderr.
Darren Tucker47351152003-09-04 15:24:50 +1000381 - [regress/sftp-cmds.sh] Use portable "test" option.
Darren Tucker6d3921f2003-09-04 15:35:48 +1000382 - [regress/test-exec.sh] Use sudo, search for "whoami" equivalent, always
383 use Strictmodes no, wait longer for sshd startup.
Darren Tuckerebc3c132003-09-04 15:37:58 +1000384 - [regress/Makefile] Remove BSDisms.
Darren Tucker9d9d4482003-09-04 15:39:54 +1000385 - [regress/README.regress] Add a basic readme.
Darren Tucker11857652003-09-04 18:04:16 +1000386 - [Makefile.in regress/agent-getpeereid.sh] config.h is now in $BUILDDIR
387 not $OBJ.
Darren Tucker77d07e92003-09-04 22:06:16 +1000388 - [Makefile.in regress/agent-ptrace] Fix minor regress issues on Cygwin.
Darren Tucker150a81c2003-09-04 13:41:06 +1000389
Damien Miller856f0be2003-09-03 07:32:45 +100039020030903
391 - (djm) OpenBSD CVS Sync
392 - markus@cvs.openbsd.org 2003/08/26 09:58:43
393 [auth-passwd.c auth.c auth.h auth1.c auth2-none.c auth2-passwd.c]
394 [auth2.c monitor.c]
395 fix passwd auth for 'username leaks via timing'; with djm@, original
396 patches from solar
Damien Millera256c652003-09-03 12:11:30 +1000397 - markus@cvs.openbsd.org 2003/08/28 12:54:34
398 [auth.h]
399 remove kerberos support from ssh1, since it has been replaced with GSSAPI;
400 but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
Damien Millerf117f872003-09-03 12:12:54 +1000401 - markus@cvs.openbsd.org 2003/09/02 16:40:29
402 [version.h]
403 enter 3.7
Damien Millerc2b98272003-09-03 12:13:30 +1000404 - jmc@cvs.openbsd.org 2003/09/02 18:50:06
405 [sftp.1 ssh_config.5]
406 escape punctuation;
407 ok deraadt@
Damien Miller856f0be2003-09-03 07:32:45 +1000408
Damien Miller0b56b452003-09-02 23:09:41 +100040920030902
Damien Miller55c47ed2003-09-02 22:14:07 +1000410 - (djm) OpenBSD CVS Sync
411 - deraadt@cvs.openbsd.org 2003/08/24 17:36:51
412 [auth2-gss.c]
413 64 bit cleanups; markus ok
Damien Miller1a0c0b92003-09-02 22:51:17 +1000414 - markus@cvs.openbsd.org 2003/08/28 12:54:34
415 [auth-krb5.c auth.h auth1.c monitor.c monitor.h monitor_wrap.c]
416 [monitor_wrap.h readconf.c servconf.c session.c ssh_config.5]
417 [sshconnect1.c sshd.c sshd_config sshd_config.5]
418 remove kerberos support from ssh1, since it has been replaced with GSSAPI;
419 but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
Damien Miller7630ee22003-09-02 22:52:00 +1000420 - markus@cvs.openbsd.org 2003/08/29 10:03:15
421 [compat.c compat.h]
422 SSH_BUG_K5USER is unused; ok henning@
Damien Millerfbdeece2003-09-02 22:52:31 +1000423 - markus@cvs.openbsd.org 2003/08/29 10:04:36
424 [channels.c nchan.c]
425 be less chatty; debug -> debug2, cleanup; ok henning@
Damien Miller17af1762003-09-02 22:53:01 +1000426 - markus@cvs.openbsd.org 2003/08/31 10:26:04
427 [progressmeter.c]
428 pass file_size + 1 to snprintf: fixes printing of truncated
429 file names; fix based on patch/report from sturm@;
Damien Millerb5829f52003-09-02 22:53:32 +1000430 - markus@cvs.openbsd.org 2003/08/31 12:14:22
431 [progressmeter.c]
432 do write to buf[-1]
Damien Miller324948b2003-09-02 22:55:45 +1000433 - markus@cvs.openbsd.org 2003/08/31 13:29:05
434 [session.c]
435 call ssh_gssapi_storecreds conditionally from do_exec();
436 with sxw@inf.ed.ac.uk
Damien Millera0c4ad22003-09-02 22:56:18 +1000437 - markus@cvs.openbsd.org 2003/08/31 13:30:18
438 [gss-serv.c]
439 correct string termination in parse_ename(); sxw@inf.ed.ac.uk
Damien Miller134350c2003-09-02 22:56:42 +1000440 - markus@cvs.openbsd.org 2003/08/31 13:31:57
441 [gss-serv.c]
442 whitspace KNF
Damien Miller9b7b03b2003-09-02 22:57:05 +1000443 - markus@cvs.openbsd.org 2003/09/01 09:50:04
444 [sshd_config.5]
445 gss kex is not supported; sxw@inf.ed.ac.uk
Damien Miller84d03ef2003-09-02 22:57:27 +1000446 - markus@cvs.openbsd.org 2003/09/01 12:50:46
447 [readconf.c]
448 rm gssapidelegatecreds alias; never supported before
Damien Miller46aa3b92003-09-02 22:57:54 +1000449 - markus@cvs.openbsd.org 2003/09/01 13:52:18
450 [ssh.h]
451 rm whitespace
Damien Millerfb10e9a2003-09-02 22:58:22 +1000452 - markus@cvs.openbsd.org 2003/09/01 18:15:50
453 [readconf.c readconf.h servconf.c servconf.h ssh.c]
454 remove unused kerberos code; ok henning@
Damien Miller982d3262003-09-02 22:59:01 +1000455 - markus@cvs.openbsd.org 2003/09/01 20:44:54
456 [auth2-gss.c]
457 fix leak
Damien Millerf4b6f102003-09-02 23:12:06 +1000458 - (djm) Don't initialise pam_conv structures inline. Avoids HP/UX compiler
459 error. Part of Bug #423, patch from michael_steffens AT hp.com
Damien Miller341c6e62003-09-02 23:18:52 +1000460 - (djm) Bug #423: reorder setting of PAM_TTY and calling of PAM session
461 management (now done in do_setusercontext). Largely from
462 michael_steffens AT hp.com
Damien Miller39638b62003-09-02 23:33:42 +1000463 - (djm) Fix openbsd-compat/ again - remove references to strl(cpy|cat).h
464
Damien Miller55c47ed2003-09-02 22:14:07 +100046520030829
Ben Lindstrom4d5dffc2003-08-30 00:11:56 +0000466 - (bal) openbsd-compat/ clean up. Considate headers, add in Id on our
Ben Lindstrom515d0f92003-08-29 16:59:52 +0000467 files, and added missing license to header.
468
Damien Miller30912f72003-08-26 10:48:14 +100046920030826
470 - (djm) Bug #629: Mark ssh_config option "pamauthenticationviakbdint"
471 as deprecated. Remove mention from README.privsep. Patch from
472 aet AT cc.hut.fi
Darren Tucker0efd1552003-08-26 11:49:55 +1000473 - (dtucker) OpenBSD CVS Sync
474 - markus@cvs.openbsd.org 2003/08/22 10:56:09
475 [auth2.c auth2-gss.c auth.h compat.c compat.h gss-genr.c gss-serv-krb5.c
476 gss-serv.c monitor.c monitor.h monitor_wrap.c monitor_wrap.h readconf.c
477 readconf.h servconf.c servconf.h session.c session.h ssh-gss.h
478 ssh_config.5 sshconnect2.c sshd_config sshd_config.5]
479 support GSS API user authentication; patches from Simon Wilkinson,
480 stripped down and tested by Jakob and myself.
Darren Tuckerbe1a9012003-08-26 12:04:31 +1000481 - markus@cvs.openbsd.org 2003/08/22 13:20:03
482 [sshconnect2.c]
483 remove support for "kerberos-2@ssh.com"
Darren Tucker1e66a392003-08-26 12:08:15 +1000484 - markus@cvs.openbsd.org 2003/08/22 13:22:27
485 [auth2.c] (auth2-krb5.c removed)
486 nuke "kerberos-2@ssh.com"
Darren Tucker6b191a22003-08-26 12:09:53 +1000487 - markus@cvs.openbsd.org 2003/08/22 20:55:06
488 [LICENCE]
489 add Simon Wilkinson
Darren Tucker600ad8d2003-08-26 12:10:48 +1000490 - deraadt@cvs.openbsd.org 2003/08/24 17:36:52
491 [monitor.c monitor_wrap.c sshconnect2.c]
492 64 bit cleanups; markus ok
Darren Tucker78587262003-08-26 12:12:56 +1000493 - fgsch@cvs.openbsd.org 2003/08/25 08:13:09
494 [sftp-int.c]
495 fix div by zero when listing for filename lengths longer than width.
496 markus@ ok.
Darren Tucker08bbb2f2003-08-26 12:14:05 +1000497 - djm@cvs.openbsd.org 2003/08/25 10:33:33
498 [sshconnect2.c]
499 fprintf->logit to silence login banner with "ssh -q"; ok markus@
Darren Tucker49aaf4a2003-08-26 11:58:16 +1000500 - (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.h
501 configure.ac defines.h gss-serv-krb5.c session.c ssh-gss.h sshconnect1.c
502 sshconnect2.c] Add Portable GSSAPI support, patch by Simon Wilkinson.
Darren Tucker6ad50432003-08-26 12:22:04 +1000503 - (dtucker) [Makefile.in] Remove auth2-krb5.
Darren Tucker2fae8672003-08-26 13:43:12 +1000504 - (dtucker) [contrib/aix/inventory.sh] Add public domain notice. ok mouring@
505 (the original author)
Darren Tucker43a0dc62003-08-26 14:22:12 +1000506 - (dtucker) [auth.c] Do not check for locked accounts when PAM is enabled.
Damien Miller30912f72003-08-26 10:48:14 +1000507
Damien Miller331b6af2003-08-25 10:58:26 +100050820030825
509 - (djm) Bug #621: Select OpenSC keys by usage attributes. Patch from
510 larsch@trustcenter.de
Ben Lindstromaf4a6c32003-08-25 01:10:51 +0000511 - (bal) openbsd-compat/ OpenBSD updates. Mostly licensing, ansifications
Ben Lindstrom5ade9ab2003-08-25 01:16:21 +0000512 and minor fixes. OK djm@
513 - (bal) redo how we handle 'mysignal()'. Move it to
514 openbsd-compat/bsd-misc.c, s/mysignal/signal/ and #define signal to
515 be our 'mysignal' by default. OK djm@
Darren Tuckere41bba52003-08-25 11:51:19 +1000516 - (dtucker) [acconfig.h auth.c configure.ac sshd.8] Bug #422 again: deny
517 any access to locked accounts. ok djm@
Damien Miller1f499fd2003-08-25 13:08:49 +1000518 - (djm) Bug #564: Perform PAM account checks for all authentications when
519 UsePAM=yes; ok dtucker
Darren Tucker3c8e1e12003-08-25 13:27:40 +1000520 - (dtucker) [configure.ac] Bug #533, #551: define BROKEN_GETADDRINFO on
521 Tru64, solves getnameinfo and "bad addr or host" errors. ok djm@
Darren Tucker36ca53a2003-08-25 15:01:04 +1000522 - (dtucker) [README buildbff.sh inventory.sh] (all in contrib/aix)
523 Update package builder: correctly handle config variables, use lsuser
524 rather than /etc/passwd, fix typos, add Id's.
Damien Miller331b6af2003-08-25 10:58:26 +1000525
Damien Miller59d3d5b2003-08-22 09:34:41 +100052620030822
527 - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal
528 -lbroken; ok dtucker
Darren Tucker49d32562003-08-22 18:43:48 +1000529 - (dtucker) [contrib/cygwin/ssh-user-config] Put keys in authorized_keys
530 rather that authorized_keys2. Patch from vinschen@redhat.com.
Damien Miller59d3d5b2003-08-22 09:34:41 +1000531
Darren Tuckerf4220e62003-08-21 16:44:07 +100053220030821
533 - (dtucker) OpenBSD CVS Sync
534 - markus@cvs.openbsd.org 2003/08/14 16:08:58
535 [ssh-keygen.c]
536 exit after primetest, ok djm@
Darren Tucker8e3653d2003-08-21 16:49:41 +1000537 - (dtucker) [defines.h] Put CMSG_DATA, CMSG_FIRSTHDR with other CMSG* macros,
538 change CMSG_DATA to use __CMSG_ALIGN (and thus work properly), reformat for
539 consistency.
Darren Tucker70a3d552003-08-21 17:58:29 +1000540 - (dtucker) [configure.ac] Move openpty/ctty test outside of case statement
541 and after normal openpty test.
Darren Tuckerf4220e62003-08-21 16:44:07 +1000542
Darren Tuckerd85efee2003-08-13 20:28:14 +100054320030813
544 - (dtucker) [session.c] Remove #ifdef TIOCSBRK kludge.
Darren Tucker3bdbd842003-08-13 20:31:05 +1000545 - (dtucker) OpenBSD CVS Sync
546 - markus@cvs.openbsd.org 2003/08/13 08:33:02
547 [session.c]
548 use more portable tcsendbreak(3) and ignore break_length;
549 ok deraadt, millert
Darren Tuckerec960f22003-08-13 20:37:05 +1000550 - markus@cvs.openbsd.org 2003/08/13 08:46:31
551 [auth1.c readconf.c readconf.h servconf.c servconf.h ssh.c ssh_config
552 ssh_config.5 sshconnect1.c sshd.8 sshd.c sshd_config sshd_config.5]
553 remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,
554 fgsch@, miod@, henning@, jakob@ and others
Darren Tucker1c52ee32003-08-13 20:38:36 +1000555 - markus@cvs.openbsd.org 2003/08/13 09:07:10
556 [readconf.c ssh.c]
557 socks4->socks, since with support both 4 and 5; dtucker@zip.com.au
Darren Tuckerf38ea772003-08-13 20:48:07 +1000558 - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
559 Add a tcsendbreak function for platforms that don't have one, based on the
560 one from OpenBSD.
Darren Tuckerd85efee2003-08-13 20:28:14 +1000561
Darren Tuckerec0943a2003-08-11 22:55:36 +100056220030811
563 - (dtucker) OpenBSD CVS Sync
564 (thanks to Simon Wilkinson for help with this -dt)
565 - markus@cvs.openbsd.org 2003/07/16 15:02:06
566 [auth-krb5.c]
567 mcc -> fcc; from Love Hörnquist Åstrand <lha@it.su.se>
568 otherwise the kerberos credentinal is stored in a memory cache
569 in the privileged sshd. ok jabob@, hin@ (some time ago)
Darren Tuckerbc8c8f32003-08-11 23:00:33 +1000570 - (dtucker) [openbsd-compat/xcrypt.c] Remove Cygwin #ifdef block (duplicate
571 in bsd-cygwin_util.h).
Darren Tuckerec0943a2003-08-11 22:55:36 +1000572
Darren Tucker65914f12003-08-08 12:15:11 +100057320030808
574 - (dtucker) [openbsd-compat/fake-rfc2553.h] Older Linuxes have AI_PASSIVE and
575 AI_CANONNAME in netdb.h but not AI_NUMERICHOST, so check each definition
576 separately before defining them.
Darren Tuckerf38db7f2003-08-08 13:43:37 +1000577 - (dtucker) [auth-pam.c] Don't set PAM_TTY if tty is null. ok djm@
Darren Tucker65914f12003-08-08 12:15:11 +1000578
Darren Tuckerb9d3f412003-08-07 13:24:24 +100057920030807
580 - (dtucker) [session.c] Have session_break_req not attempt to send a break
581 if TIOCSBRK and TIOCCBRK are not defined (eg Cygwin).
Darren Tucker89f4cf02003-08-07 13:29:04 +1000582 - (dtucker) [canohost.c] Bug #336: Only check ip options if IP_OPTIONS is
Darren Tuckerf3152242003-08-07 15:58:28 +1000583 defined (fixes compile error on really old Linuxes).
584 - (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if
585 not already defined (eg Linux with some versions of libc5), based on those
586 from OpenBSD.
Darren Tucker854d7fd2003-08-07 16:23:43 +1000587 - (dtucker) [openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h]
588 Remove incorrect filenames from comments (file names are in Id tags).
Darren Tucker80649c52003-08-07 16:28:16 +1000589 - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.h] Move Cygwin
590 specific defines and includes to bsd-cygwin_util.h. Fixes build error too.
Darren Tuckerb9d3f412003-08-07 13:24:24 +1000591
Darren Tucker4c29dd92003-08-02 20:37:03 +100059220030802
593 - (dtucker) [monitor.h monitor_wrap.h] Remove excess ident tags.
Darren Tucker6aaa58c2003-08-02 22:24:49 +1000594 - (dtucker) OpenBSD CVS Sync
595 - markus@cvs.openbsd.org 2003/07/22 13:35:22
596 [auth1.c auth.h auth-passwd.c monitor.c monitor.h monitor_wrap.c
597 monitor_wrap.h readconf.c readconf.h servconf.c servconf.h session.c ssh.1
598 ssh.c ssh_config.5 sshconnect1.c sshd.c sshd_config.5 ssh.h]
599 remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);
600 test+ok henning@
601 - (dtucker) [Makefile.in acconfig.h configure.ac] Remove KRB4/AFS support.
602 - (dtucker) [auth-krb4.c radix.c radix.h] Remove KRB4/AFS specific files.
Darren Tuckerc20c60b2003-08-02 22:31:45 +1000603 - (dtucker) OpenBSD CVS Sync
604 - markus@cvs.openbsd.org 2003/07/23 07:42:43
605 [sshd_config]
606 remove AFS; itojun@
Darren Tucker019cefe2003-08-02 22:40:07 +1000607 - djm@cvs.openbsd.org 2003/07/28 09:49:56
608 [ssh-keygen.1 ssh-keygen.c]
609 Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen.
610 Based on code from Phil Karn, William Allen Simpson and Niels Provos.
611 ok markus@, thanks jmc@
Darren Tucker06ef75b2003-08-02 23:28:38 +1000612 - markus@cvs.openbsd.org 2003/07/29 18:24:00
613 [LICENCE progressmeter.c]
614 replace 4 clause BSD licensed progressmeter code with a replacement
615 from Nils Nordman and myself; ok deraadt@
616 (copied from OpenBSD an re-applied portable changes)
Darren Tucker40311f22003-08-03 00:00:47 +1000617 - markus@cvs.openbsd.org 2003/07/29 18:26:46
618 [progressmeter.c]
619 fix length for "- stalled -" (included with previous import)
620 - markus@cvs.openbsd.org 2003/07/30 07:44:14
621 [progressmeter.c]
622 use only 4 digits in format_size (included with previous import)
623 - markus@cvs.openbsd.org 2003/07/30 07:53:27
624 [progressmeter.c]
625 whitespace (included with previous import)
Darren Tucker4b609662003-08-03 00:05:01 +1000626 - markus@cvs.openbsd.org 2003/07/31 09:21:02
627 [auth2-none.c]
628 check whether passwd auth is allowd, similar to proto 1; rob@pitman.co.za
629 ok henning
Darren Tucker85f04c62003-08-03 00:05:58 +1000630 - avsm@cvs.openbsd.org 2003/07/31 15:50:16
631 [atomicio.c]
632 correct comment: atomicio takes vwrite, not write; deraadt@ ok
Darren Tuckerdb732b12003-08-03 00:07:35 +1000633 - markus@cvs.openbsd.org 2003/07/31 22:34:03
634 [progressmeter.c]
635 print rate similar old version; round instead truncate;
636 (included in previous progressmeter.c commit)
Darren Tucker2e9c9cf2003-08-02 23:31:42 +1000637 - (dtucker) [openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
638 Add a tcgetpgrp function.
Darren Tuckerb2f9d412003-08-02 23:51:38 +1000639 - (dtucker) [Makefile.in moduli.c moduli.h] Add new files and to Makefile.
Darren Tuckerbdf571b2003-08-03 00:36:16 +1000640 - (dtucker) [openbsd-compat/bsd-misc.c] Fix cut-and-paste bug in tcgetpgrp.
Darren Tucker4c29dd92003-08-02 20:37:03 +1000641
Damien Miller7f2d7952003-07-30 14:53:11 +100064220030730
643 - (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks bal
644
Darren Tuckerfbba5a02003-07-26 19:38:30 +100064520030726
646 - (dtucker) [openbsd-compat/xcrypt.c] Fix typo: DISABLED_SHADOW ->
647 DISABLE_SHADOW. Fixes HP-UX compile error.
648
Ben Lindstrom0410e322003-07-24 06:52:13 +000064920030724
650 - (bal) [auth-passwd.c openbsd-compat/Makefile.in openbsd-compat/xcrypt.c
651 openbsd-compat/xcrypt.h] Split off encryption into xcrypt() interface,
652 and isolate shadow password functions. Tested in Solaris, but should
653 not break other platforms too badly (except maybe HP =). Also brings
654 auth-passwd.c into full sync with OpenBSD tree.
655
Darren Tuckeracb98492003-07-23 14:33:10 +100065620030723
657 - (dtucker) [configure.ac] Back out change for bug #620.
658
Darren Tucker394b8c82003-07-19 19:49:45 +100065920030719
660 - (dtucker) [configure.ac] Bug #620: Define BROKEN_GETADDRINFO for
661 Solaris/x86. Patch from jrhett at isite.net.
Darren Tuckerfe0078a2003-07-19 19:52:28 +1000662 - (dtucker) OpenBSD CVS Sync
663 - markus@cvs.openbsd.org 2003/07/14 12:36:37
664 [sshd.c]
665 remove undocumented -V option. would be only useful if openssh is used
666 as ssh v1 server for ssh.com's ssh v2.
Darren Tuckere98dfa32003-07-19 19:54:31 +1000667 - markus@cvs.openbsd.org 2003/07/16 10:34:53
668 [ssh.c sshd.c]
669 don't exit on multiple -v or -d; ok deraadt@
Darren Tucker538d1802003-07-19 19:56:18 +1000670 - markus@cvs.openbsd.org 2003/07/16 10:36:28
671 [sshtty.c]
672 clear IUCLC in enter_raw_mode; from rob@pitman.co.za; ok deraadt@, fgs@
Darren Tucker03a29ba2003-07-19 20:07:45 +1000673 - deraadt@cvs.openbsd.org 2003/07/18 01:54:25
674 [scp.c]
675 userid is unsigned, but well, force it anyways; andrushock@korovino.net
Darren Tucker554d5b52003-07-19 20:09:21 +1000676 - djm@cvs.openbsd.org 2003/07/19 00:45:53
677 [sftp-int.c]
678 fix sftp filename parsing for arguments with escaped quotes. bz #517;
679 ok markus
Darren Tuckercca1bdb2003-07-19 20:11:54 +1000680 - djm@cvs.openbsd.org 2003/07/19 00:46:31
681 [regress/sftp-cmds.sh]
682 regress test for sftp arguments with escaped quotes; ok markus
Darren Tucker394b8c82003-07-19 19:49:45 +1000683
Darren Tucker5c6a91a2003-07-14 16:21:44 +100068420030714
685 - (dtucker) [acconfig.h configure.ac port-aix.c] Older AIXes don't declare
686 loginfailed at all, so assume 3-arg loginfailed if not declared.
Darren Tucker30317e32003-07-14 16:26:51 +1000687 - (dtucker) [port-aix.h] Work around name collision on AIX for r_type by
688 undef'ing it.
Darren Tuckerfc3454e2003-07-14 16:41:55 +1000689 - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]
690 Call setauthdb() before loginfailed(), which may load password registry-
Darren Tucker394b8c82003-07-19 19:49:45 +1000691 specific functions. Based on patch by cawlfiel at us.ibm.com.
Darren Tucker0abf13b2003-07-14 16:43:42 +1000692 - (dtucker) [port-aix.h] Fix prototypes.
Darren Tucker29588612003-07-14 17:28:34 +1000693 - (dtucker) OpenBSD CVS Sync
694 - avsm@cvs.openbsd.org 2003/07/09 13:58:19
695 [key.c]
696 minor tweak: when generating the hex fingerprint, give strlcat the full
697 bound to the buffer, and add a comment below explaining why the
698 zero-termination is one less than the bound. markus@ ok
Darren Tucker81a0b372003-07-14 17:31:06 +1000699 - markus@cvs.openbsd.org 2003/07/10 14:42:28
700 [packet.c]
701 the 2^(blocksize*2) rekeying limit is too expensive for 3DES,
702 blowfish, etc, so enforce a 1GB limit for small blocksizes.
Darren Tucker1a721152003-07-14 17:32:29 +1000703 - markus@cvs.openbsd.org 2003/07/10 20:05:55
704 [sftp.c]
705 sync usage with manpage, add missing -R
Darren Tucker5c6a91a2003-07-14 16:21:44 +1000706
Darren Tuckera0c0b632003-07-08 20:52:12 +100070720030708
708 - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]
709 Include AIX headers for authentication functions and make calls match
Darren Tucker5c6a91a2003-07-14 16:21:44 +1000710 prototypes. Test for and handle 3-arg and 4-arg variants of loginfailed.
Darren Tuckerb9aa0a02003-07-08 22:59:59 +1000711 - (dtucker) [session.c] Check return value of setpcred().
712 - (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h]
713 Convert aixloginmsg into platform-independant Buffer loginmsg.
Darren Tuckera0c0b632003-07-08 20:52:12 +1000714
Darren Tuckerf1159b52003-07-07 19:44:01 +100071520030707
716 - (dtucker) [configure.ac] Bug #600: Check that getrusage is declared before
717 searching libraries for it. Fixes build errors on NCR MP-RAS.
718
Darren Tucker8661b562003-07-06 15:20:46 +100071920030706
720 - (dtucker) [ssh-rand-helper.c loginrec.c]
721 Apply atomicio typing change to these too.
722
Darren Tuckere5327042003-07-03 13:40:44 +100072320030703
724 - (dtucker) OpenBSD CVS Sync
725 - djm@cvs.openbsd.org 2003/06/28 07:48:10
726 [sshd.c]
727 report pidfile creation errors, based on patch from Roumen Petrov;
728 ok markus@
Darren Tucker9f63f222003-07-03 13:46:56 +1000729 - deraadt@cvs.openbsd.org 2003/06/28 16:23:06
730 [atomicio.c atomicio.h authfd.c clientloop.c monitor_wrap.c msg.c
731 progressmeter.c scp.c sftp-client.c ssh-keyscan.c ssh.h sshconnect.c
732 sshd.c]
733 deal with typing of write vs read in atomicio
Darren Tuckeredeb1f72003-07-03 13:48:04 +1000734 - markus@cvs.openbsd.org 2003/06/29 12:44:38
735 [sshconnect.c]
736 memset 0, not \0; andrushock@korovino.net
Darren Tucker9189ff82003-07-03 13:52:04 +1000737 - markus@cvs.openbsd.org 2003/07/02 12:56:34
738 [channels.c]
739 deny dynamic forwarding with -R for v1, too; ok djm@
Darren Tucker46471c92003-07-03 13:55:19 +1000740 - markus@cvs.openbsd.org 2003/07/02 14:51:16
741 [channels.c ssh.1 ssh_config.5]
742 (re)add socks5 suppport to -D; ok djm@
743 now ssh(1) can act both as a socks 4 and socks 5 server and
744 dynamically forward ports.
Darren Tucker3f521e22003-07-03 16:20:42 +1000745 - markus@cvs.openbsd.org 2003/07/02 20:37:48
746 [ssh.c]
747 convert hostkeyalias to lowercase, otherwise uppercase aliases will
748 not match at all; ok henning@
Darren Tucker7a246622003-07-03 20:26:04 +1000749 - markus@cvs.openbsd.org 2003/07/03 08:21:46
750 [regress/dynamic-forward.sh]
751 add socks5; speedup; reformat; based on patch from dtucker@zip.com.au
Darren Tuckere2f2be72003-07-03 20:27:55 +1000752 - markus@cvs.openbsd.org 2003/07/03 08:24:13
753 [regress/Makefile]
754 enable tests for dynamic fwd via socks (-D), uses nc(1)
Darren Tucker0a4f04b2003-07-03 20:37:47 +1000755 - djm@cvs.openbsd.org 2003/07/03 08:09:06
756 [readconf.c readconf.h ssh-keysign.c ssh.c]
757 fix AddressFamily option in config file, from brent@graveland.net;
758 ok markus@
Darren Tuckere5327042003-07-03 13:40:44 +1000759
Damien Miller200d0a72003-06-30 19:21:36 +100076020030630
761 - (djm) Search for support functions necessary to build our
762 getrrsetbyname() replacement. Patch from Roumen Petrov
763
Darren Tuckercc9fd542003-06-29 21:23:37 +100076420030629
Darren Tucker6eb93042003-06-29 21:30:41 +1000765 - (dtucker) [includes.h] Bug #602: move #include of netdb.h to after in.h
766 (fixes compiler warnings on Solaris 2.5.1).
767 - (dtucker) [configure.ac] Add sanity test after system-dependant compiler
768 flag modifications.
Darren Tuckercc9fd542003-06-29 21:23:37 +1000769
Darren Tucker674f71d2003-06-28 12:33:12 +100077020030628
Damien Miller4a8e2842003-06-28 18:02:47 +1000771 - (djm) Bug #591: use PKCS#15 private key label as a comment in case
772 of OpenSC. Report and patch from larsch@trustcenter.de
Damien Miller723569b2003-06-28 18:08:16 +1000773 - (djm) Bug #593: Sanity check OpenSC card reader number; patch from
774 aj@dungeon.inka.de
Darren Tucker674f71d2003-06-28 12:33:12 +1000775 - (dtucker) OpenBSD CVS Sync
776 - markus@cvs.openbsd.org 2003/06/23 09:02:44
777 [ssh_config.5]
778 document EnableSSHKeysign; bugzilla #599; ok deraadt@, jmc@
Darren Tucker502d3842003-06-28 12:38:01 +1000779 - markus@cvs.openbsd.org 2003/06/24 08:23:46
780 [auth2-hostbased.c auth2-pubkey.c auth2.c channels.c key.c key.h
781 monitor.c packet.c packet.h serverloop.c sshconnect2.c sshd.c]
782 int -> u_int; ok djm@, deraadt@, mouring@
Darren Tuckera6612d42003-06-28 12:39:03 +1000783 - miod@cvs.openbsd.org 2003/06/25 22:39:36
784 [sftp-server.c]
785 Typo police: attribute is better written with an 'r'.
Darren Tuckera99c1b72003-06-28 12:40:12 +1000786 - markus@cvs.openbsd.org 2003/06/26 20:08:33
787 [readconf.c]
788 do not dump core for 'ssh -o proxycommand host'; ok deraadt@
Darren Tuckerb611c122003-06-28 12:42:09 +1000789 - (dtucker) [regress/dynamic-forward.sh] Import new regression test.
Darren Tuckera3020db2003-06-28 12:54:33 +1000790 - (dtucker) [configure.ac] Bug #570: Have ./configure --enable-FEATURE
791 actually enable the feature, for those normally disabled. Patch by
792 openssh (at) roumenpetrov.info.
Darren Tucker674f71d2003-06-28 12:33:12 +1000793
Darren Tuckera0472e02003-06-24 20:22:09 +100079420030624
795 - (dtucker) Have configure refer the user to config.log and
796 contrib/findssl.sh for OpenSSL header/library mismatches.
797
Darren Tuckere0194e52003-06-22 12:33:27 +100079820030622
Darren Tuckera251f802003-06-22 20:45:15 +1000799 - (dtucker) OpenBSD CVS Sync
Darren Tuckere0194e52003-06-22 12:33:27 +1000800 - markus@cvs.openbsd.org 2003/06/21 09:14:05
Darren Tuckera251f802003-06-22 20:45:15 +1000801 [regress/reconfigure.sh]
Darren Tuckere0194e52003-06-22 12:33:27 +1000802 missing $SUDO; from dtucker@zip.com.au
Darren Tucker89b249b2003-06-22 21:22:04 +1000803 - markus@cvs.openbsd.org 2003/06/18 11:28:11
Darren Tuckera251f802003-06-22 20:45:15 +1000804 [ssh-rsa.c]
805 backout last change, since it violates pkcs#1
806 switch to share/misc/license.template
Darren Tucker91cf2612003-06-22 20:46:53 +1000807 - djm@cvs.openbsd.org 2003/06/20 05:47:58
808 [sshd_config.5]
809 sync description of protocol 2 cipher proposal; ok markus
Darren Tuckerb8dae8e2003-06-22 20:48:45 +1000810 - djm@cvs.openbsd.org 2003/06/20 05:48:21
811 [sshd_config]
812 sync some implemented options; ok markus@
Darren Tuckere0194e52003-06-22 12:33:27 +1000813 - (dtucker) [regress/authorized_keys_root] Remove temp data file from CVS.
Darren Tucker6cf1a2c2003-06-22 18:32:10 +1000814 - (dtucker) [openbsd-compat/setproctitle.c] Ensure SPT_TYPE is defined before
815 testing its value.
Darren Tuckere0194e52003-06-22 12:33:27 +1000816
Damien Miller469954d2003-06-18 20:25:33 +100081720030618
818 - (djm) OpenBSD CVS Sync
819 - markus@cvs.openbsd.org 2003/06/12 07:57:38
820 [monitor.c sshlogin.c sshpty.c]
821 typos; dtucker at zip.com.au
Damien Miller116aabb2003-06-18 20:26:13 +1000822 - djm@cvs.openbsd.org 2003/06/12 12:22:47
823 [LICENCE]
824 mention more copyright holders; ok markus@
Damien Millerb2cdcb52003-06-18 20:26:34 +1000825 - nino@cvs.openbsd.org 2003/06/12 15:34:09
826 [scp.c]
827 Typo. Ok markus@.
Damien Miller56a0bb02003-06-18 20:28:40 +1000828 - markus@cvs.openbsd.org 2003/06/12 19:12:03
829 [scard.c scard.h ssh-agent.c ssh.c]
830 add sc_get_key_label; larsch at trustcenter.de; bugzilla#591
Damien Miller8c1d2e32003-06-18 20:29:01 +1000831 - markus@cvs.openbsd.org 2003/06/16 08:22:35
832 [ssh-rsa.c]
833 make sure the signature has at least the expected length (don't
834 insist on len == hlen + oidlen, since this breaks some smartcards)
835 bugzilla #592; ok djm@
Damien Miller80163e12003-06-18 20:29:18 +1000836 - markus@cvs.openbsd.org 2003/06/16 10:22:45
837 [ssh-add.c]
838 print out key comment on each prompt; make ssh-askpass more useable; ok djm@
Damien Miller0275b522003-06-18 20:29:35 +1000839 - markus@cvs.openbsd.org 2003/06/17 18:14:23
840 [cipher-ctr.c]
841 use license from /usr/share/misc/license.template for new code
Darren Tuckerfc8a7ea2003-06-18 22:18:57 +1000842 - (dtucker) [reconfigure.sh rekey.sh sftp-badcmds.sh]
843 Import new regression tests from OpenBSD
Darren Tucker3a222ac2003-06-18 22:21:33 +1000844 - (dtucker) [regress/copy.1 regress/copy.2] Remove temp data files from CVS.
Darren Tuckerd57a76e2003-06-18 22:32:51 +1000845 - (dtucker) OpenBSD CVS Sync (regress/)
846 - markus@cvs.openbsd.org 2003/04/02 12:21:13
847 [Makefile]
848 enable rekey test
Darren Tuckera4040f52003-06-18 22:35:11 +1000849 - djm@cvs.openbsd.org 2003/04/04 09:34:22
850 [Makefile sftp-cmds.sh]
851 More regression tests, including recent directory rename bug; ok markus@
Darren Tuckeree5f83d2003-06-18 22:36:48 +1000852 - markus@cvs.openbsd.org 2003/05/14 22:08:27
853 [ssh-com-client.sh ssh-com-keygen.sh ssh-com-sftp.sh ssh-com.sh]
854 test against some new commerical versions
Darren Tuckerc43362c2003-06-18 22:41:41 +1000855 - mouring@cvs.openbsd.org 2003/05/15 04:07:12
856 [sftp-cmds.sh]
857 Advanced put/get testing for sftp. OK @djm
Darren Tucker76437602003-06-18 22:43:13 +1000858 - markus@cvs.openbsd.org 2003/06/12 15:40:01
859 [try-ciphers.sh]
860 add ctr
Darren Tucker50cea672003-06-18 22:45:34 +1000861 - markus@cvs.openbsd.org 2003/06/12 15:43:32
862 [Makefile]
863 test -HUP; dtucker at zip.com.au
Damien Miller469954d2003-06-18 20:25:33 +1000864
Damien Miller53950b62003-06-14 08:43:22 +100086520030614
866 - (djm) Update license on fake-rfc2553.[ch]; ok itojun@
867
Damien Millerf1ce5052003-06-11 22:04:39 +100086820030611
Damien Miller141efa72003-06-11 22:50:56 +1000869 - (djm) Mention portable copyright holders in LICENSE
Damien Milleraf639512003-06-11 22:51:32 +1000870 - (djm) Put licenses on substantial header files
Damien Miller4bfeb142003-06-11 22:08:36 +1000871 - (djm) Sync LICENSE against OpenBSD
Damien Millerf1ce5052003-06-11 22:04:39 +1000872 - (djm) OpenBSD CVS Sync
873 - jmc@cvs.openbsd.org 2003/06/10 09:12:11
874 [scp.1 sftp-server.8 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5]
875 [sshd.8 sshd_config.5 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
876 - section reorder
877 - COMPATIBILITY merge
878 - macro cleanup
879 - kill whitespace at EOL
880 - new sentence, new line
881 ssh pages ok markus@
Damien Miller2b92d322003-06-11 22:05:06 +1000882 - deraadt@cvs.openbsd.org 2003/06/10 22:20:52
883 [packet.c progressmeter.c]
884 mostly ansi cleanup; pval ok
Damien Miller7392ae62003-06-11 22:05:25 +1000885 - jakob@cvs.openbsd.org 2003/06/11 10:16:16
886 [sshconnect.c]
887 clean up check_host_key() and improve SSHFP feedback. ok markus@
Damien Miller0e1b9372003-06-11 22:05:45 +1000888 - jakob@cvs.openbsd.org 2003/06/11 10:18:47
889 [dns.c]
890 sync with check_host_key() change
Damien Millerd94f20d2003-06-11 22:06:33 +1000891 - djm@cvs.openbsd.org 2003/06/11 11:18:38
892 [authfd.c authfd.h ssh-add.c ssh-agent.c]
893 make agent constraints (lifetime, confirm) work with smartcard keys;
894 ok markus@
Damien Millerf1ce5052003-06-11 22:04:39 +1000895
896
Damien Millerc18c06e2003-06-10 18:55:22 +100089720030609
898 - (djm) Sync README.smartcard with OpenBSD -current
Damien Miller78f2e5c2003-06-10 21:09:09 +1000899 - (djm) Re-merge OpenSC info into README.smartcard
Damien Millerc18c06e2003-06-10 18:55:22 +1000900
Darren Tucker400b8782003-06-06 10:46:04 +100090120030606
902 - (dtucker) [uidswap.c] Fix setreuid and add missing args to fatal(). ok djm@
903
Damien Miller10eac0c2003-06-05 09:48:32 +100090420030605
905 - (djm) Support AI_NUMERICHOST in fake-getaddrinfo.c. Needed for recent
906 canohost.c changes.
Damien Miller5fe46a42003-06-05 09:53:31 +1000907 - (djm) Implement paranoid priv dropping checks, based on:
908 "SetUID demystified" - Hao Chen, David Wagner and Drew Dean
909 Proceedings of USENIX Security Symposium 2002
Damien Millerb95bb7f2003-06-05 10:04:12 +1000910 - (djm) Don't use xmalloc() or pull in toplevel headers in fake-* code
Damien Millerc28e38d2003-06-05 18:52:47 +1000911 - (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch]
Damien Millerf49078d2003-06-05 18:53:42 +1000912 - (djm) Bug #588 - Add scard-opensc.o back to Makefile.in
913 Patch from larsch@trustcenter.de
Damien Miller76b5c8a2003-06-05 19:19:35 +1000914 - (djm) Bug #589 - scard-opensc: load only keys with a private keys
915 Patch from larsch@trustcenter.de
Darren Tucker4aff13f2003-06-05 19:37:30 +1000916 - (dtucker) Add includes.h to fake-rfc2553.c so it will build.
Darren Tucker881753b2003-06-05 22:20:11 +1000917 - (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c).
Damien Miller10eac0c2003-06-05 09:48:32 +1000918
Damien Miller9fc7c692003-06-04 22:50:54 +100091920030604
Damien Miller865173e2003-06-04 19:06:59 +1000920 - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
921 simon@sxw.org.uk (Also matches a change in OpenBSD a while ago)
Damien Miller485397c2003-06-04 19:15:10 +1000922 - (djm) Bug #577 - wrong flag in scard-opensc.c sc_private_decrypt.
Damien Miller2527f572003-06-04 19:22:06 +1000923 Patch from larsch@trustcenter.de; ok markus@
924 - (djm) Bug #584: scard-opensc.c doesn't work without PIN. Patch from
925 larsch@trustcenter.de; ok markus@
Damien Miller941ac452003-06-04 20:31:53 +1000926 - (djm) OpenBSD CVS Sync
927 - djm@cvs.openbsd.org 2003/06/04 08:25:18
928 [sshconnect.c]
929 disable challenge/response and keyboard-interactive auth methods
930 upon hostkey mismatch. based on patch from fcusack AT fcusack.com.
931 bz #580; ok markus@
Damien Miller31b3a0a2003-06-04 20:32:12 +1000932 - djm@cvs.openbsd.org 2003/06/04 10:23:48
933 [sshd.c]
934 remove duplicated group-dropping code; ok markus@
Damien Miller9fc7c692003-06-04 22:50:54 +1000935 - djm@cvs.openbsd.org 2003/06/04 12:03:59
936 [serverloop.c]
937 remove bitrotten commet; ok markus@
Damien Miller65d1f572003-06-04 22:51:08 +1000938 - djm@cvs.openbsd.org 2003/06/04 12:18:49
939 [scp.c]
940 ansify; ok markus@
Damien Millerb69aaa82003-06-04 22:51:24 +1000941 - djm@cvs.openbsd.org 2003/06/04 12:40:39
942 [scp.c]
943 kill ssh process upon receipt of signal, bz #241.
944 based on patch from esb AT hawaii.edu; ok markus@
Damien Millercc685c12003-06-04 22:51:38 +1000945 - djm@cvs.openbsd.org 2003/06/04 12:41:22
946 [sftp.c]
947 kill ssh process on receipt of signal; ok markus@
Damien Miller4c322482003-06-04 22:12:17 +1000948 - (djm) Update to fix of bug #584: lock card before return.
949 From larsch@trustcenter.de
Damien Miller0cbb9de2003-06-04 22:56:15 +1000950 - (djm) Always use mysignal() for SIGALRM
Damien Miller865173e2003-06-04 19:06:59 +1000951
95220030603
Damien Miller35276252003-06-03 10:14:28 +1000953 - (djm) Replace setproctitle replacement with code derived from
954 UCB sendmail
Damien Miller3a961dc2003-06-03 10:25:48 +1000955 - (djm) OpenBSD CVS Sync
956 - markus@cvs.openbsd.org 2003/06/02 09:17:34
957 [auth2-hostbased.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c]
958 [canohost.c monitor.c servconf.c servconf.h session.c sshd_config]
959 [sshd_config.5]
960 deprecate VerifyReverseMapping since it's dangerous if combined
961 with IP based access control as noted by Mike Harding; replace with
962 a UseDNS option, UseDNS is on by default and includes the
963 VerifyReverseMapping check; with itojun@, provos@, jakob@ and deraadt@
964 ok deraadt@, djm@
Damien Millerdafb12e2003-06-03 13:06:18 +1000965 - millert@cvs.openbsd.org 2003/06/03 02:56:16
966 [scp.c]
967 Remove the advertising clause in the UCB license which Berkeley
968 rescinded 22 July 1999. Proofed by myself and Theo.
Damien Miller3a961dc2003-06-03 10:25:48 +1000969 - (djm) Fix portable-specific uses of verify_reverse_mapping too
Damien Miller329638e2003-06-03 12:12:50 +1000970 - (djm) Sync openbsd-compat with OpenBSD CVS.
Damien Millerd311c4e2003-06-03 13:09:16 +1000971 - No more 4-term BSD licenses in linked code
Darren Tuckereb28cbc2003-06-03 12:45:27 +1000972 - (dtucker) [port-aix.c bsd-cray.c] Fix uses of verify_reverse_mapping.
Damien Miller35276252003-06-03 10:14:28 +1000973
Damien Millerf3bff942003-06-02 12:13:40 +100097420030602
975 - (djm) Fix segv from bad reordering in auth-pam.c
Damien Millerf2e3e9d2003-06-02 12:15:54 +1000976 - (djm) Always use saved_argv in sshd.c as compat_init_setproctitle may
977 clobber
Tim Rice237ca4a2003-06-01 19:25:27 -0700978 - (tim) openbsd-compat/xmmap.[ch] License clarifications. Add missing
979 CVS ID.
Damien Millerdba59502003-06-02 17:43:19 +1000980 - (djm) Remove "noip6" option from RedHat spec file. This may now be
981 set at runtime using AddressFamily option.
Damien Millerdcc83122003-06-02 18:57:59 +1000982 - (djm) Fix use of macro before #define in cipher-aes.c
Damien Millerf4684422003-06-02 18:59:08 +1000983 - (djm) Sync license on openbsd-compat/bindresvport.c with OpenBSD CVS
Damien Millerab2db412003-06-02 19:09:13 +1000984 - (djm) OpenBSD CVS Sync
985 - djm@cvs.openbsd.org 2003/05/26 12:54:40
986 [sshconnect.c]
987 fix format strings; ok markus@
Damien Miller61d36802003-06-02 19:09:48 +1000988 - deraadt@cvs.openbsd.org 2003/05/29 16:58:45
989 [sshd.c uidswap.c]
990 seteuid and setegid; markus ok
Damien Millereacbb4f2003-06-02 19:10:41 +1000991 - jakob@cvs.openbsd.org 2003/06/02 08:31:10
992 [ssh_config.5]
993 VerifyHostKeyDNS is v2 only. ok markus@
Damien Millerf3bff942003-06-02 12:13:40 +1000994
Darren Tucker3cb84e52003-05-30 16:58:22 +100099520030530
996 - (dtucker) Add missing semicolon in md5crypt.c, patch from openssh at
997 roumenpetrov.info
Darren Tucker2972d6c2003-05-30 17:43:42 +1000998 - (dtucker) Define SSHD_ACQUIRES_CTTY for NCR MP-RAS and Reliant Unix.
Darren Tucker3cb84e52003-05-30 16:58:22 +1000999
Damien Millera6a7c192003-05-26 21:36:13 +1000100020030526
1001 - (djm) Avoid auth2-chall.c warning when compiling without
1002 PAM, BSD_AUTH and SKEY
1003
Damien Millerc11fe252003-05-25 14:38:02 +1000100420030525
1005- (djm) OpenBSD CVS Sync
1006 - djm@cvs.openbsd.org 2003/05/24 09:02:22
1007 [log.c]
1008 pass logged data through strnvis; ok markus
Damien Miller04bd8b02003-05-25 14:38:33 +10001009 - djm@cvs.openbsd.org 2003/05/24 09:30:40
1010 [authfile.c monitor.c sftp-common.c sshpty.c]
1011 cast some types for printing; ok markus@
Damien Millerc11fe252003-05-25 14:38:02 +10001012
Darren Tucker60145782003-05-24 11:41:16 +1000101320030524
1014 - (dtucker) Correct --osfsia in INSTALL. Patch by skeleten at shillest.net
1015
Damien Millerd419bda2003-05-23 18:43:40 +1000101620030523
1017 - (djm) Use VIS_SAFE on logged strings rather than default strnvis
1018 encoding (which encodes many more characters)
Damien Miller50677922003-05-23 18:44:04 +10001019 - OpenBSD CVS Sync
1020 - jmc@cvs.openbsd.org 2003/05/20 12:03:35
1021 [sftp.1]
1022 - new sentence, new line
1023 - added .Xr's
1024 - typos
1025 ok djm@
Damien Millerfbf486b2003-05-23 18:44:23 +10001026 - jmc@cvs.openbsd.org 2003/05/20 12:09:31
1027 [ssh.1 ssh_config.5 sshd.8 sshd_config.5 ssh-keygen.1]
1028 new sentence, new line
Damien Miller08293fa2003-05-23 18:44:41 +10001029 - djm@cvs.openbsd.org 2003/05/23 08:29:30
1030 [sshconnect.c]
1031 fix leak; ok markus@
Damien Millerd419bda2003-05-23 18:43:40 +10001032
Damien Miller74a34422003-05-20 09:24:17 +1000103320030520
1034 - (djm) OpenBSD CVS Sync
1035 - deraadt@cvs.openbsd.org 2003/05/18 23:22:01
1036 [log.c]
1037 use syslog_r() in a signal handler called place; markus ok
Damien Miller1340ec22003-05-20 09:24:42 +10001038 - (djm) Configure logic to detect syslog_r and friends
Damien Miller74a34422003-05-20 09:24:17 +10001039
Damien Millereb0e9692003-05-19 11:28:44 +1000104020030519
1041 - (djm) Sync auth-pam.h with what we actually implement
1042
104320030518
Damien Miller25d93422003-05-18 20:45:47 +10001044 - (djm) Return of the dreaded PAM_TTY_KLUDGE, which went missing in
1045 recent merge
Damien Miller20a8f972003-05-18 20:50:30 +10001046 - (djm) OpenBSD CVS Sync
1047 - djm@cvs.openbsd.org 2003/05/16 03:27:12
1048 [readconf.c ssh_config ssh_config.5 ssh-keysign.c]
1049 add AddressFamily option to ssh_config (like -4, -6 on commandline).
1050 Portable bug #534; ok markus@
Damien Millera9825782003-05-18 20:53:10 +10001051 - itojun@cvs.openbsd.org 2003/05/17 03:25:58
1052 [auth-rhosts.c]
1053 just in case, put numbers to sscanf %s arg.
Damien Millerf5399c22003-05-18 20:53:59 +10001054 - markus@cvs.openbsd.org 2003/05/17 04:27:52
1055 [cipher.c cipher-ctr.c myproposal.h]
1056 experimental support for aes-ctr modes from
1057 http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt
1058 ok djm@
Damien Miller7e1bbc52003-05-18 20:52:40 +10001059 - (djm) Remove IPv4 by default hack now that we can specify AF in config
Damien Miller0b8e9002003-05-18 21:44:07 +10001060 - (djm) Tidy and trim TODO
Damien Millere323df62003-05-18 22:24:09 +10001061 - (djm) Sync openbsd-compat/ with OpenBSD CVS head
Damien Miller31741252003-05-19 00:13:38 +10001062 - (djm) Big KNF on openbsd-compat/
Damien Miller5b5ca192003-05-19 00:50:02 +10001063 - (djm) KNF on md5crypt.[ch]
1064 - (djm) KNF on auth-sia.[ch]
Damien Miller25d93422003-05-18 20:45:47 +10001065
106620030517
Ben Lindstrom4c9e9ab2003-05-18 01:22:43 +00001067 - (bal) strcat -> strlcat on openbsd-compat/realpath.c (rev 1.8 OpenBSD)
1068
Damien Miller6e80c362003-05-16 11:38:00 +1000106920030516
1070 - (djm) OpenBSD CVS Sync
1071 - djm@cvs.openbsd.org 2003/05/15 13:52:10
1072 [ssh.c]
1073 Make "ssh -V" print the OpenSSL version in a human readable form. Patch
1074 from Craig Leres (mindrot at ee.lbl.gov); ok markus@
Damien Millerf9b3feb2003-05-16 11:38:32 +10001075 - jakob@cvs.openbsd.org 2003/05/15 14:02:47
1076 [readconf.c servconf.c]
1077 warn for unsupported config option. ok markus@
Damien Miller99b4b882003-05-16 11:38:46 +10001078 - markus@cvs.openbsd.org 2003/05/15 14:09:21
1079 [auth2-krb5.c]
1080 fix 64bit issue; report itojun@
Damien Millerb78d5eb2003-05-16 11:39:04 +10001081 - djm@cvs.openbsd.org 2003/05/15 14:55:25
1082 [readconf.c readconf.h ssh_config ssh_config.5 sshconnect.c]
1083 add a ConnectTimeout option to ssh, based on patch from
1084 Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@
Damien Miller6ac2c482003-05-16 11:42:35 +10001085 - (djm) Add warning for UsePAM when built without PAM support
Damien Millerc46b6bc2003-05-16 15:51:44 +10001086 - (djm) A few type mismatch fixes from Bug #565
Damien Millere27c6cc2003-05-16 18:21:01 +10001087 - (djm) Guard free_pam_environment against NULL argument. Works around
1088 HP/UX PAM problems debugged by dtucker
Damien Miller6e80c362003-05-16 11:38:00 +10001089
Damien Millerabbae982003-05-15 10:16:21 +1000109020030515
1091 - (djm) OpenBSD CVS Sync
1092 - jmc@cvs.openbsd.org 2003/05/14 13:11:56
1093 [ssh-agent.1]
1094 setup -> set up;
1095 from wiz@netbsd
Damien Miller37876e92003-05-15 10:19:46 +10001096 - jakob@cvs.openbsd.org 2003/05/14 18:16:20
1097 [key.c key.h readconf.c readconf.h ssh_config.5 sshconnect.c]
1098 [dns.c dns.h README.dns ssh-keygen.1 ssh-keygen.c]
1099 add experimental support for verifying hos keys using DNS as described
1100 in draft-ietf-secsh-dns-xx.txt. more information in README.dns.
1101 ok markus@ and henning@
Damien Miller54c45982003-05-15 10:20:13 +10001102 - markus@cvs.openbsd.org 2003/05/14 22:24:42
1103 [clientloop.c session.c ssh.1]
1104 allow to send a BREAK to the remote system; ok various
Damien Millerf842fcb2003-05-15 12:01:28 +10001105 - markus@cvs.openbsd.org 2003/05/15 00:28:28
1106 [sshconnect2.c]
1107 cleanup unregister of per-method packet handlers; ok djm@
Damien Miller2aa0ab42003-05-15 12:05:28 +10001108 - jakob@cvs.openbsd.org 2003/05/15 01:48:10
1109 [readconf.c readconf.h servconf.c servconf.h]
1110 always parse kerberos options. ok djm@ markus@
Damien Millerb0622652003-05-15 13:27:28 +10001111 - jakob@cvs.openbsd.org 2003/05/15 02:27:15
1112 [dns.c]
1113 add missing freerrset
Damien Miller3a3261f2003-05-15 13:37:19 +10001114 - markus@cvs.openbsd.org 2003/05/15 03:08:29
1115 [cipher.c cipher-bf1.c cipher-aes.c cipher-3des1.c]
1116 split out custom EVP ciphers
Damien Millered12a262003-05-15 13:37:43 +10001117 - djm@cvs.openbsd.org 2003/05/15 03:10:52
1118 [ssh-keygen.c]
1119 avoid warning; ok jakob@
Damien Miller4962ed62003-05-15 13:48:59 +10001120 - mouring@cvs.openbsd.org 2003/05/15 03:39:07
1121 [sftp-int.c]
1122 Make put/get (globed and nonglobed) code more consistant. OK djm@
Damien Miller19c8f2b2003-05-15 13:49:21 +10001123 - mouring@cvs.openbsd.org 2003/05/15 03:43:59
Damien Miller34bb5672003-05-15 13:49:58 +10001124 [sftp-int.c sftp.c]
Damien Miller19c8f2b2003-05-15 13:49:21 +10001125 Teach ls how to display multiple column display and allow users
1126 to return to single column format via 'ls -1'. OK @djm
Damien Miller156cbe82003-05-15 14:16:41 +10001127 - jakob@cvs.openbsd.org 2003/05/15 04:08:44
1128 [readconf.c servconf.c]
1129 disable kerberos when not supported. ok markus@
Damien Miller46a7b402003-05-15 14:17:28 +10001130 - markus@cvs.openbsd.org 2003/05/15 04:08:41
1131 [ssh.1]
1132 ~B is ssh2 only
Damien Miller2aa0ab42003-05-15 12:05:28 +10001133 - (djm) Always parse UsePAM
Damien Miller7abe09b2003-05-15 10:53:49 +10001134 - (djm) Configure glue for DNS support (code doesn't work in portable yet)
Damien Millerd9ec3702003-05-15 12:27:08 +10001135 - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)
Damien Millera47f5262003-05-15 13:23:07 +10001136 - (djm) Tidy Makefile clean targets
Damien Miller5975cf12003-05-15 13:23:36 +10001137 - (djm) Adapt README.dns for portable
Damien Millerffda4cb2003-05-15 13:57:51 +10001138 - (djm) Avoid uuencode.c warnings
Damien Miller156cbe82003-05-15 14:16:41 +10001139 - (djm) Enable UsePAM when built --with-pam
Damien Millerb10f1cd2003-05-15 20:55:27 +10001140 - (djm) Only build getrrsetbyname replacement when using --with-dns
Damien Miller04cb5362003-05-15 21:29:10 +10001141 - (djm) Bug #529: sshd doesn't work correctly after SIGHUP (copy argv
1142 correctly)
Damien Millereff041d2003-05-15 21:33:46 +10001143 - (djm) Bug #444: Wrong paths after reconfigure
Darren Tucker5d0ccf32003-05-15 21:42:59 +10001144 - (dtucker) HP-UX needs to include <sys/strtio.h> for TIOCSBRK
Damien Miller04cb5362003-05-15 21:29:10 +10001145
Damien Miller1a27a1e2003-05-14 10:27:09 +1000114620030514
1147 - (djm) Bug #117: Don't lie to PAM about username
Damien Millerd5580922003-05-14 13:40:06 +10001148 - (djm) RCSID sync w/ OpenBSD
Damien Millerc652cac2003-05-14 13:40:54 +10001149 - (djm) OpenBSD CVS Sync
1150 - djm@cvs.openbsd.org 2003/04/09 12:00:37
1151 [readconf.c]
1152 strip trailing whitespace from config lines before parsing.
1153 Fixes bz 528; ok markus@
Damien Millera201bb32003-05-14 13:41:23 +10001154 - markus@cvs.openbsd.org 2003/04/12 10:13:57
1155 [cipher.c]
1156 hide cipher details; ok djm@
Damien Milleref095ce2003-05-14 13:41:39 +10001157 - markus@cvs.openbsd.org 2003/04/12 10:15:36
1158 [misc.c]
1159 debug->debug2
Damien Miller44e72a72003-05-14 13:42:08 +10001160 - naddy@cvs.openbsd.org 2003/04/12 11:40:15
1161 [ssh.1]
1162 document -V switch, fix wording; ok markus@
Damien Miller2372ace2003-05-14 13:42:23 +10001163 - markus@cvs.openbsd.org 2003/04/14 14:17:50
1164 [channels.c sshconnect.c sshd.c ssh-keyscan.c]
1165 avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP
Damien Miller8ce778a2003-05-14 13:43:25 +10001166 - mouring@cvs.openbsd.org 2003/04/14 21:31:27
1167 [sftp-int.c]
1168 Missing globfree(&g) in process_put() spotted by Vince Brimhall
1169 <VBrimhall@novell.com>. ok@ Theo
1170 - markus@cvs.openbsd.org 2003/04/16 14:35:27
1171 [auth.h]
1172 document struct Authctxt; with solar
Damien Millerea5ade22003-05-14 13:43:53 +10001173 - deraadt@cvs.openbsd.org 2003/04/26 04:29:49
1174 [ssh-keyscan.c]
1175 -t in usage(); rogier@quaak.org
Damien Miller049245d2003-05-14 13:44:42 +10001176 - mouring@cvs.openbsd.org 2003/04/30 01:16:20
1177 [sshd.8 sshd_config.5]
1178 Escape ?, * and ! in .Ql for nroff compatibility. OpenSSH Portable
1179 Bug #550 and * escaping suggested by jmc@.
Damien Miller31554322003-05-14 13:44:58 +10001180 - david@cvs.openbsd.org 2003/04/30 20:41:07
1181 [sshd.8]
1182 fix invalid .Pf macro usage introduced in previous commit
1183 ok jmc@ mouring@
Damien Millerdb274722003-05-14 13:45:22 +10001184 - markus@cvs.openbsd.org 2003/05/11 16:56:48
1185 [authfile.c ssh-keygen.c]
1186 change key_load_public to try to read a public from:
1187 rsa1 private or rsa1 public and ssh2 keys.
1188 this makes ssh-keygen -e fail for ssh1 keys more gracefully
1189 for example; report from itojun (netbsd pr 20550).
Damien Millerb1ca8bb2003-05-14 13:45:42 +10001190 - markus@cvs.openbsd.org 2003/05/11 20:30:25
1191 [channels.c clientloop.c serverloop.c session.c ssh.c]
1192 make channel_new() strdup the 'remote_name' (not the caller); ok theo
Damien Miller280ecfb2003-05-14 13:46:00 +10001193 - markus@cvs.openbsd.org 2003/05/12 16:55:37
1194 [sshconnect2.c]
1195 for pubkey authentication try the user keys in the following order:
1196 1. agent keys that are found in the config file
1197 2. other agent keys
1198 3. keys that are only listed in the config file
1199 this helps when an agent has many keys, where the server might
1200 close the connection before the correct key is used. report & ok pb@
Damien Miller93506352003-05-14 13:46:33 +10001201 - markus@cvs.openbsd.org 2003/05/12 18:35:18
1202 [ssh-keyscan.1]
1203 typo: DSA keys are of type ssh-dss; Brian Poole
Damien Millerfb7508e2003-05-14 13:47:07 +10001204 - markus@cvs.openbsd.org 2003/05/14 00:52:59
1205 [ssh2.h]
1206 ranges for per auth method messages
1207 - djm@cvs.openbsd.org 2003/05/14 01:00:44
1208 [sftp.1]
1209 emphasise the batchmode functionality and make reference to pubkey auth,
1210 both of which are FAQs; ok markus@
Damien Miller3ab496b2003-05-14 13:47:37 +10001211 - markus@cvs.openbsd.org 2003/05/14 02:15:47
1212 [auth2.c monitor.c sshconnect2.c auth2-krb5.c]
1213 implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@
1214 server interops with commercial client; ok jakob@ djm@
Damien Millerd6ead282003-05-14 19:30:38 +10001215 - jmc@cvs.openbsd.org 2003/05/14 08:25:39
1216 [sftp.1]
1217 - better formatting in SYNOPSIS
1218 - whitespace at EOL
1219 ok djm@
Damien Millerbe64d432003-05-14 19:31:12 +10001220 - markus@cvs.openbsd.org 2003/05/14 08:57:49
1221 [monitor.c]
1222 http://bugzilla.mindrot.org/show_bug.cgi?id=560
1223 Privsep child continues to run after monitor killed.
1224 Pass monitor signals through to child; Darren Tucker
Damien Miller9c617692003-05-14 14:31:11 +10001225 - (djm) Make portable build with MIT krb5 (some issues remain)
Damien Miller4e448a32003-05-14 15:11:48 +10001226 - (djm) Add new UsePAM configuration directive to allow runtime control
1227 over usage of PAM. This allows non-root use of sshd when built with
1228 --with-pam
Damien Miller9d507da2003-05-14 15:31:12 +10001229 - (djm) Die screaming if start_pam() is called when UsePAM=no
Damien Miller4d995192003-05-14 19:23:56 +10001230 - (djm) Avoid KrbV leak for MIT Kerberos
Darren Tuckerabef5622003-05-14 21:48:51 +10001231 - (dtucker) Set ai_socktype and ai_protocol in fake-getaddrinfo.c. ok djm@
Damien Miller1ea71662003-05-14 22:33:58 +10001232 - (djm) Bug #258: sscanf("[0-9]") -> sscanf("[0123456789]") for portability
Damien Miller1a27a1e2003-05-14 10:27:09 +10001233
Damien Miller75d3b052003-05-12 18:15:49 +1000123420030512
1235 - (djm) Redhat spec: Don't install profile.d scripts when not
1236 building with GNOME/GTK askpass (patch from bet@rahul.net)
1237
Darren Tuckere8831092003-05-10 16:48:23 +1000123820030510
1239 - (dtucker) Bug #318: Create ssh_prng_cmds.out during "make" rather than
1240 "make install". Patch by roth@feep.net.
Darren Tuckerc437cda2003-05-10 17:05:46 +10001241 - (dtucker) Bug #536: Test for and work around openpty/controlling tty
1242 problem on Linux (fixes "could not set controlling tty" errors).
Damien Miller4f9f42a2003-05-10 19:28:02 +10001243 - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with
1244 proper challenge-response module
Damien Miller0d8b7922003-05-10 23:42:12 +10001245 - (djm) 2-clause license on loginrec.c, with permission from
1246 andre@ae-35.com
Darren Tuckere8831092003-05-10 16:48:23 +10001247
Darren Tucker70a08cd2003-05-04 10:41:20 +1000124820030504
Darren Tuckerac279282003-05-04 11:36:25 +10001249 - (dtucker) Bug #497: Move #include of bsd-cygwin_util.h to openbsd-compat.h.
1250 Patch from vinschen@redhat.com.
Darren Tucker70a08cd2003-05-04 10:41:20 +10001251
Darren Tucker04cc5382003-05-03 07:32:56 +1000125220030503
1253 - (dtucker) Add missing "void" to record_failed_login in bsd-cray.c. Noted
1254 by wendyp@cray.com.
1255
Darren Tucker3c016542003-05-02 20:48:21 +1000125620030502
1257 - (dtucker) Bug #544: ignore invalid cmsg_type on Linux 2.0 kernels,
1258 privsep should now work.
Darren Tucker97363a82003-05-02 23:42:25 +10001259 - (dtucker) Move handling of bad password authentications into a platform
Darren Tuckerbd570d72003-05-02 23:50:09 +10001260 specific record_failed_login() function (affects AIX & Unicos). ok mouring@
Darren Tucker3c016542003-05-02 20:48:21 +10001261
Damien Millereab4bae2003-04-29 23:22:40 +1000126220030429
1263 - (djm) Add back radix.o (used by AFS support), after it went missing from
1264 Makefile many moons ago
1265 - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer
1266 - (djm) Fix blibpath specification for AIX/gcc
1267 - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org
1268
Ben Lindstrom0e7f4362003-04-28 23:30:43 +0000126920030428
1270 - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bit
1271 hacked code.
1272
Ben Lindstrom93b6b772003-04-27 17:55:33 +0000127320030427
1274 - (bal) Bug #541: return; was dropped by mistake. Reported by
1275 furrier@iglou.com
Ben Lindstrom796b9a52003-04-27 18:01:37 +00001276 - (bal) Since we don't support platforms lacking u_int_64. We may
1277 as well clean out some of those evil #ifdefs
Ben Lindstrom683036e2003-04-27 18:41:30 +00001278 - (bal) auth1.c minor resync while looking at the code.
Ben Lindstromf50ad1f2003-04-27 18:44:31 +00001279 - (bal) auth2.c same changed as above.
Ben Lindstrom93b6b772003-04-27 17:55:33 +00001280
Damien Millerd186d742003-04-09 19:40:33 +1000128120030409
1282 - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report
1283 from matth@eecs.berkeley.edu
Damien Millera92a5892003-04-09 19:41:25 +10001284 - (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
Damien Millera5539d22003-04-09 20:50:06 +10001285 - (djm) OpenBSD CVS Sync
1286 - markus@cvs.openbsd.org 2003/04/02 09:48:07
1287 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1288 [readconf.h serverloop.c sshconnect2.c]
1289 reapply rekeying chage, tested by henning@, ok djm@
Damien Miller703ced52003-04-09 20:50:26 +10001290 - markus@cvs.openbsd.org 2003/04/02 14:36:26
1291 [ssh-keysign.c]
1292 potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526
Damien Miller3bed1912003-04-09 20:50:59 +10001293 - itojun@cvs.openbsd.org 2003/04/03 07:25:27
1294 [progressmeter.c]
1295 $OpenBSD$
1296 - itojun@cvs.openbsd.org 2003/04/03 10:17:35
1297 [progressmeter.c]
1298 remove $OpenBSD$, as other *.c does not have it.
Damien Millerb1ecd9c2003-04-09 20:51:24 +10001299 - markus@cvs.openbsd.org 2003/04/07 08:29:57
1300 [monitor_wrap.c]
1301 typo: get correct counters; introduced during rekeying change.
Damien Millera0898b82003-04-09 21:05:52 +10001302 - millert@cvs.openbsd.org 2003/04/07 21:58:05
1303 [progressmeter.c]
1304 The UCB copyright here is incorrect. This code did not originate
1305 at UCB, it was written by Luke Mewburn. Updated the copyright at
1306 the author's request. markus@ OK
1307 - itojun@cvs.openbsd.org 2003/04/08 20:21:29
1308 [*.c *.h]
1309 rename log() into logit() to avoid name conflict. markus ok, from
1310 netbsd
1311 - (djm) XXX - Performed locally using:
1312 "perl -p -i -e 's/(\s|^)log\(/$1logit\(/g' *.c *.h"
Damien Millerbf2a0172003-04-09 21:07:14 +10001313 - hin@cvs.openbsd.org 2003/04/09 08:23:52
1314 [servconf.c]
1315 Don't include <krb.h> when compiling with Kerberos 5 support
Damien Millera0898b82003-04-09 21:05:52 +10001316 - (djm) Fix up missing include for packet.c
Damien Miller2a3f20e2003-04-09 21:12:00 +10001317 - (djm) Fix missed log => logit occurance (reference by function pointer)
Damien Millerd186d742003-04-09 19:40:33 +10001318
Ben Lindstromc8a49d72003-04-02 15:18:22 +0000131920030402
1320 - (bal) if IP_TOS is not found or broken don't try to compile in
1321 packet_set_tos() function call. bug #527
1322
Damien Miller495dca32003-04-01 21:42:14 +1000132320030401
1324 - (djm) OpenBSD CVS Sync
1325 - jmc@cvs.openbsd.org 2003/03/28 10:11:43
1326 [scp.1 sftp.1 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5 sshd_config.5]
1327 [ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
1328 - killed whitespace
1329 - new sentence new line
1330 - .Bk for arguments
1331 ok markus@
Damien Miller2dc074e2003-04-01 21:43:39 +10001332 - markus@cvs.openbsd.org 2003/04/01 10:10:23
1333 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1334 [readconf.h serverloop.c sshconnect2.c]
1335 rekeying bugfixes and automatic rekeying:
1336 * both client and server rekey _automatically_
1337 (a) after 2^31 packets, because after 2^32 packets
1338 the sequence number for packets wraps
1339 (b) after 2^(blocksize_in_bits/4) blocks
1340 (see: draft-ietf-secsh-newmodes-00.txt)
1341 (a) and (b) are _enabled_ by default, and only disabled for known
1342 openssh versions, that don't support rekeying properly.
1343 * client option 'RekeyLimit'
1344 * do not reply to requests during rekeying
1345 - markus@cvs.openbsd.org 2003/04/01 10:22:21
1346 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1347 [readconf.h serverloop.c sshconnect2.c]
1348 backout rekeying changes (for 3.6.1)
Damien Millerd3209042003-04-01 21:44:37 +10001349 - markus@cvs.openbsd.org 2003/04/01 10:31:26
1350 [compat.c compat.h kex.c]
1351 bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@;
1352 tested by ho@ and myself
Damien Miller13c1c7a2003-04-01 21:45:26 +10001353 - markus@cvs.openbsd.org 2003/04/01 10:56:46
1354 [version.h]
1355 3.6.1
Damien Millerb80e52a2003-04-01 21:46:53 +10001356 - (djm) Crank spec file versions
Damien Millera0ab6692003-04-01 21:47:16 +10001357 - (djm) Release 3.6.1p1
Damien Miller495dca32003-04-01 21:42:14 +10001358
Damien Millerb3207e82003-03-26 16:01:11 +1100135920030326
1360 - (djm) OpenBSD CVS Sync
1361 - deraadt@cvs.openbsd.org 2003/03/26 04:02:51
1362 [sftp-server.c]
1363 one last fix to the tree: race fix broke stuff; pr 3169;
1364 srp@srparish.net, help from djm
1365
Damien Miller68d893d2003-03-25 09:07:52 +1100136620030325
1367 - (djm) Fix getpeerid support for 64 bit BE systems. From
1368 Arnd Bergmann <arndb@de.ibm.com>
1369
Damien Millerb062c292003-03-24 09:12:09 +1100137020030324
1371 - (djm) OpenBSD CVS Sync
1372 - markus@cvs.openbsd.org 2003/03/23 19:02:00
1373 [monitor.c]
1374 unbreak rekeying for privsep; ok millert@
1375 - Release 3.6p1
Damien Miller62b6b172003-03-24 13:35:58 +11001376 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1377 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
Damien Millerb062c292003-03-24 09:12:09 +11001378
Darren Tucker7c582db2003-11-03 18:59:29 +11001379$Id: ChangeLog,v 1.3086 2003/11/03 07:59:29 dtucker Exp $