aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd
Commit message (Collapse)AuthorAgeFilesLines
* Make reasonably recent autotools happy; remove gettext filesReuben Thomas2013-12-161-1/+1
|
* Convert .cvsignore files to .gitignore filesReuben Thomas2013-12-162-5/+1
|
* Workaround for Series 3a bug (SourceForge bug #2441386, patch from JimReuben Thomas2008-12-202-0/+7
| | | | Hague).
* Patch from John Lines for compiling with GCC 4.3 (Patch #2023788)Reuben Thomas2008-07-214-0/+4
|
* Fix a crash during shut down (typo in thread initialisation).Reuben Thomas2008-02-051-2/+8
|
* Fix some warnings.Reuben Thomas2008-01-291-7/+1
|
* Move last header plp_inttypes.h out of include and into lib.Reuben Thomas2007-12-141-2/+0
| | | | | Remove RCS Ids from Makefile.am's so that checking in a Makefile.am doesn't cause automake to be run.
* Don't need to remove Makefile.in in maintainer-clean-local.Reuben Thomas2007-12-131-3/+0
|
* More build system changes to make it play better with up-to-dateReuben Thomas2007-12-071-2/+2
| | | | | | autotools. In particular, this round gets rid of acconfig.h, putting the necessary bits into conf/configure.in.in, and using AM_CFLAGS & co. instead of plain CFLAGS, which rightly upsets automake.
* A couple of small English fixes.Reuben Thomas2007-11-261-1/+1
|
* Fix compilation with GCC 4.3; thanks to Martin MichlmayrReuben Thomas2007-07-061-0/+1
|
* Fixes to compile on amd64 (plp_inttypes.h) and with gcc >= 4.1 (theReuben Thomas2006-09-291-2/+2
| | | | rest); patches from Debian bugs #384146, #386833 and #388831.
* Fix typeReuben Thomas2006-05-161-1/+1
|
* Tidy command descriptionReuben Thomas2006-05-161-1/+1
|
* Fix a comment typoReuben Thomas2006-05-161-1/+1
|
* Fix for newer g++ from Thomas Lussnig.Reuben Thomas2005-04-161-8/+8
|
* Add $(INTLLIBS) to *_LDADD where missing.Thomas Klausner2004-09-081-1/+1
|
* - Changes for compiling with gcc 3.2Fritz Elfert2003-02-059-26/+39
|
* - Fixed ACK handling in ncpd.Fritz Elfert2003-02-031-1/+2
| | | | - Fixed tar find routine in kpsion.
* - Removed ccmalloc stuff. Now using valgrindFritz Elfert2002-08-111-1/+1
| | | | | - Cleanup of LDFLAGS for less depencies - Added workaround specfile for broken Autoreq on SuSE and Mandrake
* - Fixed setting of CFLAGS and CXXFLAGS: With --enable-debug, disable -OFritz Elfert2002-08-112-6/+6
| | | | | | | | | | | - Removed ccmalloc support. Now using valgrind - Added missing mainainer-clean-local targets - Fixed uninitialized array in IOwatch, reported by valgrind. - Fixed missing definition of LC_ALL if compiling without -O - Fixed invalid access to datapump thread (not yet created), reported by valgrind. - Fixed wrong parameters of QRegExp when using QT 3.x - Fixed KTar initialization which has changed in KDE 3.x
* - Fixed a memory leak.Fritz Elfert2002-08-061-1/+1
|
* - Added some translations in ncpd.Fritz Elfert2002-07-162-8/+8
|
* - Added an informational message when a Psion is connected.Fritz Elfert2002-07-167-21/+61
| | | | - Moved log streams declaration into separate header.
* - Non-KDE stuff now builds correctly with gcc3Fritz Elfert2002-07-148-122/+148
|
* Applied patches from debian bug #104967 (not yet tested)Fritz Elfert2002-07-142-0/+4
|
* - Fixed a possible exploit when using telnet (or any other networkFritz Elfert2002-07-111-0/+7
| | | | client) connecting to ncpd.
* - Fixed some typosFritz Elfert2002-07-071-2/+2
|
* - Corrected help messageFritz Elfert2002-07-071-2/+11
|
* - Removed check for CTS according to Jim Hague.Fritz Elfert2002-03-181-5/+2
|
* - packet: Fixed bug where sync detection could overrun end of bufferFritz Elfert2002-03-173-10/+13
| | | | | - socketchan: removed debugging output - link: Changed a debug output of unmatched ack's; removed wrong purge.
* - ncpd: Now it's possible to change Series3/5 without restarting ncpdFritz Elfert2002-03-163-6/+19
|
* - ncpd now works with both Series 3 and Series 5Fritz Elfert2002-03-1611-85/+456
| | | | | | | | | - 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
|
* Introduced waitQueue to make link::transmit non-blocking.Fritz Elfert2002-03-072-10/+31
|
* Removed double colons in friend declaration (seems to confuse someFritz Elfert2002-03-062-2/+2
| | | | compilers)
* - i18n: Changed macros into inline functions to make string constantFritz Elfert2002-03-061-65/+136
| | | | | concatenation of gcc possible. - Unified commandline arguments.
* - Re-Implemented lower levels of ncpd (packet and link).Fritz Elfert2002-03-0511-672/+1131
| | | | | ncpd is now multithreaded. Results in much better performance and less CPU usage.
* - Applied patches from Luke Diamand, Marc Spoorendonk and Chris HallsFritz Elfert2002-02-168-191/+223
|
* - ccmalloc upgradeFritz Elfert2002-02-151-1/+1
|
* Correct daemonizingFritz Elfert2002-02-151-1/+14
|
* - re indentedFritz Elfert2002-02-141-83/+83
|
* - Bugfix: ncpd sucked up lot of CPU when Psion disconnects.Fritz Elfert2002-02-147-131/+186
| | | | | | (finally found that!!) - Unified Headers - close stdin, stdout and stderr when in daemon mode.
* - Corrected debug message and channel argument when rejecting a connectFritz Elfert2001-08-012-4/+4
| | | | | request from Psion. - Fixed cleanup for socketChan in initial state.
* FreeBSDFritz Elfert2001-07-311-5/+8
|
* Some fixes for cleanup when a connect NAK is received.Fritz Elfert2001-07-311-4/+6
|
* Bugfix: socketChan allocated too small.Fritz Elfert2001-07-281-1/+1
|
* Fixed crash when deleting socketChan.Fritz Elfert2001-07-271-5/+1
|
* - Support NCP xon/xoff frames.Fritz Elfert2001-07-235-59/+146
| | | | - Support up to 256 channels on S5
* Added a timeout for connection attempts.Fritz Elfert2001-05-253-97/+101
|