summaryrefslogtreecommitdiffstats
path: root/kiss
Commit message (Expand)AuthorAgeFilesLines
* treewide: Update all references to the FSF's address.Ralf Baechle2019-04-111-1/+2
* Man pages: Update with date from last non-trivial change.Ralf Baechle2019-03-285-5/+5
* Kissattach: Document -6 option for spattach, too.Ralf Baechle2019-03-281-2/+2
* Kissattach: Document -i option in synopsis section of manpage.Ralf Baechle2019-03-281-2/+2
* Treewide: Delete duplicate #includes.Ralf Baechle2017-08-082-2/+0
* net2kiss: Switch from private openpty() implementation to libutil.Ralf Baechle2017-08-082-48/+2
* kissattach.8, spattach.8: Fix references to non-existing man page.Ralf Baechle2017-08-031-2/+2
* kissnetd: Fix swapped calloc arguments.Ralf Baechle2017-08-031-1/+1
* treewide: Remove useless casts of function return value to void.Ralf Baechle2017-08-031-11/+8
* treewide: Kill assignments in if conditions.Ralf Baechle2017-07-315-26/+51
* kissnetd: Fix possible buffer overflow.Ralf Baechle2017-07-261-1/+2
* mkiss: Change type of buffer[] to fix warning.Ralf Baechle2017-02-061-1/+1
* mkiss: Fix use of 0 instead of NULL as a pointer value.Ralf Baechle2017-02-061-3/+3
* Remove support for !defined(__GLIBC__) and __GLIBC__ != 2.Ralf Baechle2017-02-062-8/+0
* Use the right way to get the required feature set from glibc.Ralf Baechle2017-01-265-5/+2
* Add a git suffix to the version number used by all programs.Ralf Baechle2017-01-244-8/+12
* kissnet: Switch version number printed to ax25-tools version.Ralf Baechle2017-01-221-3/+7
* mkiss: Fix harmless -Werror=format-security build error.Ralf Baechle2015-05-181-3/+3
* automake: Replace use of deprecated automake macro INCLUDES.Ralf Baechle2015-05-171-2/+2
* Insert space between `)' and a following `{'.Ralf Baechle2013-06-171-1/+1
* Reformat consistently. Strictly whitespace changes only.Ralf Baechle2013-06-174-107/+107
* Remove pointless return statements at the end of void functions.Ralf Baechle2013-06-172-2/+0
* Always have a space between if, for, switch, while and the following `('.Ralf Baechle2013-06-172-5/+5
* Remove parenthesis around arguments of return statements.Ralf Baechle2013-06-171-2/+2
* Use tabs for indentation, not spaces.Ralf Baechle2013-06-174-20/+20
* Remove useless initializations to 0 or NULL.Ralf Baechle2013-06-174-23/+23
* Nuke trailing whitespace.Ralf Baechle2013-06-177-119/+119
* Nuke trailing blank lines.Ralf Baechle2013-06-171-1/+0
* Use dist_ prefix in Makefile.am rather than EXTRA_DIST where possible.Ralf Baechle2013-06-171-3/+2
* Convert .cvsignore files to .gitignoreRalf Baechle2013-06-041-2/+2
* kissattach and it's sisters are parsing axports on their own.Thomas Osterried2012-10-281-1/+1
* Added support for multiport tncs like the KPC-9612 (use of only the secondThomas Osterried2010-04-132-12/+43
* Added help for arguments n* /dev/ptmxThomas Osterried2010-03-312-1/+2
* Fix parallel installation bugs.Ralf Baechle2009-09-231-1/+1
* Remove use of backwards compatibility header name.Ralf Baechle2009-06-212-16/+0
* Ignore a few more generated files.Ralf Baechle2009-06-191-0/+1
* Remove all generated files.Ralf Baechle2009-06-191-507/+0
* Fix build error caused by variable definition after statement.Ralf Baechle2009-06-061-2/+1
* Unix98 support.Thomas Osterried2009-01-202-5/+5
* Unix98 PTY support for mkiss and m6pack.Thomas Osterried2009-01-202-18/+86
* Support for Unix98-pty's. Thanks to Christoph <dk2crn>.Thomas Osterried2009-01-152-19/+63
* kissnetd now supports unix98 pty's (new option: -p num).Thomas Osterried2009-01-092-45/+171
* #include <string.h> in order to make the compiler happyThomas Osterried2008-10-221-0/+1
* fflush stdout and stderr before close. just to be sureThomas Osterried2008-10-101-0/+2
* forked child now closes stdin, stdout, stderr.Thomas Osterried2008-10-011-0/+4
* kissattach now supports Unix98 pseudo terminals (/dev/ptmx).Thomas Osterried2008-09-262-14/+48
* changed mail addressesThomas Osterried2008-04-273-4/+4
* consistent names (tty instead of ttyinterface)Thomas Osterried2007-04-161-1/+1
* Fix warnings about // style comment. And remove some of the mostRalf Baechle2007-01-231-1/+0
* Convert to autoconf 2.59. Delete junk from past centuries.Ralf Baechle2007-01-221-286/+374