History log of /src/usr.sbin/rpcbind/security.c |
Revision | | Date | Author | Comments |
1.14 |
| 07-Mar-2021 |
christos | - Enable WARMSTART - Pass fd to libwrap - Add blocklist From Greg A. Woods
- Tidy up debugging
|
1.13 |
| 24-Apr-2019 |
roy | Fix building rpcbind with MKYP=no
We add enough of the YP headers to security.c so the security checks can remain as is.
|
1.12 |
| 16-Aug-2017 |
christos | branches: 1.12.4; 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
|
1.11 |
| 18-Jan-2009 |
lukem | fix -Wsign-compare issues
|
1.10 |
| 16-May-2007 |
christos | deal with namespace pollution caused by tcpd.
|
1.9 |
| 13-May-2007 |
christos | - 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
|
1.8 |
| 17-Mar-2006 |
elad | Proper bounds access, found by Coverity, CID 1470.
|
1.7 |
| 13-Jul-2003 |
itojun | use bounded string op
|
1.6 |
| 16-Jan-2001 |
cgd | labels (even default:) _must_ be followed by statements! usr.bin/fgen/fgen.l
|
1.5 |
| 08-Jun-2000 |
fvdl | branches: 1.5.4; Ok.. really get it right this time (that's ntohs, not htons.. need coffee).
|
1.4 |
| 08-Jun-2000 |
fvdl | Fix botched reserved port check for the -L option case. From IWAMOTO Toshihiro <iwamoto@sat.t.u-tokyo.ac.jp>, PR 10321
Use IPV6PORT_RESERVED in the INET6 case, for consistency.
|
1.3 |
| 04-Jun-2000 |
fvdl | Host access checking for a local socket makes no sense.
|
1.2 |
| 04-Jun-2000 |
thorpej | Need <string.h> for LP64 systems.
|
1.1 |
| 02-Jun-2000 |
fvdl | 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.
|
1.5.4.2 |
| 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.5.4.1 |
| 08-Jun-2000 |
minoura | file security.c was added on branch minoura-xpg4dl on 2000-06-22 18:01:12 +0000
|
1.12.4.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|