The committed version differs from the one in the PR. It is supplied by
the maintainer after a round of fixes.
PR: 28127
Submitted by: Arnaud S. Launay <asl@launay.org>
OK'ed by: markm
* change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab,
the new keytab type that tries both of these in order (SRVTAB is
also an alias for krb4:)
* improve error reporting and error handling (error messages should
be more detailed and more useful)
* improve building with openssl
* add kadmin -K, rcp -F
* fix two incorrect weak DES keys
* fix building of kaserver compat in KDC
* the API is closer to what MIT krb5 is using
* more compatible with windows 2000
* removed some memory leaks
* bug fixes
- Features:
Possible use of sftp/sftp-server with older FreeBSD releases.
Use a newer version independently from the Base system.
Easier to test and fix possible security bugs.
- Bugs:
build of pam_ssm.so isn't be supported any more
Any file named "cookie" can be deleted by this and any older "sshd"
with X11 Forwarding.
-- Added a whole bunch of new OS fingerprints (and adjustments)
ranging from big important ones (Linux 2.4.X, OpenBSD 2.9, FreeBSD
4.3, Cisco 12.2.1, MacOS X, etc) to some that are more obscure (
such as Apple Color LaserWriter 12/660 PS and VirtualAccess
LinxpeedPro 120 )
-- Tweaked TCP Timestamp and IP.ID sequence classification algorithms
Install docs, honoring NOPORTDOCS.
PR: 27649 - the problem of unrecognized ether ifaces;
27874 - the maintainer patch.
Reported by: Jason Swank <jswank@colltech.com> (the problem)
Submitted by: maintainer (the patch)
+ fixes a problem that kept UDP RPC scanning from working unless you were
also doing a TCP scan.
+ updated to latest version of rpc program number list
OpenSSH portable, which has GNU-configure and more.
Diffs to OpenSSH-OPenBSD are huge.
So this is here a complete diffrent branch, no repro-copy
- Did a bit cleanup in the Makefile
Submitted by: dwcjr@inethouston.net
It doesn't work properly yet, but I'd appreciate if someone could
investigate the problem further. (Seems it always fails to
authenticate due to PAM_MODULE_UNKNOWN)
ALso, note that it doesn't even load a module successfully because
FreeBSD's PAM modules are not linked with libpam.so. Add -lpam to
LDADD, then rebuild and reinstall PAM modules before trying this
library out.