summaryrefslogtreecommitdiffstats
path: root/libexec/telnetd/sys_term.c
Commit message (Expand)AuthorAgeFilesLines
* Don't risk catching a signal while handling a signal for a dying child, as wejmallett2002-05-271-0/+8
* Don't use non-signal-safe functions (exit(3) in this case) insheldonh2002-02-051-1/+1
* Merge from master (crypto) telnet. WARNS fixes for alpha.markm2001-12-031-4/+4
* Merge the (in)complete ANSIfication work from src/crypto/telnet.markm2001-11-301-3/+3
* After running a "make unifdef", commit the resultant diffs.markm2001-11-301-656/+116
* Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.markm2001-08-291-501/+4
* Feature merging and diff reduction between this code and crypto telnet.markm2001-08-201-173/+169
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
* Fix the number of bytes allocated by realloc when more space is neededghelmer2001-06-071-1/+1
* Synch: Properly constify sccsid[].asmodai2001-02-071-2/+2
* (scrub_env): change to only accept a listed set of variables,assar2000-12-101-23/+37
* Add `_PATH_DEVZERO'.obrien2000-12-091-8/+10
* Don't use sizeof() on a pointer when we really wanted to measurekris2000-11-191-7/+3
* Filter out some more magic environment variables used by libraries linkedkris2000-10-311-0/+7
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Back out previous commit - it's not necessary now that tty.h properly includesjkh1999-08-091-2/+1
* Add a missing include (sys/queue.h for sys/tty.h SLIST usage.)green1999-08-091-1/+2
* Ensure that things returned by gethostname() andbrian1999-04-071-2/+1
* Remove a bogus prototype for time() and let time.h do that.jb1998-05-141-6/+5
* sprintf->snprintf paranoia. The one thing that looks like a hole inimp1997-12-241-7/+8
* Use err(3). Remove progname and trailing \n in syslog strings.charnier1997-12-031-13/+19
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Some buffer overrun fixes and removed check for username starting with "-"pst1997-01-071-7/+5
* add forgotten $Id$wosch1996-09-221-0/+2
* Add a ``-P altlogin'' option which allows the sysadmin to specify anpeter1996-08-131-3/+9
* Remove LD_NOSTD_PATH unsetenv, isn't exist anymoreache1995-10-241-1/+0
* Fix original patch error with ! before strncmpache1995-10-201-4/+10
* Don't allow LD_* env. variables to be trickedache1995-10-201-0/+22
* Move erase cleanup outside linemode conditionalpst1995-09-061-1/+1
* Properly set the erase character for the login prompt.pst1995-09-051-1/+5
* Fix some typos in a comment BUAD -> BAUD.ats1995-08-051-3/+3
* Use the same DECODE_BAUD trick like in new telnetd to obtainache1995-08-021-0/+17
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Fix bug:ache1995-04-261-2/+9
* Support for >32 PTYs.jkh1995-02-091-3/+3
* Plug already known security hole. (Brought over from 1.1.5):guido1994-08-151-2/+7
* BSD 4.4 Lite Libexec Sourcesrgrimes1994-05-271-0/+2135
OpenPOWER on IntegriCloud