<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/rsh, branch release/2.2.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>YAMFC:</title>
<updated>1997-03-06T07:45:28+00:00</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1997-03-06T07:45:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5f391b7e81e5d2ea9c09a11924ad57da0414a74b'/>
<id>5f391b7e81e5d2ea9c09a11924ad57da0414a74b</id>
<content type='text'>
- typo fixes
- sort xrefs
- some other minor cleanup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- typo fixes
- sort xrefs
- some other minor cleanup.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a timeout flag so that failing operations can at least be caught</title>
<updated>1996-09-06T05:24:05+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-09-06T05:24:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=619c58eea0231380a6bbdde5770568789a514567'/>
<id>619c58eea0231380a6bbdde5770568789a514567</id>
<content type='text'>
and flagged.  Closes PR#1513
Submitted-By: David Muir Sharnoff &lt;muir@idiom.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and flagged.  Closes PR#1513
Submitted-By: David Muir Sharnoff &lt;muir@idiom.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>#include &lt;kerberosIV/des.h&gt; -&gt; #include &lt;des.h&gt;</title>
<updated>1996-02-11T09:18:18+00:00</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>1996-02-11T09:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bbff7ca556ecb61737b8dbffb3d2c7e8af22f53f'/>
<id>bbff7ca556ecb61737b8dbffb3d2c7e8af22f53f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename des_set_key -&gt; des_set_key. (libdes conflict)</title>
<updated>1996-02-03T11:49:29+00:00</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>1996-02-03T11:49:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d523df89268f66815607400d1af9d2df9df64fa9'/>
<id>d523df89268f66815607400d1af9d2df9df64fa9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Section FILES and SEE ALSO complete</title>
<updated>1996-01-29T00:02:39+00:00</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1996-01-29T00:02:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=818be56b8dd8a4a32105d25ca6ab9b1e415cf783'/>
<id>818be56b8dd8a4a32105d25ca6ab9b1e415cf783</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Kerberos can now deal with multi-homed clients.</title>
<updated>1995-10-05T21:30:21+00:00</updated>
<author>
<name>Justin T. Gibbs</name>
<email>gibbs@FreeBSD.org</email>
</author>
<published>1995-10-05T21:30:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f4390542d79dba9b7cda1a8aa860b4de0262016d'/>
<id>f4390542d79dba9b7cda1a8aa860b4de0262016d</id>
<content type='text'>
Kerberos obtains a network address for the local host from the routing
tables and uses it consistently for all Kerberos transactions.  This ensures
that packets only leave the *authenticated* interface.  Clients who open
and use their own sockets for encrypted or authenticated correspondance
to kerberos services should bind their sockets to the same address as that
used by kerberos.  krb_get_local_addr() and krb_bind_local_addr() allow
clients to obtain the local address or bind a socket to the local address
used by Kerberos respectively.

Reviewed by: Mark Murray &lt;markm&gt;, Garrett Wollman &lt;wollman&gt;
Obtained from: concept by Dieter Dworkin Muller &lt;dworkin@village.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Kerberos obtains a network address for the local host from the routing
tables and uses it consistently for all Kerberos transactions.  This ensures
that packets only leave the *authenticated* interface.  Clients who open
and use their own sockets for encrypted or authenticated correspondance
to kerberos services should bind their sockets to the same address as that
used by kerberos.  krb_get_local_addr() and krb_bind_local_addr() allow
clients to obtain the local address or bind a socket to the local address
used by Kerberos respectively.

Reviewed by: Mark Murray &lt;markm&gt;, Garrett Wollman &lt;wollman&gt;
Obtained from: concept by Dieter Dworkin Muller &lt;dworkin@village.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T06:41:30+00:00</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T06:41:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7799f52a32f592a7efe259bc3411ba52d13db797'/>
<id>7799f52a32f592a7efe259bc3411ba52d13db797</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Sharnoff complain bin/136 (-e flag doesn't work).</title>
<updated>1995-01-14T20:36:22+00:00</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1995-01-14T20:36:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cde665121ea52ee7464cf6e97d9f539965201c64'/>
<id>cde665121ea52ee7464cf6e97d9f539965201c64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add distribution=krb for P-HK</title>
<updated>1994-11-20T23:23:28+00:00</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1994-11-20T23:23:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a38c3127e1d2842d089ea9a900084e5a89c14231'/>
<id>a38c3127e1d2842d089ea9a900084e5a89c14231</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>First level of changes for bringing in eBones (kerberos).</title>
<updated>1994-09-29T13:06:54+00:00</updated>
<author>
<name>Geoff Rehmet</name>
<email>csgr@FreeBSD.org</email>
</author>
<published>1994-09-29T13:06:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c368d11dd254623bef4a57867d286025fc877b7c'/>
<id>c368d11dd254623bef4a57867d286025fc877b7c</id>
<content type='text'>
- Get rid of inverse logic (NOKERBEROS and NOEBONES) in src/makefile,
and replace with MAKE_KERBEROS and MAKE_EBONES.  (Far fewer contortions,
and both default to off.)  IF YOU WANT KERBEROS, YOU HAVE TO EXPLICITLY
DEFINE ONE OF THESE.
- Make Makefiles kerberos-aware.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Get rid of inverse logic (NOKERBEROS and NOEBONES) in src/makefile,
and replace with MAKE_KERBEROS and MAKE_EBONES.  (Far fewer contortions,
and both default to off.)  IF YOU WANT KERBEROS, YOU HAVE TO EXPLICITLY
DEFINE ONE OF THESE.
- Make Makefiles kerberos-aware.
</pre>
</div>
</content>
</entry>
</feed>
