Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove superfluous comma | Reuben Thomas | 2007-12-07 | 1 | -1/+1 |
| | |||||
* | Various cosmetic fixes and debugging improvements. | Reuben Thomas | 2007-12-05 | 1 | -22/+14 |
| | |||||
* | Fix an incorrect debug message. | Reuben Thomas | 2007-12-02 | 1 | -1/+1 |
| | |||||
* | Various cosmetic fixes to code, comments and debug messages. | Reuben Thomas | 2007-11-30 | 1 | -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 overflow | Reuben Thomas | 2007-11-30 | 1 | -0/+1 |
| | |||||
* | Pretty up debug message. | Reuben Thomas | 2007-11-29 | 1 | -1/+1 |
| | |||||
* | Remove unused usleep implementation. | Reuben Thomas | 2007-11-29 | 1 | -15/+0 |
| | |||||
* | Improve cosmetically some debug messages and comments. | Reuben Thomas | 2007-11-29 | 2 | -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 Thomas | 2007-11-23 | 1 | -4/+6 |
| | | | | | | Change some 0's to NULLs. Add some cosmetic spaces around a < test. | ||||
* | Fix a couple of English typos | Reuben Thomas | 2007-11-23 | 1 | -2/+2 |
| | |||||
* | Show default mount point in help. | Reuben Thomas | 2007-11-23 | 1 | -1/+2 |
| | |||||
* | Stop the NFS type bits being clobbered by changing mode bits. | Reuben Thomas | 2007-11-21 | 1 | -2/+3 |
| | |||||
* | Remove unused and non-functioning -D (--debug) option from plpnfsd; | Reuben Thomas | 2007-11-21 | 1 | -3/+1 |
| | | | | use -v (--verbose) instead. | ||||
* | Remove spurious full stops from help. | Reuben Thomas | 2007-11-21 | 1 | -4/+4 |
| | |||||
* | Fix "succeded" --> "succeeded" | Reuben Thomas | 2005-04-16 | 1 | -1/+1 |
| | |||||
* | Add $(INTLLIBS) to *_LDADD where missing. | Thomas Klausner | 2004-09-08 | 1 | -1/+1 |
| | |||||
* | Another NetBSD compatibility fix from the pkgsrc patch-ab by skrll. | Thomas Klausner | 2004-09-08 | 1 | -6/+20 |
| | |||||
* | Some portability #ifdefs for NetBSD. | Thomas Klausner | 2004-09-08 | 4 | -7/+7 |
| | |||||
* | - Changes for compiling with gcc 3.2 | Fritz Elfert | 2003-02-05 | 2 | -11/+21 |
| | |||||
* | Fix local root formatstring exploit, reported by <carl@learningshophull.co.uk> | Fritz Elfert | 2003-01-31 | 1 | -3/+3 |
| | |||||
* | - Removed ccmalloc stuff. Now using valgrind | Fritz Elfert | 2002-08-11 | 1 | -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 gcc3 | Fritz Elfert | 2002-07-14 | 1 | -0/+2 |
| | |||||
* | - made kpsion SIBO-aware | Fritz Elfert | 2002-03-18 | 1 | -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 constant | Fritz Elfert | 2002-03-06 | 1 | -23/+104 |
| | | | | | concatenation of gcc possible. - Unified commandline arguments. | ||||
* | - Unified headers. | Fritz Elfert | 2002-02-14 | 4 | -539/+611 |
| | |||||
* | KPsion: added format stuff. | Fritz Elfert | 2001-03-06 | 1 | -3/+2 |
| | |||||
* | - Fixed a prototype. | Fritz Elfert | 2001-03-02 | 3 | -5/+7 |
| | | | | - Added missing update of cache-access-timestamps | ||||
* | - Added KDE2 PropsDialog Plugin (incomplete) | Fritz Elfert | 2001-02-06 | 2 | -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 Elfert | 2001-02-04 | 2 | -18/+19 |
| | | | | More 64bit-related stuff. | ||||
* | Replaced lot of ugly char * by string. | Fritz Elfert | 2001-02-02 | 1 | -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 Elfert | 2001-02-01 | 1 | -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 RPM3 | Fritz Elfert | 2001-01-20 | 1 | -1/+1 |
| | |||||
* | Added check for return type of signal. | Fritz Elfert | 2001-01-14 | 1 | -3/+3 |
| | |||||
* | Fixed hang in Mail subdirectory. | Fritz Elfert | 2000-11-11 | 2 | -2/+3 |
| | | | | Corrected missing calculation for link-counts of directories. | ||||
* | Added debugging for plpnfsd "Maildir" problem. | Fritz Elfert | 2000-11-11 | 1 | -0/+2 |
| | |||||
* | Misc. Makefile changes. | Fritz Elfert | 2000-11-11 | 1 | -1/+1 |
| | | | | Bumped up version. | ||||
* | Added checks for broken libreadline-4 on RH7 (needs libcurses instead of | Fritz Elfert | 2000-11-11 | 1 | -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 Elfert | 2000-10-09 | 4 | -91/+532 |
| | | | | Added a check for a protocol "psion" in /etc/services | ||||
* | Shutdown gracefully if killed with SIGTERM. | Fritz Elfert | 2000-08-27 | 1 | -0/+9 |
| | |||||
* | Added man pages by John Lines (john+plpman@paladin.demon.co.uk). | Fritz Elfert | 2000-08-10 | 7 | -217/+542 |
| | | | | Started support for procfs-like extension in plpnfsd. | ||||
* | General cleanup: | Fritz Elfert | 2000-08-07 | 1 | -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 Elfert | 2000-08-02 | 3 | -4/+15 |
| | | | | Configuration now is in config.h and this is included as the very first header. | ||||
* | Added intermediate files to .cvsignore | Fritz Elfert | 2000-08-01 | 1 | -0/+1 |
| | |||||
* | Removed more intermediate files from CVS. Those can be rebuilt by | Fritz Elfert | 2000-07-31 | 1 | -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 Elfert | 2000-07-31 | 4 | -30/+54 |
| | | | | | Started adding kdoc compliant documentation comments. Added PsiTime | ||||
* | Maintenance release 0.6 | Fritz Elfert | 2000-01-17 | 2 | -29/+31 |
| | | | | Several fixes in plpnfsd: NFS-mounted device has not been writable. | ||||
* | Release of plptools-0.5 | Fritz Elfert | 2000-01-17 | 5 | -49/+170 |
| | |||||
* | Added some missing files | Fritz Elfert | 1999-08-07 | 1 | -0/+3 |
| | |||||
* | Changed copyright. | Fritz Elfert | 1999-07-05 | 1 | -19/+1 |
| | |||||
* | Added RCS Ids and Copyright. | Fritz Elfert | 1999-07-05 | 11 | -150/+44 |
| |