summaryrefslogtreecommitdiffstats
path: root/ax25rtd
Commit message (Collapse)AuthorAgeFilesLines
* Convert spelling of Joerg Reuter's name from umlaut to oe.Ralf Baechle2009-06-2710-19/+19
| | | | | 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-215-32/+8
| | | | | | 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.
* Ignore a few more generated files.Ralf Baechle2009-06-191-0/+1
|
* Remove all generated files.Ralf Baechle2009-06-191-619/+0
| | | | | | | | | | | | | | Keeping generated files in CVS doesn't only tend to produce large and cluttered files it also may result in build problems due to timestamps in the wrong order. So dump everything, update .cvsignore to ignore these files and resolve all warnings generated by autoreconf. From now on users of a CVS checkout should run the command autoreconf --install --force after having done a CVS checkout. For this to succeed automake, autoconf and libtool will have to be installed.
* Fix type of length argument to sockset syscalls.Ralf Baechle2009-06-142-6/+7
| | | | | | | | 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.
* Convert K&R-style function definitions to function prototypes.Ralf Baechle2009-06-141-2/+2
|
* Fix for autoconf. Thanks to Tom <DL1JBE>Thomas Osterried2008-08-031-1/+1
|
* Convert to autoconf 2.59. Delete junk from past centuries.Ralf Baechle2007-01-222-4/+8
|
* - documentation (ax25rtd.8, ax25rtd.conf.5, ax25rtctl.8)Thomas Osterried2006-10-0510-281/+800
| | | | - new feature: advanced routing option
* fix: /var/ax25/ax25rtd/ was not created with "make installconf"Thomas Osterried2006-10-041-0/+5
|
* ax25-maxroutes and ip-maxroutes now defaults do 4096Thomas Osterried2006-10-041-2/+2
|
* Increased values of IP_MAXROUTES and AX25_MAXROUTES from 256 to 4096Thomas Osterried2006-10-042-213/+226
|
* fix: /var/ax25/ax25rtd/ was not created with "make installconf"Thomas Osterried2006-10-043-0/+6
|
* - config.c, listener.c:Thomas Osterried2005-10-273-6/+6
| | | | | | | | | | | | | | users of newer versions of ax25rtd have problems with the ip-encaps-dev feature (needed only in some environments). the problem was the implementation of the feature, which results in the obvious problem that after an upgrade ax25rtd will not learn any ip-routes and arp's. a secondary problem is, when you have more than one interface, ip-routes/arp's could be learned only via _one_ interface. - config.c: ip-maxroutes was ignored - ax25rtd.conf: s/ax24/ax25/
* Added opentrac to listenCraig Small2004-02-041-220/+218
| | | | More autobbreak updating nightmares
* 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-043-27/+30
|
* remerged with terry indentsCraig Small2001-11-272-22/+61
|
* Fixed ax25ipd conf file bug, small cosmetic changesTerry Dawson VK2KTJ2001-09-222-4/+4
|
* updated libtool, uniformly indented source, corrected small ax25mond ↵Terry Dawson VK2KTJ2001-09-127-850/+782
| | | | Makefile bug
* Initial revisionax25-apps-0.0.5p2Craig Small2001-04-1010-51/+112
|
* Import ax25-apps 0.0.3 from tarballax25-apps-0.0.3Ralf Baechle1999-08-1010-40/+86
|
* Import ax25-apps 0.0.2 from tarballax25-apps-0.0.2Ralf Baechle1999-07-084-28/+60
|
* Import ax25-apps 0.0.1 from tarballax25-apps-0.0.1Ralf Baechle1999-06-0712-0/+3346