aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/socketchan.cc
Commit message (Collapse)AuthorAgeFilesLines
* - Changes for compiling with gcc 3.2Fritz Elfert2003-02-051-5/+8
|
* - Non-KDE stuff now builds correctly with gcc3Fritz Elfert2002-07-141-6/+8
|
* - Fixed a possible exploit when using telnet (or any other networkFritz Elfert2002-07-111-0/+7
| | | | client) connecting to ncpd.
* - packet: Fixed bug where sync detection could overrun end of bufferFritz Elfert2002-03-171-1/+0
| | | | | - socketchan: removed debugging output - link: Changed a debug output of unmatched ack's; removed wrong purge.
* - ncpd now works with both Series 3 and Series 5Fritz Elfert2002-03-161-7/+37
| | | | | | | | | - 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...
* - Applied patches from Luke Diamand, Marc Spoorendonk and Chris HallsFritz Elfert2002-02-161-0/+1
|
* - Corrected debug message and channel argument when rejecting a connectFritz Elfert2001-08-011-2/+2
| | | | | request from Psion. - Fixed cleanup for socketChan in initial state.
* Some fixes for cleanup when a connect NAK is received.Fritz Elfert2001-07-311-4/+6
|
* Added a timeout for connection attempts.Fritz Elfert2001-05-251-1/+4
|
* - Added support for extended sequence numbers (incoming only)Fritz Elfert2001-05-221-39/+46
| | | | | | | | - 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-061-130/+128
|
* Modified icons.Fritz Elfert2001-03-011-8/+10
| | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers.
* - Added KDE2 PropsDialog Plugin (incomplete)Fritz Elfert2001-02-061-6/+2
| | | | | | | | | | | | - 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.
* More cleanup:Fritz Elfert2001-02-011-1/+3
| | | | | | | | | | | | | | | - 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.
* Release of plptools-0.5Fritz Elfert2000-01-171-1/+106
|
* Added RCS-Id's, CopyrightFritz Elfert1999-07-051-0/+3
|
* modified logging for finer control.Fritz Elfert1999-07-011-57/+66
| | | | proper reconnect on link failure.
* Initial importFritz Elfert1999-06-291-0/+105