aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup:Fritz Elfert2001-02-013-34/+22
| | | | | | | | | | | | | | | - 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.
* - Fixed auto-completion once more.Fritz Elfert2001-01-311-20/+39
| | | | | - Adapted callbacks. - Added "cp" and "volname" commands.
* - plpftp: Added ownerinfo in help.Fritz Elfert2001-01-201-0/+1
| | | | - Updated specfile.
* - Applied patches from peter.riocreux@cs.man.ac.uk.Fritz Elfert2001-01-201-7/+40
| | | | | - Added ownerinfo command to plpftp. - Fixed filename completion to handle remote subdirs.
* Try harder restarting applications with runrestore.Fritz Elfert2001-01-141-6/+36
|
* Added workaround for broken readline.hFritz Elfert2000-11-112-0/+39
|
* Fixed hang in Mail subdirectory.Fritz Elfert2000-11-112-4/+6
| | | | Corrected missing calculation for link-counts of directories.
* Added checks for broken libreadline-4 on RH7 (needs libcurses instead ofFritz Elfert2000-11-112-6/+10
| | | | | | automatically using libtermcap which does export _NO_ symbols on RH7!!!) Added --disable-readline and --disable-history Fixed a function prototype
* 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 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-271-4/+9
|
* General cleanup:Fritz Elfert2000-08-071-63/+71
| | | | | | | | | | | - 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)
* Added a wrapper for enums and changed all return-code related stuffFritz Elfert2000-08-022-75/+30
| | | | | | as well as some other enums to use that instead of plain enums. This results in stronger type checking, range checking and the ability to write an enum's textual representation.
* Get rid of second configuration header defs.h[.in].Fritz Elfert2000-08-022-2/+8
| | | | 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/+12
| | | | | 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-311-18/+113
| | | | | Started adding kdoc compliant documentation comments. Added PsiTime
* Release of plptools-0.5Fritz Elfert2000-01-173-118/+508
|
* Added some missing filesFritz Elfert1999-08-071-0/+3
|
* Added RCS-Id's, CopyrightFritz Elfert1999-07-054-0/+32
|
* added wildcard matchingFritz Elfert1999-07-041-18/+103
|
* logging via syslog, more error-handling.Fritz Elfert1999-07-043-51/+12
|
* Initial importFritz Elfert1999-07-011-0/+1
|
* Added shared libFritz Elfert1999-07-011-3/+1
|
* moved dir display from rfsv to ftp.Fritz Elfert1999-07-012-3/+32
|
* cmdline argsFritz Elfert1999-06-292-3/+5
|
* Initial import.Fritz Elfert1999-06-294-0/+747