Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch by Bernard Pidoux f6bvp | Thomas Osterried | 2010-05-11 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | He noticed that in libax25 the routine used to read /proc/net/nr_nodes only initialized local NetRom node name, alias and n parameters. Quality and Obs parameters were not initialized. He suggest to patch patched read_proc_nr_nodes() in order to initialize local node quality = 255 obs (persist) = 6 w = 1 With the above local node initialized parameters, adjacent NetRom nodes can now modify and broadcast Quality and other link parameters. And we don't see NetRom node with zero quality in NetRom tables over the net. | ||||
* | patch submitted by Bernard Pidoux f6bvp | Thomas Osterried | 2009-11-26 | 2 | -38/+40 |
| | | | | | | | | | - in proc_ax25 structure timers members size declared in procutils.h. Since in kernel 2.6 the timers are now in milliseconds, they need more place to be saved (unsigned short --> unsigned long). - in procutils.h and procutils.c in structure proc_rs_neigh field "use" was missing, in function read_proc_rs_neigh proc_rs_neigh use was not read | ||||
* | ax25_ntoa: Don't emit SSID suffix if the SSID is zero. | Ralf Baechle | 2009-09-10 | 2 | -6/+14 |
| | | | | From: Matti Aarnio OH2MQK <matti.aarnio@zmailer.org> | ||||
* | Add support for building rpm packages. | Ralf Baechle | 2009-06-27 | 5 | -2/+70 |
| | | | | Now just a rpmbuild -ta <foo.tar.gz> will do. | ||||
* | Renovate AC_CONFIG usage. | Ralf Baechle | 2009-06-27 | 1 | -1/+2 |
| | |||||
* | Bump version number to 0.0.12-rc2.libax25-0.0.12-rc2 | Ralf Baechle | 2009-06-21 | 1 | -1/+1 |
| | |||||
* | Convert configure.ac from deprecated AC_HEADER_EGREP to AC_EGREP_HEADER. | Ralf Baechle | 2009-06-21 | 1 | -3/+3 |
| | |||||
* | Install libc substitute headers only if really needed. | Ralf Baechle | 2009-06-20 | 5 | -6/+21 |
| | | | | And only to the correct path. | ||||
* | Move all header files to be installed to new subdirectory netax25. | Ralf Baechle | 2009-06-20 | 22 | -77/+40 |
| | |||||
* | Update libax25 copies of libc headers. | Ralf Baechle | 2009-06-20 | 3 | -28/+29 |
| | | | | | kernel_ax25.h, kernel_netrom.h and kernel_rose.h are outdated copies from libc; upgrade them from glibc 2.10. | ||||
* | Remove generated file config.h. | Ralf Baechle | 2009-06-19 | 1 | -0/+1 |
| | |||||
* | Remove AC_CONFIG_MACRO_DIR and ACLOCAL_AMFLAGS = -I m4 again. | Ralf Baechle | 2009-06-19 | 3 | -4/+0 |
| | | | | | | | | | | This is recommended by autoreconf by the following warning: libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. For some reason I don't have the time to track down right now it results in a configure script with a syntax error being generated. | ||||
* | Remove all generated files. | Ralf Baechle | 2009-06-19 | 16 | -40221/+16 |
| | | | | | | | | | | | | | | 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. | ||||
* | Eleminate use of register keyword | Ralf Baechle | 2009-06-14 | 1 | -1/+1 |
| | | | | | Any modern C compiler will just ignore register so it's just cluttering the screen. | ||||
* | Bump version number to 0.0.12-rc1.libax25-0.0.12-rc1 | Ralf Baechle | 2009-06-06 | 3 | -11/+20 |
| | |||||
* | nrconfig.c: call comparison fix. | Thomas Osterried | 2009-04-09 | 3 | -53/+104 |
| | | | | | axconfig.c, nrconfig.c and rsconfig.c: assurances against null pointer deferences. | ||||
* | small fix for the last patch | Thomas Osterried | 2009-04-09 | 1 | -8/+11 |
| | |||||
* | This is a fix for a bug introduced 2008-04-02, which caused interfaces | Thomas Osterried | 2009-04-09 | 1 | -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 Baechle | 2008-04-02 | 9 | -449/+432 |
| | | | | | | | | | | | | | | | | * 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 looks | Ralf Baechle | 2007-01-23 | 5 | -19/+31 |
| | | | | like a real buglet for some architectures. | ||||
* | Fix warning about // style comment. Actually remove the comment | Ralf Baechle | 2007-01-23 | 1 | -2/+2 |
| | | | | because it was pointless anyway. | ||||
* | Fix warning about lost const pointer attribute. | Ralf Baechle | 2007-01-23 | 1 | -1/+1 |
| | |||||
* | Update to ignore all generated files. | Ralf Baechle | 2007-01-22 | 1 | -1/+3 |
| | |||||
* | Regenerate all the autotools provided files - some were ancient and | Ralf Baechle | 2007-01-22 | 13 | -7365/+24501 |
| | | | | | | would have failed on some modern systems. Sole exception is the old INSTALL file, libax25 had its own. Maybe we should drop for simplicity; it doesn't provide alot of information. | ||||
* | Move all acconfig.h stuff into configure.in. This silences autoheader. | Ralf Baechle | 2007-01-21 | 2 | -11/+3 |
| | |||||
* | logical error in my last patch: instead of coping the interface | Thomas Osterried | 2006-10-21 | 1 | -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. | ||||
* | libtool creates libax25 without .so extension? | Thomas Osterried | 2006-10-04 | 1 | -0/+4 |
| | | | | | | update libtool: see http://people.debian.org/~keybuk/libtool-missing_so.html -> we temporary force it: libtoolize --copy --force | ||||
* | arguments (standard path) for configure | Thomas Osterried | 2006-10-04 | 1 | -1/+2 |
| | |||||
* | New feature: find all interfaces, even when they have currently | Thomas Osterried | 2006-10-04 | 1 | -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. | ||||
* | q&d bugfix for newer libtool | Thomas Osterried | 2005-10-31 | 1 | -1/+1 |
| | |||||
* | Quick way to regenerate autoconf / automake generated files. | Michael Taylor | 2004-12-11 | 1 | -0/+4 |
| | | | | Useful for different versions of autoconf, libtool, automake | ||||
* | should be last for ver 11libax25-0.0.11 | Craig Small | 2003-03-16 | 10 | -2102/+13297 |
| | |||||
* | last? update for 11 fixed cvsignore | Craig Small | 2003-03-06 | 1 | -0/+10 |
| | |||||
* | put in Tomi and Jereons patches for axio blocking | Craig Small | 2003-02-21 | 6 | -1325/+974 |
| | |||||
* | libax25io buffer overflow fixes, increment to 0.0.10 toolibax25-0.0.10 | Craig Small | 2002-03-28 | 8 | -17794/+1638 |
| | |||||
* | Added better error messages in libax25, eg to print out the names | Hamish Moffatt | 2001-09-11 | 3 | -17/+17 |
| | | | | of missing files etc. | ||||
* | added a cvsignore filelibax25-0.0.9 | Craig Small | 2001-08-28 | 1 | -0/+3 |
| | |||||
* | made final change to changelog | Craig Small | 2001-08-28 | 11 | -2780/+20760 |
| | |||||
* | updated config.sub for hppa | Craig Small | 2001-08-27 | 1 | -76/+223 |
| | |||||
* | updated config.* for hppa | Craig Small | 2001-05-10 | 4 | -72/+226 |
| | |||||
* | include rose.h is in netrose not netax25 | Craig Small | 2001-05-03 | 1 | -1/+1 |
| | |||||
* | Initial revision | Craig Small | 2001-04-10 | 4 | -4/+12 |
| | |||||
* | Import libax25 0.0.7 from tarballlibax25-0.0.7 | Ralf Baechle | 1999-08-24 | 11 | -98/+273 |
| | |||||
* | Import libax25 0.0.6 from tarballlibax25-0.0.6 | Ralf Baechle | 1999-07-19 | 8 | -130/+265 |
| | |||||
* | Import libax25 0.0.5 from tarballlibax25-0.0.5 | Ralf Baechle | 1999-07-08 | 37 | -499/+1465 |
| | |||||
* | Import libax25 0.0.4 from tarballlibax25-0.0.4 | Ralf Baechle | 1999-05-31 | 9 | -1096/+747 |
| | |||||
* | Import ax25-lib 0.0.3 from tarballax25-lib-0.0.3 | Ralf Baechle | 1999-04-30 | 14 | -88/+242 |
| | |||||
* | Import ax25-lib 0.0.2 from tarballax25-lib-0.0.2 | Ralf Baechle | 1999-04-21 | 30 | -2074/+5324 |
| | |||||
* | Import ax25-lib 0.0.1 from tarballax25-lib-0.0.1 | Ralf Baechle | 1999-04-10 | 39 | -0/+14203 |