aboutsummaryrefslogtreecommitdiffstats
path: root/plpnfsd/main.cc
Commit message (Collapse)AuthorAgeFilesLines
* - Unified headers.Fritz Elfert2002-02-141-398/+421
|
* KPsion: added format stuff.Fritz Elfert2001-03-061-3/+2
|
* - Fixed a prototype.Fritz Elfert2001-03-021-3/+3
| | | | - Added missing update of cache-access-timestamps
* - Added KDE2 PropsDialog Plugin (incomplete)Fritz Elfert2001-02-061-11/+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-041-17/+18
| | | | 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 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-091-0/+129
| | | | Added a check for a protocol "psion" in /etc/services
* Added man pages by John Lines (john+plpman@paladin.demon.co.uk).Fritz Elfert2000-08-101-4/+63
| | | | 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-021-2/+5
| | | | Configuration now is in config.h and this is included as the very first header.
* Applied mjg-0.6 patch.Fritz Elfert2000-07-311-8/+10
| | | | | Started adding kdoc compliant documentation comments. Added PsiTime
* Maintenance release 0.6Fritz Elfert2000-01-171-28/+31
| | | | Several fixes in plpnfsd: NFS-mounted device has not been writable.
* Release of plptools-0.5Fritz Elfert2000-01-171-20/+143
|
* Changed copyright.Fritz Elfert1999-07-051-19/+1
|
* Added RCS Ids and Copyright.Fritz Elfert1999-07-051-0/+2
|
* logging via syslog, more error-handling.Fritz Elfert1999-07-041-53/+31
|
* Modified psion constants.Fritz Elfert1999-07-011-3/+3
|
* Package-growingFritz Elfert1999-06-291-2/+2
|
* More work.Fritz Elfert1999-06-281-53/+72
|
* First import.Fritz Elfert1999-06-281-0/+215