History log of /src/libexec/rpc.rwalld/rwalld.c |
Revision | | Date | Author | Comments |
1.23 |
| 16-Sep-2011 |
plunky | NULL does not need a cast, here
|
1.22 |
| 30-Aug-2011 |
plunky | Apply casts to cases where xdrproc_t is expected but is not strictly passed, for example because the second argument is a different kind of pointer.
|
1.21 |
| 29-Aug-2011 |
joerg | Use __dead
|
1.20 |
| 09-May-2006 |
mrg | change (mostly) int to socklen_t. GCC 4 doesn't like that int and socklen_t are different signness.
|
1.19 |
| 26-Jul-2003 |
salo | netbsd.org->NetBSD.org
|
1.18 |
| 14-Jun-2000 |
cgd | sweep of my licenses (userland files w/o only my copyright) for consistency. (no functional changes)
|
1.17 |
| 14-Jun-2000 |
cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match as well. No functional changes.
|
1.16 |
| 03-Jun-2000 |
fvdl | Use sockaddr_storage in the call to getsockname, not sockaddr_in.
|
1.15 |
| 03-Jun-2000 |
fvdl | Use TI-RPC, thus enabling IPv6.
|
1.14 |
| 31-Jan-1999 |
mrg | branches: 1.14.8; do not use LOG_CONS.
|
1.13 |
| 10-Aug-1998 |
perry | bzero->memset, bcopy->memcpy, bcmp->memcmp
|
1.12 |
| 03-Jul-1998 |
mrg | KNF.
|
1.11 |
| 17-Sep-1997 |
christos | fix WARNS=1
|
1.10 |
| 30-Aug-1996 |
thorpej | RCS id police.
|
1.9 |
| 09-Jul-1995 |
pk | Use `xdrproc_t' to declare xdr_{args,result}. (takes care of PR#1182).
|
1.8 |
| 24-Jun-1995 |
pk | Conform to rpcgen generated prototypes.
|
1.7 |
| 13-Jan-1995 |
mycroft | Make sure we reply to the request, so the client will stop sending.
|
1.6 |
| 13-Jan-1995 |
mycroft | Need syslog.h.
|
1.5 |
| 13-Jan-1995 |
mycroft | Fix this for the case of not running from inetd. Send error messages to a useful place. General cleanup.
|
1.4 |
| 13-Jan-1995 |
mycroft | Correct calling sequence of getsockname(2).
|
1.3 |
| 23-Dec-1994 |
cgd | be a bit more careful with types, casts, and and function declarations.
|
1.2 |
| 02-Aug-1993 |
mycroft | Add RCS identifiers, remove some completely useless RCS logs and patchkit headers, and a few other insignificant changes.
|
1.1 |
| 03-Jun-1993 |
brezak | Add rpc.rstatd, rpc.rusersd, and rpc.rwalld.
|
1.14.8.1 |
| 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|