aboutsummaryrefslogtreecommitdiffstats
path: root/plpnfsd
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Added intermediate files to .cvsignoreFritz Elfert2000-08-011-0/+1
|
* Removed more intermediate files from CVS. Those can be rebuilt byFritz Elfert2000-07-311-2/+5
| | | | | using Makefile.cvs. Of course, a developer should all of the necessary tools installed (automake, autoconf, libtool).
* Applied mjg-0.6 patch.Fritz Elfert2000-07-314-30/+54
| | | | | Started adding kdoc compliant documentation comments. Added PsiTime
* Maintenance release 0.6Fritz Elfert2000-01-172-29/+31
| | | | Several fixes in plpnfsd: NFS-mounted device has not been writable.
* Release of plptools-0.5Fritz Elfert2000-01-175-49/+170
|
* Added some missing filesFritz Elfert1999-08-071-0/+3
|
* Changed copyright.Fritz Elfert1999-07-051-19/+1
|
* Added RCS Ids and Copyright.Fritz Elfert1999-07-0511-150/+44
|
* Graceful shutdown.Fritz Elfert1999-07-051-1/+2
| | | | Quiet startup.
* logging via syslog, more error-handling.Fritz Elfert1999-07-047-262/+202
|
* Initial importFritz Elfert1999-07-011-0/+1
|
* Added shared libFritz Elfert1999-07-011-3/+1
|
* Modified psion constants.Fritz Elfert1999-07-011-3/+3
|
* Package-growingFritz Elfert1999-06-292-3/+4
|
* More work.Fritz Elfert1999-06-288-1140/+108
|
* First import.Fritz Elfert1999-06-2813-0/+4491