| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 <mb@imp.ch>
Manpage review: ru
Secure RPC implemented by: wpaul
Notes:
svn path=/head/; revision=74462
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68965
|
| |
|
|
|
|
|
|
|
|
| |
The new rtiparse() function should really be in libc IMHO.... I'm
sick of writing this code :-(
PR: 20381
Notes:
svn path=/head/; revision=64450
|
| |
|
|
|
|
|
| |
Reviewed by: asmodai
Notes:
svn path=/head/; revision=57702
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56074
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=55865
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50479
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=48791
|
| |
|
|
|
|
|
|
|
| |
it has no effect.
Fixed the usual style bugs for DPADD and LDADD.
Notes:
svn path=/head/; revision=45101
|
| |
|
|
| |
Notes:
svn path=/head/; revision=45090
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38379
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35455
|
| |
|
|
|
|
|
|
| |
256 interfaces (mine doesn't). Instead, find local
interface addresses using sysctl().
Notes:
svn path=/head/; revision=32669
|
| |
|
|
|
|
|
|
| |
Correct the .Nd string: in real life, portmap is translating rpc prog numbers
to darpa ports, not the opposite.
Notes:
svn path=/head/; revision=30242
|
| |
|
|
|
|
|
| |
posix standard on the topic.
Notes:
svn path=/head/; revision=24428
|
| |
|
|
| |
Notes:
svn path=/head/; revision=21880
|
| |
|
|
|
|
|
|
|
| |
for the local interfaces. It's not uncommon to have >32 interfaces
these days. This is a temporary patch until it's fixed to use sysctl
or whatever.
Notes:
svn path=/head/; revision=21534
|
| |
|
|
|
|
|
|
|
| |
do it themselves. (Some of these programs actually depended on this
beyond compiling the definition of struct ifinfo!) Also fix up some
other #include messes while we're at it.
Notes:
svn path=/head/; revision=20287
|
| |
|
|
|
|
|
| |
Submitted by: somebody in Usenet whose name i forgot
Notes:
svn path=/head/; revision=13916
|
| |
|
|
| |
Notes:
svn path=/head/; revision=11841
|
| |
|
|
|
|
|
|
|
|
| |
>Number: 656
>Category: docs
>Synopsis: -v is not fully documented in portmap.8
Submitted by: Mike Grupenhoff <kashmir@umiacs.umd.edu>
Notes:
svn path=/head/; revision=9948
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8857
|
| |
|
|
| |
Notes:
svn path=/head/; revision=3195
|
| |
|
|
| |
Notes:
svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=3192
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1923
|
| |
|
|
|
|
|
| |
(and rename a few in the process).
Notes:
svn path=/head/; revision=1863
|
|
|
Notes:
svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553
|