summaryrefslogtreecommitdiffstats
path: root/ax25
Commit message (Collapse)AuthorAgeFilesLines
* get_assoc(): file handle of fopen(PROC_AX25_CALLS_FILE, "r") wasThomas Osterried2008-10-101-1/+3
| | | | never closed.
* Fix for autoconf. Thanks to Tom <DL1JBE>Thomas Osterried2008-08-032-3/+2
|
* fix in Makefile.am for installation of man page axgetput.1Thomas Osterried2008-05-161-0/+1
|
* changed mail addressesThomas Osterried2008-04-272-3/+3
|
* typo: embeded is embeddedThomas Osterried2008-04-132-8/+8
|
* axspawn on embeded systems like openwrt:Thomas Osterried2008-04-132-33/+108
| | | | | | | | | | | | on those systems, things are not as you expect. i.e., /bin/login is a shell script and implements boot-specific actions only (login without root password, etc..). The assumption that /bin/login -f username causes user as uid > 0 to login is wrong; user may gain root rights. axspawn now implements partially (thus, in the important points) what login assures. axspawn should be involked with the option --embeded when called from ax25d.
* 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
| | | | | user has now also the choice to use the standard unix passwd/shadow authentication
* 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 in the man page: axparms --set-call told something wrong about "serial-device".
* Fix possible irritation because arguments were "-xxx".Thomas Osterried2007-04-162-18/+18
| | | | | Retained backward compatibility, but prefered arguments are now without '-'.
* 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
| | | | | | | | | | then .profile is copied, and without deletion the contense of ax25.profile is overwritten. to .profile. This lead to garbage. - Some useradd implementations refuse to add the user if his homedir already exists. But we need the function which builds the subtree /home/hams/dl9.../, because useradd does not make the missing subdirs by itself (instead, it's a severe error condition for useradd)
* 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-239-100/+124
| | | | pointless comments.
* 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-224-74/+18
|
* Manual page for axgetput. This fixes the build which broke becauseRalf Baechle2007-01-221-0/+32
| | | | ax25/axgetput/Makefile.am was referencing the non-existing man page.
* assure to free pwd from read_pwd()Thomas Osterried2006-12-161-2/+10
|
* modifications for axgetputThomas Osterried2006-12-102-379/+626
|
* axgetput (bget, bput, ..) for 8bit clean up/download from anThomas Osterried2006-12-1012-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 circumstancesThomas Osterried2006-12-101-3/+19
|
* Example with parameters_extAX25Thomas Osterried2006-10-051-0/+2
|
* Documentation of parameters_extAX25Thomas Osterried2006-10-051-0/+21
|
* 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
| | | | intr = ^C as stty setting
* md5 and sys authentication via /etc/ax25/bcpasswd and $HOME/bcpasswd.Thomas Osterried2006-04-098-44/+991
| | | | | Documented in axspawn.8 Thanks to Christoph <dk2crn> for contribution.
* Fixed Length of NodeThomas Osterried2006-01-081-2/+2
| | | | | Here stood: static char Node[11]; /* Room for 'GB9ZZZ-15\0' */ ;))
* - Increased max value for mheard list to 1000.Thomas Osterried2005-12-102-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 unlockThomas Osterried2005-12-103-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..
* 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
|
* - better handling for IP mode VC connections (configurable viaThomas Osterried2005-10-301-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.
* - fixed bug when downloading large messages (where linux kernel returnsThomas Osterried2005-10-303-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 firstThomas Osterried2005-10-301-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.
* removedMichael Taylor2003-04-029-984/+0
|
* testCraig Small2003-02-221-0/+1
|
* used PF_PACKET for SOCK_PACKET sockets, added time.h to axspawn.cMichael Taylor2002-11-033-3/+4
|
* removed junk out of ax25 subdirCraig Small2002-03-0410-0/+11
|
* removed some stuff that shouldnt be thereCraig Small2002-03-041-1/+1
|
* last checking for 0.0.8ax25-tools-0.0.8Craig Small2001-05-161-19/+56
|
* synced to klaus codeCraig Small2001-05-1018-0/+984
|
* Import ax25-tools 0.0.6 from tarballax25-tools-0.0.6Ralf Baechle2001-04-111-0/+6
|
* Import ax25-tools 0.0.4 from tarballax25-tools-0.0.4Ralf Baechle1999-08-105-15/+29
|
* Import ax25-tools 0.0.3 from tarballax25-tools-0.0.3Ralf Baechle1999-07-087-88/+32
|
* Import ax25-tools 0.0.2 from tarballax25-tools-0.0.2Ralf Baechle1999-06-0710-14/+98
|
* Import ax25-tools 0.0.1 from tarballax25-tools-0.0.1Ralf Baechle1999-04-2130-0/+5851