<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/rexecd/Makefile, branch release/3.5.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F3.5.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F3.5.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1999-08-29T15:04:30Z</updated>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-29T15:04:30Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-29T15:04:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ee00aca0117c842d6282ea58ac984b2b34123ec2'/>
<id>urn:sha1:ee00aca0117c842d6282ea58ac984b2b34123ec2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Use realhostname() and trimdomain().</title>
<updated>1999-05-02T09:36:22Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-05-02T09:36:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d54ea4f96ba1c8d2c937d6e2cac56f447509eed5'/>
<id>urn:sha1:d54ea4f96ba1c8d2c937d6e2cac56f447509eed5</id>
<content type='text'>
     main() returns int
     Silence egcs (yeah, I know....)
     Reprompt if given an empty login name in uucpd
     Correct errno handling in uucpd.
</content>
</entry>
<entry>
<title>Revert $FreeBSD$ to $Id$</title>
<updated>1997-02-22T14:22:49Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-02-22T14:22:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9e522f7a18a64d3b9ea901ed70d0eee78342f0c6'/>
<id>urn:sha1:9e522f7a18a64d3b9ea901ed70d0eee78342f0c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the long-awaited change from $Id$ to $FreeBSD$</title>
<updated>1997-01-14T07:20:47Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-01-14T07:20:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1130b656e5fe4c2d1ba299e024d1b40eaeebd380'/>
<id>urn:sha1:1130b656e5fe4c2d1ba299e024d1b40eaeebd380</id>
<content type='text'>
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
</content>
</entry>
<entry>
<title>add forgotten $Id$</title>
<updated>1996-09-22T21:56:57Z</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1996-09-22T21:56:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=148531ef1e6681bf21fa82c8afd667377b9c057f'/>
<id>urn:sha1:148531ef1e6681bf21fa82c8afd667377b9c057f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't rely on the shared library bringing in libmd, do it explicitly.</title>
<updated>1995-03-18T06:50:00Z</updated>
<author>
<name>Nate Williams</name>
<email>nate@FreeBSD.org</email>
</author>
<published>1995-03-18T06:50:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=50dfa3861bfd191593ddfc26f4840706c917b112'/>
<id>urn:sha1:50dfa3861bfd191593ddfc26f4840706c917b112</id>
<content type='text'>
Change the library order so libcrypt is the last library in the list.
libskey contains references to _crypt and can't resolve it unless
-lcrypt occurs after it in the link command.  This only occurs when
linking statically.
</content>
</entry>
<entry>
<title>Add skey support</title>
<updated>1994-08-21T19:10:43Z</updated>
<author>
<name>Guido van Rooij</name>
<email>guido@FreeBSD.org</email>
</author>
<published>1994-08-21T19:10:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a670645c57e67382a9361923272e095486be2a79'/>
<id>urn:sha1:a670645c57e67382a9361923272e095486be2a79</id>
<content type='text'>
Reviewed by:
Submitted by:	guido
</content>
</entry>
<entry>
<title>LDADD= -lcrypt</title>
<updated>1994-08-20T21:19:46Z</updated>
<author>
<name>Geoff Rehmet</name>
<email>csgr@FreeBSD.org</email>
</author>
<published>1994-08-20T21:19:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4714bb15be0d610ae5fb7ee6f92c4e1f121accc3'/>
<id>urn:sha1:4714bb15be0d610ae5fb7ee6f92c4e1f121accc3</id>
<content type='text'>
Submitted by:	Geoff
</content>
</entry>
<entry>
<title>Update to new make macros and disable Kerberos because we haven't got it</title>
<updated>1994-08-05T21:24:58Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1994-08-05T21:24:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2a3c26c889c75ccac7691214370e683e89309883'/>
<id>urn:sha1:2a3c26c889c75ccac7691214370e683e89309883</id>
<content type='text'>
set up right yet.
</content>
</entry>
<entry>
<title>BSD 4.4 Lite Libexec Sources</title>
<updated>1994-05-27T12:39:25Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1994-05-27T12:39:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ea022d1687fe11220adeb9cacec1f8d0333e970a'/>
<id>urn:sha1:ea022d1687fe11220adeb9cacec1f8d0333e970a</id>
<content type='text'>
</content>
</entry>
</feed>
