summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RPM: Don't package %{_docdir}/*Ralf Baechle2019-03-281-1/+0
* RPM: Avoid installation of doc files during make install.Ralf Baechle2019-03-281-1/+1
* README: Fix spelling of "kissattach".Ralf Baechle2019-03-281-1/+1
* 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
* RPM: Cleanup X BuildReques: tags, depending fltk-devel does it all.Ralf Baechle2019-03-271-2/+1
* autoconf: Renovate checking for GUI libraries.Ralf Baechle2019-03-271-7/+2
* RPM: Add gcc to build requirements.Ralf Baechle2019-03-261-0/+1
* RPM: Make the ax25-tools-docs package a noarch package.Ralf Baechle2019-03-261-0/+1
* RPM: Package ax25/ax25.profile.Ralf Baechle2019-03-211-0/+1
* Automake: distribute scm-version.h.in.Ralf Baechle2019-03-211-1/+1
* Automake: distribute but don't install setlocalversion script.Ralf Baechle2019-03-211-0/+1
* RPM: Add distribution version to rpm release tag.Ralf Baechle2019-03-211-1/+1
* RPM: Throw in a `.' between BASEVERSION and EXTRAVERSION.Ralf Baechle2019-03-211-1/+1
* ax25getput: Distribute TIPS.txt.Ralf Baechle2019-03-201-0/+1
* Treewide: Delete duplicate #includes.Ralf Baechle2017-08-084-4/+0
* Make missing libutil fatal.Ralf Baechle2017-08-081-1/+1
* net2kiss: Switch from private openpty() implementation to libutil.Ralf Baechle2017-08-082-48/+2
* ax25-tools don't need ncurses.Ralf Baechle2017-08-081-2/+0
* axgetput: Delete duplicate inclusion of <sys/types.h>Ralf Baechle2017-08-081-1/+0
* kissattach.8, spattach.8: Fix references to non-existing man page.Ralf Baechle2017-08-031-2/+2
* ax25.4: Fix reference to non-existing man page.Ralf Baechle2017-08-031-2/+2
* Delete more assignments in if conditions.Ralf Baechle2017-08-035-41/+75
* kissnetd: Fix swapped calloc arguments.Ralf Baechle2017-08-031-1/+1
* treewide: Remove casts of a type to the same type.Ralf Baechle2017-08-031-1/+1
* treewide: Remove useless casts from bind() pointer argument.Ralf Baechle2017-08-032-2/+2
* treewide: Remove useless casts of function return value to void.Ralf Baechle2017-08-034-17/+14
* treewide: Remove useless casts from sendto() pointer argument.Ralf Baechle2017-08-031-1/+1
* treewide: Remove useless casts from memset pointer argument.Ralf Baechle2017-08-036-13/+13
* treewide: Remove useless casts from memcpy pointer arguments.Ralf Baechle2017-08-034-13/+18
* rip98d: Perform a crapectomy on hex2intrev().Ralf Baechle2017-08-031-46/+4
* rip98r: Use unsigned int to store IPv4 addresses and masks.Ralf Baechle2017-08-031-2/+2
* rip98d: Replace naive mask2bits and bits2mask implementations.Ralf Baechle2017-08-032-53/+10
* rip98d: Change bits2mask's return value from unsigned long to unsigned int.Ralf Baechle2017-08-012-2/+2
* rip98d: Change mask2bits's argument from unsigned long to unsigned int.Ralf Baechle2017-08-012-2/+2
* treewide: Kill assignments in if conditions.Ralf Baechle2017-07-3142-219/+439
* axwrapper: Compute nfds argument of select() instead of using a constant.Ralf Baechle2017-07-261-1/+10
* axwrapper: Remove unused code resulting in warning.Ralf Baechle2017-07-261-7/+0
* axwrapper: Handle EINTR error return from select().Ralf Baechle2017-07-261-0/+3
* axwrapper: Delete FILES section from man page.Ralf Baechle2017-07-261-1/+0
* kissnetd: Fix possible buffer overflow.Ralf Baechle2017-07-261-1/+2
* ax25: Delete useless casts of malloc's return value.Ralf Baechle2017-02-062-17/+17
* axgetput: Don't check for negative return from strlen.Ralf Baechle2017-02-061-1/+1
* mheard: Drop unsatisfiable conditions.Ralf Baechle2017-02-061-2/+2
* netromd: Add cast to fix warning.Ralf Baechle2017-02-061-1/+1
* mkiss: Change type of buffer[] to fix warning.Ralf Baechle2017-02-061-1/+1
* rsdwnlnk: Add cast to silence useless warning.Ralf Baechle2017-02-061-1/+1
* rsmemsiz: Fix warning and add error check to getuptime call.Ralf Baechle2017-02-061-1/+5
* rsuplnk: Add cast to silence useless warning.Ralf Baechle2017-02-061-1/+1
* user_call: Fix warning about void pointer arithmetic.Ralf Baechle2017-02-061-2/+3