]> andersk Git - openssh.git/blame - ChangeLog
- (dtucker) [configure.ac] Bug #693: uid swapping issues on NCR MP-RAS.
[openssh.git] / ChangeLog
CommitLineData
5ba73866 120030923
291c14e8 2 - (dtucker) [Makefile.in] Bug #644: Fix "make clean" for out-of-tree
5ba73866 3 builds. Portability corrections from tim@.
635e0c42 4 - (dtucker) [configure.ac] Bug #655: uid swapping issues on Mac OS X.
5 Patch from max at quendi.de.
08da2d08 6 - (dtucker) [configure.ac] Bug #657: uid swapping issues on BSDi.
7 - (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.
6fb3618d 8 - (dtucker) [configure.ac] Bug #693: uid swapping issues on NCR MP-RAS.
9 Patch from david.haughton at ncr.com
5ba73866 10
a801511e 1120030919
12 - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
13 djast AT cs.toronto.edu
48646332 14 - (djm) Bug #661: Remove duplicate check for basename; from
15 bugzilla-openssh AT thewrittenword.com
34799445 16 - (djm) Bug #641: Allow RedHat RPM building without GTK-2; Patch from
17 jason AT devrandom.org
fd79af78 18 - (djm) Bug #646: Fix location of x11-ssh-askpass; Jim
4608d193 19 - (dtucker) [openbsd-compat/port-aix.h] Bug #640: Don't include audit.h
20 unless required. Reorder to reduce warnings.
6f99680f 21 - (dtucker) [session.c] Bug #643: Fix size_t -> u_int and fix null deref
22 when /etc/default/login doesn't exist or isn't readable. Fixes from
23 jparsons-lists at saffron.net and georg.oppenberg at deu mci com.
97e3cf19 24 - (dtucker) [acconfig.h] Updated basename test needs HAVE_BASENAME
a801511e 25
33fb67f0 2620030918
27 - (djm) Bug #652: Fix empty password auth
28
263c65df 2920030917
30 - (djm) Sync with V_3_7 branch
20419cc1 31 - (djm) OpenBSD Sync
32 - markus@cvs.openbsd.org 2003/09/16 21:02:40
33 [buffer.c channels.c version.h]
34 more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDU
38d24e7d 35 - (djm) Crank RPM spec file versions
ddd8e845 36 - (tim) [openbsd-compat/inet_ntoa.c] 20030917 "Sync with V_3_7 branch" undid
37 20030916 "Missed dead header in inet_ntoa.c"
38d24e7d 38
95b99395 3920030916
40 - (dtucker) [acconfig.h configure.ac defines.h session.c] Bug #252: Retrieve
41 PATH (or SUPATH) and UMASK from /etc/default/login on platforms that have it
49525395 42 (eg Solaris, Reliant Unix). Patch from Robert.Dahlem at siemens.com.
43 ok djm@
44 - (bal) OpenBSD Sync
45 - deraadt@cvs.openbsd.org 2003/09/16 03:03:47
46 [buffer.c]
47 do not expand buffer before attempting to reallocate it; markus ok
89bbd457 48 - (tim) [configure.ac] Fix portability issues.
bb6dd12a 49 - (bal) Missed dead header in inet_ntoa.c
95b99395 50
bdb15424 5120030914
52 - (dtucker) [Makefile regress/Makefile] Fix portability issues preventing
53 the regression tests from running with Solaris' make. Patch from Brian
54 Poole (raj at cerias.purdue.edu).
906f3b9d 55 - (dtucker) [regress/Makefile] AIX's make doesn't like " +=", so replace
56 with vanilla "=".
bdb15424 57
b64864e1 5820030913
59 - (dtucker) [regress/agent-timeout.sh] Timeout of 5 sec is borderline for
60 slower hosts, increase to 10 sec.
217a0ad5 61 - (dtucker) [auth-passwd.c] On AIX, call setauthdb() before loginsuccess(),
62 required to correctly reset failed login count when using a password
63 registry other than "files" (eg LDAP, see bug #543).
bcebad47 64 - (tim) [configure.ac] define WITH_ABBREV_NO_TTY for SCO.
65 Report by Roger Cornelius.
01224183 66 - (dtucker) [auth-pam.c] Use SSHD_PAM_SERVICE for PAM service name, patch
67 from cjwatson at debian.org.
b64864e1 68
a473643e 6920030912
70 - (tim) [regress/agent-ptrace.sh] sh doesn't like "if ! shell_function; then".
e43957b9 71 - (tim) [Makefile.in] only mkdir regress if it does not exist.
7126ceb2 72 - (tim) [regress/yes-head.sh] shell portability fix.
a473643e 73
af940dcb 7420030911
75 - (dtucker) [configure.ac] Bug #588, #615: Move other libgen tests to after
76 the dirname test, to allow a broken dirname to be detected correctly.
77 Based partially on patch supplied by alex.kiernan at thus.net. ok djm@
446227d6 78 - (tim) [configure.ac] Move libgen tests to before libwrap to unbreak
79 UnixWare 2.03 using --with-tcp-wrappers.
7ed101c0 80 - (tim) [configure.ac] Prefer setuid/setgid on UnixWare and Open Server.
c1b10a96 81 - (tim) [regress/agent-ptrace.sh regress/dynamic-forward.sh
82 regress/sftp-cmds.sh regress/stderr-after-eof.sh regress/test-exec.sh]
83 no longer depends on which(1). patch by dtucker@
af940dcb 84
7b9a8c6e 8520030910
86 - (dtucker) [configure.ac] Bug #636: Add support for Cray's new X1 machine.
87 Patch from wendyp at cray.com.
3490699c 88 - (dtucker) [configure.ac] Part of bug #615: tcsendbreak might be a macro.
2e8d2c13 89 - (dtucker) [regressh/yes-head.sh] Some platforms (eg Solaris) don't have
90 "yes".
7b9a8c6e 91
12e07a07 9220030909
93 - (tim) [regress/Makefile] Fixes for building outside of a read-only
94 source tree.
5d3cef06 95 - (tim) [regress/agent-timeout.sh] s/TIMEOUT/SSHAGENT_TIMEOUT/ Fixes conflict
96 with shell read-only variable.
2b1bb684 97 - (tim) [regress/sftp-badcmds.sh regress/sftp-cmds.sh] Fix errors like
98 UX:rm: ERROR: Cannot remove '.' or '..'
12e07a07 99
252ff4df 10020030908
101 - (tim) [configure.ac openbsd-compat/getrrsetbyname.c] wrap _getshort and
102 _getlong in #ifndef
078ec045 103 - (tim) [configure.ac acconfig.h openbsd-compat/getrrsetbyname.c] test for
104 HEADER.ad in arpa/nameser.h
8f52069e 105 - (tim) [ssh-keygen.c] s/PATH_MAX/MAXPATHLEN/ ok mouring@
252ff4df 106
c9535c4d 10720030907
108 - (dtucker) [agent-ptrace.sh dynamic-forward.sh (all regress/)]
109 Put "which" inside quotes.
5781bb58 110 - (dtucker) [dynamic-forward.sh forwarding.sh sftp-batch.sh (all regress/)]
111 Add ${EXEEXT}: required to work on Cygwin.
7621a857 112 - (dtucker) [regress/sftp-batch.sh] Make temporary batch file name more
113 distinctive, so "rm ${BATCH}.*" doesn't match the script itself.
ac4a169f 114 - (dtucker) [regress/sftp-cmds.sh] Skip quoted file test on Cygwin.
9a7582f1 115 - (dtucker) [openbsd-compat/xcrypt.c] #elsif -> #elif
116 - (dtucker) [acconfig.h] Typo.
4bbf95fa 117 - (dtucker) [CREDITS Makefile.in configure.ac mdoc2man.awk mdoc2man.pl]
118 Replace mdoc2man.pl with mdoc2man.awk, provided by Peter Stuge.
c9535c4d 119
3b8dff69 12020030906
121 - (dtucker) [acconfig.h configure.ac uidswap.c] Prefer setuid/setgid on AIX.
122
5e6f8a42 12320030905
124 - (dtucker) [Makefile.in] Add distclean target for regress/, fix clean target.
125
7ed6b890 12620030904
127 - (dtucker) Portablize regression tests. Parts contributed by Roumen
128 Petrov, David M. Williams and Corinna Vinschen.
129 - [Makefile.in] Add "make tests" target and "make clean" hooks.
584c5ed9 130 - [regress/agent-getpeereid.sh] Skip test on platforms that don't support
131 getpeereid.
335f57ae 132 - [regress/agent-ptrace.sh] Skip tests if platform doesn't support it or
133 gdb cannot be found.
c4cc19d5 134 - [regress/reconfigure/sh] Make path to sshd fully qualified if required.
e4f79c8f 135 - [regress/rekey.sh] Remove dependence on /dev/zero (not all platforms have
136 it). The sparse file will take less disk space too.
c67d1ba1 137 - [regress/sftp-cmds.sh] Ensure files used for test are readable.
9a7cf6f2 138 - [regress/stderr-after-eof.sh] Search for a usable checksum program.
83d96134 139 - [regress/sftp-badcmds.sh regress/sftp-cmds.sh regress/sftp.sh
140 regress/ssh-com-client.sh regress/ssh-com-sftp.sh regress/stderr-data.sh
141 regress/transfer.sh] Use ${EXEEXT} where appropriate.
302294d5 142 - [regress/sftp.sh regress/ssh-com-sftp.sh] Remove dependency on /dev/stdin.
d23e7be4 143 - [regress/agent-ptrace.sh regress/agent-timeout.sh]
144 "grep -q" -> "grep >/dev/null"
c7751424 145 - [regress/agent.sh regress/proto-version.sh regress/ssh-com.sh
c9535c4d 146 regress/test-exec.sh] Handle different ways of echoing without newlines.
46f493c6 147 - [regress/dynamic-forward.sh] Some "which" programs output on stderr.
a687e172 148 - [regress/sftp-cmds.sh] Use portable "test" option.
4638d96a 149 - [regress/test-exec.sh] Use sudo, search for "whoami" equivalent, always
150 use Strictmodes no, wait longer for sshd startup.
d99acf36 151 - [regress/Makefile] Remove BSDisms.
b0315114 152 - [regress/README.regress] Add a basic readme.
c67d1ba1 153 - [Makefile.in regress/agent-getpeereid.sh] config.h is now in $BUILDDIR
154 not $OBJ.
ccb02b94 155 - [Makefile.in regress/agent-ptrace] Fix minor regress issues on Cygwin.
7ed6b890 156
96d0bf74 15720030903
158 - (djm) OpenBSD CVS Sync
159 - markus@cvs.openbsd.org 2003/08/26 09:58:43
160 [auth-passwd.c auth.c auth.h auth1.c auth2-none.c auth2-passwd.c]
161 [auth2.c monitor.c]
162 fix passwd auth for 'username leaks via timing'; with djm@, original
163 patches from solar
5f2a8485 164 - markus@cvs.openbsd.org 2003/08/28 12:54:34
165 [auth.h]
166 remove kerberos support from ssh1, since it has been replaced with GSSAPI;
167 but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
b6f9987b 168 - markus@cvs.openbsd.org 2003/09/02 16:40:29
169 [version.h]
170 enter 3.7
d0445371 171 - jmc@cvs.openbsd.org 2003/09/02 18:50:06
172 [sftp.1 ssh_config.5]
173 escape punctuation;
174 ok deraadt@
96d0bf74 175
408fb07b 17620030902
eb18f58d 177 - (djm) OpenBSD CVS Sync
178 - deraadt@cvs.openbsd.org 2003/08/24 17:36:51
179 [auth2-gss.c]
180 64 bit cleanups; markus ok
8f73f7bb 181 - markus@cvs.openbsd.org 2003/08/28 12:54:34
182 [auth-krb5.c auth.h auth1.c monitor.c monitor.h monitor_wrap.c]
183 [monitor_wrap.h readconf.c servconf.c session.c ssh_config.5]
184 [sshconnect1.c sshd.c sshd_config sshd_config.5]
185 remove kerberos support from ssh1, since it has been replaced with GSSAPI;
186 but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
e3e69949 187 - markus@cvs.openbsd.org 2003/08/29 10:03:15
188 [compat.c compat.h]
189 SSH_BUG_K5USER is unused; ok henning@
d7ac5f18 190 - markus@cvs.openbsd.org 2003/08/29 10:04:36
191 [channels.c nchan.c]
192 be less chatty; debug -> debug2, cleanup; ok henning@
8e382949 193 - markus@cvs.openbsd.org 2003/08/31 10:26:04
194 [progressmeter.c]
195 pass file_size + 1 to snprintf: fixes printing of truncated
196 file names; fix based on patch/report from sturm@;
3845a9ac 197 - markus@cvs.openbsd.org 2003/08/31 12:14:22
198 [progressmeter.c]
199 do write to buf[-1]
f89f8ddc 200 - markus@cvs.openbsd.org 2003/08/31 13:29:05
201 [session.c]
202 call ssh_gssapi_storecreds conditionally from do_exec();
203 with sxw@inf.ed.ac.uk
96573c26 204 - markus@cvs.openbsd.org 2003/08/31 13:30:18
205 [gss-serv.c]
206 correct string termination in parse_ename(); sxw@inf.ed.ac.uk
a7958e7b 207 - markus@cvs.openbsd.org 2003/08/31 13:31:57
208 [gss-serv.c]
209 whitspace KNF
105b07db 210 - markus@cvs.openbsd.org 2003/09/01 09:50:04
211 [sshd_config.5]
212 gss kex is not supported; sxw@inf.ed.ac.uk
eac292f8 213 - markus@cvs.openbsd.org 2003/09/01 12:50:46
214 [readconf.c]
215 rm gssapidelegatecreds alias; never supported before
00fee838 216 - markus@cvs.openbsd.org 2003/09/01 13:52:18
217 [ssh.h]
218 rm whitespace
cc4d7cb6 219 - markus@cvs.openbsd.org 2003/09/01 18:15:50
220 [readconf.c readconf.h servconf.c servconf.h ssh.c]
221 remove unused kerberos code; ok henning@
4771605b 222 - markus@cvs.openbsd.org 2003/09/01 20:44:54
223 [auth2-gss.c]
224 fix leak
c53917a9 225 - (djm) Don't initialise pam_conv structures inline. Avoids HP/UX compiler
226 error. Part of Bug #423, patch from michael_steffens AT hp.com
49e82bb9 227 - (djm) Bug #423: reorder setting of PAM_TTY and calling of PAM session
228 management (now done in do_setusercontext). Largely from
229 michael_steffens AT hp.com
5e89e8a5 230 - (djm) Fix openbsd-compat/ again - remove references to strl(cpy|cat).h
231
2274ae66 23220030829
a5aec672 233 - (bal) openbsd-compat/ clean up. Considate headers, add in Id on our
2274ae66 234 files, and added missing license to header.
235
fe46678b 23620030826
237 - (djm) Bug #629: Mark ssh_config option "pamauthenticationviakbdint"
238 as deprecated. Remove mention from README.privsep. Patch from
239 aet AT cc.hut.fi
7364bd04 240 - (dtucker) OpenBSD CVS Sync
241 - markus@cvs.openbsd.org 2003/08/22 10:56:09
242 [auth2.c auth2-gss.c auth.h compat.c compat.h gss-genr.c gss-serv-krb5.c
243 gss-serv.c monitor.c monitor.h monitor_wrap.c monitor_wrap.h readconf.c
244 readconf.h servconf.c servconf.h session.c session.h ssh-gss.h
245 ssh_config.5 sshconnect2.c sshd_config sshd_config.5]
246 support GSS API user authentication; patches from Simon Wilkinson,
247 stripped down and tested by Jakob and myself.
1d9f0c09 248 - markus@cvs.openbsd.org 2003/08/22 13:20:03
249 [sshconnect2.c]
250 remove support for "kerberos-2@ssh.com"
816daa84 251 - markus@cvs.openbsd.org 2003/08/22 13:22:27
252 [auth2.c] (auth2-krb5.c removed)
253 nuke "kerberos-2@ssh.com"
52f6ea0e 254 - markus@cvs.openbsd.org 2003/08/22 20:55:06
255 [LICENCE]
256 add Simon Wilkinson
f99e1ca4 257 - deraadt@cvs.openbsd.org 2003/08/24 17:36:52
258 [monitor.c monitor_wrap.c sshconnect2.c]
259 64 bit cleanups; markus ok
e68d8348 260 - fgsch@cvs.openbsd.org 2003/08/25 08:13:09
261 [sftp-int.c]
262 fix div by zero when listing for filename lengths longer than width.
263 markus@ ok.
ea7bee97 264 - djm@cvs.openbsd.org 2003/08/25 10:33:33
265 [sshconnect2.c]
266 fprintf->logit to silence login banner with "ssh -q"; ok markus@
749560dd 267 - (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.h
268 configure.ac defines.h gss-serv-krb5.c session.c ssh-gss.h sshconnect1.c
269 sshconnect2.c] Add Portable GSSAPI support, patch by Simon Wilkinson.
780efc0f 270 - (dtucker) [Makefile.in] Remove auth2-krb5.
2b7d75f5 271 - (dtucker) [contrib/aix/inventory.sh] Add public domain notice. ok mouring@
272 (the original author)
da67ae18 273 - (dtucker) [auth.c] Do not check for locked accounts when PAM is enabled.
fe46678b 274
4e2e1af3 27520030825
276 - (djm) Bug #621: Select OpenSC keys by usage attributes. Patch from
277 larsch@trustcenter.de
510a42ce 278 - (bal) openbsd-compat/ OpenBSD updates. Mostly licensing, ansifications
f00d1f78 279 and minor fixes. OK djm@
280 - (bal) redo how we handle 'mysignal()'. Move it to
281 openbsd-compat/bsd-misc.c, s/mysignal/signal/ and #define signal to
282 be our 'mysignal' by default. OK djm@
3e6e3da0 283 - (dtucker) [acconfig.h auth.c configure.ac sshd.8] Bug #422 again: deny
284 any access to locked accounts. ok djm@
5b9e2464 285 - (djm) Bug #564: Perform PAM account checks for all authentications when
286 UsePAM=yes; ok dtucker
a6e67b60 287 - (dtucker) [configure.ac] Bug #533, #551: define BROKEN_GETADDRINFO on
288 Tru64, solves getnameinfo and "bad addr or host" errors. ok djm@
ed00d4b7 289 - (dtucker) [README buildbff.sh inventory.sh] (all in contrib/aix)
290 Update package builder: correctly handle config variables, use lsuser
291 rather than /etc/passwd, fix typos, add Id's.
4e2e1af3 292
fda04d7d 29320030822
294 - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal
295 -lbroken; ok dtucker
fcd7f067 296 - (dtucker) [contrib/cygwin/ssh-user-config] Put keys in authorized_keys
297 rather that authorized_keys2. Patch from vinschen@redhat.com.
fda04d7d 298
08d035b6 29920030821
300 - (dtucker) OpenBSD CVS Sync
301 - markus@cvs.openbsd.org 2003/08/14 16:08:58
302 [ssh-keygen.c]
303 exit after primetest, ok djm@
a814ba4d 304 - (dtucker) [defines.h] Put CMSG_DATA, CMSG_FIRSTHDR with other CMSG* macros,
305 change CMSG_DATA to use __CMSG_ALIGN (and thus work properly), reformat for
306 consistency.
eacb954e 307 - (dtucker) [configure.ac] Move openpty/ctty test outside of case statement
308 and after normal openpty test.
08d035b6 309
83814987 31020030813
311 - (dtucker) [session.c] Remove #ifdef TIOCSBRK kludge.
8168a86a 312 - (dtucker) OpenBSD CVS Sync
313 - markus@cvs.openbsd.org 2003/08/13 08:33:02
314 [session.c]
315 use more portable tcsendbreak(3) and ignore break_length;
316 ok deraadt, millert
0598d99d 317 - markus@cvs.openbsd.org 2003/08/13 08:46:31
318 [auth1.c readconf.c readconf.h servconf.c servconf.h ssh.c ssh_config
319 ssh_config.5 sshconnect1.c sshd.8 sshd.c sshd_config sshd_config.5]
320 remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,
321 fgsch@, miod@, henning@, jakob@ and others
37ba5172 322 - markus@cvs.openbsd.org 2003/08/13 09:07:10
323 [readconf.c ssh.c]
324 socks4->socks, since with support both 4 and 5; dtucker@zip.com.au
5af25b1d 325 - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
326 Add a tcsendbreak function for platforms that don't have one, based on the
327 one from OpenBSD.
83814987 328
78e43412 32920030811
330 - (dtucker) OpenBSD CVS Sync
331 (thanks to Simon Wilkinson for help with this -dt)
332 - markus@cvs.openbsd.org 2003/07/16 15:02:06
333 [auth-krb5.c]
334 mcc -> fcc; from Love Hörnquist Åstrand <lha@it.su.se>
335 otherwise the kerberos credentinal is stored in a memory cache
336 in the privileged sshd. ok jabob@, hin@ (some time ago)
8c9f0900 337 - (dtucker) [openbsd-compat/xcrypt.c] Remove Cygwin #ifdef block (duplicate
338 in bsd-cygwin_util.h).
78e43412 339
3095daf7 34020030808
341 - (dtucker) [openbsd-compat/fake-rfc2553.h] Older Linuxes have AI_PASSIVE and
342 AI_CANONNAME in netdb.h but not AI_NUMERICHOST, so check each definition
343 separately before defining them.
26b3608b 344 - (dtucker) [auth-pam.c] Don't set PAM_TTY if tty is null. ok djm@
3095daf7 345
a15f16ab 34620030807
347 - (dtucker) [session.c] Have session_break_req not attempt to send a break
348 if TIOCSBRK and TIOCCBRK are not defined (eg Cygwin).
97722976 349 - (dtucker) [canohost.c] Bug #336: Only check ip options if IP_OPTIONS is
a96fbb21 350 defined (fixes compile error on really old Linuxes).
351 - (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if
352 not already defined (eg Linux with some versions of libc5), based on those
353 from OpenBSD.
871e1d12 354 - (dtucker) [openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h]
355 Remove incorrect filenames from comments (file names are in Id tags).
a3b678a3 356 - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.h] Move Cygwin
357 specific defines and includes to bsd-cygwin_util.h. Fixes build error too.
a15f16ab 358
2616e1bc 35920030802
360 - (dtucker) [monitor.h monitor_wrap.h] Remove excess ident tags.
1c590258 361 - (dtucker) OpenBSD CVS Sync
362 - markus@cvs.openbsd.org 2003/07/22 13:35:22
363 [auth1.c auth.h auth-passwd.c monitor.c monitor.h monitor_wrap.c
364 monitor_wrap.h readconf.c readconf.h servconf.c servconf.h session.c ssh.1
365 ssh.c ssh_config.5 sshconnect1.c sshd.c sshd_config.5 ssh.h]
366 remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);
367 test+ok henning@
368 - (dtucker) [Makefile.in acconfig.h configure.ac] Remove KRB4/AFS support.
369 - (dtucker) [auth-krb4.c radix.c radix.h] Remove KRB4/AFS specific files.
ac452e85 370 - (dtucker) OpenBSD CVS Sync
371 - markus@cvs.openbsd.org 2003/07/23 07:42:43
372 [sshd_config]
373 remove AFS; itojun@
c35a6dc5 374 - djm@cvs.openbsd.org 2003/07/28 09:49:56
375 [ssh-keygen.1 ssh-keygen.c]
376 Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen.
377 Based on code from Phil Karn, William Allen Simpson and Niels Provos.
378 ok markus@, thanks jmc@
178b1a1d 379 - markus@cvs.openbsd.org 2003/07/29 18:24:00
380 [LICENCE progressmeter.c]
381 replace 4 clause BSD licensed progressmeter code with a replacement
382 from Nils Nordman and myself; ok deraadt@
383 (copied from OpenBSD an re-applied portable changes)
0dd40286 384 - markus@cvs.openbsd.org 2003/07/29 18:26:46
385 [progressmeter.c]
386 fix length for "- stalled -" (included with previous import)
387 - markus@cvs.openbsd.org 2003/07/30 07:44:14
388 [progressmeter.c]
389 use only 4 digits in format_size (included with previous import)
390 - markus@cvs.openbsd.org 2003/07/30 07:53:27
391 [progressmeter.c]
392 whitespace (included with previous import)
0f57e1e6 393 - markus@cvs.openbsd.org 2003/07/31 09:21:02
394 [auth2-none.c]
395 check whether passwd auth is allowd, similar to proto 1; rob@pitman.co.za
396 ok henning
4899ccef 397 - avsm@cvs.openbsd.org 2003/07/31 15:50:16
398 [atomicio.c]
399 correct comment: atomicio takes vwrite, not write; deraadt@ ok
b3a7a008 400 - markus@cvs.openbsd.org 2003/07/31 22:34:03
401 [progressmeter.c]
402 print rate similar old version; round instead truncate;
403 (included in previous progressmeter.c commit)
c5d3dd1b 404 - (dtucker) [openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
405 Add a tcgetpgrp function.
5ae3dc68 406 - (dtucker) [Makefile.in moduli.c moduli.h] Add new files and to Makefile.
f29c37a9 407 - (dtucker) [openbsd-compat/bsd-misc.c] Fix cut-and-paste bug in tcgetpgrp.
2616e1bc 408
cbdeccf3 40920030730
410 - (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks bal
411
a9705c94 41220030726
413 - (dtucker) [openbsd-compat/xcrypt.c] Fix typo: DISABLED_SHADOW ->
414 DISABLE_SHADOW. Fixes HP-UX compile error.
415
7c6eb32f 41620030724
417 - (bal) [auth-passwd.c openbsd-compat/Makefile.in openbsd-compat/xcrypt.c
418 openbsd-compat/xcrypt.h] Split off encryption into xcrypt() interface,
419 and isolate shadow password functions. Tested in Solaris, but should
420 not break other platforms too badly (except maybe HP =). Also brings
421 auth-passwd.c into full sync with OpenBSD tree.
422
82e5907c 42320030723
424 - (dtucker) [configure.ac] Back out change for bug #620.
425
defb525d 42620030719
427 - (dtucker) [configure.ac] Bug #620: Define BROKEN_GETADDRINFO for
428 Solaris/x86. Patch from jrhett at isite.net.
7b390973 429 - (dtucker) OpenBSD CVS Sync
430 - markus@cvs.openbsd.org 2003/07/14 12:36:37
431 [sshd.c]
432 remove undocumented -V option. would be only useful if openssh is used
433 as ssh v1 server for ssh.com's ssh v2.
e053cd2c 434 - markus@cvs.openbsd.org 2003/07/16 10:34:53
435 [ssh.c sshd.c]
436 don't exit on multiple -v or -d; ok deraadt@
145d23ca 437 - markus@cvs.openbsd.org 2003/07/16 10:36:28
438 [sshtty.c]
439 clear IUCLC in enter_raw_mode; from rob@pitman.co.za; ok deraadt@, fgs@
261bd618 440 - deraadt@cvs.openbsd.org 2003/07/18 01:54:25
441 [scp.c]
442 userid is unsigned, but well, force it anyways; andrushock@korovino.net
b3d04e37 443 - djm@cvs.openbsd.org 2003/07/19 00:45:53
444 [sftp-int.c]
445 fix sftp filename parsing for arguments with escaped quotes. bz #517;
446 ok markus
86d0260c 447 - djm@cvs.openbsd.org 2003/07/19 00:46:31
448 [regress/sftp-cmds.sh]
449 regress test for sftp arguments with escaped quotes; ok markus
defb525d 450
e351e493 45120030714
452 - (dtucker) [acconfig.h configure.ac port-aix.c] Older AIXes don't declare
453 loginfailed at all, so assume 3-arg loginfailed if not declared.
1cd5765d 454 - (dtucker) [port-aix.h] Work around name collision on AIX for r_type by
455 undef'ing it.
2aa3a16c 456 - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]
457 Call setauthdb() before loginfailed(), which may load password registry-
defb525d 458 specific functions. Based on patch by cawlfiel at us.ibm.com.
b4777c18 459 - (dtucker) [port-aix.h] Fix prototypes.
956b0f56 460 - (dtucker) OpenBSD CVS Sync
461 - avsm@cvs.openbsd.org 2003/07/09 13:58:19
462 [key.c]
463 minor tweak: when generating the hex fingerprint, give strlcat the full
464 bound to the buffer, and add a comment below explaining why the
465 zero-termination is one less than the bound. markus@ ok
40729edd 466 - markus@cvs.openbsd.org 2003/07/10 14:42:28
467 [packet.c]
468 the 2^(blocksize*2) rekeying limit is too expensive for 3DES,
469 blowfish, etc, so enforce a 1GB limit for small blocksizes.
659912db 470 - markus@cvs.openbsd.org 2003/07/10 20:05:55
471 [sftp.c]
472 sync usage with manpage, add missing -R
e351e493 473
f58c0e01 47420030708
475 - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]
476 Include AIX headers for authentication functions and make calls match
e351e493 477 prototypes. Test for and handle 3-arg and 4-arg variants of loginfailed.
bc7dfc06 478 - (dtucker) [session.c] Check return value of setpcred().
479 - (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h]
480 Convert aixloginmsg into platform-independant Buffer loginmsg.
f58c0e01 481
309709db 48220030707
483 - (dtucker) [configure.ac] Bug #600: Check that getrusage is declared before
484 searching libraries for it. Fixes build errors on NCR MP-RAS.
485
d72f7b79 48620030706
487 - (dtucker) [ssh-rand-helper.c loginrec.c]
488 Apply atomicio typing change to these too.
489
71b9ced0 49020030703
491 - (dtucker) OpenBSD CVS Sync
492 - djm@cvs.openbsd.org 2003/06/28 07:48:10
493 [sshd.c]
494 report pidfile creation errors, based on patch from Roumen Petrov;
495 ok markus@
dc54438a 496 - deraadt@cvs.openbsd.org 2003/06/28 16:23:06
497 [atomicio.c atomicio.h authfd.c clientloop.c monitor_wrap.c msg.c
498 progressmeter.c scp.c sftp-client.c ssh-keyscan.c ssh.h sshconnect.c
499 sshd.c]
500 deal with typing of write vs read in atomicio
7caca6d4 501 - markus@cvs.openbsd.org 2003/06/29 12:44:38
502 [sshconnect.c]
503 memset 0, not \0; andrushock@korovino.net
8e7c9afc 504 - markus@cvs.openbsd.org 2003/07/02 12:56:34
505 [channels.c]
506 deny dynamic forwarding with -R for v1, too; ok djm@
f49658f5 507 - markus@cvs.openbsd.org 2003/07/02 14:51:16
508 [channels.c ssh.1 ssh_config.5]
509 (re)add socks5 suppport to -D; ok djm@
510 now ssh(1) can act both as a socks 4 and socks 5 server and
511 dynamically forward ports.
03c82656 512 - markus@cvs.openbsd.org 2003/07/02 20:37:48
513 [ssh.c]
514 convert hostkeyalias to lowercase, otherwise uppercase aliases will
515 not match at all; ok henning@
1768a611 516 - markus@cvs.openbsd.org 2003/07/03 08:21:46
517 [regress/dynamic-forward.sh]
518 add socks5; speedup; reformat; based on patch from dtucker@zip.com.au
7664edb6 519 - markus@cvs.openbsd.org 2003/07/03 08:24:13
520 [regress/Makefile]
521 enable tests for dynamic fwd via socks (-D), uses nc(1)
1572b90f 522 - djm@cvs.openbsd.org 2003/07/03 08:09:06
523 [readconf.c readconf.h ssh-keysign.c ssh.c]
524 fix AddressFamily option in config file, from brent@graveland.net;
525 ok markus@
71b9ced0 526
4e00038c 52720030630
528 - (djm) Search for support functions necessary to build our
529 getrrsetbyname() replacement. Patch from Roumen Petrov
530
9f59c5a3 53120030629
c5829391 532 - (dtucker) [includes.h] Bug #602: move #include of netdb.h to after in.h
533 (fixes compiler warnings on Solaris 2.5.1).
534 - (dtucker) [configure.ac] Add sanity test after system-dependant compiler
535 flag modifications.
9f59c5a3 536
9ea150a7 53720030628
538 - (djm) Bug #591: use PKCS#15 private key label as a comment in case
539 of OpenSC. Report and patch from larsch@trustcenter.de
d2168412 540 - (djm) Bug #593: Sanity check OpenSC card reader number; patch from
541 aj@dungeon.inka.de
f0677b69 542 - (dtucker) OpenBSD CVS Sync
543 - markus@cvs.openbsd.org 2003/06/23 09:02:44
544 [ssh_config.5]
545 document EnableSSHKeysign; bugzilla #599; ok deraadt@, jmc@
a27002e5 546 - markus@cvs.openbsd.org 2003/06/24 08:23:46
547 [auth2-hostbased.c auth2-pubkey.c auth2.c channels.c key.c key.h
548 monitor.c packet.c packet.h serverloop.c sshconnect2.c sshd.c]
549 int -> u_int; ok djm@, deraadt@, mouring@
d7ded285 550 - miod@cvs.openbsd.org 2003/06/25 22:39:36
551 [sftp-server.c]
552 Typo police: attribute is better written with an 'r'.
2d9c1828 553 - markus@cvs.openbsd.org 2003/06/26 20:08:33
554 [readconf.c]
555 do not dump core for 'ssh -o proxycommand host'; ok deraadt@
78b2dd04 556 - (dtucker) [regress/dynamic-forward.sh] Import new regression test.
ddb154b3 557 - (dtucker) [configure.ac] Bug #570: Have ./configure --enable-FEATURE
558 actually enable the feature, for those normally disabled. Patch by
559 openssh (at) roumenpetrov.info.
f0677b69 560
e15ba28b 56120030624
562 - (dtucker) Have configure refer the user to config.log and
563 contrib/findssl.sh for OpenSSL header/library mismatches.
564
63a556df 56520030622
c1ffd4bd 566 - (dtucker) OpenBSD CVS Sync
63a556df 567 - markus@cvs.openbsd.org 2003/06/21 09:14:05
c1ffd4bd 568 [regress/reconfigure.sh]
63a556df 569 missing $SUDO; from dtucker@zip.com.au
93527718 570 - markus@cvs.openbsd.org 2003/06/18 11:28:11
c1ffd4bd 571 [ssh-rsa.c]
572 backout last change, since it violates pkcs#1
573 switch to share/misc/license.template
1891396b 574 - djm@cvs.openbsd.org 2003/06/20 05:47:58
575 [sshd_config.5]
576 sync description of protocol 2 cipher proposal; ok markus
4db4d313 577 - djm@cvs.openbsd.org 2003/06/20 05:48:21
578 [sshd_config]
579 sync some implemented options; ok markus@
63a556df 580 - (dtucker) [regress/authorized_keys_root] Remove temp data file from CVS.
39ef3618 581 - (dtucker) [openbsd-compat/setproctitle.c] Ensure SPT_TYPE is defined before
582 testing its value.
63a556df 583
b8e04133 58420030618
585 - (djm) OpenBSD CVS Sync
586 - markus@cvs.openbsd.org 2003/06/12 07:57:38
587 [monitor.c sshlogin.c sshpty.c]
588 typos; dtucker at zip.com.au
b9ad9d13 589 - djm@cvs.openbsd.org 2003/06/12 12:22:47
590 [LICENCE]
591 mention more copyright holders; ok markus@
1fb23629 592 - nino@cvs.openbsd.org 2003/06/12 15:34:09
593 [scp.c]
594 Typo. Ok markus@.
244e796f 595 - markus@cvs.openbsd.org 2003/06/12 19:12:03
596 [scard.c scard.h ssh-agent.c ssh.c]
597 add sc_get_key_label; larsch at trustcenter.de; bugzilla#591
9250058a 598 - markus@cvs.openbsd.org 2003/06/16 08:22:35
599 [ssh-rsa.c]
600 make sure the signature has at least the expected length (don't
601 insist on len == hlen + oidlen, since this breaks some smartcards)
602 bugzilla #592; ok djm@
360a4aae 603 - markus@cvs.openbsd.org 2003/06/16 10:22:45
604 [ssh-add.c]
605 print out key comment on each prompt; make ssh-askpass more useable; ok djm@
0a59bd6b 606 - markus@cvs.openbsd.org 2003/06/17 18:14:23
607 [cipher-ctr.c]
608 use license from /usr/share/misc/license.template for new code
1d6c0b69 609 - (dtucker) [reconfigure.sh rekey.sh sftp-badcmds.sh]
610 Import new regression tests from OpenBSD
d4d84f5f 611 - (dtucker) [regress/copy.1 regress/copy.2] Remove temp data files from CVS.
ed49cc81 612 - (dtucker) OpenBSD CVS Sync (regress/)
613 - markus@cvs.openbsd.org 2003/04/02 12:21:13
614 [Makefile]
615 enable rekey test
2c670155 616 - djm@cvs.openbsd.org 2003/04/04 09:34:22
617 [Makefile sftp-cmds.sh]
618 More regression tests, including recent directory rename bug; ok markus@
737447ad 619 - markus@cvs.openbsd.org 2003/05/14 22:08:27
620 [ssh-com-client.sh ssh-com-keygen.sh ssh-com-sftp.sh ssh-com.sh]
621 test against some new commerical versions
68df2aa0 622 - mouring@cvs.openbsd.org 2003/05/15 04:07:12
623 [sftp-cmds.sh]
624 Advanced put/get testing for sftp. OK @djm
eb9bf761 625 - markus@cvs.openbsd.org 2003/06/12 15:40:01
626 [try-ciphers.sh]
627 add ctr
39c0191e 628 - markus@cvs.openbsd.org 2003/06/12 15:43:32
629 [Makefile]
630 test -HUP; dtucker at zip.com.au
b8e04133 631
f5827134 63220030614
633 - (djm) Update license on fake-rfc2553.[ch]; ok itojun@
634
be193d89 63520030611
c12c6ef8 636 - (djm) Mention portable copyright holders in LICENSE
e52ca1e5 637 - (djm) Put licenses on substantial header files
8cb3fa9d 638 - (djm) Sync LICENSE against OpenBSD
be193d89 639 - (djm) OpenBSD CVS Sync
640 - jmc@cvs.openbsd.org 2003/06/10 09:12:11
641 [scp.1 sftp-server.8 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5]
642 [sshd.8 sshd_config.5 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
643 - section reorder
644 - COMPATIBILITY merge
645 - macro cleanup
646 - kill whitespace at EOL
647 - new sentence, new line
648 ssh pages ok markus@
0daa6547 649 - deraadt@cvs.openbsd.org 2003/06/10 22:20:52
650 [packet.c progressmeter.c]
651 mostly ansi cleanup; pval ok
1432b5c4 652 - jakob@cvs.openbsd.org 2003/06/11 10:16:16
653 [sshconnect.c]
654 clean up check_host_key() and improve SSHFP feedback. ok markus@
cc263107 655 - jakob@cvs.openbsd.org 2003/06/11 10:18:47
656 [dns.c]
657 sync with check_host_key() change
ca719034 658 - djm@cvs.openbsd.org 2003/06/11 11:18:38
659 [authfd.c authfd.h ssh-add.c ssh-agent.c]
660 make agent constraints (lifetime, confirm) work with smartcard keys;
661 ok markus@
be193d89 662
663
8a547250 66420030609
665 - (djm) Sync README.smartcard with OpenBSD -current
a1864983 666 - (djm) Re-merge OpenSC info into README.smartcard
8a547250 667
f5db6a03 66820030606
669 - (dtucker) [uidswap.c] Fix setreuid and add missing args to fatal(). ok djm@
670
02e2a074 67120030605
672 - (djm) Support AI_NUMERICHOST in fake-getaddrinfo.c. Needed for recent
673 canohost.c changes.
688eed4a 674 - (djm) Implement paranoid priv dropping checks, based on:
675 "SetUID demystified" - Hao Chen, David Wagner and Drew Dean
676 Proceedings of USENIX Security Symposium 2002
d6bd2b5a 677 - (djm) Don't use xmalloc() or pull in toplevel headers in fake-* code
52d58495 678 - (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch]
57c917f8 679 - (djm) Bug #588 - Add scard-opensc.o back to Makefile.in
680 Patch from larsch@trustcenter.de
7b7f164b 681 - (djm) Bug #589 - scard-opensc: load only keys with a private keys
682 Patch from larsch@trustcenter.de
4ed465ec 683 - (dtucker) Add includes.h to fake-rfc2553.c so it will build.
e932f447 684 - (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c).
02e2a074 685
b08a39ff 68620030604
d60e487c 687 - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
688 simon@sxw.org.uk (Also matches a change in OpenBSD a while ago)
8acdec60 689 - (djm) Bug #577 - wrong flag in scard-opensc.c sc_private_decrypt.
11f1e60e 690 Patch from larsch@trustcenter.de; ok markus@
691 - (djm) Bug #584: scard-opensc.c doesn't work without PIN. Patch from
692 larsch@trustcenter.de; ok markus@
d453a600 693 - (djm) OpenBSD CVS Sync
694 - djm@cvs.openbsd.org 2003/06/04 08:25:18
695 [sshconnect.c]
696 disable challenge/response and keyboard-interactive auth methods
697 upon hostkey mismatch. based on patch from fcusack AT fcusack.com.
698 bz #580; ok markus@
ee50371d 699 - djm@cvs.openbsd.org 2003/06/04 10:23:48
700 [sshd.c]
701 remove duplicated group-dropping code; ok markus@
b08a39ff 702 - djm@cvs.openbsd.org 2003/06/04 12:03:59
703 [serverloop.c]
704 remove bitrotten commet; ok markus@
cf3248b8 705 - djm@cvs.openbsd.org 2003/06/04 12:18:49
706 [scp.c]
707 ansify; ok markus@
0f764b2f 708 - djm@cvs.openbsd.org 2003/06/04 12:40:39
709 [scp.c]
710 kill ssh process upon receipt of signal, bz #241.
711 based on patch from esb AT hawaii.edu; ok markus@
1b558925 712 - djm@cvs.openbsd.org 2003/06/04 12:41:22
713 [sftp.c]
714 kill ssh process on receipt of signal; ok markus@
fba33e81 715 - (djm) Update to fix of bug #584: lock card before return.
716 From larsch@trustcenter.de
8d9bb5dd 717 - (djm) Always use mysignal() for SIGALRM
d60e487c 718
3a2b2b44 71920030603
720 - (djm) Replace setproctitle replacement with code derived from
721 UCB sendmail
c5a7d788 722 - (djm) OpenBSD CVS Sync
723 - markus@cvs.openbsd.org 2003/06/02 09:17:34
724 [auth2-hostbased.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c]
725 [canohost.c monitor.c servconf.c servconf.h session.c sshd_config]
726 [sshd_config.5]
727 deprecate VerifyReverseMapping since it's dangerous if combined
728 with IP based access control as noted by Mike Harding; replace with
729 a UseDNS option, UseDNS is on by default and includes the
730 VerifyReverseMapping check; with itojun@, provos@, jakob@ and deraadt@
731 ok deraadt@, djm@
d981089c 732 - millert@cvs.openbsd.org 2003/06/03 02:56:16
733 [scp.c]
734 Remove the advertising clause in the UCB license which Berkeley
735 rescinded 22 July 1999. Proofed by myself and Theo.
c5a7d788 736 - (djm) Fix portable-specific uses of verify_reverse_mapping too
3e67f7df 737 - (djm) Sync openbsd-compat with OpenBSD CVS.
484d59c7 738 - No more 4-term BSD licenses in linked code
5d8ca8c7 739 - (dtucker) [port-aix.c bsd-cray.c] Fix uses of verify_reverse_mapping.
3a2b2b44 740
aff561f9 74120030602
742 - (djm) Fix segv from bad reordering in auth-pam.c
416c732d 743 - (djm) Always use saved_argv in sshd.c as compat_init_setproctitle may
744 clobber
1b7342ab 745 - (tim) openbsd-compat/xmmap.[ch] License clarifications. Add missing
746 CVS ID.
8862e142 747 - (djm) Remove "noip6" option from RedHat spec file. This may now be
748 set at runtime using AddressFamily option.
58ba3cb7 749 - (djm) Fix use of macro before #define in cipher-aes.c
382fe2fa 750 - (djm) Sync license on openbsd-compat/bindresvport.c with OpenBSD CVS
b0545fe6 751 - (djm) OpenBSD CVS Sync
752 - djm@cvs.openbsd.org 2003/05/26 12:54:40
753 [sshconnect.c]
754 fix format strings; ok markus@
fa5120a0 755 - deraadt@cvs.openbsd.org 2003/05/29 16:58:45
756 [sshd.c uidswap.c]
757 seteuid and setegid; markus ok
0f92946c 758 - jakob@cvs.openbsd.org 2003/06/02 08:31:10
759 [ssh_config.5]
760 VerifyHostKeyDNS is v2 only. ok markus@
aff561f9 761
4f178be8 76220030530
763 - (dtucker) Add missing semicolon in md5crypt.c, patch from openssh at
764 roumenpetrov.info
eabb99c6 765 - (dtucker) Define SSHD_ACQUIRES_CTTY for NCR MP-RAS and Reliant Unix.
4f178be8 766
4881aebb 76720030526
768 - (djm) Avoid auth2-chall.c warning when compiling without
769 PAM, BSD_AUTH and SKEY
770
5b0fe364 77120030525
772- (djm) OpenBSD CVS Sync
773 - djm@cvs.openbsd.org 2003/05/24 09:02:22
774 [log.c]
775 pass logged data through strnvis; ok markus
b9ed513a 776 - djm@cvs.openbsd.org 2003/05/24 09:30:40
777 [authfile.c monitor.c sftp-common.c sshpty.c]
778 cast some types for printing; ok markus@
5b0fe364 779
44c78996 78020030524
781 - (dtucker) Correct --osfsia in INSTALL. Patch by skeleten at shillest.net
782
d83ebe4a 78320030523
784 - (djm) Use VIS_SAFE on logged strings rather than default strnvis
785 encoding (which encodes many more characters)
bd47824b 786 - OpenBSD CVS Sync
787 - jmc@cvs.openbsd.org 2003/05/20 12:03:35
788 [sftp.1]
789 - new sentence, new line
790 - added .Xr's
791 - typos
792 ok djm@
3cbc677d 793 - jmc@cvs.openbsd.org 2003/05/20 12:09:31
794 [ssh.1 ssh_config.5 sshd.8 sshd_config.5 ssh-keygen.1]
795 new sentence, new line
da54f5be 796 - djm@cvs.openbsd.org 2003/05/23 08:29:30
797 [sshconnect.c]
798 fix leak; ok markus@
d83ebe4a 799
c453493f 80020030520
801 - (djm) OpenBSD CVS Sync
802 - deraadt@cvs.openbsd.org 2003/05/18 23:22:01
803 [log.c]
804 use syslog_r() in a signal handler called place; markus ok
79d4fc55 805 - (djm) Configure logic to detect syslog_r and friends
c453493f 806
acb50584 80720030519
808 - (djm) Sync auth-pam.h with what we actually implement
809
81020030518
5ff453c0 811 - (djm) Return of the dreaded PAM_TTY_KLUDGE, which went missing in
812 recent merge
f811e52a 813 - (djm) OpenBSD CVS Sync
814 - djm@cvs.openbsd.org 2003/05/16 03:27:12
815 [readconf.c ssh_config ssh_config.5 ssh-keysign.c]
816 add AddressFamily option to ssh_config (like -4, -6 on commandline).
817 Portable bug #534; ok markus@
013b1214 818 - itojun@cvs.openbsd.org 2003/05/17 03:25:58
819 [auth-rhosts.c]
820 just in case, put numbers to sscanf %s arg.
25b66522 821 - markus@cvs.openbsd.org 2003/05/17 04:27:52
822 [cipher.c cipher-ctr.c myproposal.h]
823 experimental support for aes-ctr modes from
824 http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt
825 ok djm@
25351757 826 - (djm) Remove IPv4 by default hack now that we can specify AF in config
3bf784bc 827 - (djm) Tidy and trim TODO
bffa6723 828 - (djm) Sync openbsd-compat/ with OpenBSD CVS head
9901cb37 829 - (djm) Big KNF on openbsd-compat/
f1da2b8b 830 - (djm) KNF on md5crypt.[ch]
831 - (djm) KNF on auth-sia.[ch]
5ff453c0 832
f123055b 83320030517
834 - (bal) strcat -> strlcat on openbsd-compat/realpath.c (rev 1.8 OpenBSD)
835
c936c243 83620030516
837 - (djm) OpenBSD CVS Sync
838 - djm@cvs.openbsd.org 2003/05/15 13:52:10
839 [ssh.c]
840 Make "ssh -V" print the OpenSSL version in a human readable form. Patch
841 from Craig Leres (mindrot at ee.lbl.gov); ok markus@
a2144546 842 - jakob@cvs.openbsd.org 2003/05/15 14:02:47
843 [readconf.c servconf.c]
844 warn for unsupported config option. ok markus@
5bdfde81 845 - markus@cvs.openbsd.org 2003/05/15 14:09:21
846 [auth2-krb5.c]
847 fix 64bit issue; report itojun@
09ab3296 848 - djm@cvs.openbsd.org 2003/05/15 14:55:25
849 [readconf.c readconf.h ssh_config ssh_config.5 sshconnect.c]
850 add a ConnectTimeout option to ssh, based on patch from
851 Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@
b06b11ad 852 - (djm) Add warning for UsePAM when built without PAM support
7be625e1 853 - (djm) A few type mismatch fixes from Bug #565
0eb6370a 854 - (djm) Guard free_pam_environment against NULL argument. Works around
855 HP/UX PAM problems debugged by dtucker
c936c243 856
7efc7f57 85720030515
858 - (djm) OpenBSD CVS Sync
859 - jmc@cvs.openbsd.org 2003/05/14 13:11:56
860 [ssh-agent.1]
861 setup -> set up;
862 from wiz@netbsd
21289cd0 863 - jakob@cvs.openbsd.org 2003/05/14 18:16:20
864 [key.c key.h readconf.c readconf.h ssh_config.5 sshconnect.c]
865 [dns.c dns.h README.dns ssh-keygen.1 ssh-keygen.c]
866 add experimental support for verifying hos keys using DNS as described
867 in draft-ietf-secsh-dns-xx.txt. more information in README.dns.
868 ok markus@ and henning@
16a79097 869 - markus@cvs.openbsd.org 2003/05/14 22:24:42
870 [clientloop.c session.c ssh.1]
871 allow to send a BREAK to the remote system; ok various
b8c2031b 872 - markus@cvs.openbsd.org 2003/05/15 00:28:28
873 [sshconnect2.c]
874 cleanup unregister of per-method packet handlers; ok djm@
d0ec7f42 875 - jakob@cvs.openbsd.org 2003/05/15 01:48:10
876 [readconf.c readconf.h servconf.c servconf.h]
877 always parse kerberos options. ok djm@ markus@
b414a17b 878 - jakob@cvs.openbsd.org 2003/05/15 02:27:15
879 [dns.c]
880 add missing freerrset
3b6e3da9 881 - markus@cvs.openbsd.org 2003/05/15 03:08:29
882 [cipher.c cipher-bf1.c cipher-aes.c cipher-3des1.c]
883 split out custom EVP ciphers
02159d9b 884 - djm@cvs.openbsd.org 2003/05/15 03:10:52
885 [ssh-keygen.c]
886 avoid warning; ok jakob@
4a26f5c5 887 - mouring@cvs.openbsd.org 2003/05/15 03:39:07
888 [sftp-int.c]
889 Make put/get (globed and nonglobed) code more consistant. OK djm@
c44f10c6 890 - mouring@cvs.openbsd.org 2003/05/15 03:43:59
dc69f53c 891 [sftp-int.c sftp.c]
c44f10c6 892 Teach ls how to display multiple column display and allow users
893 to return to single column format via 'ls -1'. OK @djm
1457e7ff 894 - jakob@cvs.openbsd.org 2003/05/15 04:08:44
895 [readconf.c servconf.c]
896 disable kerberos when not supported. ok markus@
861f0365 897 - markus@cvs.openbsd.org 2003/05/15 04:08:41
898 [ssh.1]
899 ~B is ssh2 only
d0ec7f42 900 - (djm) Always parse UsePAM
3e05e934 901 - (djm) Configure glue for DNS support (code doesn't work in portable yet)
4460d509 902 - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)
86ee6794 903 - (djm) Tidy Makefile clean targets
2636769c 904 - (djm) Adapt README.dns for portable
2d2e4a34 905 - (djm) Avoid uuencode.c warnings
1457e7ff 906 - (djm) Enable UsePAM when built --with-pam
67467c30 907 - (djm) Only build getrrsetbyname replacement when using --with-dns
f420d2ba 908 - (djm) Bug #529: sshd doesn't work correctly after SIGHUP (copy argv
909 correctly)
3c49ef10 910 - (djm) Bug #444: Wrong paths after reconfigure
321735c7 911 - (dtucker) HP-UX needs to include <sys/strtio.h> for TIOCSBRK
f420d2ba 912
dd3ebb5a 91320030514
914 - (djm) Bug #117: Don't lie to PAM about username
0608f8a7 915 - (djm) RCSID sync w/ OpenBSD
204fde99 916 - (djm) OpenBSD CVS Sync
917 - djm@cvs.openbsd.org 2003/04/09 12:00:37
918 [readconf.c]
919 strip trailing whitespace from config lines before parsing.
920 Fixes bz 528; ok markus@
18ae3c67 921 - markus@cvs.openbsd.org 2003/04/12 10:13:57
922 [cipher.c]
923 hide cipher details; ok djm@
45c42d58 924 - markus@cvs.openbsd.org 2003/04/12 10:15:36
925 [misc.c]
926 debug->debug2
c825cd79 927 - naddy@cvs.openbsd.org 2003/04/12 11:40:15
928 [ssh.1]
929 document -V switch, fix wording; ok markus@
3e131a6d 930 - markus@cvs.openbsd.org 2003/04/14 14:17:50
931 [channels.c sshconnect.c sshd.c ssh-keyscan.c]
932 avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP
927e9f8b 933 - mouring@cvs.openbsd.org 2003/04/14 21:31:27
934 [sftp-int.c]
935 Missing globfree(&g) in process_put() spotted by Vince Brimhall
936 <VBrimhall@novell.com>. ok@ Theo
937 - markus@cvs.openbsd.org 2003/04/16 14:35:27
938 [auth.h]
939 document struct Authctxt; with solar
b9e5aff6 940 - deraadt@cvs.openbsd.org 2003/04/26 04:29:49
941 [ssh-keyscan.c]
942 -t in usage(); rogier@quaak.org
9a26a6e2 943 - mouring@cvs.openbsd.org 2003/04/30 01:16:20
944 [sshd.8 sshd_config.5]
945 Escape ?, * and ! in .Ql for nroff compatibility. OpenSSH Portable
946 Bug #550 and * escaping suggested by jmc@.
09dc8896 947 - david@cvs.openbsd.org 2003/04/30 20:41:07
948 [sshd.8]
949 fix invalid .Pf macro usage introduced in previous commit
950 ok jmc@ mouring@
3566c73c 951 - markus@cvs.openbsd.org 2003/05/11 16:56:48
952 [authfile.c ssh-keygen.c]
953 change key_load_public to try to read a public from:
954 rsa1 private or rsa1 public and ssh2 keys.
955 this makes ssh-keygen -e fail for ssh1 keys more gracefully
956 for example; report from itojun (netbsd pr 20550).
0d942eff 957 - markus@cvs.openbsd.org 2003/05/11 20:30:25
958 [channels.c clientloop.c serverloop.c session.c ssh.c]
959 make channel_new() strdup the 'remote_name' (not the caller); ok theo
43348518 960 - markus@cvs.openbsd.org 2003/05/12 16:55:37
961 [sshconnect2.c]
962 for pubkey authentication try the user keys in the following order:
963 1. agent keys that are found in the config file
964 2. other agent keys
965 3. keys that are only listed in the config file
966 this helps when an agent has many keys, where the server might
967 close the connection before the correct key is used. report & ok pb@
dc109cfe 968 - markus@cvs.openbsd.org 2003/05/12 18:35:18
969 [ssh-keyscan.1]
970 typo: DSA keys are of type ssh-dss; Brian Poole
81466908 971 - markus@cvs.openbsd.org 2003/05/14 00:52:59
972 [ssh2.h]
973 ranges for per auth method messages
974 - djm@cvs.openbsd.org 2003/05/14 01:00:44
975 [sftp.1]
976 emphasise the batchmode functionality and make reference to pubkey auth,
977 both of which are FAQs; ok markus@
802e01b8 978 - markus@cvs.openbsd.org 2003/05/14 02:15:47
979 [auth2.c monitor.c sshconnect2.c auth2-krb5.c]
980 implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@
981 server interops with commercial client; ok jakob@ djm@
72c5fe79 982 - jmc@cvs.openbsd.org 2003/05/14 08:25:39
983 [sftp.1]
984 - better formatting in SYNOPSIS
985 - whitespace at EOL
986 ok djm@
3a39206f 987 - markus@cvs.openbsd.org 2003/05/14 08:57:49
988 [monitor.c]
989 http://bugzilla.mindrot.org/show_bug.cgi?id=560
990 Privsep child continues to run after monitor killed.
991 Pass monitor signals through to child; Darren Tucker
751092f9 992 - (djm) Make portable build with MIT krb5 (some issues remain)
7fceb20d 993 - (djm) Add new UsePAM configuration directive to allow runtime control
994 over usage of PAM. This allows non-root use of sshd when built with
995 --with-pam
817e6d38 996 - (djm) Die screaming if start_pam() is called when UsePAM=no
83ccf11a 997 - (djm) Avoid KrbV leak for MIT Kerberos
b1848832 998 - (dtucker) Set ai_socktype and ai_protocol in fake-getaddrinfo.c. ok djm@
fa065de2 999 - (djm) Bug #258: sscanf("[0-9]") -> sscanf("[0123456789]") for portability
dd3ebb5a 1000
91f3aa9b 100120030512
1002 - (djm) Redhat spec: Don't install profile.d scripts when not
1003 building with GNOME/GTK askpass (patch from bet@rahul.net)
1004
5def520a 100520030510
1006 - (dtucker) Bug #318: Create ssh_prng_cmds.out during "make" rather than
1007 "make install". Patch by roth@feep.net.
ad84c479 1008 - (dtucker) Bug #536: Test for and work around openpty/controlling tty
1009 problem on Linux (fixes "could not set controlling tty" errors).
05114c74 1010 - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with
1011 proper challenge-response module
23ab1f36 1012 - (djm) 2-clause license on loginrec.c, with permission from
1013 andre@ae-35.com
5def520a 1014
43ce025d 101520030504
dd594f99 1016 - (dtucker) Bug #497: Move #include of bsd-cygwin_util.h to openbsd-compat.h.
1017 Patch from vinschen@redhat.com.
43ce025d 1018
2cd5dbba 101920030503
1020 - (dtucker) Add missing "void" to record_failed_login in bsd-cray.c. Noted
1021 by wendyp@cray.com.
1022
bf7c1e6c 102320030502
1024 - (dtucker) Bug #544: ignore invalid cmsg_type on Linux 2.0 kernels,
1025 privsep should now work.
73d9dad3 1026 - (dtucker) Move handling of bad password authentications into a platform
990278ef 1027 specific record_failed_login() function (affects AIX & Unicos). ok mouring@
bf7c1e6c 1028
68ece370 102920030429
1030 - (djm) Add back radix.o (used by AFS support), after it went missing from
1031 Makefile many moons ago
1032 - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer
1033 - (djm) Fix blibpath specification for AIX/gcc
1034 - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org
1035
ded9dd18 103620030428
1037 - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bit
1038 hacked code.
1039
aceb0423 104020030427
1041 - (bal) Bug #541: return; was dropped by mistake. Reported by
1042 furrier@iglou.com
c8a50a34 1043 - (bal) Since we don't support platforms lacking u_int_64. We may
1044 as well clean out some of those evil #ifdefs
9a6fee8b 1045 - (bal) auth1.c minor resync while looking at the code.
d7cf277b 1046 - (bal) auth2.c same changed as above.
aceb0423 1047
0a626302 104820030409
1049 - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report
1050 from matth@eecs.berkeley.edu
d35929b5 1051 - (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
ffd7b36b 1052 - (djm) OpenBSD CVS Sync
1053 - markus@cvs.openbsd.org 2003/04/02 09:48:07
1054 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1055 [readconf.h serverloop.c sshconnect2.c]
1056 reapply rekeying chage, tested by henning@, ok djm@
16f1b5ca 1057 - markus@cvs.openbsd.org 2003/04/02 14:36:26
1058 [ssh-keysign.c]
1059 potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526
6c1bc5c5 1060 - itojun@cvs.openbsd.org 2003/04/03 07:25:27
1061 [progressmeter.c]
1062 $OpenBSD$
1063 - itojun@cvs.openbsd.org 2003/04/03 10:17:35
1064 [progressmeter.c]
1065 remove $OpenBSD$, as other *.c does not have it.
806e4c11 1066 - markus@cvs.openbsd.org 2003/04/07 08:29:57
1067 [monitor_wrap.c]
1068 typo: get correct counters; introduced during rekeying change.
2f5b2528 1069 - millert@cvs.openbsd.org 2003/04/07 21:58:05
1070 [progressmeter.c]
1071 The UCB copyright here is incorrect. This code did not originate
1072 at UCB, it was written by Luke Mewburn. Updated the copyright at
1073 the author's request. markus@ OK
1074 - itojun@cvs.openbsd.org 2003/04/08 20:21:29
1075 [*.c *.h]
1076 rename log() into logit() to avoid name conflict. markus ok, from
1077 netbsd
1078 - (djm) XXX - Performed locally using:
1079 "perl -p -i -e 's/(\s|^)log\(/$1logit\(/g' *.c *.h"
70e1f62f 1080 - hin@cvs.openbsd.org 2003/04/09 08:23:52
1081 [servconf.c]
1082 Don't include <krb.h> when compiling with Kerberos 5 support
2f5b2528 1083 - (djm) Fix up missing include for packet.c
a3568201 1084 - (djm) Fix missed log => logit occurance (reference by function pointer)
0a626302 1085
4d0cb2e5 108620030402
1087 - (bal) if IP_TOS is not found or broken don't try to compile in
1088 packet_set_tos() function call. bug #527
1089
a4e5acef 109020030401
1091 - (djm) OpenBSD CVS Sync
1092 - jmc@cvs.openbsd.org 2003/03/28 10:11:43
1093 [scp.1 sftp.1 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5 sshd_config.5]
1094 [ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
1095 - killed whitespace
1096 - new sentence new line
1097 - .Bk for arguments
1098 ok markus@
177f584b 1099 - markus@cvs.openbsd.org 2003/04/01 10:10:23
1100 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1101 [readconf.h serverloop.c sshconnect2.c]
1102 rekeying bugfixes and automatic rekeying:
1103 * both client and server rekey _automatically_
1104 (a) after 2^31 packets, because after 2^32 packets
1105 the sequence number for packets wraps
1106 (b) after 2^(blocksize_in_bits/4) blocks
1107 (see: draft-ietf-secsh-newmodes-00.txt)
1108 (a) and (b) are _enabled_ by default, and only disabled for known
1109 openssh versions, that don't support rekeying properly.
1110 * client option 'RekeyLimit'
1111 * do not reply to requests during rekeying
1112 - markus@cvs.openbsd.org 2003/04/01 10:22:21
1113 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1114 [readconf.h serverloop.c sshconnect2.c]
1115 backout rekeying changes (for 3.6.1)
519bdfe8 1116 - markus@cvs.openbsd.org 2003/04/01 10:31:26
1117 [compat.c compat.h kex.c]
1118 bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@;
1119 tested by ho@ and myself
9dd240a3 1120 - markus@cvs.openbsd.org 2003/04/01 10:56:46
1121 [version.h]
1122 3.6.1
ac01b518 1123 - (djm) Crank spec file versions
b32453fe 1124 - (djm) Release 3.6.1p1
a4e5acef 1125
fd77a40f 112620030326
1127 - (djm) OpenBSD CVS Sync
1128 - deraadt@cvs.openbsd.org 2003/03/26 04:02:51
1129 [sftp-server.c]
1130 one last fix to the tree: race fix broke stuff; pr 3169;
1131 srp@srparish.net, help from djm
1132
8021857c 113320030325
1134 - (djm) Fix getpeerid support for 64 bit BE systems. From
1135 Arnd Bergmann <arndb@de.ibm.com>
1136
cdb64c4d 113720030324
1138 - (djm) OpenBSD CVS Sync
1139 - markus@cvs.openbsd.org 2003/03/23 19:02:00
1140 [monitor.c]
1141 unbreak rekeying for privsep; ok millert@
1142 - Release 3.6p1
62086365 1143 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1144 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
cdb64c4d 1145
0b202697 1146$Id$
This page took 0.469782 seconds and 5 git commands to generate.