summaryrefslogtreecommitdiffstats
path: root/axconfig.c
Commit message (Collapse)AuthorAgeFilesLines
* nrconfig.c: call comparison fix.Thomas Osterried2009-04-091-11/+9
| | | | | axconfig.c, nrconfig.c and rsconfig.c: assurances against null pointer deferences.
* small fix for the last patchThomas Osterried2009-04-091-8/+11
|
* This is a fix for a bug introduced 2008-04-02, which caused interfacesThomas Osterried2009-04-091-19/+59
| | | | | containing CALL without SSID not being found anymore (user had to address CALL-0 instead of just CALL).
* From Matti Aarnio (oh2mqk@sral.fi):Ralf Baechle2008-04-021-254/+113
| | | | | | | | | | | | | | | | * axconfig.c: Find all running network ports, and compare them against the /etc/ax25/axports file. * nrconfig.c: Find all running network ports, and compare them against the /etc/ax25/nrports file. * rsconfig.c: Find all running network ports, and compare them against the /etc/ax25/rsports file. * Update man pages
* Fix pile of warnings about differing signedness. One of them looksRalf Baechle2007-01-231-1/+1
| | | | like a real buglet for some architectures.
* Fix warning about // style comment. Actually remove the commentRalf Baechle2007-01-231-2/+2
| | | | because it was pointless anyway.
* logical error in my last patch: instead of coping the interfaceThomas Osterried2006-10-211-8/+20
| | | | | | name of the corresponding axports line to axif, i compared axif->Name with the device name. This matched only interfaces which are configured as "ax0 ....." in axports, and was, indeed, not intended.
* New feature: find all interfaces, even when they have currentlyThomas Osterried2006-10-041-60/+223
| | | | | | | | | no IP-Address assigned: Because ifc.ifc_req does not show interfaces without IP-Address assigned, we use the device list via /proc. This concept was inspired by net-tools / ifconfig This feature will be enabled soon. We just need to trace down a kernel error.
* Added better error messages in libax25, eg to print out the namesHamish Moffatt2001-09-111-7/+7
| | | | of missing files etc.
* Import libax25 0.0.5 from tarballlibax25-0.0.5Ralf Baechle1999-07-081-1/+1
|
* Import ax25-lib 0.0.2 from tarballax25-lib-0.0.2Ralf Baechle1999-04-211-6/+14
|
* Import ax25-lib 0.0.1 from tarballax25-lib-0.0.1Ralf Baechle1999-04-101-0/+328