aboutsummaryrefslogtreecommitdiffstats
path: root/plpnfsd
Commit message (Collapse)AuthorAgeFilesLines
* Replace plpnfsd with plpfuse.Reuben Thomas2007-12-1311-4357/+0
| | | | Other minor simplifications to the build system.
* Fix setting readable flag.Reuben Thomas2007-12-131-2/+2
|
* Fix argument order when calling fsetattrReuben Thomas2007-12-131-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.
* Remove superfluous commaReuben Thomas2007-12-071-1/+1
|
* Various cosmetic fixes and debugging improvements.Reuben Thomas2007-12-051-22/+14
|
* Fix an incorrect debug message.Reuben Thomas2007-12-021-1/+1
|
* Various cosmetic fixes to code, comments and debug messages.Reuben Thomas2007-11-301-10/+12
| | | | | | | Note a potential buffer overflow. When counting directory contents to give link count, count only sub-directories, not files.
* Note a potential buffer overflowReuben Thomas2007-11-301-0/+1
|
* Pretty up debug message.Reuben Thomas2007-11-291-1/+1
|
* Remove unused usleep implementation.Reuben Thomas2007-11-291-15/+0
|
* Improve cosmetically some debug messages and comments.Reuben Thomas2007-11-292-18/+20
| | | | Be a little more conservative about when to flush the cached file.
* Flush cached file before attempting to rename to or from it.Reuben Thomas2007-11-231-4/+6
| | | | | | Change some 0's to NULLs. Add some cosmetic spaces around a < test.
* Fix a couple of English typosReuben Thomas2007-11-231-2/+2
|
* Show default mount point in help.Reuben Thomas2007-11-231-1/+2
|
* Stop the NFS type bits being clobbered by changing mode bits.Reuben Thomas2007-11-211-2/+3
|
* Remove unused and non-functioning -D (--debug) option from plpnfsd;Reuben Thomas2007-11-211-3/+1
| | | | use -v (--verbose) instead.
* Remove spurious full stops from help.Reuben Thomas2007-11-211-4/+4
|
* Fix "succeded" --> "succeeded"Reuben Thomas2005-04-161-1/+1
|
* Add $(INTLLIBS) to *_LDADD where missing.Thomas Klausner2004-09-081-1/+1
|
* Another NetBSD compatibility fix from the pkgsrc patch-ab by skrll.Thomas Klausner2004-09-081-6/+20
|
* Some portability #ifdefs for NetBSD.Thomas Klausner2004-09-084-7/+7
|
* - Changes for compiling with gcc 3.2Fritz Elfert2003-02-052-11/+21
|
* Fix local root formatstring exploit, reported by <carl@learningshophull.co.uk>Fritz Elfert2003-01-311-3/+3
|
* - Removed ccmalloc stuff. Now using valgrindFritz Elfert2002-08-111-1/+1
| | | | | - Cleanup of LDFLAGS for less depencies - Added workaround specfile for broken Autoreq on SuSE and Mandrake
* - Non-KDE stuff now builds correctly with gcc3Fritz Elfert2002-07-141-0/+2
|
* - made kpsion SIBO-awareFritz Elfert2002-03-181-10/+9
| | | | | | | | - Added SIBO-related stuff in PsiTime - Added new class PsiProcess, renamed rpcs:queryDrive to queryPrograms and changed it accordingly - Adapted kspion, plpbackup, plpnfsd and plpftp to use queryPrograms - Several cleanups in rfsv16
* - i18n: Changed macros into inline functions to make string constantFritz Elfert2002-03-061-23/+104
| | | | | concatenation of gcc possible. - Unified commandline arguments.
* - Unified headers.Fritz Elfert2002-02-144-539/+611
|
* KPsion: added format stuff.Fritz Elfert2001-03-061-3/+2
|
* - Fixed a prototype.Fritz Elfert2001-03-023-5/+7
| | | | - Added missing update of cache-access-timestamps
* - Added KDE2 PropsDialog Plugin (incomplete)Fritz Elfert2001-02-062-12/+9
| | | | | | | | | | | | - Fixed some KDE related autoconf stuff - Added PlpDrive class for returning results from rfsv:devinfo - Added auto-watch in ppsocket and finally got rid of the nasty SIGPIPE bug. Now it's no more necessary to ignore SIGPIPE in applications. - Made constructors of rfsv16, rfsv32, rpcs16 and rpcs32 private to enforce use of the factories. - Removed error output in the factories and replaced that by error codes which can be retrieved and evaluated by an application.
* Cleaned up ppsocket.Fritz Elfert2001-02-042-18/+19
| | | | More 64bit-related stuff.
* Replaced lot of ugly char * by string.Fritz Elfert2001-02-021-3/+5
| | | | | | | Fixed bug in plpftp's filename-completion, which was introduced yesterday. Added a class PlpUID for dealing with application-UIDs Added UID->mimetype mapping in kioslave.
* More cleanup:Fritz Elfert2001-02-011-10/+9
| | | | | | | | | | | | | | | - Removed bool.h and references to it everywhere. This is checked now in ./configure and the stuff went into acconfig.h - Replaced ugly bufferStore-based method of returning directory entries from rfsv::readdir() by a cleaner way. (A new, separate class PlpDirent is returned now.) With the old implementation, the caller has to know about the layout of the entries. Also, the old implementation was not 64bit aware. - Similar replacement done for rfsv::dir(). This now returns the entries in a standard STL container (deque) instead of a bufferArray. - Started renaming #include statements for standard library headers from the old <xxx.h> form to the new recommended <xxx> form.
* Added a small fix for building with RPM3Fritz Elfert2001-01-201-1/+1
|
* Added check for return type of signal.Fritz Elfert2001-01-141-3/+3
|
* Fixed hang in Mail subdirectory.Fritz Elfert2000-11-112-2/+3
| | | | Corrected missing calculation for link-counts of directories.
* Added debugging for plpnfsd "Maildir" problem.Fritz Elfert2000-11-111-0/+2
|
* Misc. Makefile changes.Fritz Elfert2000-11-111-1/+1
| | | | Bumped up version.
* Added checks for broken libreadline-4 on RH7 (needs libcurses instead ofFritz Elfert2000-11-111-1/+1
| | | | | | automatically using libtermcap which does export _NO_ symbols on RH7!!!) Added --disable-readline and --disable-history Fixed a function prototype
* Added process-stuff in procfs.Fritz Elfert2000-10-094-91/+532
| | | | Added a check for a protocol "psion" in /etc/services
* Shutdown gracefully if killed with SIGTERM.Fritz Elfert2000-08-271-0/+9
|
* Added man pages by John Lines (john+plpman@paladin.demon.co.uk).Fritz Elfert2000-08-107-217/+542
| | | | Started support for procfs-like extension in plpnfsd.
* General cleanup:Fritz Elfert2000-08-071-33/+34
| | | | | | | | | | | - Corrected some operators of bufferArray - Added more constructors to PsiTime - Added one more fallback for Timezone calculation in PsiTime - Use PsiTime in rfsv - Moved some common methods from rfsv16/32 to rfsv - Added more kdoc comments. - Made interface more robust (added const whereever possible, changed pointer arguments to references)
* Get rid of second configuration header defs.h[.in].Fritz Elfert2000-08-023-4/+15
| | | | Configuration now is in config.h and this is included as the very first header.