aboutsummaryrefslogtreecommitdiffstats
path: root/plpnfsd
Commit message (Collapse)AuthorAgeFilesLines
* 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