summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fflush stdout and stderr before close. just to be sureThomas Osterried2008-10-101-0/+2
* get_assoc(): file handle of fopen(PROC_AX25_CALLS_FILE, "r") wasThomas Osterried2008-10-101-1/+3
* forked child now closes stdin, stdout, stderr.Thomas Osterried2008-10-011-0/+4
* kissattach now supports Unix98 pseudo terminals (/dev/ptmx).Thomas Osterried2008-09-262-14/+48
* Fix for autoconf. Thanks to Tom <DL1JBE>Thomas Osterried2008-08-033-6/+5
* temporary: prefer automake-1.9 because automake-1.4 hasThomas Osterried2008-06-071-2/+2
* fix in Makefile.am for installation of man page axgetput.1Thomas Osterried2008-05-161-0/+1
* changed mail addressesThomas Osterried2008-04-2731-50/+50
* typo: embeded is embeddedThomas Osterried2008-04-132-8/+8
* axspawn on embeded systems like openwrt:Thomas Osterried2008-04-132-33/+108
* This only ever "worked" because strncmp happens to be defined as aRalf Baechle2008-02-171-2/+2
* fix: ask_pw_sys(): do not query for the same numbersThomas Osterried2008-02-161-1/+0
* new feature: bcpasswd authentication type "unix".Thomas Osterried2008-02-163-7/+32
* typoThomas Osterried2008-02-161-1/+1
* - bugfix: did false computations on 64bit plattforms.Thomas Osterried2007-09-161-0/+4
* - axparms is now more posix compliantThomas Osterried2007-04-162-40/+44
* Fix possible irritation because arguments were "-xxx".Thomas Osterried2007-04-162-18/+18
* consistent names (tty instead of ttyinterface)Thomas Osterried2007-04-161-1/+1
* updated manpageThomas Osterried2007-03-111-2/+47
* a profile is sourced, not executed. -> removed "#!/bin/sh"Thomas Osterried2007-03-111-2/+1
* - bugfix: if /etc/skel/.profile exists, and /etc/ax25/ax25.profile,Thomas Osterried2007-03-111-4/+41
* Nuke K&R style non-prototypes ...Ralf Baechle2007-01-231-11/+3
* Fix warnings about // style comment. And remove some of the mostRalf Baechle2007-01-2310-101/+124
* Include <sys/time.h>. This fixes a build error on glibc 2.1.Ralf Baechle2007-01-231-0/+1
* Convert to autoconf 2.59. Delete junk from past centuries.Ralf Baechle2007-01-2225-5479/+12585
* Manual page for axgetput. This fixes the build which broke becauseRalf Baechle2007-01-221-0/+32
* Move all acconfig.h stuff into configure.in. This silences autoheader.Ralf Baechle2007-01-222-11/+3
* assure to free pwd from read_pwd()Thomas Osterried2006-12-161-2/+10
* modifications for axgetputThomas Osterried2006-12-104-611/+1081
* axgetput (bget, bput, ..) for 8bit clean up/download from anThomas Osterried2006-12-1012-0/+1786
* useradd now with "-s shell" option under special circumstancesThomas Osterried2006-12-101-3/+19
* Example with parameters_extAX25Thomas Osterried2006-10-051-0/+2
* Documentation of parameters_extAX25Thomas Osterried2006-10-051-0/+21
* arguments for configureThomas Osterried2006-10-041-1/+2
* fix: user_changed preinitialization was wrongThomas Osterried2006-06-101-2/+2
* login ... -h <protocol> .. - for nicer wtmpThomas Osterried2006-06-101-1/+3
* \n problem in in the bcpasswd part while sending messagesThomas Osterried2006-04-152-22/+22
* md5 and sys authentication via /etc/ax25/bcpasswd and $HOME/bcpasswd.Thomas Osterried2006-04-098-44/+991
* Fixed Length of NodeThomas Osterried2006-01-081-2/+2
* commenting out startiface() was not really wise.Thomas Osterried2005-12-101-2/+0
* - include ctype.h -> made compiler happyThomas Osterried2005-12-101-2/+3
* support for 6pack tnc rings (patch found at sf.net)Thomas Osterried2005-12-107-10/+1143
* - Increased max value for mheard list to 1000.Thomas Osterried2005-12-102-8/+48
* - fdlock(): fixed potential lock due to return without unlockThomas Osterried2005-12-103-12/+94
* IP Address is now not mandatory anymore.Thomas Osterried2005-11-281-0/+2
* - IP Address not mandatory anymoreThomas Osterried2005-11-282-9/+29
* bugfix (segfault when invoked without argument)Thomas Osterried2005-11-281-5/+2
* gcc4.0 is more pedantic than useful..Thomas Osterried2005-11-281-3/+3
* q&d bugfix. but now compiles ;)Thomas Osterried2005-10-312-5/+3
* - better handling for IP mode VC connections (configurable viaThomas Osterried2005-10-301-31/+227