aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp/ftp.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove some temporary debugging messages.Reuben Thomas2008-04-061-2/+0
|
* Update copyright year.Reuben Thomas2008-03-281-1/+1
|
* Make plpftp killsave try harder to kill programs.Reuben Thomas2008-03-281-30/+31
| | | | | Fix a long-standing bug in plpftp runrestore for running badly-behaved programs.
* Refactor the bodies of getln and slurp into a single routine, get_upto.Reuben Thomas2008-03-131-26/+11
|
* Fixes to make "make distcheck" work, including some reordering ofReuben Thomas2007-12-151-1/+1
| | | | #includes to make supplied gettext work.
* Remove still-born EXPERIMENTAL code.Reuben Thomas2007-12-151-13/+0
|
* Remove unused m4 tests, and test for readline version; we should allReuben Thomas2007-12-071-34/+0
| | | | be using at least 4.2 by now.
* Add getclip. Only works for text for now; code for images is presentReuben Thomas2007-11-201-0/+172
| | | | but commented out.
* Add "putclip" command to set the clipboard, using code from klipsi.Reuben Thomas2007-11-201-1/+163
|
* Remove traces of plpbackup.Reuben Thomas2007-11-201-1/+1
|
* Backport slightly improved killsave/runrestore code from plpbackup.Reuben Thomas2007-11-201-83/+142
|
* Remove workaround for old readline lib.Reuben Thomas2007-11-151-6/+0
|
* Add settime commandReuben Thomas2006-05-161-1/+8
|
* - Changes for compiling with gcc 3.2Fritz Elfert2003-02-051-10/+12
|
* Applied patches from debian bug #104967 (not yet tested)Fritz Elfert2002-07-141-1/+3
|
* - Added setupinfoFritz Elfert2002-07-071-39/+61
|
* - rpcs: Implemented scratch RAM access.Fritz Elfert2002-03-201-2/+41
| | | | | | | | - Updated spec file (not complete) - Updated KDE translations - kioslave and property-dialog now translate correctly - ppsocket: Added a patch for FreeBSD - plpftp: Some experimental code for testing
* - Corrected entries in machineinfoFritz Elfert2002-03-181-1/+4
| | | | | - Adapted plpftp and plpprops to new machineinfo - Translations.
* Prevent readline > 4.2 from looping.Fritz Elfert2002-03-181-0/+6
|
* - made kpsion SIBO-awareFritz Elfert2002-03-181-63/+33
| | | | | | | | - 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
* - ncpd now works with both Series 3 and Series 5Fritz Elfert2002-03-161-2/+10
| | | | | | | | | - ncpd now has autobaud feature (default on), which cycles baudrate - lib: added getSpeed() for retrieving current speed of connection - plpftp: Use getSpeed() - plpbackup: Ongoing work - configure stuff: removed several entries from acconfig.h comments now defined as 3rd arg to AC_DEFINE...
* Spelling error: "Couln't" -> "Couldn't".Daniel Brahneborg2002-03-091-1/+1
|
* - i18n: Changed macros into inline functions to make string constantFritz Elfert2002-03-061-4/+40
| | | | | concatenation of gcc possible. - Unified commandline arguments.
* Various proto changes.Daniel Brahneborg2002-03-021-2/+32
|
* - Added SIS stuff by Daniel BrahneborgFritz Elfert2002-02-281-18/+27
| | | | - Change readline detection again
* Configure check and support for readline 4.2Fritz Elfert2001-07-261-6/+18
|
* fixed some includes.Fritz Elfert2001-05-211-6/+6
|
* KPsion: added format stuff.Fritz Elfert2001-03-061-2/+2
|
* Modified icons.Fritz Elfert2001-03-011-999/+1005
| | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers.
* - Added KDE2 PropsDialog Plugin (incomplete)Fritz Elfert2001-02-061-10/+8
| | | | | | | | | | | | - 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-12/+13
| | | | More 64bit-related stuff.
* Replaced lot of ugly char * by string.Fritz Elfert2001-02-021-30/+17
| | | | | | | 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-31/+18
| | | | | | | | | | | | | | | - 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
|
* Fixed hang in Mail subdirectory.Fritz Elfert2000-11-111-2/+4
| | | | Corrected missing calculation for link-counts of directories.
* Added checks for broken libreadline-4 on RH7 (needs libcurses instead ofFritz Elfert2000-11-111-2/+2
| | | | | | 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
|
* 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-021-73/+28
| | | | | | 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-021-1/+4
| | | | Configuration now is in config.h and this is included as the very first header.
* 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-171-103/+465
|
* Added RCS-Id's, CopyrightFritz Elfert1999-07-051-0/+3
|
* added wildcard matchingFritz Elfert1999-07-041-18/+103
|
* logging via syslog, more error-handling.Fritz Elfert1999-07-041-2/+2
|
* moved dir display from rfsv to ftp.Fritz Elfert1999-07-011-2/+27
|