summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet/telnetd/telnetd.c
Commit message (Expand)AuthorAgeFilesLines
* Unbundle applications into separate repositoryGreg Hudson2009-11-221-1715/+0
* make mark-cstyleTom Yu2009-10-311-9/+9
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat...Ken Raeburn2007-07-121-8/+11
* Remove all unused variable warnings from treeEzra Peisach2006-10-151-2/+0
* Merge Athena changes for requiring encrypted connectionsTom Yu2004-11-151-16/+32
* Use socklen_t when passing address to socket functions.Ken Raeburn2003-01-101-2/+4
* Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn2002-03-261-2/+1
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-5/+5
* * telnetd.c: Move include of fake-addrinfo.c to after stdlib.h soEzra Peisach2001-09-081-3/+2
* support incoming ipv6 connections; debug mode still ipv4 onlyKen Raeburn2001-08-301-15/+23
* * authenc.c (net_write): Rewrite in terms of netwrite()Tom Yu2001-08-021-61/+20
* * state.c: Declate doclientstat() static and conditionalizeEzra Peisach2001-07-021-3/+3
* * telnetd.c (main): Change variable sin to sin4.Ezra Peisach2001-06-221-11/+11
* * telnetd.c: Add prototypes for getent() and tgetent()Ezra Peisach2001-06-211-1/+4
* * ext.h: Remove unused prototype for start_slave() and replaceEzra Peisach2001-06-071-3/+11
* telnetd.c (usage): Align output columns betterKen Raeburn2001-04-271-2/+2
* delete support for command-line options that are no longer accepted (and have...Ken Raeburn2001-04-271-12/+2
* make pty_make_sane_hostname take sockaddr* arg instead of sockaddr_in*Ken Raeburn2000-12-061-1/+1
* 1.2-beta4 pullupKen Raeburn2000-06-301-18/+39
* From Bear Giles:Ken Raeburn2000-02-211-0/+6
* * telnetd.8: Resync manpageTom Yu1999-02-251-2/+24
* * telnetd.8: Document hostname logging changesTom Yu1999-02-221-14/+24
* telnetd.c (main):Theodore Tso1998-05-141-5/+5
* * utility.c (ptyflush, netflush): Explicitly reset SIGCHLD handlerTom Yu1998-02-241-0/+1
* * telnetd.c (doit): additional fix for previous terminaltype changeDan Winship1998-01-281-1/+1
* * telnetd.c (getterminaltype): Null-terminate strings and avoid aDan Winship1998-01-271-6/+11
* telnetd.c (telnet, get_default_IM): Instead of using a hardcoded IMTheodore Tso1998-01-241-1/+23
* * telnetd.c (doit): Fix up slave buffer lengthTom Yu1997-12-051-4/+2
* Check the error return from krb5_init_context(), and print an errorTheodore Tso1996-11-081-2/+9
* Drop support for -u because it allows us to removeSam Hartman1996-06-241-7/+2
* cygnus merge:Ken Raeburn1996-05-021-29/+16
* * Changes to not use streams on HPUXSam Hartman1996-04-161-0/+3
* * telnetd.c: remove inclusion of netdb.h; it's already in defs.h,Tom Yu1996-03-271-1/+0
* * Apply patch from Ken Raeburn to get telnetd compiling on the SGISam Hartman1996-03-241-5/+2
* Makefile.in: Added flags which turn on the encryption optionTheodore Tso1996-03-191-2/+42
* variable HE is a name collision with an hp/ux register mask in the hp/uxMark Eichin1996-03-131-4/+4
* Use MAXDNAME for the maximum length of a domain,Sam Hartman1996-02-261-5/+8
* Fix handling of session key for Kerberos5. I don't think this shouldSam Hartman1995-10-101-0/+1
* Get telnetd working with libptySam Hartman1995-08-051-20/+11
* * telnetd.c: respect HAVE_SYS_TTY_HMark Eichin1995-05-031-0/+2
* * configure.in, sys_term.c, telnetd.c : Have configure check forChris Provenzano1995-04-261-0/+3
* Don't use krb5_override_default_realm, as it is obsoleteTheodore Tso1995-04-221-3/+9
* From Ian Taylor <ian@cygnus.com>.Mark Eichin1995-04-211-1/+32
* stamp out rcs keywordsMark Eichin1994-08-181-3/+1
* lintMark Eichin1994-08-141-1/+1
* step 3: bcopy->memcpy or memmove (chose by hand), twiddle argsMark Eichin1994-06-151-6/+6
* step 1: bzero->memset(,0,)Mark Eichin1994-06-151-1/+1
* Updated telnet to be the 94.02.07 version, with some bugfixesTheodore Tso1994-06-101-47/+163
* Change dependencies on path.h to KRB5_PATH_TTY, KRB5_PATH_LOGIN, etcTheodore Tso1993-06-031-2/+2