aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd
Commit message (Collapse)AuthorAgeFilesLines
...
* - Added support for extended sequence numbers (incoming only)Fritz Elfert2001-05-229-779/+885
| | | | | | | | - Changed the behavior on initial connect to support the Clipboard-Server and to meet the doc in http://www.thouky.co.uk/software/psifs/plp.html: All services except SYS$RFSV now perform registration and connect is done when the Psion returned RegisterAck. Then the connect can use the service name as presented by the Psion's RegisterAck.
* Handle client connections which are closed immediately after connect coorectly.Fritz Elfert2001-04-081-37/+46
|
* KPsion: added format stuff.Fritz Elfert2001-03-062-131/+129
|
* Modified icons.Fritz Elfert2001-03-012-9/+11
| | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers.
* - Added KDE2 PropsDialog Plugin (incomplete)Fritz Elfert2001-02-063-13/+12
| | | | | | | | | | | | - 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-044-8/+9
| | | | More 64bit-related stuff.
* More cleanup:Fritz Elfert2001-02-0110-13/+26
| | | | | | | | | | | | | | | - 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 Hint for man pages in README.Fritz Elfert2001-01-146-20/+118
| | | | | | | | | | | | - 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 experimental reset for packet()Fritz Elfert2000-10-093-0/+16
|
* Programs now use an entry in /etc/services (if exists) for the TCP port.Fritz Elfert2000-08-271-1/+6
|
* Get rid of second configuration header defs.h[.in].Fritz Elfert2000-08-023-3/+12
| | | | 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/+5
| | | | | 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-317-16/+39
| | | | | Started adding kdoc compliant documentation comments. Added PsiTime
* Release of plptools-0.5Fritz Elfert2000-01-1711-37/+326
|
* Added some missing filesFritz Elfert1999-08-071-0/+3
|
* Removed HERE-Hack.Fritz Elfert1999-07-051-2/+0
|
* Added RCS-IdFritz Elfert1999-07-051-1/+1
|
* Added RCS-Id's, CopyrightFritz Elfert1999-07-0515-0/+169
|
* Bumped up version.Fritz Elfert1999-07-051-0/+1
| | | | Delay during reconnect, to reduce load.
* Forking, syslog and better error handlingFritz Elfert1999-07-045-12/+54
|
* logging via syslog, more error-handling.Fritz Elfert1999-07-042-59/+58
|
* Initial importFritz Elfert1999-07-011-0/+1
|
* Added shared libFritz Elfert1999-07-011-3/+1
|
* modified logging for finer control.Fritz Elfert1999-07-0112-236/+466
| | | | proper reconnect on link failure.
* Initial importFritz Elfert1999-06-2916-0/+1470