Dag-Erling Smørgrav
6a75ff16ed
Add port-tun.c.
2006-03-22 20:42:05 +00:00
Ruslan Ermilov
e1fe3dba5c
Reimplementation of world/kernel build options. For details, see:
...
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
2006-03-17 18:54:44 +00:00
Doug Rabson
c0b9f4fe65
Add a new extensible GSS-API layer which can support GSS-API plugins,
...
similar the the Solaris implementation. Repackage the krb5 GSS mechanism
as a plugin library for the new implementation. This also includes a
comprehensive set of manpages for the GSS-API functions with text mostly
taken from the RFC.
Reviewed by: Love Hörnquist Åstrand <lha@it.su.se>, ru (build system), des (openssh parts)
2005-12-29 14:40:22 +00:00
Dag-Erling Smørgrav
725f8b7693
Update for OpenSSH 4.2p1.
2005-09-03 07:10:33 +00:00
Ken Smith
a84020c2b9
Bump the shared library version number of all libraries that have not
...
been bumped since RELENG_5.
Reviewed by: ru
Approved by: re (not needed for commit check but in principle...)
2005-07-22 17:19:05 +00:00
Dag-Erling Smørgrav
40e0db94af
Revert the commits that made libssh an INTERNALLIB; they caused too much
...
trouble, especially on amd64.
Requested by: ru
2005-06-07 09:31:28 +00:00
Dag-Erling Smørgrav
32f80c77d0
Make libssh an INTERNALLIB like it is in {Net,Open}BSD.
2005-06-06 16:13:07 +00:00
Dag-Erling Smørgrav
015bad3598
Update for OpenSSH 4.1p1.
2005-06-05 15:47:07 +00:00
Ruslan Ermilov
ab7a294721
NODOCCOMPRESS -> NO_DOCCOMPRESS
...
NOINFO -> NO_INFO
NOINFOCOMPRESS -> NO_INFOCOMPRESS
NOLINT -> NO_LINT
NOPIC -> NO_PIC
NOPROFILE -> NO_PROFILE
2004-12-21 09:33:47 +00:00
Dag-Erling Smørgrav
5ba618aa27
Update for OpenSSH 3.9p1.
2004-10-28 16:04:23 +00:00
Ruslan Ermilov
a35d88931c
For variables that are only checked with defined(), don't provide
...
any fake value.
2004-10-24 15:33:08 +00:00
Dag-Erling Smørgrav
40dd33e888
Update for 3.8p1, including workaround for a bug in gss-genr.c.
2004-02-26 11:26:46 +00:00
Ruslan Ermilov
9387ab35e7
Cosmetics: rearrange the dependency list to match that of ssh and sshd.
...
Reviewed by: des
2004-01-08 11:41:02 +00:00
Dag-Erling Smørgrav
e7ffa415e8
Use += instead of = with DPADD / LDADD.
2004-01-08 09:50:56 +00:00
Dag-Erling Smørgrav
9f80be8e3d
Enable GSSAPI support. [1]
...
Also remove some duplicates from ssh's SRCS.
Submitted by: [1] Björn Grönvall <bg@sics.se>
2004-01-08 09:05:24 +00:00
Dag-Erling Smørgrav
3b7f13a03b
Previous commit erroneously listed some sources with .o suffixes.
2004-01-07 11:59:52 +00:00
Dag-Erling Smørgrav
a04e3d6c30
Update Makefiles for OpenSSH 3.7.1p2.
2004-01-07 11:17:23 +00:00
Mark Murray
dbf104e68d
Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra
...
cleanups were necessary in release/Makefile, and the tinderbox code
was syntax checked, not run checked.
2003-05-05 07:58:44 +00:00
Dag-Erling Smørgrav
d8b043c8d4
Update for 3.6.1p1; also remove Kerberos IV shims.
2003-04-23 17:25:47 +00:00
David E. O'Brien
dcb2279368
Style sync with rest of FreeBSD.
2002-11-06 22:54:58 +00:00
Dag-Erling Smørgrav
4d56bc2300
Update for OpenSSH 3.5p1.
2002-10-29 10:18:00 +00:00
Mark Murray
88eede7915
Don't lint contrib'ed sources, even if the builder has asked for linting.
...
Its Just Too Noisy.
2002-09-25 09:58:00 +00:00
Dag-Erling Smørgrav
f0b56c5c7e
No guts, no glory. Switch to OpenSSH-portable.
...
Sponsored by: DARPA, NAI Labs
2002-06-25 19:10:09 +00:00
Dag-Erling Smørgrav
fd9fc3f0c2
Update Makefiles for OpenSSH 3.3.
2002-06-23 16:09:29 +00:00
Ruslan Ermilov
191ca0354f
The library itself does not depend on Kerberos bits.
...
Otherwise, we would have broken krb4 and krb5 dists.
2002-04-23 11:33:29 +00:00
Dag-Erling Smørgrav
8f7701469e
Adjust for OpenSSH 3.1.
...
Sponsored by: DARPA, NAI Labs
2002-03-18 10:20:33 +00:00
Ruslan Ermilov
e47a40e7f7
Now that cross-tools ld(1) has been fixed to look for dynamic
...
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
2002-02-08 13:42:58 +00:00
Ruslan Ermilov
0509dca0c3
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, markm
Approved by: markm
2002-01-23 15:54:17 +00:00
Mark Murray
fa293fd48d
Install libssh and libssh_pic. These are needed when building
...
statically, and when building things (like login(8)) standalone.
libssh_pic is needed for libpam and modules.
Requested by: peter
2001-10-30 19:45:00 +00:00
Brian Feldman
d350064e0b
Follow the OpenSSH 2.9 upgrade with the infrastructure. Two new
...
programs are now included: sftp(1) and ssh-keyscan(1).
2001-05-04 04:21:25 +00:00
Brian Feldman
718acf91af
Add the new version.c to libssh.
2001-05-03 00:45:03 +00:00
Ruslan Ermilov
b8cba406f2
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.
2001-03-26 14:53:33 +00:00
Brian Feldman
94193b581b
Update for OpenSSH 2.3.0.
2000-12-05 03:01:33 +00:00
Kris Kennaway
2f538dadf7
Update for OpenSSH 2.2.0
2000-09-10 09:43:29 +00:00
Kris Kennaway
d52b295063
Add a new file to SRCS
2000-06-03 10:04:31 +00:00
Kris Kennaway
4fc9354419
Update for OpenSSH 2.1
2000-05-15 05:26:50 +00:00
Mark Murray
51a4536595
Remove port components not needed in 4.n+
...
Submitted by: Half the freaking planet....
2000-02-24 22:39:24 +00:00
Mark Murray
c23e256eef
Add the OpenSSH userland-building Makefiles.
2000-02-24 17:00:55 +00:00