summaryrefslogtreecommitdiffstats
path: root/listen
Commit message (Expand)AuthorAgeFilesLines
* listen: Fix potential buffer overflow.Ralf Baechle2021-07-281-3/+3
* listen: Fix overzealous GCC warnings.Ralf Baechle2021-07-281-2/+4
* Listen: Fix test for hours in proper value range.Ralf Baechle2021-07-281-1/+1
* listen: Remove unnecessary including of <netinet/in.h>Ralf Baechle2017-08-031-1/+0
* Listen: Remove useless postincrement op.Ralf Baechle2017-08-031-1/+1
* treewide: Kill assignments in if conditions.Ralf Baechle2017-08-031-6/+8
* Listen: Remove useless parens around argument of return statement.Ralf Baechle2017-07-281-1/+1
* listen: Remove all uses of register keyword.Ralf Baechle2017-07-281-4/+4
* listen: Fix overzealous GCC 7 compiler warnings.Ralf Baechle2017-07-262-6/+46
* Compress multiple blank lines into single lines.Ralf Baechle2017-07-255-10/+0
* listen: Remove code controlled by NEW_AX25_STACK.Ralf Baechle2017-07-251-8/+0
* Listen: Move statement following if to separate line.Ralf Baechle2017-07-251-1/+2
* listen: Fix comparison broken by limited range of types.Ralf Baechle2017-01-311-1/+1
* Sort out variable and function declarations.Ralf Baechle2017-01-313-49/+71
* remove listen.1Thomas Osterried2016-07-041-105/+0
* Improved timestamps. With code and -t -tt -ttt ... option behaviour from tcpd...Thomas Osterried2016-07-041-2/+16
* fixed segfault on -c option.root2016-07-041-2/+4
* Improved timestamps. With code and -t -tt -ttt ... option behaviour from tcpd...Thomas Osterried2016-07-044-22/+245
* listen -a shows on segmented packets ok, but shows also the defragmented,Thomas Osterried2016-03-121-0/+28
* listen: Fix signedness compiler warnings.Ralf Baechle2015-06-084-8/+8
* listen/opentracdump.c: Fix signedness compiler warnings.Ralf Baechle2015-06-081-10/+10
* Reformat consistently. Strictly whitespace changes only.Ralf Baechle2015-05-024-122/+122
* Remove parenthesis around arguments of return statements.Ralf Baechle2015-05-022-3/+3
* Use tabs for indentation, not spaces.Ralf Baechle2015-05-021-2/+2
* Nuke trailing whitespace.Ralf Baechle2015-05-026-12/+12
* ax25dump: Fix warning about set but not used variables.Ralf Baechle2013-06-171-0/+2
* Fix warnings about set but not used variables.Ralf Baechle2013-06-171-8/+1
* Listen: Fix test for tty's color capabilities.Ralf Baechle2013-06-161-1/+1
* Weed out all use of RCS strings.Ralf Baechle2013-06-058-16/+0
* Ignore even more generated files.Ralf Baechle2013-06-041-4/+1
* Convert .cvsignore files to .gitignoreRalf Baechle2013-06-041-2/+2
* Fix build of man pages when building in a separate build directory.Ralf Baechle2013-06-041-1/+1
* Now debian license policy compliant:Thomas Osterried2012-05-211-2/+23
* Apply program name transformations also to man page content.Ralf Baechle2011-12-112-9/+26
* The last patch introduced cosmetic errors likeThomas Osterried2010-06-051-16/+28
* Don't abort on SIGWINCH. Cleanly terminate on SIGINT and SIGTERM.Ralf Baechle2010-05-301-4/+34
* Remove use of backwards compatibility header name.Ralf Baechle2009-06-211-4/+0
* Ignore a few more generated files.Ralf Baechle2009-06-191-0/+1
* Remove all generated files.Ralf Baechle2009-06-191-539/+0
* Fix type of length argument to sockset syscalls.Ralf Baechle2009-06-141-1/+1
* Eleminate use of register keywordRalf Baechle2009-06-141-2/+2
* Added some includes. This fixes compilation problems in gentoo,Thomas Osterried2009-04-221-0/+1
* listen did not terminate if caller has died. fputs and fflushThomas Osterried2008-11-241-2/+4
* changed mail addressThomas Osterried2008-04-272-3/+3
* updated addressesThomas Osterried2008-04-132-3/+3
* Fix warnings about // style comment. And remove some of the mostRalf Baechle2007-01-233-51/+47
* Convert to autoconf 2.59. Delete junk from past centuries.Ralf Baechle2007-01-221-188/+291
* Minor bug fixes and some restructuringScott Miller N1VG2004-02-041-199/+118
* Added opentrac to listenCraig Small2004-02-047-220/+836
* used PF_PACKET for SOCK_PACKET sockets, added time.h to axspawn.cMichael Taylor2002-11-031-1/+1