Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-15 | add glue for rpc.lockd to talk to rpc.statd | Nikolay Sturm | |
"just get it in" deraadt | |||
2008-06-13 | from 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-06 | protos and ansi | Theo de Raadt | |
2002-05-29 | more strlcat and strlcpy | Theo de Raadt | |
2000-06-29 | use %s with syslog, probably just paranoia but it is good form | Todd C. Miller | |
1998-07-10 | do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling | Theo de Raadt | |
1997-09-17 | make this readable, so that i can think about actually coding it.. | Theo de Raadt | |
1997-08-10 | Pass -Wall and add OpenBSD tags. | Todd C. Miller | |
1997-02-14 | #include <string.h> | Niklas Hallqvist | |
1996-09-13 | typo | Theo de Raadt | |
1996-09-13 | hostname can be longer; noticed by bitblt | Theo de Raadt | |
1996-08-27 | strncpy correctly | Theo de Raadt | |
1996-07-20 | rpc.lockd from freebsd; has a problem yet | Theo de Raadt | |