aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replaced lot of ugly char * by string.Fritz Elfert2001-02-0212-331/+368
| | | | | | | 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.
* Added in missing plpdirent.ccFritz Elfert2001-02-015-17/+88
| | | | | Added a small description of the KDE stuff in README Small fixes in rfsv16 and ppsocket.
* Some fixes in documentation.Fritz Elfert2001-02-012-11/+10
|
* Added Alain's backup scripts.Fritz Elfert2001-02-012-0/+450
|
* More cleanup:Fritz Elfert2001-02-0141-360/+449
| | | | | | | | | | | | | | | - 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 documentation.Fritz Elfert2001-01-311-12/+112
|
* CleanupFritz Elfert2001-01-312-245/+0
|
* - Fixed auto-completion once more.Fritz Elfert2001-01-311-20/+39
| | | | | - Adapted callbacks. - Added "cp" and "volname" commands.
* Misc changes, needed for kioslave and backup:Fritz Elfert2001-01-315-86/+301
| | | | | | | | | | | | | | - Added copyOnPsion to optimize speed of copying files from Psion to Psion. - Added a void pointer to the callback function of copy{To,From,On}Psion. This permits setting up a C callback function from within a C++ method by providing this-> in that arg. In the C callback function, the apropriate method of the foreign class can then be called. - Added opendir(), readdir(), closedir() in a libc-like fashion. - Removed old time code. - Added setVolumeName()
* Added a truncate() method.Fritz Elfert2001-01-312-0/+13
|
* Added a KDE2 kioslave and a simple commandline backup-toolFritz Elfert2001-01-3111-0/+1463
| | | | (no restore yet ;-)
* Added tty sniffer.Fritz Elfert2001-01-311-0/+88
|
* Added kernel patch for a tty sniffer.Fritz Elfert2001-01-312-1/+293
|
* Reworked configuration:Fritz Elfert2001-01-3132-15/+1491
| | | | | - Splitted up acinclude.m4 - Added m4 macros, needed for KDE stuff
* Added a small fix for building with RPM3Fritz Elfert2001-01-201-1/+1
|
* - plpftp: Added ownerinfo in help.Fritz Elfert2001-01-202-4/+11
| | | | - Updated specfile.
* - Applied patches from peter.riocreux@cs.man.ac.uk.Fritz Elfert2001-01-204-21/+78
| | | | | - Added ownerinfo command to plpftp. - Fixed filename completion to handle remote subdirs.
* Fixed some bugs in init-script.Fritz Elfert2001-01-151-5/+9
|
* - Added Hint for man pages in README.Fritz Elfert2001-01-147-20/+121
| | | | | | | | | | | | - Added signal handles for SIGINT and SIGTERM in ncpd for - properly shutting down the link. - Added flush() method in link.cc, needed for above feature. - If started with option -e and no -s option is given, assume being started by mgetty and use the line ncpd is started on instead of builtin default. - Added auto-reset in packet.cc. This helps making IrDA (ircomm-tty) based connections. Still not satisfying as i sometimes have to toggle infrared on the Psion (probably a bug in the Psion's IrDA).
* Added missing CHANGES to dist target.Fritz Elfert2001-01-141-1/+1
|
* Added check for return type of signal.Fritz Elfert2001-01-142-3/+6
|
* Try harder restarting applications with runrestore.Fritz Elfert2001-01-141-6/+36
|
* fixed rc script.Fritz Elfert2001-01-111-2/+4
|
* Fixed mountpoint-variableFritz Elfert2000-11-111-9/+9
|
* Added workaround for broken readline.hFritz Elfert2000-11-112-0/+39
|
* Updated manpages.Fritz Elfert2000-11-113-3/+39
|
* Fixed hang in Mail subdirectory.Fritz Elfert2000-11-114-6/+9
| | | | Corrected missing calculation for link-counts of directories.
* Fixed Buildrequires in specfileFritz Elfert2000-11-111-1/+1
|
* Added debugging for plpnfsd "Maildir" problem.Fritz Elfert2000-11-111-0/+2
|
* Misc. Makefile changes.Fritz Elfert2000-11-118-5/+120
| | | | Bumped up version.
* Added checks for broken libreadline-4 on RH7 (needs libcurses instead ofFritz Elfert2000-11-115-19/+75
| | | | | | automatically using libtermcap which does export _NO_ symbols on RH7!!!) Added --disable-readline and --disable-history Fixed a function prototype
* Updated recent changesFritz Elfert2000-10-091-0/+38
|
* TypoFritz Elfert2000-10-091-1/+1
|
* Added a hack for Jotter on S5mx and some experimental stuff.Fritz Elfert2000-10-095-11/+40
|
* Added a check for MX5 and modified process-name arguments dependingFritz Elfert2000-10-091-18/+43
| | | | | on MX5 (not shure, if this also applies to S5) Fixed a bug in filename-completion.
* Added process-stuff in procfs.Fritz Elfert2000-10-094-91/+532
| | | | Added a check for a protocol "psion" in /etc/services
* Added experimental reset for packet()Fritz Elfert2000-10-093-0/+16
|
* Misc. small fixes.Fritz Elfert2000-10-092-5/+20
|
* Shutdown gracefully if killed with SIGTERM.Fritz Elfert2000-08-271-0/+9
|
* Added several checks for errors in queryDrive.Fritz Elfert2000-08-271-51/+60
|
* Programs now use an entry in /etc/services (if exists) for the TCP port.Fritz Elfert2000-08-272-5/+15
|
* Added missing initializer.Fritz Elfert2000-08-271-1/+1
|
* Bugfix: QUERY_DRIVE returns status as last byte, not first.Fritz Elfert2000-08-274-21/+31
|
* Some small type changes.Fritz Elfert2000-08-272-14/+14
|
* Added parameter names.Fritz Elfert2000-08-271-13/+13
|
* Added debug config option and modified an assert in Enum.hFritz Elfert2000-08-273-5/+18
|
* Added intermediate filesFritz Elfert2000-08-101-0/+3
|
* Added man pages by John Lines (john+plpman@paladin.demon.co.uk).Fritz Elfert2000-08-1014-302/+818
| | | | Started support for procfs-like extension in plpnfsd.
* General cleanup:Fritz Elfert2000-08-0716-758/+1090
| | | | | | | | | | | - 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)
* Removed opErr, no longer needed.Fritz Elfert2000-08-021-2/+0
|