aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libssh
Commit message (Collapse)AuthorAgeFilesLines
* Pull in OpenSSH 6.1 from head.Dag-Erling Smørgrav2013-03-011-7/+10
| | | | | | | | Although ECC-based algorithms are now supported, the order of preference has been changed so that RSA and DSA are still the preferred algorithms. Notes: svn path=/stable/8/; revision=247521
* MFH OpenSSH 5.4p1Dag-Erling Smørgrav2010-04-211-3/+4
| | | | Notes: svn path=/stable/8/; revision=206984
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
| | | | | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson) Notes: svn path=/head/; revision=195767
* Use the closefrom(2) system call.John Baldwin2009-06-161-1/+1
| | | | | | | Reviewed by: des Notes: svn path=/head/; revision=194297
* Upgrade to OpenSSH 5.2p1.Dag-Erling Smørgrav2009-05-221-1/+1
| | | | | | | MFC after: 3 months Notes: svn path=/head/; revision=192595
* Upgrade to OpenSSH 5.1p1.Dag-Erling Smørgrav2008-08-011-4/+4
| | | | | | | | | | | | | I have worked hard to reduce diffs against the vendor branch. One notable change in that respect is that we no longer prefer DSA over RSA - the reasons for doing so went away years ago. This may cause some surprises, as ssh will warn about unknown host keys even for hosts whose keys haven't changed. MFC after: 6 weeks Notes: svn path=/head/; revision=181111
* Fix conflicts after heimdal-1.1 import and add build infrastructure. ImportDoug Rabson2008-05-071-2/+2
| | | | | | | all non-style changes made by heimdal to our own libgssapi. Notes: svn path=/head/; revision=178828
* - Bump share library version which were missed in last bumpRong-En Fan2007-06-181-1/+1
| | | | | | | | | Reported by: jhb Discussed with: deischen, des, doubg, harti Approved by: re (kensmith) Notes: svn path=/head/; revision=170925
* Update for OpenSSH 4.4p1.Dag-Erling Smørgrav2006-09-301-2/+2
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=162861
* Add a manual dependency on ssh_namespace.h.Dag-Erling Smørgrav2006-05-131-0/+2
| | | | | | | Discussed with: ru Notes: svn path=/head/; revision=158529
* Introduce a namespace munging hack inspired by NetBSD to avoid pollutingDag-Erling Smørgrav2006-05-131-1/+1
| | | | | | | | | | | the namespace of applications which inadvertantly link in libssh (usually through pam_ssh) Suggested by: lukem@netbsd.org MFC after: 6 weeks Notes: svn path=/head/; revision=158519
* Add port-tun.c.Dag-Erling Smørgrav2006-03-221-1/+1
| | | | Notes: svn path=/head/; revision=157021
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=156813
* Add a new extensible GSS-API layer which can support GSS-API plugins,Doug Rabson2005-12-291-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=153838
* Update for OpenSSH 4.2p1.Dag-Erling Smørgrav2005-09-031-3/+4
| | | | Notes: svn path=/head/; revision=149755
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
| | | | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) Notes: svn path=/head/; revision=148297
* Revert the commits that made libssh an INTERNALLIB; they caused too muchDag-Erling Smørgrav2005-06-071-2/+6
| | | | | | | | | trouble, especially on amd64. Requested by: ru Notes: svn path=/head/; revision=147098
* Make libssh an INTERNALLIB like it is in {Net,Open}BSD.Dag-Erling Smørgrav2005-06-061-6/+2
| | | | Notes: svn path=/head/; revision=147056
* Update for OpenSSH 4.1p1.Dag-Erling Smørgrav2005-06-051-1/+6
| | | | Notes: svn path=/head/; revision=147007
* NODOCCOMPRESS -> NO_DOCCOMPRESSRuslan Ermilov2004-12-211-1/+1
| | | | | | | | | | | NOINFO -> NO_INFO NOINFOCOMPRESS -> NO_INFOCOMPRESS NOLINT -> NO_LINT NOPIC -> NO_PIC NOPROFILE -> NO_PROFILE Notes: svn path=/head/; revision=139106
* 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