aboutsummaryrefslogtreecommitdiff
path: root/contrib/telnet/telnetd/sys_term.c
Commit message (Expand)AuthorAgeFilesLines
* Let telnetd build without utmp and logwtmp(3).Ed Schouten2010-01-131-18/+1
* Remove unneeded inclusion of <utmp.h> and dead variables.Ed Schouten2009-12-271-14/+0
* Correctly scrub telnetd's environment.Colin Percival2009-02-161-4/+19
* Use strlcpy() instead of strcpy().Ed Schouten2008-11-131-1/+2
* Convert telnetd(8) to use posix_openpt(2).Ed Schouten2008-11-131-35/+20
* Use __FBSDID vs. rcsid[]. Also protect sccs[] and copyright[] from GCC 3.3.David E. O'Brien2003-05-041-4/+4
* Don't risk catching a signal while handling a signal for a dying child, as weJuli Mallett2002-05-271-0/+8
* Don't use non-signal-safe functions (exit(3) in this case) inSheldon Hearn2002-02-051-1/+1
* More help for alpha WARNS=2. This code is, erm, unusual. Anyone whoMark Murray2001-12-031-4/+4
* Damn. The previous mega-commit was incomplete WRT ANSIfication. ThisMark Murray2001-11-301-3/+3
* Very large style makeover.Mark Murray2001-11-301-662/+138
* Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.Mark Murray2001-08-291-501/+4
* Code merge and diff reduce with "base" telnet. This is the "later"Mark Murray2001-08-201-17/+15
* (scrub_env): change to only accept a listed set of variables,Assar Westerlund2000-12-101-23/+37
* Add more environment variables to be filtered through scrub_env().Jeroen Ruigrok van der Werven2000-11-301-0/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* MF libexec/telnetd: MAXHOSTNAMELEN & -u fixes.Brian Somers1999-04-071-2/+1
* Remove redundant decl. of time(). Causes problems on alphaGary Palmer1998-09-011-2/+1
* MFC: sprintf paranoiaWarner Losh1998-01-221-7/+8
* MFC: no \n in syslog strings. Change -P to -p in flags. EOF -> -1. Use err(3).Philippe Charnier1997-12-081-9/+18
* Bring the FreeBSD changes to the virgin sources.Mark Murray1997-09-071-21/+43
* Initial import of BSD telnet. This will be used to build the kerberisedMark Murray1997-09-041-0/+2303