summaryrefslogtreecommitdiffstats
path: root/usr.sbin/portmap
Commit message (Collapse)AuthorAgeFilesLines
* Fixed world breakage in previous commit. -lwrap was in LDFLAGS wherebde1999-03-291-3/+3
| | | | | | it has no effect. Fixed the usual style bugs for DPADD and LDADD.
* Enable tcp_wrapper support by default.markm1999-03-281-2/+4
|
* Ad #include stdlib.h to get the prototype for malloc().jb1998-08-171-1/+2
|
* Don't clobber errno when reaping child processes.tegge1998-04-261-1/+6
|
* Don't assume that a computer can have no more thanbrian1998-01-211-49/+82
| | | | | 256 interfaces (mine doesn't). Instead, find local interface addresses using sysctl().
* Use err(3). Add usage().charnier1997-10-096-42/+86
| | | | | Correct the .Nd string: in real life, portmap is translating rpc prog numbers to darpa ports, not the opposite.
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-1/+1
| | | | posix standard on the topic.
* Sort cross references.wosch1997-01-201-2/+2
|
* This is purely a bandaid to lower the risk of running out of slotspeter1997-01-111-1/+1
| | | | | | 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.
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-12-101-3/+6
| | | | | | 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.
* Typo.joerg1996-02-051-1/+1
| | | | Submitted by: somebody in Usenet whose name i forgot
* Correct ip protocol in error message, when binding the tcp port.adam1995-10-271-1/+1
|
* Close:jkh1995-08-051-0/+1
| | | | | | | >Number: 656 >Category: docs >Synopsis: -v is not fully documented in portmap.8 Submitted by: Mike Grupenhoff <kashmir@umiacs.umd.edu>
* Remove trailing whitespace.rgrimes1995-05-305-31/+31
|
* Fix conflicts from importpst1994-09-291-0/+5
|
* This commit was generated by cvs2svn to compensate for changes in r3192,pst1994-09-299-4/+620
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Portmap 3.0 from win.tue.nlpst1994-09-2910-7/+625
| |
* | Delete obsolete references to librpc.a.wollman1994-08-081-2/+0
| |
* | Get rid of update. Make man page installation work with our schemewollman1994-08-051-1/+1
|/ | | | (and rename a few in the process).
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-263-0/+659
OpenPOWER on IntegriCloud