Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Nuke K&R style non-prototypes ... | Ralf Baechle | 2007-01-23 | 1 | -11/+3 | |
| | ||||||
* | Fix warnings about // style comment. And remove some of the most | Ralf Baechle | 2007-01-23 | 10 | -101/+124 | |
| | | | | pointless comments. | |||||
* | Include <sys/time.h>. This fixes a build error on glibc 2.1. | Ralf Baechle | 2007-01-23 | 1 | -0/+1 | |
| | ||||||
* | Convert to autoconf 2.59. Delete junk from past centuries. | Ralf Baechle | 2007-01-22 | 25 | -5479/+12585 | |
| | ||||||
* | Manual page for axgetput. This fixes the build which broke because | Ralf Baechle | 2007-01-22 | 1 | -0/+32 | |
| | | | | ax25/axgetput/Makefile.am was referencing the non-existing man page. | |||||
* | Move all acconfig.h stuff into configure.in. This silences autoheader. | Ralf Baechle | 2007-01-22 | 2 | -11/+3 | |
| | ||||||
* | assure to free pwd from read_pwd() | Thomas Osterried | 2006-12-16 | 1 | -2/+10 | |
| | ||||||
* | modifications for axgetput | Thomas Osterried | 2006-12-10 | 4 | -611/+1081 | |
| | ||||||
* | axgetput (bget, bput, ..) for 8bit clean up/download from an | Thomas Osterried | 2006-12-10 | 12 | -0/+1786 | |
| | | | | | | axspawn(8) login session. Initial checkin. Import from http://x-berg.in-berlin.de/cgi-bin/viewcvs.cgi/ampr/axgetput/ | |||||
* | useradd now with "-s shell" option under special circumstances | Thomas Osterried | 2006-12-10 | 1 | -3/+19 | |
| | ||||||
* | Example with parameters_extAX25 | Thomas Osterried | 2006-10-05 | 1 | -0/+2 | |
| | ||||||
* | Documentation of parameters_extAX25 | Thomas Osterried | 2006-10-05 | 1 | -0/+21 | |
| | ||||||
* | arguments for configure | Thomas Osterried | 2006-10-04 | 1 | -1/+2 | |
| | ||||||
* | fix: user_changed preinitialization was wrong | Thomas Osterried | 2006-06-10 | 1 | -2/+2 | |
| | ||||||
* | login ... -h <protocol> .. - for nicer wtmp | Thomas Osterried | 2006-06-10 | 1 | -1/+3 | |
| | ||||||
* | \n problem in in the bcpasswd part while sending messages | Thomas Osterried | 2006-04-15 | 2 | -22/+22 | |
| | | | | intr = ^C as stty setting | |||||
* | md5 and sys authentication via /etc/ax25/bcpasswd and $HOME/bcpasswd. | Thomas Osterried | 2006-04-09 | 8 | -44/+991 | |
| | | | | | Documented in axspawn.8 Thanks to Christoph <dk2crn> for contribution. | |||||
* | Fixed Length of Node | Thomas Osterried | 2006-01-08 | 1 | -2/+2 | |
| | | | | | Here stood: static char Node[11]; /* Room for 'GB9ZZZ-15\0' */ ;)) | |||||
* | commenting out startiface() was not really wise. | Thomas Osterried | 2005-12-10 | 1 | -2/+0 | |
| | ||||||
* | - include ctype.h -> made compiler happy | Thomas Osterried | 2005-12-10 | 1 | -2/+3 | |
| | | | | - minor fix | |||||
* | support for 6pack tnc rings (patch found at sf.net) | Thomas Osterried | 2005-12-10 | 7 | -10/+1143 | |
| | | | | from Iñaki Arenaza EB2EBU <iarenaza@escomposlinux.org> | |||||
* | - Increased max value for mheard list to 1000. | Thomas Osterried | 2005-12-10 | 2 | -8/+48 | |
| | | | | | | | New default is 100. - New option "-p port1[,port2,..] for including / excluding ports. Todo: different lists and sizes for earch port Requests were by f4ecw. | |||||
* | - fdlock(): fixed potential lock due to return without unlock | Thomas Osterried | 2005-12-10 | 3 | -12/+94 | |
| | | | | | | | | | - new password methods (read pwcheck for more info) - mode for homedirectory: new config option secure_home. if not set, new homedirectories become drwxr-xr-x if set, new homedirectories become drwx-----x. other=x, because otherwise uses would be iritating that for e.g. their public_html is not accessable.. | |||||
* | IP Address is now not mandatory anymore. | Thomas Osterried | 2005-11-28 | 1 | -0/+2 | |
| | ||||||
* | - IP Address not mandatory anymore | Thomas Osterried | 2005-11-28 | 2 | -9/+29 | |
| | | | | - New -b option. IFF_BROADCAST disabled by default now. | |||||
* | bugfix (segfault when invoked without argument) | Thomas Osterried | 2005-11-28 | 1 | -5/+2 | |
| | ||||||
* | gcc4.0 is more pedantic than useful.. | Thomas Osterried | 2005-11-28 | 1 | -3/+3 | |
| | ||||||
* | q&d bugfix. but now compiles ;) | Thomas Osterried | 2005-10-31 | 2 | -5/+3 | |
| | ||||||
* | - better handling for IP mode VC connections (configurable via | Thomas Osterried | 2005-10-30 | 1 | -31/+227 | |
| | | | | | | | | | ax25d.conf, see description in the header of ax25d.c) - due to a kernel bug in the ax25-stack, ax25d's accept() sometimes returns -ECONNABORTED, and ax25d never accepted new connections until kill -HUP or restart. on such an event, we'll re-read our config with ReadConfig() and obviously successfully re-obtain a valid listen-socket for that call on this interface. | |||||
* | - kissparms: new option "-c" and "-X" | Thomas Osterried | 2005-10-30 | 2 | -5/+40 | |
| | ||||||
* | - fixed bug when downloading large messages (where linux kernel returns | Thomas Osterried | 2005-10-30 | 3 | -97/+797 | |
| | | | | | | | | | -EAGAIN, when buffers get empty, which leaded to data loss) - fixed bug when '\r\n' was splited into two reads (trailing \r in the first read, starting \n in the second read) -> resulted in an empty line - better FD_SET(&fdread) handling - added //COMP hufman compression - could make use of the useradd(8) program for generating new accounts | |||||
* | rxecho did not multiplex to more than one iface after the first | Thomas Osterried | 2005-10-30 | 1 | -8/+128 | |
| | | | | | | | matching iface was found. from my old readme: fyi: if you have problems with kernel messages like "protocol ... is buggy", please drop me a note. there seems to be a bug in af_packet.c. | |||||
* | include <net/ethernet.h> or <linux/if_ether.h> | Michael Taylor | 2004-12-12 | 1 | -0/+6 | |
| | ||||||
* | /usr/include/linux/soundmodem.h not included with 2.6.x kernel, so include ↵ | Michael Taylor | 2004-12-12 | 2 | -1/+91 | |
| | | | | soundmodem.h here | |||||
* | added netinet/in.h for htons prototype | Michael Taylor | 2004-12-12 | 3 | -1/+3 | |
| | ||||||
* | replace asm/byteorder.h with public endian.h | Michael Taylor | 2004-12-12 | 1 | -1/+1 | |
| | ||||||
* | replace asm/byteorder.h with public header endian.h | Michael Taylor | 2004-12-12 | 3 | -3/+4 | |
| | ||||||
* | fix minor problem | Michael Taylor | 2004-12-11 | 1 | -1/+3 | |
| | ||||||
* | Quick script to run aclocal, autoconf, automake. | Michael Taylor | 2004-12-11 | 1 | -0/+4 | |
| | | | | Useful for developers using different versions of autoconf, libtool, and automake | |||||
* | Added files for autotools | Michael Taylor | 2004-04-09 | 2 | -0/+0 | |
| | ||||||
* | removed | Michael Taylor | 2003-04-02 | 16 | -1964/+0 | |
| | ||||||
* | Removed Makefiles | Craig Small | 2003-02-22 | 8 | -2694/+10 | |
| | ||||||
* | test | Craig Small | 2003-02-22 | 13 | -31/+923 | |
| | ||||||
* | changed syserrlist to strerrno | Craig Small | 2003-02-22 | 4 | -1/+4 | |
| | ||||||
* | Changed sys_errlist[] to strerror() | Michael Taylor | 2002-12-26 | 1 | -2/+2 | |
| | ||||||
* | used PF_PACKET for SOCK_PACKET sockets, added time.h to axspawn.c | Michael Taylor | 2002-11-03 | 4 | -4/+5 | |
| | ||||||
* | changed netromd to use PF_SOCKET | Craig Small | 2002-10-13 | 2 | -1/+2 | |
| | ||||||
* | added remaining sys/time.h includes for ppc | Craig Small | 2002-06-19 | 10 | -457/+38 | |
| | ||||||
* | cleaned up dmascc directory | Craig Small | 2002-03-04 | 2 | -399/+3 | |
| | ||||||
* | removed junk out of ax25 subdir | Craig Small | 2002-03-04 | 10 | -0/+11 | |
| |