aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ulockmgr.c
AgeCommit message (Collapse)AuthorLines
2013-07-25ulockmgr: strip ulockmgr support from this source packageMiklos Szeredi-445/+0
Distribute ulockmgr separately. It is not needed for the building of libfuse, only fusexmp_fh. Check ulockmgr library in ./configure and if not disable remote-lock suport in fusexmp_fh.
2013-07-24libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pcMiklos Szeredi-0/+1
add AC_SYS_LARGEFILE to your configure.ac instead.
2010-10-05add missing argument check in ulockmgr.cmkmm@gmx-topmail.de-0/+4
Add missing argument check in ulockmgr.c to prevent calling ulockmgr_server with illegal arguments. This would cause an ever growing list of ulockmgr_server processes with an endless list of open files which finally exceeds the open file handle limit. It appears samba is sometimes calling flock with illegal / weired values.
2007-12-12change indentingMiklos Szeredi-350/+352
2007-10-16Clarify licence version to be "LGPLv2" for the libraryMiklos Szeredi-1/+1
2007-06-03libulockmgr: Work around a kernel bug in recv()Miklos Szeredi-2/+17
2007-01-19merge up to fuse_2_6_merge1Miklos Szeredi-1/+1
2006-10-08fixesMiklos Szeredi-18/+38
2006-09-24Support for nanosec times on FBSD and other FBSD fixesCsaba Henk-0/+1
2006-09-10ulockmgrMiklos Szeredi-0/+402