aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Stop libattr and libfuse being linked against by programs other thanReuben Thomas2008-01-302-9/+7
| | | | | | | | plpfuse. Fix logic of plp_setxattr. It doesn't need to read the non-x attributes, and it now treats the set and cleared EPOC attribute bits properly (I hope!).
* Fix getxattr and setxattrReuben Thomas2008-01-291-2/+8
|
* Fix a debug message and extend anotherReuben Thomas2008-01-291-2/+2
|
* Fix getting and setting attributes.Reuben Thomas2008-01-291-18/+29
| | | | | removexattr shouldn't do anything to the flags, but just return an error.
* -v should be -d.Reuben Thomas2008-01-291-4/+4
|
* Document the attributes mapping.Reuben Thomas2008-01-291-6/+15
| | | | Fix some English in the first paragraph.
* Fix some warnings.Reuben Thomas2008-01-291-7/+1
|
* Add support for libattr.Reuben Thomas2008-01-291-1/+6
| | | | Add extra warnings to C compilation.
* Reimplement non-UNIX file attributes as extended attributes underReuben Thomas2008-01-293-66/+139
| | | | | | user.psion. Fix various warnings.
* Bump version to 0.20.Reuben Thomas2008-01-061-12/+12
| | | | | | | | | | Put correct required version of FUSE in comment. Fix a comment's English. Simplify libfuse test. Add test for libattr.
* Give hope of a fix.Reuben Thomas2007-12-261-1/+1
|
* Add a note about file name encoding.Reuben Thomas2007-12-261-0/+9
|
* Remove "and" from SEE ALSO lists, as seems to be normal.Reuben Thomas2007-12-264-6/+7
| | | | Improve formatting of AUTHOR sections by adding line breaks between sentences.
* Add fusermount to cross-refs.Reuben Thomas2007-12-261-1/+1
|
* Clarify.Reuben Thomas2007-12-161-5/+5
|
* Add make release filesReuben Thomas2007-12-161-1/+2
|
* Add stamp-poReuben Thomas2007-12-161-0/+1
|
* Remove generated fileReuben Thomas2007-12-161-1/+0
|
* Remove redundant .cvsignore.Reuben Thomas2007-12-161-5/+0
|
* Remove plpnfsd man page.Reuben Thomas2007-12-151-114/+0
|
* Add untested plpfuse support to startup scripts.Reuben Thomas2007-12-154-22/+45
|
* Add .cvsignore file with Makefile.Reuben Thomas2007-12-151-0/+1
|
* Make plpfuse daemonize if -f not given.Reuben Thomas2007-12-151-5/+7
|
* Fix up option-parsing code to cope with -p. Add a note about how it'sReuben Thomas2007-12-151-16/+17
| | | | | | all kludged. Remove trace of old -u option.
* Remove generated fileReuben Thomas2007-12-151-562/+0
|
* Fixes to make "make distcheck" work, including some reordering ofReuben Thomas2007-12-157-240/+240
| | | | #includes to make supplied gettext work.
* Remove still-born EXPERIMENTAL code.Reuben Thomas2007-12-151-13/+0
|
* Fix path to libplp.la for VPATH builds, and remove $(LIBNEWT) mention.Reuben Thomas2007-12-151-1/+1
|
* Add plpfuse.h to headers.Reuben Thomas2007-12-154-9/+30
| | | | | | Add "release" target to Makefile.am. Updates to .po files.
* Updated .po files.Reuben Thomas2007-12-152-93/+105
|
* Add plp_inttypes.h to headers listReuben Thomas2007-12-151-1/+2
|
* Sort out command-line arguments, so that both FUSE and plpfuse get toReuben Thomas2007-12-152-48/+58
| | | | | | parse them. Force FUSE to run single-threaded.
* Remove plpnfsd's main.cc and add plpfuse's.Reuben Thomas2007-12-141-1/+1
|
* Remove mentions of plpnfsdReuben Thomas2007-12-141-10/+1
|
* Remove mention of plpnfsdReuben Thomas2007-12-141-1/+0
|
* Remove include/*.h* from dist filesReuben Thomas2007-12-141-1/+1
|
* Move last header plp_inttypes.h out of include and into lib.Reuben Thomas2007-12-1410-19/+5
| | | | | Remove RCS Ids from Makefile.am's so that checking in a Makefile.am doesn't cause automake to be run.
* Add Makefile.inReuben Thomas2007-12-131-0/+1
|
* Add plpfuse man pageReuben Thomas2007-12-131-0/+61
|
* Replace plpnfsd with plpfuse.Reuben Thomas2007-12-1338-5627/+1030
| | | | Other minor simplifications to the build system.
* Don't need to remove Makefile.in in maintainer-clean-local.Reuben Thomas2007-12-132-4/+2
|
* Fix English in comment.Reuben Thomas2007-12-131-1/+1
|
* Fix setting readable flag.Reuben Thomas2007-12-131-2/+2
|
* Fix argument order when calling fsetattrReuben Thomas2007-12-131-1/+1
|
* Fix confusing comment.Reuben Thomas2007-12-101-1/+1
|
* Remove no-longer-needed FIXME.Reuben Thomas2007-12-101-1/+0
|
* Zero dentries when allocating themReuben Thomas2007-12-101-2/+2
|
* Fix name of commented flag.Reuben Thomas2007-12-101-1/+1
|
* Don't try to stop mounting on a non-empty mount point.Reuben Thomas2007-12-101-16/+0
|
* Zero dentry when allocating it.Reuben Thomas2007-12-101-6/+3
| | | | | | Write errors to stderr, not stdout. Remove defunct code for defunct flag -D.