summaryrefslogtreecommitdiffstats
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
* Fix spelling of Klaus Kudielka OE1KIB's first name.Ralf Baechle2021-07-284-4/+4
* configure: Paranoidly quote things for m4 macro expansion safety.Ralf Baechle2019-04-111-2/+2
* libtool: Remove useless libtool support.Ralf Baechle2019-04-113-5/+0
* configure: Remove AC_TYPE_SIGNAL.Ralf Baechle2019-04-111-1/+0
* treewide: Update all references to the FSF's address.Ralf Baechle2019-04-118-8/+16
* COPYING: Update license from FSF source.Ralf Baechle2019-04-101-21/+20
* Bump version to 0.0.8-rc5.ax25-apps-0.0.8-rc5Ralf Baechle2019-04-021-1/+1
* ChangeLog: Update with changes since ax25-apps-0.0.8-rc4.Ralf Baechle2019-04-021-1/+10
* RPM: Remove deprecated Group tag from spec file.Ralf Baechle2019-04-021-1/+0
* RPM: Drop useless %defattr directives.Ralf Baechle2019-04-021-1/+0
* ax25rtd: Fix mismatch between code and documentation.Ralf Baechle2019-03-274-13/+13
* RPM: Install call as axcall and listen as axlisten.Ralf Baechle2019-03-261-1/+1
* RPM: Add a few BuildRequires: Tags as noticed in mock builds.Ralf Baechle2019-03-261-0/+3
* RPM: Add distribution version to rpm release tag.Ralf Baechle2019-03-261-1/+1
* RPM: Throw in a `.' between BASEVERSION and EXTRAVERSION.Ralf Baechle2019-03-261-1/+1
* autotools: silence annoying autoreconf messages.Ralf Baechle2019-03-203-1/+3
* Call: Remove duplicate #include.Ralf Baechle2017-08-081-1/+0
* call: Remove unused arguments from sevenplname()Ralf Baechle2017-08-031-5/+2
* 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-0310-99/+136
* ax25ipd: Limit SEE ALSO section of man page to things actually related.Ralf Baechle2017-07-281-3/+0
* 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
* ax25rtd: Mention all files used in files section of man page.Ralf Baechle2017-07-281-0/+8
* ax25rtd: Spelling fix: recomment -> recommendRalf Baechle2017-07-282-2/+2
* call: Fix structure mismatchRalf Baechle2017-07-274-0/+13
* call: Fix possible buffer overflow.Ralf Baechle2017-07-261-3/+3
* listen: Fix overzealous GCC 7 compiler warnings.Ralf Baechle2017-07-262-6/+46
* call: Fix buffer overflow.Ralf Baechle2017-07-261-1/+1
* ax25ipd: Fix printing of version number.Ralf Baechle2017-07-261-1/+1
* call: Fix use of glibc feature selection macrosRalf Baechle2017-07-261-2/+4
* ax25ipd: Fix glibc feature selection macros.Ralf Baechle2017-07-261-0/+2
* ax25ipd: Cleanup header file inclusion.Ralf Baechle2017-07-267-54/+52
* ax25ipd: Replace bzero use with memset.Ralf Baechle2017-07-251-4/+4
* Compress multiple blank lines into single lines.Ralf Baechle2017-07-2513-31/+0
* ax25ipd: Remove code for ICMP mode.Ralf Baechle2017-07-251-44/+0
* ax25ipd: Remove USE_SGTTY ifdefery.Ralf Baechle2017-07-251-16/+0
* ax25ipd: USE_TERMIO is always defined.Ralf Baechle2017-07-252-10/+0
* ax25ipd: USE_TERMIOS is never defined.Ralf Baechle2017-07-251-12/+0
* ax25ipd: Get rid of __bsdi__ ifdefery.Ralf Baechle2017-07-251-3/+0
* ax25ipd: Sort out prototype for io_error().Ralf Baechle2017-07-252-158/+162
* ax25ipd: Sort out prototype for term_handler().Ralf Baechle2017-07-252-10/+7
* ax25ipd: Sort out prototypes for int_handler().Ralf Baechle2017-07-252-8/+7
* ax25ipd: Sort out prototypes for usr1_handler().Ralf Baechle2017-07-252-56/+55
* ax25ipd: Sort out prototypes for hupper().Ralf Baechle2017-07-252-10/+6
* ax25ipd: Remoe pointless prototype for main().Ralf Baechle2017-07-251-1/+0