Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | axudp: make "udp <portnumber>" in "route call ip udp port" obsolete; use | Thomas Osterried | 2012-02-01 | 2 | -1/+16 |
| | | | | | the port configured with "socket udp <port>"; but you could still specify another port with "route call ip udp anotherPort". | ||||
* | Fix man page generation. | Ralf Baechle | 2012-01-10 | 1 | -2/+2 |
| | | | | | | | | Since the recent conversion from static to generated man pages some man pages were generated with a wrong section suffix which was breaking installation. Noticed and fixed by Steffen Köhler <sk4@mail.zih.tu-dresden.de>. | ||||
* | Apply program name transformations also to remaining man page content. | Ralf Baechle | 2011-12-11 | 3 | -16/+36 |
| | | | | | The config files are unaffected; if you need to resolve a name conflict for the config files, use --sysconfdir=/etc and --localstatedir=/var. | ||||
* | ax25ipd: Mark reference to ax25ipd.conf as part of man page section 5. | Ralf Baechle | 2011-12-11 | 1 | -1/+1 |
| | |||||
* | Ignore a few more generated files. | Ralf Baechle | 2009-06-19 | 1 | -0/+1 |
| | |||||
* | Remove all generated files. | Ralf Baechle | 2009-06-19 | 1 | -613/+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 | 2 | -2/+2 |
| | | | | | Any modern C compiler will just ignore register so it's just cluttering the screen. | ||||
* | Convert K&R-style function definitions to function prototypes. | Ralf Baechle | 2009-06-14 | 7 | -89/+46 |
| | |||||
* | Added some includes. This fixes compilation problems in gentoo, | Thomas Osterried | 2009-04-22 | 2 | -2/+2 |
| | | | | and warnings. | ||||
* | fix in help | Thomas Osterried | 2009-02-01 | 1 | -6/+6 |
| | |||||
* | small fix. | Thomas Osterried | 2009-01-31 | 1 | -0/+3 |
| | |||||
* | Better integration in unix98 PTY environments. | Thomas Osterried | 2009-01-31 | 4 | -29/+50 |
| | | | | | | Revised the getopt_long() part. Assured strcpy cases. Thanks to Christoph <dk2crn> for contribution. | ||||
* | updated author's address | Thomas Osterried | 2009-01-30 | 2 | -2/+2 |
| | |||||
* | contact update | Thomas Osterried | 2009-01-19 | 2 | -2/+2 |
| | |||||
* | PATH_MAX: linux include standard has changed. | Thomas Osterried | 2008-12-21 | 1 | -1/+2 |
| | | | | now we need to include limits.h | ||||
* | typo | Thomas Osterried | 2008-10-11 | 2 | -2/+2 |
| | |||||
* | Support for unix98 ptys ("/dev/ptmx"). Thanks to dk2crn. | Thomas Osterried | 2008-10-11 | 5 | -3/+59 |
| | |||||
* | io.c: WRITE to TTY returns -1 EAGAIN | Thomas Osterried | 2008-04-13 | 1 | -0/+13 |
| | | | | | if ttyqueue is full. The behaviour to give up here was wrong. | ||||
* | Fix warnings about // style comment. And remove some of the most | Ralf Baechle | 2007-01-23 | 2 | -18/+28 |
| | | | | pointless comments. | ||||
* | Convert to autoconf 2.59. Delete junk from past centuries. | Ralf Baechle | 2007-01-22 | 1 | -192/+316 |
| | |||||
* | Added documention how to configure bpqether interfaces. | Thomas Osterried | 2006-10-05 | 1 | -1/+35 |
| | |||||
* | Bugfix: --nofork worked well, but -f not. A break was missing.. | Thomas Osterried | 2006-10-04 | 1 | -0/+1 |
| | |||||
* | io.c: io_error(): patch from testing upstream version. | Thomas Osterried | 2006-06-10 | 2 | -17/+41 |
| | | | | fixes problem that it tends to terminate even if it need not to | ||||
* | gcc4.0 sucks | Thomas Osterried | 2005-12-09 | 1 | -1/+1 |
| | |||||
* | - make compiler happy | Thomas Osterried | 2005-10-31 | 1 | -5/+3 |
| | |||||
* | - tun/tap support for ax25ipd | Thomas Osterried | 2005-10-30 | 10 | -10/+417 |
| | | | | | | | | | | | - fclose() fix in config.c description of tun/tap: added a new fast and efficient link to the linux kernel ax25 stack, via the ethertap interface. ax25 goes directly to the bpqether interface in the kernel via ethertap/tuntap interfaces, which is a much better way than traditional kissattach to a ttyp/ptyp pair. | ||||
* | #include <time.h> in io.c | Michael Taylor | 2004-12-12 | 2 | -6/+7 |
| | | | | tidy options struct initalization | ||||
* | use AM_CFLAGS rather than CFLAGS | Michael Taylor | 2004-12-12 | 1 | -1/+1 |
| | |||||
* | Added opentrac to listen | Craig Small | 2004-02-04 | 1 | -234/+243 |
| | | | | More autobbreak updating nightmares | ||||
* | 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 |
| | |||||
* | remerged with terry indents | Craig Small | 2001-11-27 | 1 | -0/+4 |
| | |||||
* | merged my changes with terry indent, daemon can now optionally not fork | Craig Small | 2001-11-27 | 8 | -30/+78 |
| | |||||
* | Fixed ax25ipd conf file bug, small cosmetic changes | Terry Dawson VK2KTJ | 2001-09-22 | 4 | -11/+10 |
| | |||||
* | Fixed the indentation that indent broke in ax25ipd/io.c | Terry Dawson VK2KTJ | 2001-09-22 | 1 | -516/+331 |
| | |||||
* | Corrected typo in ax25ipd.c | Terry Dawson VK2KTJ | 2001-09-12 | 1 | -1/+1 |
| | |||||
* | Updated ax25ipd man page | Terry Dawson VK2KTJ | 2001-09-12 | 1 | -8/+16 |
| | |||||
* | updated libtool, uniformly indented source, corrected small ax25mond ↵ | Terry Dawson VK2KTJ | 2001-09-12 | 9 | -853/+1129 |
| | | | | Makefile bug | ||||
* | Initial revisionax25-apps-0.0.5p2 | Craig Small | 2001-04-10 | 4 | -14/+73 |
| | |||||
* | Import ax25-apps 0.0.2 from tarballax25-apps-0.0.2 | Ralf Baechle | 1999-07-08 | 6 | -20/+926 |
| | |||||
* | Import ax25-apps 0.0.1 from tarballax25-apps-0.0.1 | Ralf Baechle | 1999-06-07 | 12 | -0/+2943 |