<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/libexec/rlogind, branch release/4.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2000-11-20T04:41:45Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-11-20T04:41:45Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-11-20T04:41:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0d497cf6e989f7498cf5036a29fe7003a89abf83'/>
<id>urn:sha1:0d497cf6e989f7498cf5036a29fe7003a89abf83</id>
<content type='text'>
'RELENG_4_2_0_RELEASE'.

This commit was manufactured to restore the state of the 4.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC: Remove broken PAM support from rlogind.</title>
<updated>2000-11-12T07:06:12Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2000-11-12T07:06:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0de36b7f01e812f8bf24e479ac9990fc7bf8a784'/>
<id>urn:sha1:0de36b7f01e812f8bf24e479ac9990fc7bf8a784</id>
<content type='text'>
Approved by: jkh
</content>
</entry>
<entry>
<title>MFC: make it compile without -DNO_PAM again.</title>
<updated>2000-10-06T17:09:32Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2000-10-06T17:09:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a81e0c08f25c62b170dae257bc726d255fab6c8d'/>
<id>urn:sha1:a81e0c08f25c62b170dae257bc726d255fab6c8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: sprintf() -&gt; snprintf() paranoia.</title>
<updated>2000-08-23T08:53:44Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2000-08-23T08:53:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b4a6efd3a5cb7af08a0a9fdffe8f0a6ef085cbd6'/>
<id>urn:sha1:b4a6efd3a5cb7af08a0a9fdffe8f0a6ef085cbd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC rev 1.29 -&gt; 1.30: Make compilable without -DINET6.</title>
<updated>2000-07-29T15:31:56Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2000-07-29T15:31:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=31bb475ba601778fdbead3eceb39c66d5ee0077a'/>
<id>urn:sha1:31bb475ba601778fdbead3eceb39c66d5ee0077a</id>
<content type='text'>
With shut up unused variable warnings.

PR:		bin/20225
Submitted by:	Paul Herman &lt;pherman@frenchfries.net&gt;
</content>
</entry>
<entry>
<title>Use libcrypto instead of libdes.</title>
<updated>2000-02-24T21:18:08Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2000-02-24T21:18:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f0ad5f0b62d91bcbc7818a1f599124cd4ad73134'/>
<id>urn:sha1:f0ad5f0b62d91bcbc7818a1f599124cd4ad73134</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sync iruserok() extension API with other BSDs</title>
<updated>2000-02-01T15:55:56Z</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>2000-02-01T15:55:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e3be4d7b7ec65d25428a7e4c706b33fb953e1414'/>
<id>urn:sha1:e3be4d7b7ec65d25428a7e4c706b33fb953e1414</id>
<content type='text'>
  Some of rcmd related function is need to be updated to
  support IPv6. Some of them are already updated as standard
  document. But there is also several de-facto functions and
  they are not listed in standard documents.
  They are,

    iruserok()  (used by rlogind, rshd)
    ruserok()   (used by kerberos, etc)

  KAME package updated those functions in original way.

    iruserok_af()
    ruserok_af()

  But recently there was discussion on IETF IPng mailing
  list about how to sync those API, and it is decided,

    -Those function is not standard and not documented.
    -But let BSDs sync their API as de-facto.

  And after some discussion, it is announced that

    -add update to iruserok() as iruserok_sa()
    -no ruserok() API change(it is only updated internaly)

So I sync those API before 4.0 is released.
The changes are,
   -prototype changes
   -ruserok() internal update (use iruserok_sa() inside)
   -removal of ruserok_af()
   -change iruserok_af() as static functioin, and also prefix the name with __.
   -add iruserok_sa() (Just call __iruserok_af() inside)
   -adding flag AI_ALL to getipnodebyaddr() called from __icheckhost().
    This is necessary to support IPv4 communication via AF_INET6 socket
    could be correctly authenticated via iruserok_sa()
   -irusreok_af() call is replaced to iruserok_sa() call
    in rlogind, and rshd.

Approved by: jkh
</content>
</entry>
<entry>
<title>several tcp apps IPv6 update</title>
<updated>2000-01-25T14:52:10Z</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>2000-01-25T14:52:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0cac72f42c2f9dfe7953cb3dd7c2e93d1d0c61cf'/>
<id>urn:sha1:0cac72f42c2f9dfe7953cb3dd7c2e93d1d0c61cf</id>
<content type='text'>
 -inetd
 -rshd
 -rlogind
 -telnetd
 -rsh
 -rlogin

Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
</content>
</entry>
<entry>
<title>. mdoc(7)'fy</title>
<updated>2000-01-07T13:14:32Z</updated>
<author>
<name>Alexey Zelkin</name>
<email>phantom@FreeBSD.org</email>
</author>
<published>2000-01-07T13:14:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4df223aaf619061c89ac1712f7367e2e89443cef'/>
<id>urn:sha1:4df223aaf619061c89ac1712f7367e2e89443cef</id>
<content type='text'>
. add Xrs to hosts.equiv(5), auth.conf(5), services(5) to some pages
. sort Xrs in SEE ALSO sections

Patches based on PR:	docs/15680
Submitted by:		Christian Weisgerber &lt;naddy@mips.rhein-neckar.de&gt;
</content>
</entry>
<entry>
<title>Fix for new Kerberos4. Make a fist cut at PAM-ising while I'm here.</title>
<updated>1999-09-19T22:05:32Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>1999-09-19T22:05:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6c9134c06720b498eeaf4a29357ee8496318566e'/>
<id>urn:sha1:6c9134c06720b498eeaf4a29357ee8496318566e</id>
<content type='text'>
</content>
</entry>
</feed>
