aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd
Commit message (Expand)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
* 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
* 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
* 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
* 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
* - Removed ccmalloc stuff. Now using valgrindFritz Elfert2002-08-111-1/+1
* - Fixed setting of CFLAGS and CXXFLAGS: With --enable-debug, disable -OFritz Elfert2002-08-112-6/+6
* - 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
* - 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
* - 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
* - 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
* 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
* - i18n: Changed macros into inline functions to make string constantFritz Elfert2002-03-061-65/+136
* - Re-Implemented lower levels of ncpd (packet and link).Fritz Elfert2002-03-0511-672/+1131
* - 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
* - Corrected debug message and channel argument when rejecting a connectFritz Elfert2001-08-012-4/+4
* 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
* Added a timeout for connection attempts.Fritz Elfert2001-05-253-97/+101