summaryrefslogtreecommitdiffstats
path: root/ax25/axspawn.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Kill assignments in if conditions.Ralf Baechle2017-07-311-4/+8
* ax25: Delete useless casts of malloc's return value.Ralf Baechle2017-02-061-16/+16
* axspawn: Fix use of 0 instead of NULL as a pointer value.Ralf Baechle2017-02-061-7/+7
* axspawn: Remove unused function Xtoupper().Ralf Baechle2017-02-061-9/+0
* axspawn: Sort out homebrew declaration of forkpty(3).Ralf Baechle2017-02-061-9/+1
* axspawn: Make many functions and variables static.Ralf Baechle2017-02-061-42/+38
* axspawn: Sort out pointer signedness mess.Ralf Baechle2017-01-261-3/+4
* axspawn: Fix missleading indentation.Ralf Baechle2017-01-261-1/+1
* ax25/axspawn.c: Fix signedness compiler warnings.Ralf Baechle2015-06-071-4/+4
* axspawn: Remove unused variable command.Ralf Baechle2015-05-071-1/+0
* Merge branch 'master' of git://git.linux-ax25.org/pub/scm/ralf/ax25-toolsRalf Baechle2015-05-021-473/+473
|\
| * Insert space between `)' and a following `{'.Ralf Baechle2013-06-171-1/+1
| * Reformat consistently. Strictly whitespace changes only.Ralf Baechle2013-06-171-236/+236
| * Always have a space between if, for, switch, while and the following `('.Ralf Baechle2013-06-171-3/+3
| * Remove parenthesis around arguments of return statements.Ralf Baechle2013-06-171-12/+12
| * Use tabs for indentation, not spaces.Ralf Baechle2013-06-171-154/+154
| * Remove useless initializations to 0 or NULL.Ralf Baechle2013-06-171-9/+9
| * Nuke trailing whitespace.Ralf Baechle2013-06-171-71/+71
* | Found debian wheezy useradd bug: useradd did terminates and eats 100%Thomas Osterried2015-05-011-10/+78
|/
* Weed out all use of RCS strings.Ralf Baechle2013-06-061-3/+0
* call setsid() only if we are not already the process group leaderThomas Osterried2011-08-181-2/+6
* Removed check for return value of setsid(). If it's alreadyThomas Osterried2011-08-181-3/+2
* Fix for CVE-2011-2910: check return status of setuid(), ..Thomas Osterried2011-08-181-2/+3
* Christoph Rueckert <dk2crn> had an issue with OpenSuse 11.2.Thomas Osterried2010-03-311-3/+3
* Convert spelling of Joerg Reuter's name from umlaut to oe.Ralf Baechle2009-06-271-2/+2
* Remove use of backwards compatibility header name.Ralf Baechle2009-06-211-9/+1
* Fix type of length argument to sockset syscalls.Ralf Baechle2009-06-141-3/+5
* Fix utmp time codeRalf Baechle2009-06-141-4/+10
* bugfix: write_ax25(line, ..) segfaultet if line is static char[].Thomas Osterried2008-11-081-6/+14
* fix: strncpy(ut.ut_id, tty + 3, sizeof(ut.ut_id)); // was sizeof(ut.ut_line)...Thomas Osterried2008-10-221-2/+2
* get_assoc(): file handle of fopen(PROC_AX25_CALLS_FILE, "r") wasThomas Osterried2008-10-101-1/+3
* typo: embeded is embeddedThomas Osterried2008-04-131-6/+6
* axspawn on embeded systems like openwrt:Thomas Osterried2008-04-131-33/+103
* new feature: bcpasswd authentication type "unix".Thomas Osterried2008-02-161-3/+7
* - 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-231-11/+20
* assure to free pwd from read_pwd()Thomas Osterried2006-12-161-2/+10
* useradd now with "-s shell" option under special circumstancesThomas Osterried2006-12-101-3/+19
* 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-151-6/+6
* md5 and sys authentication via /etc/ax25/bcpasswd and $HOME/bcpasswd.Thomas Osterried2006-04-091-40/+157
* - fdlock(): fixed potential lock due to return without unlockThomas Osterried2005-12-101-11/+63
* - fixed bug when downloading large messages (where linux kernel returnsThomas Osterried2005-10-301-91/+768
* used PF_PACKET for SOCK_PACKET sockets, added time.h to axspawn.cMichael Taylor2002-11-031-1/+2
* Import ax25-tools 0.0.3 from tarballax25-tools-0.0.3Ralf Baechle1999-07-081-1/+1
* Import ax25-tools 0.0.2 from tarballax25-tools-0.0.2Ralf Baechle1999-06-071-0/+11
* Import ax25-tools 0.0.1 from tarballax25-tools-0.0.1Ralf Baechle1999-04-211-0/+911