aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed a possible exploit when using telnet (or any other networkFritz Elfert2002-07-111-0/+2
| | | | client) connecting to ncpd.
* - Added comparison operators in PsiTimeFritz Elfert2002-07-073-1/+30
| | | | - Fixed a typo
* More correct residual sis file truncationDaniel Brahneborg2002-04-144-4/+51
|
* Even if req records are ignored, at least now they are read correctly.Daniel Brahneborg2002-04-031-5/+11
|
* Some buffer overrun checks.Daniel Brahneborg2002-03-286-9/+43
| | | | Removed the --force flag.
* - rpcs: Implemented scratch RAM access.Fritz Elfert2002-03-205-40/+156
| | | | | | | | - 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
* Remove the previous version (unconditionally) before installing the newDaniel Brahneborg2002-03-194-0/+50
| | | | version.
* - Corrected entries in machineinfoFritz Elfert2002-03-182-4/+3
| | | | | - Adapted plpftp and plpprops to new machineinfo - Translations.
* - made kpsion SIBO-awareFritz Elfert2002-03-1813-183/+439
| | | | | | | | - 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
* - lib: Added rfsv::getProtocolVersionFritz Elfert2002-03-173-0/+9
| | | | - klipsi: Terminate gracefully if connected to a Series 3.
* - ncpd now works with both Series 3 and Series 5Fritz Elfert2002-03-166-12/+66
| | | | | | | | | - 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...
* Adaptions to SuSE's autoconf.Fritz Elfert2002-03-121-2/+2
|
* Load all residual sis files before installing, to make sure we don'tDaniel Brahneborg2002-03-121-8/+8
| | | | have another version installed already.
* I18N-ify sis classesDaniel Brahneborg2002-03-096-51/+57
|
* Fix copyFrom() protos to agree better with the parent.Daniel Brahneborg2002-03-092-3/+3
|
* Initial stuff for checking requisites and previous versions.Daniel Brahneborg2002-03-085-0/+46
|
* Added copyFromPsion() that takes a 'to' argument that is a fileDaniel Brahneborg2002-03-085-0/+58
| | | | descriptor, to be able to use mkstemp().
* Document most of the method arguments with @param.Daniel Brahneborg2002-03-066-5/+50
|
* Make a correct comparison with buffer length.Daniel Brahneborg2002-03-062-2/+2
|
* - i18n: Changed macros into inline functions to make string constantFritz Elfert2002-03-061-13/+11
| | | | | concatenation of gcc possible. - Unified commandline arguments.
* - Re-Implemented lower levels of ncpd (packet and link).Fritz Elfert2002-03-054-22/+63
| | | | | ncpd is now multithreaded. Results in much better performance and less CPU usage.
* Use plp standard types.Daniel Brahneborg2002-03-0414-109/+95
| | | | Fix copyright include.
* Added type includeFritz Elfert2002-03-041-0/+1
|
* - Added bitmap conversion functions.Fritz Elfert2002-03-035-7/+338
| | | | - Updated printer class according to Protocol doc 1.15
* Add buffer overflow checks to handle truncated and corrupted sis files.Daniel Brahneborg2002-03-0313-33/+142
|
* Added GNU copyright header.Daniel Brahneborg2002-03-0314-14/+321
|
* Various proto changes.Daniel Brahneborg2002-03-0210-62/+145
|
* - Added SIS stuff by Daniel BrahneborgFritz Elfert2002-02-2818-8/+782
|
* - Fixed psitime again. Waaahh, these guys at symbian change filetimes whenFritz Elfert2002-02-152-4/+11
| | | | switching DST/Non-DST.
* More descriptive comments.Fritz Elfert2002-02-151-3/+6
|
* - Unified headers.Fritz Elfert2002-02-141-0/+29
|
* Return E_PSI_GEN_NSUP, if Psion refuses attach to protocol.Fritz Elfert2001-07-311-0/+12
|
* Make unconditional gettext conditional.Fritz Elfert2001-07-261-0/+2
|
* Applied patch from Jim Hague.Fritz Elfert2001-06-291-6/+8
|
* Fix for Series 3c. Devlist version can be 1.Fritz Elfert2001-06-112-4/+2
|
* Added missing attr2std in fgeteattr()Fritz Elfert2001-06-101-1/+2
|
* Documented rclip interface.Fritz Elfert2001-05-261-2/+63
|
* Added Icons for states of Klipsi.Fritz Elfert2001-05-251-1/+1
| | | | LMB click on klipsi icon now toggles enable/disable.
* Fixed iowatchFritz Elfert2001-05-232-25/+28
| | | | More clipboard work (Works now in direction Psion -> PC ;-)
* More work on remote clipboard.Fritz Elfert2001-05-225-23/+72
|
* Started print and clip support (no functionality yet).Fritz Elfert2001-05-215-2/+564
| | | | - Moved include/intl.h to lib/plpintl.h
* - Moved include/intl.h to lib/plpintl.h to fix compile of foreign progs.Fritz Elfert2001-05-2112-20/+53
| | | | - Some NLS-Related fixes
* Applied Fix from Markus Stipp <corwin@zhadum.de>Fritz Elfert2001-04-091-1/+1
|
* Implemented ncpd autostart and removing of old backup generations.Fritz Elfert2001-04-081-1/+0
|
* Fixed debian compile bug.Fritz Elfert2001-03-291-1/+11
| | | | Fixed link when libplp is not yet installed.
* NLS fixes, kpsion configFritz Elfert2001-03-241-3/+1
|
* - Unified drive parameter of some methods:Fritz Elfert2001-03-067-39/+69
| | | | | | rfsv::devinfo, rfsv::setVolumeName and rpcs::formatOpen now all take the drive-letter as a single const char. - Documented formatOPen() and formatRead().
* Fixed some 64bit related stuff in psitime and plpdirent.Fritz Elfert2001-03-054-31/+52
| | | | More work on restore in kpsion.
* Fixed a nasty bug in fread() which reads garbage when called with a lengthFritz Elfert2001-03-021-1/+1
| | | | | parameter > RFSV_SENDLEN. Exploited by plpnfsd which is currently the only app doing large reads. Thanks to rrt1001@cam.ac.uk for his bug-report.
* Modified icons.Fritz Elfert2001-03-0133-5507/+6193
| | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers.