History log of /netbsd/usr.sbin/rpcbind/check_bound.c (Results 1 – 9 of 9)
Revision Date Author Comments
# a9761b1c 17-Jun-2020 kamil <kamil@NetBSD.org>

Include explicitly <rump/rump_syscallshotgun.h> for previous indirect users
via <rump/rump.h>.


# 3e9c5584 03-Jan-2019 christos <christos@NetBSD.org>

Handle memory allocations and error exit codes consistently.


# df898ddb 16-Aug-2017 christos <christos@NetBSD.org>

merge FreeBSD changes:
- fixes CVE-2015-7236
- adds -h hostip to bind, -6 for only ipv6 access, -a for abort gracefully
- documents -w (warmstart)
XXX: should fix warmstart file to go to /var/run ins

merge FreeBSD changes:
- fixes CVE-2015-7236
- adds -h hostip to bind, -6 for only ipv6 access, -a for abort gracefully
- documents -w (warmstart)
XXX: should fix warmstart file to go to /var/run instead of /tmp

show more ...


# e835c7f0 08-Nov-2015 christos <christos@NetBSD.org>

merge RUMP changes.


# b504fee4 27-Aug-2007 dsl <dsl@NetBSD.org>

Depracate ND_DEBUG and BIND_DEBUG in favour of RPCBIND_DEBUG.
Add commented out entries for RPCBIND_DEBUG and SVC_RUN_DEBUG in Makefile.


# de327a01 13-May-2007 christos <christos@NetBSD.org>

- WARNS = 4
- De __P
- While starting up, send messages to stderr not syslog.
- Fix error messages
- Don't play with umask and forget to restore it on error


# 25b83d98 25-May-2006 christos <christos@NetBSD.org>

Coverity CID 3653: Fix memory leak.


# bcec83b9 22-Jun-2000 fvdl <fvdl@NetBSD.org>

Plug a few memory leaks.


# d687de29 02-Jun-2000 fvdl <fvdl@NetBSD.org>

rpcbind, the successor to portmap. Taken from Sun TI-RPC source code,
then modified. This still contains some ugly special casing for
procedures in the security section, but I haven't found a nicer w

rpcbind, the successor to portmap. Taken from Sun TI-RPC source code,
then modified. This still contains some ugly special casing for
procedures in the security section, but I haven't found a nicer way
so far.

show more ...