summaryrefslogtreecommitdiffstats
path: root/ax25rtd/ax25rtd.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert spelling of Joerg Reuter's name from umlaut to oe.Ralf Baechle2009-06-271-3/+3
| | | | | In a world that is caught between ISO 8859-1, ISO 8859-15 and UTF-8 non-ASCII characters are a guaranteed mess, still.
* Remove use of backwards compatibility header name.Ralf Baechle2009-06-211-10/+2
| | | | | | Glibc as old as 2.2 provides working headers under the right name and if not libax25 would install headers under the right name so this has become redundant and ugly.
* Fix type of length argument to sockset syscalls.Ralf Baechle2009-06-141-4/+4
| | | | | | | | Various socket syscalls receive a length argument that should be a socklen_t rsp. a ptr to a socklen_t but instead int rsp. ptr to int were being passed. While in theory this was a bug it's harmless as dangerously large values would not be used but the issue manifested itself in a significant number of compilation warnings.
* - documentation (ax25rtd.8, ax25rtd.conf.5, ax25rtctl.8)Thomas Osterried2006-10-051-2/+3
| | | | - new feature: advanced routing option
* used PF_PACKET for SOCK_PACKET sockets, added time.h to axspawn.cMichael Taylor2002-11-031-3/+3
|
* changed fd_set variables around so no clashax25-apps-0.0.6Craig Small2002-03-041-13/+16
|
* updated libtool, uniformly indented source, corrected small ax25mond ↵Terry Dawson VK2KTJ2001-09-121-52/+44
| | | | Makefile bug
* Initial revisionax25-apps-0.0.5p2Craig Small2001-04-101-2/+5
|
* Import ax25-apps 0.0.3 from tarballax25-apps-0.0.3Ralf Baechle1999-08-101-4/+18
|
* Import ax25-apps 0.0.1 from tarballax25-apps-0.0.1Ralf Baechle1999-06-071-0/+233