Home | History | Annotate | Download | only in rpc.lockd
History log of /src/usr.sbin/rpc.lockd/lock_proc.c
RevisionDateAuthorComments
 1.10  18-Jun-2012  tron Fix broken IPv6 support. My Mac OS X Lion NFS client now happily
talks to my NetBSD 6.0_BETA2 NFS server over IPv6.
 1.9  04-Nov-2007  christos branches: 1.9.12; 1.9.28; 1.9.30;
- pass lint (not completely)
- KNF
- ansify
- use %m instead of "%s, strerror(errno)" in syslog messages
 1.8  04-Nov-2007  tron Fix off-by-one error accessing "clnt_cache_addr" array which causes heap
corruption. This will hopefully fix PR bin/37236.
 1.7  11-Oct-2000  is branches: 1.7.4; 1.7.6; 1.7.8; 1.7.10; 1.7.12; 1.7.16; 1.7.18; 1.7.20; 1.7.24;
More format string cleanups by sommerfeld.
 1.6  12-Aug-2000  thorpej Clean up some include paths.
 1.5  09-Jun-2000  fvdl branches: 1.5.2;
Convert to tirpc interface, and to be af-independent.
 1.4  07-Jun-2000  bouyer 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 (but you're supposed to kill statd at the same time, so
remote hosts will know it and re-establish the lock).
Tested against solaris 2.7 and linux 2.2.14 clients.
Shared lock are not handled efficiently, they're serialised in lockd when they
could be granted.
 1.3  02-Feb-2000  bouyer branches: 1.3.2;
Supports nlm version 4 (for use with nfsv3).
 1.2  18-Oct-1997  lukem branches: 1.2.4;
WARNSify
 1.1  10-Mar-1997  scottr NFS locking daemon by A.R. Gordon, ported from FreeBSD. While the
functionality was not significantly altered, the code was KNFed and
the build process cleaned up considerably.
 1.2.4.1  19-Oct-2000  he Pull up revision 1.7 (via patch, requested by he):
Format string cleanup.
 1.3.2.1  22-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.5.2.1  17-Oct-2000  tv Pullup usr.sbin string format fixes [is].
See "cvs log" for explicit revision numbers per file, from sommerfeld.
 1.7.24.1  06-Nov-2007  matt sync with HEAD
 1.7.20.1  06-Jan-2008  wrstuden Catch up to netbsd-4.0 release.
 1.7.18.1  04-Nov-2007  xtraeme Pull up following revision(s) (requested by tron in ticket #976):
usr.sbin/rpc.lockd/lock_proc.c: revision 1.8

Fix off-by-one error accessing "clnt_cache_addr" array which causes heap
corruption. This will hopefully fix PR bin/37236.
 1.7.16.1  19-Nov-2007  bouyer Pull up following revision(s) (requested by tron in ticket #1873):
usr.sbin/rpc.lockd/lock_proc.c: revision 1.8
Fix off-by-one error accessing "clnt_cache_addr" array which causes heap
corruption. This will hopefully fix PR bin/37236.
 1.7.12.1  19-Nov-2007  bouyer Pull up following revision(s) (requested by tron in ticket #1873):
usr.sbin/rpc.lockd/lock_proc.c: revision 1.8
Fix off-by-one error accessing "clnt_cache_addr" array which causes heap
corruption. This will hopefully fix PR bin/37236.
 1.7.10.1  19-Nov-2007  bouyer Pull up following revision(s) (requested by tron in ticket #11390):
usr.sbin/rpc.lockd/lock_proc.c: revision 1.8
Fix off-by-one error accessing "clnt_cache_addr" array which causes heap
corruption. This will hopefully fix PR bin/37236.
 1.7.8.1  19-Nov-2007  bouyer Pull up following revision(s) (requested by tron in ticket #1873):
usr.sbin/rpc.lockd/lock_proc.c: revision 1.8
Fix off-by-one error accessing "clnt_cache_addr" array which causes heap
corruption. This will hopefully fix PR bin/37236.
 1.7.6.1  19-Nov-2007  bouyer Pull up following revision(s) (requested by tron in ticket #11390):
usr.sbin/rpc.lockd/lock_proc.c: revision 1.8
Fix off-by-one error accessing "clnt_cache_addr" array which causes heap
corruption. This will hopefully fix PR bin/37236.
 1.7.4.1  19-Nov-2007  bouyer Pull up following revision(s) (requested by tron in ticket #11390):
usr.sbin/rpc.lockd/lock_proc.c: revision 1.8
Fix off-by-one error accessing "clnt_cache_addr" array which causes heap
corruption. This will hopefully fix PR bin/37236.
 1.9.30.1  24-Jun-2012  riz Pull up following revision(s) (requested by tron in ticket #354):
usr.sbin/rpc.lockd/lock_proc.c: revision 1.10
Fix broken IPv6 support. My Mac OS X Lion NFS client now happily
talks to my NetBSD 6.0_BETA2 NFS server over IPv6.
 1.9.28.1  30-Oct-2012  yamt sync with head
 1.9.12.1  22-Aug-2012  bouyer Pull up following revision(s) (requested by tron in ticket #1777):
usr.sbin/rpc.lockd/lock_proc.c: revision 1.10
Fix broken IPv6 support. My Mac OS X Lion NFS client now happily
talks to my NetBSD 6.0_BETA2 NFS server over IPv6.

RSS XML Feed