<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/portmap, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2001-03-19T12:50:13Z</updated>
<entry>
<title>Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and</title>
<updated>2001-03-19T12:50:13Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2001-03-19T12:50:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8360efbd6c932013ffdb2f83d2f2de4278febb5e'/>
<id>urn:sha1:8360efbd6c932013ffdb2f83d2f2de4278febb5e</id>
<content type='text'>
associated changes that had to happen to make this possible as well as
bugs fixed along the way.

  Bring in required TLI library routines to support this.

  Since we don't support TLI we've essentially copied what NetBSD
  has done, adding a thin layer to emulate direct the TLI calls
  into BSD socket calls.

  This is mostly from Sun's tirpc release that was made in 1994,
  however some fixes were backported from the 1999 release (supposedly
  only made available after this porting effort was underway).

  The submitter has agreed to continue on and bring us up to the
  1999 release.

  Several key features are introduced with this update:
    Client calls are thread safe. (1999 code has server side thread
    safe)
    Updated, a more modern interface.

  Many userland updates were done to bring the code up to par with
  the recent RPC API.

  There is an update to the pthreads library, a function
  pthread_main_np() was added to emulate a function of Sun's threads
  library.

  While we're at it, bring in NetBSD's lockd, it's been far too
  long of a wait.

  New rpcbind(8) replaces portmap(8) (supporting communication over
  an authenticated Unix-domain socket, and by default only allowing
  set and unset requests over that channel). It's much more secure
  than the old portmapper.

  Umount(8), mountd(8), mount_nfs(8), nfsd(8) have also been upgraded
  to support TI-RPC and to support IPV6.

  Umount(8) is also fixed to unmount pathnames longer than 80 chars,
  which are currently truncated by the Kernel statfs structure.

Submitted by: Martin Blapp &lt;mb@imp.ch&gt;
Manpage review: ru
Secure RPC implemented by: wpaul
</content>
</entry>
<entry>
<title>mdoc(7) police: use the new features of the Nm macro.</title>
<updated>2000-11-20T20:10:44Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2000-11-20T20:10:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e97407b4f202c33851c3ee51572c0cde85095e83'/>
<id>urn:sha1:e97407b4f202c33851c3ee51572c0cde85095e83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Treat all interface aliases as local addresses.</title>
<updated>2000-08-09T09:24:31Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2000-08-09T09:24:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7bdb026118921c98525191bd77e9d6ae9f66c937'/>
<id>urn:sha1:7bdb026118921c98525191bd77e9d6ae9f66c937</id>
<content type='text'>
The new rtiparse() function should really be in libc IMHO.... I'm
sick of writing this code :-(

PR:	20381
</content>
</entry>
<entry>
<title>Mention that portmap(8) utilizes hosts_access(5).</title>
<updated>2000-03-02T18:15:46Z</updated>
<author>
<name>Chris Timmons</name>
<email>cwt@FreeBSD.org</email>
</author>
<published>2000-03-02T18:15:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=da65c01b558ee8eb89500d3797e41cc38078c190'/>
<id>urn:sha1:da65c01b558ee8eb89500d3797e41cc38078c190</id>
<content type='text'>
Reviewed by: asmodai
</content>
</entry>
<entry>
<title>K&amp;Rify</title>
<updated>2000-01-15T23:08:30Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2000-01-15T23:08:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=99e6f41350aedd8e96953fac2ae0d303b2f380f6'/>
<id>urn:sha1:99e6f41350aedd8e96953fac2ae0d303b2f380f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>As we parse the interface list, ignore sockaddr_dl's that</title>
<updated>2000-01-12T21:53:46Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2000-01-12T21:53:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ae2a77e2bf77b76ccc7fa1228351b51265adcea2'/>
<id>urn:sha1:ae2a77e2bf77b76ccc7fa1228351b51265adcea2</id>
<content type='text'>
don't have an interface index that's the same as the if_msghdr
interface index.

This prevents the occasional perror("SIOCGIFFLAGS") from appearing
at boot time.

While I'm there:
  Make a couple of error messages more useful.
  Add a missing include.
  Add some braces to silence gccs dumb complaints.
  Add some consts
  Ansify decls
  Add copyright to pmap_check.h (well, you could say it's been rewritten)
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:35:59Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:35:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=97d92980a96a50750844f420cc225ddf918f0699'/>
<id>urn:sha1:97d92980a96a50750844f420cc225ddf918f0699</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add $Id$, to make it simpler for members of the translation teams to</title>
<updated>1999-07-12T20:12:29Z</updated>
<author>
<name>Nik Clayton</name>
<email>nik@FreeBSD.org</email>
</author>
<published>1999-07-12T20:12:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=414a35e60a8f1ce324672b4e15a8a9de5514b23a'/>
<id>urn:sha1:414a35e60a8f1ce324672b4e15a8a9de5514b23a</id>
<content type='text'>
track.

The Id line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

     .\"    $Id$
     .\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by:            bde
</content>
</entry>
<entry>
<title>Fixed world breakage in previous commit.  -lwrap was in LDFLAGS where</title>
<updated>1999-03-29T03:17:43Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1999-03-29T03:17:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0a5f727d6aea682ec1581383cef1b86230692b6c'/>
<id>urn:sha1:0a5f727d6aea682ec1581383cef1b86230692b6c</id>
<content type='text'>
it has no effect.

Fixed the usual style bugs for DPADD and LDADD.
</content>
</entry>
<entry>
<title>Enable tcp_wrapper support by default.</title>
<updated>1999-03-28T10:55:03Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>1999-03-28T10:55:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2331d1600bb51bded8fc03fd075a2c8174450db8'/>
<id>urn:sha1:2331d1600bb51bded8fc03fd075a2c8174450db8</id>
<content type='text'>
</content>
</entry>
</feed>
