Guy Helmer
8ebcf97e95
init_nsm() is executed after a call to daemon(*, 0), so error and
...
warning messages should be logged rather than sent to /dev/null.
PR: bin/45461
2003-04-24 14:38:42 +00:00
Martin Blapp
bcb53b1606
Implement nonblocking tpc-connections. rpcgen -m does still
...
produce backcompatible code.
Reviewed by: rwatson
Obtained from: NetBSD
MFC after: 1 day
2003-01-16 07:27:30 +00:00
Alfred Perlstein
5ed43a1e8e
When binding to transports if getnetconfigent() fails then actually
...
print out the correct transport it failed on rather than always
spitting out 'udp', also call nc_sperror() to give a more verbose
error message detailing the problem.
2002-04-11 07:19:30 +00:00
Alfred Perlstein
e4b0fede2c
Use char foo[] = "BAR" to avoid direct assignment of const char * into char *.
...
rpcgen can't really make those fields const because the remote side might
want to munge them, so we need to pass non-const in. Hackish, but should
work.
2002-03-22 20:02:54 +00:00
Alfred Perlstein
b5749e6213
Remove main() prototype.
2002-03-21 22:53:49 +00:00
Alfred Perlstein
33314abe2c
Remove __P.
2002-03-21 22:52:45 +00:00
Alfred Perlstein
4945c13244
Bring in Andrew P. Lentvorski initial work on making lockd work,
...
this should get us closer so cleaner implementation.
Submitted by: Andrew P. Lentvorski <bsder@allcaps.org>
2001-11-15 09:35:51 +00:00