aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libssh
Commit message (Collapse)AuthorAgeFilesLines
...
* Update for OpenSSH 3.9p1.Dag-Erling Smørgrav2004-10-281-4/+4
| | | | Notes: svn path=/head/; revision=137018
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Update for 3.8p1, including workaround for a bug in gss-genr.c.Dag-Erling Smørgrav2004-02-261-8/+9
| | | | Notes: svn path=/head/; revision=126282
* Cosmetics: rearrange the dependency list to match that of ssh and sshd.Ruslan Ermilov2004-01-081-2/+5
| | | | | | | Reviewed by: des Notes: svn path=/head/; revision=124250
* Use += instead of = with DPADD / LDADD.Dag-Erling Smørgrav2004-01-081-2/+2
| | | | Notes: svn path=/head/; revision=124245
* Enable GSSAPI support. [1]Dag-Erling Smørgrav2004-01-081-1/+3
| | | | | | | | | Also remove some duplicates from ssh's SRCS. Submitted by: [1] Björn Grönvall <bg@sics.se> Notes: svn path=/head/; revision=124242
* Previous commit erroneously listed some sources with .o suffixes.Dag-Erling Smørgrav2004-01-071-1/+1
| | | | Notes: svn path=/head/; revision=124215
* Update Makefiles for OpenSSH 3.7.1p2.Dag-Erling Smørgrav2004-01-071-8/+9
| | | | Notes: svn path=/head/; revision=124212
* Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extraMark Murray2003-05-051-1/+1
| | | | | | | | cleanups were necessary in release/Makefile, and the tinderbox code was syntax checked, not run checked. Notes: svn path=/head/; revision=114709
* Update for 3.6.1p1; also remove Kerberos IV shims.Dag-Erling Smørgrav2003-04-231-5/+3
| | | | Notes: svn path=/head/; revision=113915
* Style sync with rest of FreeBSD.David E. O'Brien2002-11-061-8/+6
| | | | Notes: svn path=/head/; revision=106538
* Update for OpenSSH 3.5p1.Dag-Erling Smørgrav2002-10-291-1/+9
| | | | Notes: svn path=/head/; revision=106132
* Don't lint contrib'ed sources, even if the builder has asked for linting.Mark Murray2002-09-251-0/+2
| | | | | | | Its Just Too Noisy. Notes: svn path=/head/; revision=103960
* No guts, no glory. Switch to OpenSSH-portable.Dag-Erling Smørgrav2002-06-251-3/+7
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=98820
* Update Makefiles for OpenSSH 3.3.Dag-Erling Smørgrav2002-06-231-3/+4
| | | | Notes: svn path=/head/; revision=98685
* The library itself does not depend on Kerberos bits.Ruslan Ermilov2002-04-231-10/+0
| | | | | | | Otherwise, we would have broken krb4 and krb5 dists. Notes: svn path=/head/; revision=95309
* Adjust for OpenSSH 3.1.Dag-Erling Smørgrav2002-03-181-2/+2
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=92563
* Now that cross-tools ld(1) has been fixed to look for dynamicRuslan Ermilov2002-02-081-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 Notes: svn path=/head/; revision=90405
* Add pam_ssh support to the static PAM library, libpam.a:Ruslan Ermilov2002-01-231-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 Notes: svn path=/head/; revision=89705
* Install libssh and libssh_pic. These are needed when buildingMark Murray2001-10-301-4/+1
| | | | | | | | | | statically, and when building things (like login(8)) standalone. libssh_pic is needed for libpam and modules. Requested by: peter Notes: svn path=/head/; revision=85744
* Follow the OpenSSH 2.9 upgrade with the infrastructure. Two newBrian Feldman2001-05-041-7/+4
| | | | | | | programs are now included: sftp(1) and ssh-keyscan(1). Notes: svn path=/head/; revision=76264
* Add the new version.c to libssh.Brian Feldman2001-05-031-1/+1
| | | | Notes: svn path=/head/; revision=76229
* secure/ build fixes:Ruslan Ermilov2001-03-261-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. Notes: svn path=/head/; revision=74818
* Update for OpenSSH 2.3.0.Brian Feldman2000-12-051-2/+3
| | | | Notes: svn path=/head/; revision=69593
* Update for OpenSSH 2.2.0Kris Kennaway2000-09-101-3/+3
| | | | Notes: svn path=/head/; revision=65675
* Add a new file to SRCSKris Kennaway2000-06-031-1/+1
| | | | Notes: svn path=/head/; revision=61213
* Update for OpenSSH 2.1Kris Kennaway2000-05-151-1/+6
| | | | Notes: svn path=/head/; revision=60577
* Remove port components not needed in 4.n+Mark Murray2000-02-241-2/+1
| | | | | | | Submitted by: Half the freaking planet.... Notes: svn path=/head/; revision=57456
* Add the OpenSSH userland-building Makefiles.Mark Murray2000-02-241-0/+36
Notes: svn path=/head/; revision=57434