summaryrefslogtreecommitdiffstats
path: root/ax25
Commit message (Expand)AuthorAgeFilesLines
* axparms: Make several functions static.Ralf Baechle2017-02-061-9/+9
* axspawn: Remove unused function Xtoupper().Ralf Baechle2017-02-061-9/+0
* axspawn: Sort out homebrew declaration of forkpty(3).Ralf Baechle2017-02-061-9/+1
* axspawn: Make many functions and variables static.Ralf Baechle2017-02-061-42/+38
* axspawn: Move calc_md5_pw to eleminate need for declaration and make static.Ralf Baechle2017-02-061-30/+29
* axspawn: Make several functions and variables static.Ralf Baechle2017-02-061-11/+8
* axwrapper: Mark functions sigchld_handler and convert_{cr_lf,lf_cr} static.Ralf Baechle2017-02-061-3/+3
* bpqparms: Fix excessive indentation in usage().Ralf Baechle2017-02-061-4/+4
* bpqparms: Make functions usage and get_hwaddr static.Ralf Baechle2017-02-061-2/+2
* Remove support for !defined(__GLIBC__) and __GLIBC__ != 2.Ralf Baechle2017-02-063-14/+0
* axspawn: Sort out pointer signedness mess.Ralf Baechle2017-01-261-3/+4
* Use the right way to get the required feature set from glibc.Ralf Baechle2017-01-262-1/+4
* beacon: Fix confusing indentation.Ralf Baechle2017-01-261-1/+4
* beacon: Fix confusing indentation.Ralf Baechle2017-01-261-1/+4
* axspawn: Fix missleading indentation.Ralf Baechle2017-01-261-1/+1
* Add a git suffix to the version number used by all programs.Ralf Baechle2017-01-249-10/+20
* mheardd: Delete duplicate inclusion of <config.h>.Ralf Baechle2017-01-231-1/+0
* axparms: Fix name of bpqether proc file in man page.Ralf Baechle2017-01-191-1/+1
* Makefile.am: axwapper.8 was not in the list of the man pages to be installed.Thomas Osterried2016-11-161-2/+2
* got rid of ctime() and using localtime()/strftime().Thomas Osterried2016-07-181-29/+21
* fix for segfault issue:Thomas Osterried2016-07-181-22/+60
* beacon with new option -H: -> beacon intervals relative to the hour.Thomas Osterried2016-07-042-8/+33
* beacon: new option -f: do not fork.Thomas Osterried2016-07-042-5/+14
* added "-d a" option to mheard:Thomas Osterried2016-07-041-2/+5
* added "-d a" option to mheard:Thomas Osterried2016-07-041-8/+63
* Fixed regression in axgetput (bget/bput crc was calculated wrong)Thomas Osterried2016-02-121-27/+27
* Fix spelling of "subsequent".Ralf Baechle2015-07-161-1/+1
* Remove all references to axassociate(8) and axsetcall(8).Ralf Baechle2015-07-162-9/+3
* axparms: Accept numeric user ID.Ralf Baechle2015-06-192-7/+22
* ax25/ax25d.c: Fix warning about set but unused variable.Ralf Baechle2015-06-071-12/+0
* ax25/mheardd.c: Fix signedness compiler warnings.Ralf Baechle2015-06-071-4/+7
* ax25/axwrapper.c: Fix signedness compiler warnings.Ralf Baechle2015-06-071-1/+2
* ax25/axspawn.c: Fix signedness compiler warnings.Ralf Baechle2015-06-071-4/+4
* ax25/access.c: Fix signedness compiler warnings.Ralf Baechle2015-06-071-1/+1
* Fix path of node binary in ax25d.conf.Ralf Baechle2015-06-051-5/+5
* Remove generated file ax25/ax25d.conf.Ralf Baechle2015-06-051-49/+0
* Substitute proper paths in ax25d.conf.Ralf Baechle2015-05-264-7/+69
* axwrapper: Indent with tabs instead of spaces.Ralf Baechle2015-05-251-2/+2
* Add Tomi Manninen OH2BNS's axwrapper program.Ralf Baechle2015-05-256-1/+256
* axparms: Fix harmless -Werror=format-security build error.Ralf Baechle2015-05-181-1/+1
* automake: Replace use of deprecated automake macro INCLUDES.Ralf Baechle2015-05-171-2/+2
* axspawn: Remove unused variable command.Ralf Baechle2015-05-071-1/+0
* Merge branch 'master' of git://git.linux-ax25.org/pub/scm/ralf/ax25-toolsRalf Baechle2015-05-0222-2214/+2206
|\
| * axgetput: Use shifts instead of a silly table to compute bitmask.Ralf Baechle2013-06-171-3/+1
| * axgetput: Simplify do_crc() a bit.Ralf Baechle2013-06-171-2/+1
| * axgetput: Use calc_crc() to simplify CRC calculations.Ralf Baechle2013-06-171-11/+4
| * axgetput: Provide calc_crc() function to iterate over memory area.Ralf Baechle2013-06-171-0/+8
| * axgetput: Get rid of unused length argument of do_crc().Ralf Baechle2013-06-171-4/+4
| * Insert space between `)' and a following `{'.Ralf Baechle2013-06-171-1/+1
| * Reformat consistently. Strictly whitespace changes only.Ralf Baechle2013-06-1714-1801/+1801