summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet/telnetd/sys_term.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-3/+3
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-10/+8
* Use snprintf instead of strcpy/strcat in many placesGreg Hudson2008-10-231-3/+1
* MITKRB5-SA-2007-001: telnetd allows login as arbitrary userTom Yu2007-04-031-1/+24
* * configure.in: Test for speed_t being presentEzra Peisach2002-11-151-2/+2
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-1/+1
* * sys_term.c (startslave): Get rid of extra argument in call toEzra Peisach2001-07-231-1/+1
* * sys_term.c (addarg): Cast char to long in indexing arrayEzra Peisach2001-07-061-4/+10
* * state.c: Declate doclientstat() static and conditionalizeEzra Peisach2001-07-021-3/+3
* * ext.h: Remove unused prototype for start_slave() and replaceEzra Peisach2001-06-071-4/+4
* 1.2-beta4 pullupKen Raeburn2000-06-301-0/+1
* * sys_term.c (getptyslave): Under AIX, ignore I_PUSH pcktTom Yu1999-03-311-1/+4
* sys_term.c: #include utmp.h if present, and use _PATH_WTMP andTheodore Tso1998-05-271-1/+14
* telnetd.c (main):Theodore Tso1998-05-141-2/+2
* * telnetd.c (getterminaltype): Null-terminate strings and avoid aDan Winship1998-01-271-1/+1
* * sys_term.c (start_login): Bounds check the constructed "speed"Tom Yu1997-04-101-2/+8
* Drop support for -u because it allows us to removeSam Hartman1996-06-241-220/+0
* cygnus merge:Ken Raeburn1996-05-021-6/+2
* Call a krb5 cleanup routine to cleanup forwarded credentials, if necessaryRichard Basch1996-04-121-14/+16
* * Apply patch from Ken Raeburn to get telnetd compiling on the SGISam Hartman1996-03-241-150/+3
* Mainline utmp and login cleanups from hartmans_pty_utmp:Sam Hartman1996-01-191-1/+2
* syslog statements should not be called with \nRichard Basch1995-10-231-3/+3
* Changes for Alpha; also deal better with slave failureSam Hartman1995-08-091-7/+12
* Fix cc -std1 error on OSFPaul Park1995-08-081-1/+1
* * Use new interface to pty_update_utmpSam Hartman1995-08-081-18/+6
* Build fixes for SolarisPaul Park1995-08-071-0/+5
* libpty fixesPaul Park1995-08-071-2/+2
* Get telnetd working with libptySam Hartman1995-08-051-395/+43
* Make sure processes associated with the terminal are actuallySam Hartman1995-06-191-1/+10
* * configure.in, sys_term.c, telnetd.c : Have configure check forChris Provenzano1995-04-261-1/+3
* From Ian Taylor <ian@cygnus.com>.Mark Eichin1995-04-211-3/+5
* Avoid <krb5/...> includesJohn Gilmore1995-02-281-1/+1
* Only include <sys/tty.h> if HAVE_SYS_TTY_H is defined by configureTheodore Tso1994-11-081-3/+3
* Don't define time() manually; pull it in from <time.h>Theodore Tso1994-11-081-1/+0
* stamp out rcs keywordsMark Eichin1994-08-181-3/+1
* test for vhangupMark Eichin1994-08-161-0/+4
* lintMark Eichin1994-08-141-1/+0
* handle systems where setpgrp takes no argsMark Eichin1994-08-081-0/+4
* * sys_term.h: fix linux lossage, i.e. <linux/tty.h>Tom Yu1994-08-041-0/+4
* step 3: bcopy->memcpy or memmove (chose by hand), twiddle argsMark Eichin1994-06-151-1/+1
* step 2: bcmp->memcmpMark Eichin1994-06-151-4/+4
* step 1: bzero->memset(,0,)Mark Eichin1994-06-151-2/+2
* Updated telnet to be the 94.02.07 version, with some bugfixesTheodore Tso1994-06-101-85/+332
* Change dependencies on path.h to KRB5_PATH_TTY, KRB5_PATH_LOGIN, etcTheodore Tso1993-06-031-5/+5
* Initial VersionTheodore Tso1993-03-091-0/+1900