Update for OpenSSH 3.9p1.
For variables that are only checked with defined(), don't provideany fake value.
Update for 3.8p1, including workaround for a bug in gss-genr.c.
Cosmetics: rearrange the dependency list to match that of ssh and sshd.Reviewed by: des
Use += instead of = with DPADD / LDADD.
Enable GSSAPI support. [1]Also remove some duplicates from ssh's SRCS.Submitted by: [1] Björn Grönvall <bg@sics.se>
Previous commit erroneously listed some sources with .o suffixes.
Update Makefiles for OpenSSH 3.7.1p2.
Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extracleanups were necessary in release/Makefile, and the tinderbox codewas syntax checked, not run checked.
Update for 3.6.1p1; also remove Kerberos IV shims.
Style sync with rest of FreeBSD.
Update for OpenSSH 3.5p1.
Don't lint contrib'ed sources, even if the builder has asked for linting.Its Just Too Noisy.
No guts, no glory. Switch to OpenSSH-portable.Sponsored by: DARPA, NAI Labs
Update Makefiles for OpenSSH 3.3.
The library itself does not depend on Kerberos bits.Otherwise, we would have broken krb4 and krb5 dists.
Adjust for OpenSSH 3.1.Sponsored by: DARPA, NAI Labs
Now that cross-tools ld(1) has been fixed to look for dynamicdependencies in the correct place, record the fact that -lsshdepends on -lcrypto and -lz.Removed false dependencies on -lz (except ssh
Now that cross-tools ld(1) has been fixed to look for dynamicdependencies in the correct place, record the fact that -lsshdepends on -lcrypto and -lz.Removed false dependencies on -lz (except ssh(1) and sshd(8)).Removed false dependencies on -lcrypto and -lutil for scp(1).Reviewed by: markm
show more ...
Add pam_ssh support to the static PAM library, libpam.a:- Spam /usr/lib some more by making libssh a standard library.- Tweak ${LIBPAM} and ${MINUSLPAM}.- Garbage collect unused libssh_pic.a.- A
Add pam_ssh support to the static PAM library, libpam.a:- Spam /usr/lib some more by making libssh a standard library.- Tweak ${LIBPAM} and ${MINUSLPAM}.- Garbage collect unused libssh_pic.a.- Add fake -lz dependency to secure/ makefiles needed for dynamic linkage with -lssh.Reviewed by: des, markmApproved by: markm
Install libssh and libssh_pic. These are needed when buildingstatically, and when building things (like login(8)) standalone.libssh_pic is needed for libpam and modules.Requested by: peter
Follow the OpenSSH 2.9 upgrade with the infrastructure. Two newprograms are now included: sftp(1) and ssh-keyscan(1).
Add the new version.c to libssh.
secure/ build fixes:- TELNETOBJDIR is gone. `buildworld' already installs libtelnet.a in ${WORLDTMP}/usr/lib, and we have LIBRARY_PATH pointing there.- SSHDIR (formerly SSHSRC) is now shared b
secure/ build fixes:- TELNETOBJDIR is gone. `buildworld' already installs libtelnet.a in ${WORLDTMP}/usr/lib, and we have LIBRARY_PATH pointing there.- SSHDIR (formerly SSHSRC) is now shared between all SSH modules. New LIBSSH is introduced for libssh.a (an internal static lib). Previously, build without prior `obj' was broken; SSH modules always looked for libssh.a in ${.OBJDIR}. Also, the dependancies on the libssh.a were missing.- libtelnet/ did not install the crypto version of telnet.h into /usr/include/arpa.- Removed BINOWN, BINMODE, BINDIR and SRCS with default values.Reviewed by: markm- MAN[1-9] -> MAN.
Update for OpenSSH 2.3.0.
Update for OpenSSH 2.2.0
123456