<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/secure/libexec, branch releng/5.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-10-29T10:18:00Z</updated>
<entry>
<title>Update for OpenSSH 3.5p1.</title>
<updated>2002-10-29T10:18:00Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-10-29T10:18:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4d56bc2300180b43e3a9564b8b13b87c505cbcf2'/>
<id>urn:sha1:4d56bc2300180b43e3a9564b8b13b87c505cbcf2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ssh-keysign(8) belongs in /usr/libexec, not in /usr/bin, and needs to be</title>
<updated>2002-07-05T08:39:09Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-07-05T08:39:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=81d858170e52f46ca9605f14d639312e8255a35a'/>
<id>urn:sha1:81d858170e52f46ca9605f14d639312e8255a35a</id>
<content type='text'>
setuid so ssh(1) doesn't have to be.

Pointy hat to:	des
Submitted by:	Katsuyuki TATEISHI &lt;katsu@iec.hiroshima-u.ac.jp&gt;
</content>
</entry>
<entry>
<title>No guts, no glory.  Switch to OpenSSH-portable.</title>
<updated>2002-06-25T19:10:09Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-06-25T19:10:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f0b56c5c7e0ace605b88d5ec125589b02df94f9e'/>
<id>urn:sha1:f0b56c5c7e0ace605b88d5ec125589b02df94f9e</id>
<content type='text'>
Sponsored by:	DARPA, NAI Labs
</content>
</entry>
<entry>
<title>Now that cross-tools ld(1) has been fixed to look for dynamic</title>
<updated>2002-02-08T13:42:58Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-02-08T13:42:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e47a40e7f7c8bc398d3ffd681048e3e286829195'/>
<id>urn:sha1:e47a40e7f7c8bc398d3ffd681048e3e286829195</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Set WFORMAT=0, overlooked in previous commits to libexec/.</title>
<updated>2002-02-06T11:07:55Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2002-02-06T11:07:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8bf216d4a39b268cd561eb5e3a90ba41ef5e733f'/>
<id>urn:sha1:8bf216d4a39b268cd561eb5e3a90ba41ef5e733f</id>
<content type='text'>
Reported by:	jhay
</content>
</entry>
<entry>
<title>Add pam_ssh support to the static PAM library, libpam.a:</title>
<updated>2002-01-23T15:54:17Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-01-23T15:54:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0509dca0c3687d52cef8e5ffab8a2f7d52be672a'/>
<id>urn:sha1:0509dca0c3687d52cef8e5ffab8a2f7d52be672a</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>Clean up makefiles, and turn on WARNS=2. Take into account the telnet</title>
<updated>2001-11-30T21:10:58Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2001-11-30T21:10:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f3c99bd05e6ae47847de5e21d8fe6b1205984272'/>
<id>urn:sha1:f3c99bd05e6ae47847de5e21d8fe6b1205984272</id>
<content type='text'>
#if cleanup.
</content>
</entry>
<entry>
<title>Revamp and diff-reduce the various secure telnets. Make sure that</title>
<updated>2001-08-03T16:03:26Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2001-08-03T16:03:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=563df9527017e5b7b08d5730488f142f0009b9bf'/>
<id>urn:sha1:563df9527017e5b7b08d5730488f142f0009b9bf</id>
<content type='text'>
Kerberos5 has _a_ telnet (which is not currently K5 enabled).
Incorporate BDE's static linking fixes.
</content>
</entry>
<entry>
<title>Fixed world breakage when NOSHARED=yes.  libmp now depends on libcrypto,</title>
<updated>2001-07-30T14:36:19Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2001-07-30T14:36:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4c05509cd095dad8782ab56cc9cca3330a72b14b'/>
<id>urn:sha1:4c05509cd095dad8782ab56cc9cca3330a72b14b</id>
<content type='text'>
so it must be linked before libcrypto to work right.
</content>
</entry>
<entry>
<title>Fixed world breakage in previous commit.  -lpam must never be used</title>
<updated>2001-05-09T14:23:54Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2001-05-09T14:23:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f61dcf52818d775e37af5f2056d1999279a99e6a'/>
<id>urn:sha1:f61dcf52818d775e37af5f2056d1999279a99e6a</id>
<content type='text'>
directly (except in the definition of MINUSLPAM in bsd.libnames.mk)
since it doesn't give all the lbraries necessary for static linkage.

Fixed new and old bugs in DPADD.  ${LIBPAM} was missing, and the
library order was different from that in LDADD so `make checkdpadd'
reported a non-bug.
</content>
</entry>
</feed>
