Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert the commits that made libssh an INTERNALLIB; they caused too much | des | 2005-06-07 | 1 | -2/+6 |
| | | | | | | trouble, especially on amd64. Requested by: ru | ||||
* | Make libssh an INTERNALLIB like it is in {Net,Open}BSD. | des | 2005-06-06 | 1 | -6/+2 |
| | |||||
* | Update for OpenSSH 4.1p1. | des | 2005-06-05 | 1 | -1/+6 |
| | |||||
* | NODOCCOMPRESS -> NO_DOCCOMPRESS | ru | 2004-12-21 | 1 | -1/+1 |
| | | | | | | | | NOINFO -> NO_INFO NOINFOCOMPRESS -> NO_INFOCOMPRESS NOLINT -> NO_LINT NOPIC -> NO_PIC NOPROFILE -> NO_PROFILE | ||||
* | Update for OpenSSH 3.9p1. | des | 2004-10-28 | 1 | -4/+4 |
| | |||||
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
| | | | | any fake value. | ||||
* | Update for 3.8p1, including workaround for a bug in gss-genr.c. | des | 2004-02-26 | 1 | -8/+9 |
| | |||||
* | Cosmetics: rearrange the dependency list to match that of ssh and sshd. | ru | 2004-01-08 | 1 | -2/+5 |
| | | | | Reviewed by: des | ||||
* | Use += instead of = with DPADD / LDADD. | des | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Enable GSSAPI support. [1] | des | 2004-01-08 | 1 | -1/+3 |
| | | | | | | 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. | des | 2004-01-07 | 1 | -1/+1 |
| | |||||
* | Update Makefiles for OpenSSH 3.7.1p2. | des | 2004-01-07 | 1 | -8/+9 |
| | |||||
* | Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra | markm | 2003-05-05 | 1 | -1/+1 |
| | | | | | cleanups were necessary in release/Makefile, and the tinderbox code was syntax checked, not run checked. | ||||
* | Update for 3.6.1p1; also remove Kerberos IV shims. | des | 2003-04-23 | 1 | -5/+3 |
| | |||||
* | Style sync with rest of FreeBSD. | obrien | 2002-11-06 | 1 | -8/+6 |
| | |||||
* | Update for OpenSSH 3.5p1. | des | 2002-10-29 | 1 | -1/+9 |
| | |||||
* | Don't lint contrib'ed sources, even if the builder has asked for linting. | markm | 2002-09-25 | 1 | -0/+2 |
| | | | | Its Just Too Noisy. | ||||
* | No guts, no glory. Switch to OpenSSH-portable. | des | 2002-06-25 | 1 | -3/+7 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Update Makefiles for OpenSSH 3.3. | des | 2002-06-23 | 1 | -3/+4 |
| | |||||
* | The library itself does not depend on Kerberos bits. | ru | 2002-04-23 | 1 | -10/+0 |
| | | | | Otherwise, we would have broken krb4 and krb5 dists. | ||||
* | Adjust for OpenSSH 3.1. | des | 2002-03-18 | 1 | -2/+2 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Now that cross-tools ld(1) has been fixed to look for dynamic | ru | 2002-02-08 | 1 | -0/+3 |
| | | | | | | | | | | dependencies in the correct place, record the fact that -lssh depends 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 | ||||
* | Add pam_ssh support to the static PAM library, libpam.a: | ru | 2002-01-23 | 1 | -2/+0 |
| | | | | | | | | | | | - 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, markm Approved by: markm | ||||
* | Install libssh and libssh_pic. These are needed when building | markm | 2001-10-30 | 1 | -4/+1 |
| | | | | | | | statically, 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 new | green | 2001-05-04 | 1 | -7/+4 |
| | | | | programs are now included: sftp(1) and ssh-keyscan(1). | ||||
* | Add the new version.c to libssh. | green | 2001-05-03 | 1 | -1/+1 |
| | |||||
* | secure/ build fixes: | ru | 2001-03-26 | 1 | -10/+6 |
| | | | | | | | | | | | | | | | | | | | | - 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. | green | 2000-12-05 | 1 | -2/+3 |
| | |||||
* | Update for OpenSSH 2.2.0 | kris | 2000-09-10 | 1 | -3/+3 |
| | |||||
* | Add a new file to SRCS | kris | 2000-06-03 | 1 | -1/+1 |
| | |||||
* | Update for OpenSSH 2.1 | kris | 2000-05-15 | 1 | -1/+6 |
| | |||||
* | Remove port components not needed in 4.n+ | markm | 2000-02-24 | 1 | -2/+1 |
| | | | | Submitted by: Half the freaking planet.... | ||||
* | Add the OpenSSH userland-building Makefiles. | markm | 2000-02-24 | 1 | -0/+36 |