Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build of man pages when building in a separate build directory. | Ralf Baechle | 2013-06-04 | 1 | -1/+1 |
| | |||||
* | Now debian license policy compliant: | Thomas Osterried | 2012-05-21 | 1 | -2/+23 |
| | | | | Relicense listen/ripdump.c to permit commercial use and distribution. | ||||
* | Apply program name transformations also to man page content. | Ralf Baechle | 2011-12-11 | 2 | -9/+26 |
| | | | | | | For now these options are just honored for the call.1 and listen.1 man pages because these days these two programs generally get renamed to avoid naming conflicts with other programs. | ||||
* | The last patch introduced cosmetic errors like | Thomas Osterried | 2010-06-05 | 1 | -16/+28 |
| | | | | | | | | | | | | GIFADDR: Bad file descriptor after signling termination with ^C In detail: close(3) = 0 sigreturn() = ? (mask now []) ioctl(3, SIOCGIFHWADDR, {ifr_name="eth0", ???}) = -1 EBADF (Bad file descriptor) -> The interrupt handler introduced concurrency issues ;) The patch caused only unexpected behaviour; no security problems. This new patch fixes this problem. | ||||
* | Don't abort on SIGWINCH. Cleanly terminate on SIGINT and SIGTERM. | Ralf Baechle | 2010-05-30 | 1 | -4/+34 |
| | | | | Patch from Michael Stuermer <ms@mallorn.de> with a few touchups be me. | ||||
* | Remove use of backwards compatibility header name. | Ralf Baechle | 2009-06-21 | 1 | -4/+0 |
| | | | | | | 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 Baechle | 2009-06-19 | 1 | -0/+1 |
| | |||||
* | Remove all generated files. | Ralf Baechle | 2009-06-19 | 1 | -539/+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 Baechle | 2009-06-14 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
* | Eleminate use of register keyword | Ralf Baechle | 2009-06-14 | 1 | -2/+2 |
| | | | | | Any modern C compiler will just ignore register so it's just cluttering the screen. | ||||
* | Added some includes. This fixes compilation problems in gentoo, | Thomas Osterried | 2009-04-22 | 1 | -0/+1 |
| | | | | and warnings. | ||||
* | listen did not terminate if caller has died. fputs and fflush | Thomas Osterried | 2008-11-24 | 1 | -2/+4 |
| | | | | return value EOF was not honored. | ||||
* | changed mail address | Thomas Osterried | 2008-04-27 | 2 | -3/+3 |
| | |||||
* | updated addresses | Thomas Osterried | 2008-04-13 | 2 | -3/+3 |
| | |||||
* | Fix warnings about // style comment. And remove some of the most | Ralf Baechle | 2007-01-23 | 3 | -51/+47 |
| | | | | pointless comments. | ||||
* | Convert to autoconf 2.59. Delete junk from past centuries. | Ralf Baechle | 2007-01-22 | 1 | -188/+291 |
| | |||||
* | Minor bug fixes and some restructuring | Scott Miller N1VG | 2004-02-04 | 1 | -199/+118 |
| | |||||
* | Added opentrac to listen | Craig Small | 2004-02-04 | 7 | -220/+836 |
| | | | | More autobbreak updating nightmares | ||||
* | used PF_PACKET for SOCK_PACKET sockets, added time.h to axspawn.c | Michael Taylor | 2002-11-03 | 1 | -1/+1 |
| | |||||
* | changed fd_set variables around so no clashax25-apps-0.0.6 | Craig Small | 2002-03-04 | 1 | -2/+2 |
| | |||||
* | Steve Frasers patch for ssid matching in ax25ipd | Craig Small | 2002-01-12 | 1 | -1/+1 |
| | |||||
* | * adjusted temp version back to 0.0.6 | Craig Small | 2002-01-07 | 2 | -1/+5 |
| | | | | * Added \n to poll line | ||||
* | remerged with terry indents | Craig Small | 2001-11-27 | 5 | -96/+168 |
| | |||||
* | updated libtool, uniformly indented source, corrected small ax25mond ↵ | Terry Dawson VK2KTJ | 2001-09-12 | 15 | -719/+790 |
| | | | | Makefile bug | ||||
* | Initial revisionax25-apps-0.0.5p2 | Craig Small | 2001-04-10 | 11 | -26/+303 |
| | |||||
* | Import ax25-apps 0.0.4 from tarballax25-apps-0.0.4 | Ralf Baechle | 1999-08-24 | 1 | -6/+6 |
| | |||||
* | Import ax25-apps 0.0.3 from tarballax25-apps-0.0.3 | Ralf Baechle | 1999-08-10 | 4 | -53/+104 |
| | |||||
* | Import ax25-apps 0.0.2 from tarballax25-apps-0.0.2 | Ralf Baechle | 1999-07-08 | 2 | -15/+1 |
| | |||||
* | Import ax25-apps 0.0.1 from tarballax25-apps-0.0.1 | Ralf Baechle | 1999-06-07 | 18 | -0/+2728 |