<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/keyserv, branch stable/6</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-02-10T09:09:18Z</updated>
<entry>
<title>The variable `ROOTKEY' has internal linkage in keyserv.c, don't declare it as</title>
<updated>2005-02-10T09:09:18Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-02-10T09:09:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7fea68fae04b69e59aeb6cbad07dd7192dd33e98'/>
<id>urn:sha1:7fea68fae04b69e59aeb6cbad07dd7192dd33e98</id>
<content type='text'>
extern here.
</content>
</entry>
<entry>
<title>Join the 21st century: Cryptography is no longer an optional component</title>
<updated>2004-08-06T07:27:08Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2004-08-06T07:27:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d37df47d3104331743c4d05ebba3f996f5a2308a'/>
<id>urn:sha1:d37df47d3104331743c4d05ebba3f996f5a2308a</id>
<content type='text'>
of releases.  The -DNOCRYPT build option still exists for anyone who
really wants to build non-cryptographic binaries, but the "crypto"
release distribution is now part of "base", and anyone installing from a
release will get cryptographic binaries.

Approved by:	re (scottl), markm
Discussed on:	freebsd-current, in late April 2004
</content>
</entry>
<entry>
<title>Remove spurious semicolons.  Outside of functions they are actually errors but</title>
<updated>2004-05-16T22:08:17Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2004-05-16T22:08:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a752604477c646135eb8972a9797f4c331ce09ac'/>
<id>urn:sha1:a752604477c646135eb8972a9797f4c331ce09ac</id>
<content type='text'>
GCC doesn't warn about them without -pedantic.

Approved by:	das (mentor)
PR:		56649
Reviewed by:	md5
</content>
</entry>
<entry>
<title>Put chkey(1), newkey(8), and keyserv(8) into the crypto distribution.</title>
<updated>2004-01-18T09:29:47Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-01-18T09:29:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=869537e12d7a377271a1baafe47e877d2e507fcf'/>
<id>urn:sha1:869537e12d7a377271a1baafe47e877d2e507fcf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use arc4random() instead of random() when generating the master key.</title>
<updated>2003-02-18T01:35:58Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2003-02-18T01:35:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6cf217b22c059d7141d70191afc8b2b5fdc8a642'/>
<id>urn:sha1:6cf217b22c059d7141d70191afc8b2b5fdc8a642</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>Use sranddev()/srandomdev() for FreeBSD</title>
<updated>2003-02-11T01:56:40Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2003-02-11T01:56:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bd344e96cf3883f99e48893fd40e44a116399009'/>
<id>urn:sha1:bd344e96cf3883f99e48893fd40e44a116399009</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initiate deorbit burn for the i386-only a.out related support.  Moves are</title>
<updated>2002-09-17T01:49:00Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2002-09-17T01:49:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=66422f5b7a1a6055f0b2358268eb902aab6e2e3e'/>
<id>urn:sha1:66422f5b7a1a6055f0b2358268eb902aab6e2e3e</id>
<content type='text'>
under way to move the remnants of the a.out toolchain to ports.  As the
comment in src/Makefile said, this stuff is deprecated and one should not
expect this to remain beyond 4.0-REL.  It has already lasted WAY beyond
that.

Notable exceptions:
gcc - I have not touched the a.out generation stuff there.
ldd/ldconfig - still have some code to interface with a.out rtld.
old as/ld/etc - I have not removed these yet, pending their move to ports.
some includes - necessary for ldd/ldconfig for now.

Tested on: i386 (extensively), alpha
</content>
</entry>
<entry>
<title>mdoc(7) police: Removed redundant .Ns calls.</title>
<updated>2002-08-13T16:07:28Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-08-13T16:07:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a654c53e16bb02ffbe4fe501f266a02522008a8a'/>
<id>urn:sha1:a654c53e16bb02ffbe4fe501f266a02522008a8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Port to TI/RPC and/or IPV6.</title>
<updated>2002-07-15T18:51:57Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-07-15T18:51:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=af37179b5f735b7f12285fb1dcf700016751c0f6'/>
<id>urn:sha1:af37179b5f735b7f12285fb1dcf700016751c0f6</id>
<content type='text'>
Submitted by: Jean-Luc Richier &lt;Jean-Luc.Richier@imag.fr&gt;
</content>
</entry>
<entry>
<title>The .Nm utility</title>
<updated>2002-07-14T14:47:15Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-07-14T14:47:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=490d5836b5ab0c76675986696b1637fff97dfae2'/>
<id>urn:sha1:490d5836b5ab0c76675986696b1637fff97dfae2</id>
<content type='text'>
</content>
</entry>
</feed>
