summaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.lockd/procs.c
AgeCommit message (Collapse)Author
2008-06-15add glue for rpc.lockd to talk to rpc.statdNikolay Sturm
"just get it in" deraadt
2008-06-13from NetBSD:Nikolay Sturm
Implement file locking in lockd. All the stuff is done in userland, using fhopen() and flock(). This means that if you kill lockd, all locks will be relased. Shared locks are not handled efficiently, they're serialised in lockd when they could be granted. tested against debian etch (linux 2.6.18) not fully functional yet in mixed NFSv2/v3 environments further development in-tree as discussed w/ deraadt
2003-07-06protos and ansiTheo de Raadt
2002-05-29more strlcat and strlcpyTheo de Raadt
2000-06-29use %s with syslog, probably just paranoia but it is good formTodd C. Miller
1998-07-10do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabblingTheo de Raadt
1997-09-17make this readable, so that i can think about actually coding it..Theo de Raadt
1997-08-10Pass -Wall and add OpenBSD tags.Todd C. Miller
1997-02-14#include <string.h>Niklas Hallqvist
1996-09-13typoTheo de Raadt
1996-09-13hostname can be longer; noticed by bitbltTheo de Raadt
1996-08-27strncpy correctlyTheo de Raadt
1996-07-20rpc.lockd from freebsd; has a problem yetTheo de Raadt