Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | time_t for file_time | Thomas Osterried | 2009-01-22 | 1 | -3/+3 | |
| | ||||||
* | made proto_bin compatible to call(1) ~a upload. | Thomas Osterried | 2009-01-22 | 1 | -15/+25 | |
| | ||||||
* | Unix98 support. | Thomas Osterried | 2009-01-20 | 4 | -12/+16 | |
| | | | | Thanks to dk2crn. | |||||
* | Unix98 PTY support for mkiss and m6pack. | Thomas Osterried | 2009-01-20 | 4 | -49/+188 | |
| | ||||||
* | Support for Unix98-pty's. Thanks to Christoph <dk2crn>. | Thomas Osterried | 2009-01-15 | 2 | -19/+63 | |
| | | | | | Syslog logging. Bugfixes: buffer-length assurances; do never change char *foo = "bar". | |||||
* | kissnetd now supports unix98 pty's (new option: -p num). | Thomas Osterried | 2009-01-09 | 2 | -45/+171 | |
| | | | | | | | | | The num devices are written to stdout and could easily used in startp scripts. Introduced PATH_MAX for the pty name. Kiss header for crc smack and rmnc are now supported. write return code is now honoured. Thanks to dk2crn for contriution. | |||||
* | completed docu | Thomas Osterried | 2008-11-21 | 1 | -1/+2 | |
| | ||||||
* | important security fix: | Thomas Osterried | 2008-11-21 | 1 | -9/+18 | |
| | | | | char addr[20] was static and strcpy(addr,.argv[n]) of variable length.. | |||||
* | bugfix: write_ax25(line, ..) segfaultet if line is static char[]. | Thomas Osterried | 2008-11-08 | 1 | -6/+14 | |
| | ||||||
* | buffer is 512. statement was: | Thomas Osterried | 2008-10-22 | 2 | -2/+2 | |
| | | | | | | if ((n = read(s, buffer + 2, 512)) == -1) in rsdwnlnk.c if ((n = read(STDIN_FILENO, buffer + 2, 512)) == -1) in rsuplnk.c This smashes the buffer two bytes behind.. | |||||
* | #include <string.h> in order to make the compiler happy | Thomas Osterried | 2008-10-22 | 1 | -0/+1 | |
| | ||||||
* | fix: strncpy(ut.ut_id, tty + 3, sizeof(ut.ut_id)); // was ↵ | Thomas Osterried | 2008-10-22 | 1 | -2/+2 | |
| | | | | sizeof(ut.ut_line) with size = 12, wheras ut_id is 4. | |||||
* | fflush stdout and stderr before close. just to be sure | Thomas Osterried | 2008-10-10 | 1 | -0/+2 | |
| | ||||||
* | get_assoc(): file handle of fopen(PROC_AX25_CALLS_FILE, "r") was | Thomas Osterried | 2008-10-10 | 1 | -1/+3 | |
| | | | | never closed. | |||||
* | forked child now closes stdin, stdout, stderr. | Thomas Osterried | 2008-10-01 | 1 | -0/+4 | |
| | | | | | Now it does not block on PTY=$(./kissattach /dev/ptmx ax4 2>&1|tail -1) | |||||
* | kissattach now supports Unix98 pseudo terminals (/dev/ptmx). | Thomas Osterried | 2008-09-26 | 2 | -14/+48 | |
| | | | | Thanks to Christoph Rueckert <dk2crn>. | |||||
* | Fix for autoconf. Thanks to Tom <DL1JBE> | Thomas Osterried | 2008-08-03 | 3 | -6/+5 | |
| | ||||||
* | temporary: prefer automake-1.9 because automake-1.4 has | Thomas Osterried | 2008-06-07 | 1 | -2/+2 | |
| | | | | problems with ax25-tools/hdlcutil/fl | |||||
* | fix in Makefile.am for installation of man page axgetput.1 | Thomas Osterried | 2008-05-16 | 1 | -0/+1 | |
| | ||||||
* | changed mail addresses | Thomas Osterried | 2008-04-27 | 31 | -50/+50 | |
| | ||||||
* | typo: embeded is embedded | Thomas Osterried | 2008-04-13 | 2 | -8/+8 | |
| | ||||||
* | axspawn on embeded systems like openwrt: | Thomas Osterried | 2008-04-13 | 2 | -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. | |||||
* | This only ever "worked" because strncmp happens to be defined as a | Ralf Baechle | 2008-02-17 | 1 | -2/+2 | |
| | | | | | | macro which supplied the parens needed for an if statment. Strncmp is defined that way on at least some glibc ports, including i386 but not on uClibc/MIPS. | |||||
* | fix: ask_pw_sys(): do not query for the same numbers | Thomas Osterried | 2008-02-16 | 1 | -1/+0 | |
| | ||||||
* | new feature: bcpasswd authentication type "unix". | Thomas Osterried | 2008-02-16 | 3 | -7/+32 | |
| | | | | | user has now also the choice to use the standard unix passwd/shadow authentication | |||||
* | typo | Thomas Osterried | 2008-02-16 | 1 | -1/+1 | |
| | ||||||
* | - bugfix: did false computations on 64bit plattforms. | Thomas Osterried | 2007-09-16 | 1 | -0/+4 | |
| | ||||||
* | - axparms is now more posix compliant | Thomas Osterried | 2007-04-16 | 2 | -40/+44 | |
| | | | | | - Fix in the man page: axparms --set-call told something wrong about "serial-device". | |||||
* | Fix possible irritation because arguments were "-xxx". | Thomas Osterried | 2007-04-16 | 2 | -18/+18 | |
| | | | | | Retained backward compatibility, but prefered arguments are now without '-'. | |||||
* | consistent names (tty instead of ttyinterface) | Thomas Osterried | 2007-04-16 | 1 | -1/+1 | |
| | ||||||
* | updated manpage | Thomas Osterried | 2007-03-11 | 1 | -2/+47 | |
| | ||||||
* | a profile is sourced, not executed. -> removed "#!/bin/sh" | Thomas Osterried | 2007-03-11 | 1 | -2/+1 | |
| | ||||||
* | - bugfix: if /etc/skel/.profile exists, and /etc/ax25/ax25.profile, | Thomas Osterried | 2007-03-11 | 1 | -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 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. |