summaryrefslogtreecommitdiff
path: root/usr.sbin/rpcbind
AgeCommit message (Expand)Author
2007-06-04PR/36440: Martin Husemann: rpcbind complains about non-errors.christos
2007-05-28Since Christos cleaned up the use of libc internals here, we can switchtls
2007-05-28get rid of libc cruft. requested by tlschristos
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-05-16deal with namespace pollution caused by tcpd.christos
2007-05-13PR/36319: Michael van Elst: rpcinfo -p requires root privilegeschristos
2007-05-13- WARNS = 4christos
2007-05-13PR/36313: Juergen Hannken-Illjes: Change the name "rpcbind" to "sunrpc"christos
2006-06-14Adapt rpcbind(8) to new return value from socket(2) for unsupportedginsbach
2006-05-25Coverity CID 783: Add an assertion for a NULL deref.christos
2006-05-25Coverity CID 2294: Fix memory leak.christos
2006-05-25Coverity CID 1070: Check for NULL deref that cannot happen.christos
2006-05-25Coverity CID 3653: Fix memory leak.christos
2006-03-17Proper bounds access, found by Coverity, CID 1470.elad
2006-03-17Fix off-by-one found by Coverity, CID 1529.elad
2006-01-12Capitalize a letter to match other sentences in the list.jmmv
2005-06-07Support MKINET6=no building after the -Wuninitalized fix.lukem
2005-06-02appease gcc -Wuninitializedlukem
2005-01-10Only compile in IPv6 support if ${USE_INET6} != "no"lukem
2004-05-20Decrease log severity to debug if a protocol is not supported by themartin
2003-12-07Make building IPv6 support controllable by MKINET6matt
2003-10-29Make a v6 socket v6-only, since rpcbind does host-based checking (all NFSfvdl
2003-10-21Don't compare a char to NULL.fvdl
2003-10-21Don't pass NULL as an integer.fvdl
2003-10-21Don't compare a char to NULL.fvdl
2003-07-13use bounded string opitojun
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-11-08Use a non-blocking SVC for TCP connections.fvdl
2002-09-23null commitmycroft
2002-09-23poll.h, not sys/poll.hitojun
2002-09-18use NETBSDSRCDIR as appropriatelukem
2002-08-12document that access control is provided by libwrap.itojun
2002-03-03Fix typo in a comment (from Onno van der Linden; PR#15792)cjep
2002-02-02Sort sections, drop a .Pp.wiz
2001-04-30For the local case, return serv_uaddr in addrmerge, not the addressfvdl
2001-04-26Fix date, and add RCS Id.wiz
2001-04-22For an AF_LOCAL connection, don't attempt to do the address merge dance.fvdl
2001-01-16labels (even default:) _must_ be followed by statements! usr.bin/fgen/fgen.lcgd
2001-01-11don't use LOG_CONSlukem
2001-01-10Move routines which fill in tbuf in addrmerge(). The fixes in 1.4 pick a newjmc
2000-10-20Make showmount -e work on lp64be. From Matt Green. While at it, alsofvdl
2000-10-10rpcinfo is in section 8.ad
2000-08-03Do not check unitialized variables as error values. This is generallyfvdl
2000-08-03When merging addresses, and no direct match is found, pick the firstfvdl
2000-07-04More #include <stdlib.h> string, etc. cleanupmatt
2000-06-22Plug memory leak in error case (would have happened very rarely).fvdl
2000-06-22Make sure to free the netconfig entry in addrmerge().fvdl
2000-06-22Make sure that freeing the temporary buffer always happens; previousfvdl
2000-06-22Plug a few memory leaks.fvdl
2000-06-21- Fix .Nd usage; no need to supply hyphen explicitly and the description isenami