Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: itojun
Date: Thu Jun 15 04:56:51 UTC 2000
Modified Files:
pkgsrc/security/openssh: Makefile
pkgsrc/security/openssh/files: md5 patch-sum
pkgsrc/security/openssh/patches: patch-aj
Removed Files:
pkgsrc/security/openssh/patches: patch-ad
Log Message:
upgrade to 2.1.1p1 from portable openssh distribution.
--- changelog from 2.1.0p3:
20000609
- (djm) Patch from Kenji Miyake <kenji%miyake.org@localhost> to disable utmp
usage
(in favour of utmpx) on Solaris 8
20000606
- (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
list of commands (by default). Removed verbose debugging (by default).
- (djm) Increased command entropy estimates and default entropy collection
timeout
- (djm) Remove duplicate headers from loginrec.c
- (djm) Don't add /usr/local/lib to library search path on Irix
- (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
<tibbs%math.uh.edu@localhost>
- (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
<zack%wolery.cumb.org@localhost>
- (djm) OpenBSD CVS updates:
- todd%cvs.openbsd.org@localhost
[sshconnect2.c]
teach protocol v2 to count login failures properly and also enable an
explanation of why the password prompt comes up again like v1; this is NOT
crypto
- markus%cvs.openbsd.org@localhost
[readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
xauth_location support; pr 1234
[readconf.c sshconnect2.c]
typo, unused
[session.c]
allow use_login only for login sessions, otherwise remote commands are
execed with uid==0
[sshd.8]
document UseLogin better
[version.h]
OpenSSH 2.1.1
[auth-rsa.c]
fix match_hostname() logic for auth-rsa: deny access if we have a
negative match or no match at all
[channels.c hostfile.c match.c]
don't panic if mkdtemp fails for authfwd; jkb%yahoo-inc.com@localhost via
kris%FreeBSD.org@localhost
20000606
- (djm) Added --with-cflags, --with-ldflags and --with-libs options to
configure.
20000604
- Configure tweaking for new login code on Irix 5.3
- (andre) login code changes based on djm feedback
20000603
- (andre) New login code
- Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
- Add loginrec.[ch], logintest.c and autoconf code
20000531
- Cleanup of auth.c, login.c and fake-*
- Cleanup of auth-pam.c, save and print "account expired" error messages
- Fix EGD read bug by IWAMURO Motonori <iwa%mmp.fujitsu.co.jp@localhost>
- Rewrote bsd-login to use proper utmp API if available. Major cleanup
of fallback DIY code.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/security/openssh/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/security/openssh/files/md5
cvs rdiff -r1.9 -r1.10 pkgsrc/security/openssh/files/patch-sum
cvs rdiff -r1.2 -r0 pkgsrc/security/openssh/patches/patch-ad
cvs rdiff -r1.1 -r1.2 pkgsrc/security/openssh/patches/patch-aj
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index