| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed spelling errors.HEADmaster | Thomas Osterried | 2023-05-13 | 1 | -1/+1 |
* | Fixed speeling errors in man pages and programs. | Thomas Osterried | 2023-05-13 | 1 | -1/+1 |
* | axspawn: Fix transformation by bad cleanup | Ralf Baechle | 2019-03-28 | 1 | -3/+2 |
* | Delete more assignments in if conditions. | Ralf Baechle | 2017-08-03 | 1 | -20/+39 |
* | treewide: Remove useless casts from memset pointer argument. | Ralf Baechle | 2017-08-03 | 1 | -4/+4 |
* | treewide: Kill assignments in if conditions. | Ralf Baechle | 2017-07-31 | 1 | -4/+8 |
* | ax25: Delete useless casts of malloc's return value. | Ralf Baechle | 2017-02-06 | 1 | -16/+16 |
* | axspawn: Fix use of 0 instead of NULL as a pointer value. | Ralf Baechle | 2017-02-06 | 1 | -7/+7 |
* | axspawn: Remove unused function Xtoupper(). | Ralf Baechle | 2017-02-06 | 1 | -9/+0 |
* | axspawn: Sort out homebrew declaration of forkpty(3). | Ralf Baechle | 2017-02-06 | 1 | -9/+1 |
* | axspawn: Make many functions and variables static. | Ralf Baechle | 2017-02-06 | 1 | -42/+38 |
* | axspawn: Sort out pointer signedness mess. | Ralf Baechle | 2017-01-26 | 1 | -3/+4 |
* | axspawn: Fix missleading indentation. | Ralf Baechle | 2017-01-26 | 1 | -1/+1 |
* | ax25/axspawn.c: Fix signedness compiler warnings. | Ralf Baechle | 2015-06-07 | 1 | -4/+4 |
* | axspawn: Remove unused variable command. | Ralf Baechle | 2015-05-07 | 1 | -1/+0 |
* | Merge branch 'master' of git://git.linux-ax25.org/pub/scm/ralf/ax25-tools | Ralf Baechle | 2015-05-02 | 1 | -473/+473 |
|\ |
|
| * | Insert space between `)' and a following `{'. | Ralf Baechle | 2013-06-17 | 1 | -1/+1 |
| * | Reformat consistently. Strictly whitespace changes only. | Ralf Baechle | 2013-06-17 | 1 | -236/+236 |
| * | Always have a space between if, for, switch, while and the following `('. | Ralf Baechle | 2013-06-17 | 1 | -3/+3 |
| * | Remove parenthesis around arguments of return statements. | Ralf Baechle | 2013-06-17 | 1 | -12/+12 |
| * | Use tabs for indentation, not spaces. | Ralf Baechle | 2013-06-17 | 1 | -154/+154 |
| * | Remove useless initializations to 0 or NULL. | Ralf Baechle | 2013-06-17 | 1 | -9/+9 |
| * | Nuke trailing whitespace. | Ralf Baechle | 2013-06-17 | 1 | -71/+71 |
* | | Found debian wheezy useradd bug: useradd did terminates and eats 100% | Thomas Osterried | 2015-05-01 | 1 | -10/+78 |
|/ |
|
* | Weed out all use of RCS strings. | Ralf Baechle | 2013-06-06 | 1 | -3/+0 |
* | call setsid() only if we are not already the process group leader | Thomas Osterried | 2011-08-18 | 1 | -2/+6 |
* | Removed check for return value of setsid(). If it's already | Thomas Osterried | 2011-08-18 | 1 | -3/+2 |
* | Fix for CVE-2011-2910: check return status of setuid(), .. | Thomas Osterried | 2011-08-18 | 1 | -2/+3 |
* | Christoph Rueckert <dk2crn> had an issue with OpenSuse 11.2. | Thomas Osterried | 2010-03-31 | 1 | -3/+3 |
* | Convert spelling of Joerg Reuter's name from umlaut to oe. | Ralf Baechle | 2009-06-27 | 1 | -2/+2 |
* | Remove use of backwards compatibility header name. | Ralf Baechle | 2009-06-21 | 1 | -9/+1 |
* | Fix type of length argument to sockset syscalls. | Ralf Baechle | 2009-06-14 | 1 | -3/+5 |
* | Fix utmp time code | Ralf Baechle | 2009-06-14 | 1 | -4/+10 |
* | bugfix: write_ax25(line, ..) segfaultet if line is static char[]. | Thomas Osterried | 2008-11-08 | 1 | -6/+14 |
* | fix: strncpy(ut.ut_id, tty + 3, sizeof(ut.ut_id)); // was sizeof(ut.ut_line)... | Thomas Osterried | 2008-10-22 | 1 | -2/+2 |
* | get_assoc(): file handle of fopen(PROC_AX25_CALLS_FILE, "r") was | Thomas Osterried | 2008-10-10 | 1 | -1/+3 |
* | typo: embeded is embedded | Thomas Osterried | 2008-04-13 | 1 | -6/+6 |
* | axspawn on embeded systems like openwrt: | Thomas Osterried | 2008-04-13 | 1 | -33/+103 |
* | new feature: bcpasswd authentication type "unix". | Thomas Osterried | 2008-02-16 | 1 | -3/+7 |
* | - bugfix: if /etc/skel/.profile exists, and /etc/ax25/ax25.profile, | Thomas Osterried | 2007-03-11 | 1 | -4/+41 |
* | 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 | 1 | -11/+20 |
* | assure to free pwd from read_pwd() | Thomas Osterried | 2006-12-16 | 1 | -2/+10 |
* | useradd now with "-s shell" option under special circumstances | Thomas Osterried | 2006-12-10 | 1 | -3/+19 |
* | 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 | 1 | -6/+6 |
* | md5 and sys authentication via /etc/ax25/bcpasswd and $HOME/bcpasswd. | Thomas Osterried | 2006-04-09 | 1 | -40/+157 |
* | - fdlock(): fixed potential lock due to return without unlock | Thomas Osterried | 2005-12-10 | 1 | -11/+63 |
* | - fixed bug when downloading large messages (where linux kernel returns | Thomas Osterried | 2005-10-30 | 1 | -91/+768 |