summaryrefslogtreecommitdiffstats
path: root/ax25
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Always have a space between if, for, switch, while and the following `('.Ralf Baechle2013-06-174-7/+7
| * Remove parenthesis around arguments of return statements.Ralf Baechle2013-06-175-17/+17
| * Use tabs for indentation, not spaces.Ralf Baechle2013-06-178-259/+259
| * Remove useless initializations to 0 or NULL.Ralf Baechle2013-06-174-21/+21
| * Nuke trailing whitespace.Ralf Baechle2013-06-1719-171/+171
| * Nuke trailing blank lines.Ralf Baechle2013-06-175-5/+0
| * Use dist_ prefix in Makefile.am rather than EXTRA_DIST where possible.Ralf Baechle2013-06-172-4/+3
* | Fix typo SIOCAX25CTLCON in perror()Thomas Osterried2015-05-011-1/+1
* | Signed-off-by: Thomas Osterried <ax25@x-berg.in-berlin.de>Thomas Osterried2015-05-011-1/+1
* | Provide defaults for user_shell if unset.Thomas Osterried2015-05-012-2/+8
* | Found debian wheezy useradd bug: useradd did terminates and eats 100%Thomas Osterried2015-05-011-10/+78
|/
* Weed out all use of RCS strings.Ralf Baechle2013-06-069-42/+5
* Convert .cvsignore files to .gitignoreRalf Baechle2013-06-042-1/+1
* call setsid() only if we are not already the process group leaderThomas Osterried2011-08-181-2/+6
* Removed check for return value of setsid(). If it's alreadyThomas Osterried2011-08-181-3/+2
* Fix for CVE-2011-2910: check return status of setuid(), ..Thomas Osterried2011-08-182-8/+13
* Consistently spell digipeater.Ralf Baechle2011-07-141-1/+1
* Christoph Rueckert <dk2crn> had an issue with OpenSuse 11.2.Thomas Osterried2010-03-311-3/+3
* Fix parallel installation bugs.Ralf Baechle2009-09-231-1/+1
* Convert spelling of Joerg Reuter's name from umlaut to oe.Ralf Baechle2009-06-271-2/+2
* axgetput: Delete homegrown declarations of optarg and optind.Ralf Baechle2009-06-231-4/+1
* axgetput: Remove homegrown 'extern int errno' declaration.Ralf Baechle2009-06-231-2/+1
* Remove use of backwards compatibility header name.Ralf Baechle2009-06-218-70/+2
* Ignore a few more generated files.Ralf Baechle2009-06-192-0/+2
* Remove all generated files.Ralf Baechle2009-06-192-1303/+0
* Fix type of length argument to sockset syscalls.Ralf Baechle2009-06-144-9/+12
* Fix utmp time codeRalf Baechle2009-06-141-4/+10
* Convert K&R-style function definitions to function prototypes.Ralf Baechle2009-06-142-7/+7
* fixThomas Osterried2009-02-121-1/+1
* escape fixThomas Osterried2009-02-121-1/+1
* time_t for file_timeThomas Osterried2009-01-221-3/+3
* made proto_bin compatible to call(1) ~a upload.Thomas Osterried2009-01-221-15/+25
* completed docuThomas Osterried2008-11-211-1/+2
* important security fix:Thomas Osterried2008-11-211-9/+18
* bugfix: write_ax25(line, ..) segfaultet if line is static char[].Thomas Osterried2008-11-081-6/+14
* fix: strncpy(ut.ut_id, tty + 3, sizeof(ut.ut_id)); // was sizeof(ut.ut_line)...Thomas Osterried2008-10-221-2/+2