| Commit message (Expand) | Author | Age | Files | Lines |
* | Unbundle applications into separate repository | Greg Hudson | 2009-11-22 | 1 | -1715/+0 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -9/+9 |
* | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 1 | -1/+1 |
* | Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat... | Ken Raeburn | 2007-07-12 | 1 | -8/+11 |
* | Remove all unused variable warnings from tree | Ezra Peisach | 2006-10-15 | 1 | -2/+0 |
* | Merge Athena changes for requiring encrypted connections | Tom Yu | 2004-11-15 | 1 | -16/+32 |
* | Use socklen_t when passing address to socket functions. | Ken Raeburn | 2003-01-10 | 1 | -2/+4 |
* | Change approach for getaddrinfo support. Now, only fake-addrinfo.h is | Ken Raeburn | 2002-03-26 | 1 | -2/+1 |
* | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 1 | -5/+5 |
* | * telnetd.c: Move include of fake-addrinfo.c to after stdlib.h so | Ezra Peisach | 2001-09-08 | 1 | -3/+2 |
* | support incoming ipv6 connections; debug mode still ipv4 only | Ken Raeburn | 2001-08-30 | 1 | -15/+23 |
* | * authenc.c (net_write): Rewrite in terms of netwrite() | Tom Yu | 2001-08-02 | 1 | -61/+20 |
* | * state.c: Declate doclientstat() static and conditionalize | Ezra Peisach | 2001-07-02 | 1 | -3/+3 |
* | * telnetd.c (main): Change variable sin to sin4. | Ezra Peisach | 2001-06-22 | 1 | -11/+11 |
* | * telnetd.c: Add prototypes for getent() and tgetent() | Ezra Peisach | 2001-06-21 | 1 | -1/+4 |
* | * ext.h: Remove unused prototype for start_slave() and replace | Ezra Peisach | 2001-06-07 | 1 | -3/+11 |
* | telnetd.c (usage): Align output columns better | Ken Raeburn | 2001-04-27 | 1 | -2/+2 |
* | delete support for command-line options that are no longer accepted (and have... | Ken Raeburn | 2001-04-27 | 1 | -12/+2 |
* | make pty_make_sane_hostname take sockaddr* arg instead of sockaddr_in* | Ken Raeburn | 2000-12-06 | 1 | -1/+1 |
* | 1.2-beta4 pullup | Ken Raeburn | 2000-06-30 | 1 | -18/+39 |
* | From Bear Giles: | Ken Raeburn | 2000-02-21 | 1 | -0/+6 |
* | * telnetd.8: Resync manpage | Tom Yu | 1999-02-25 | 1 | -2/+24 |
* | * telnetd.8: Document hostname logging changes | Tom Yu | 1999-02-22 | 1 | -14/+24 |
* | telnetd.c (main): | Theodore Tso | 1998-05-14 | 1 | -5/+5 |
* | * utility.c (ptyflush, netflush): Explicitly reset SIGCHLD handler | Tom Yu | 1998-02-24 | 1 | -0/+1 |
* | * telnetd.c (doit): additional fix for previous terminaltype change | Dan Winship | 1998-01-28 | 1 | -1/+1 |
* | * telnetd.c (getterminaltype): Null-terminate strings and avoid a | Dan Winship | 1998-01-27 | 1 | -6/+11 |
* | telnetd.c (telnet, get_default_IM): Instead of using a hardcoded IM | Theodore Tso | 1998-01-24 | 1 | -1/+23 |
* | * telnetd.c (doit): Fix up slave buffer length | Tom Yu | 1997-12-05 | 1 | -4/+2 |
* | Check the error return from krb5_init_context(), and print an error | Theodore Tso | 1996-11-08 | 1 | -2/+9 |
* | Drop support for -u because it allows us to remove | Sam Hartman | 1996-06-24 | 1 | -7/+2 |
* | cygnus merge: | Ken Raeburn | 1996-05-02 | 1 | -29/+16 |
* | * Changes to not use streams on HPUX | Sam Hartman | 1996-04-16 | 1 | -0/+3 |
* | * telnetd.c: remove inclusion of netdb.h; it's already in defs.h, | Tom Yu | 1996-03-27 | 1 | -1/+0 |
* | * Apply patch from Ken Raeburn to get telnetd compiling on the SGI | Sam Hartman | 1996-03-24 | 1 | -5/+2 |
* | Makefile.in: Added flags which turn on the encryption option | Theodore Tso | 1996-03-19 | 1 | -2/+42 |
* | variable HE is a name collision with an hp/ux register mask in the hp/ux | Mark Eichin | 1996-03-13 | 1 | -4/+4 |
* | Use MAXDNAME for the maximum length of a domain, | Sam Hartman | 1996-02-26 | 1 | -5/+8 |
* | Fix handling of session key for Kerberos5. I don't think this should | Sam Hartman | 1995-10-10 | 1 | -0/+1 |
* | Get telnetd working with libpty | Sam Hartman | 1995-08-05 | 1 | -20/+11 |
* | * telnetd.c: respect HAVE_SYS_TTY_H | Mark Eichin | 1995-05-03 | 1 | -0/+2 |
* | * configure.in, sys_term.c, telnetd.c : Have configure check for | Chris Provenzano | 1995-04-26 | 1 | -0/+3 |
* | Don't use krb5_override_default_realm, as it is obsolete | Theodore Tso | 1995-04-22 | 1 | -3/+9 |
* | From Ian Taylor <ian@cygnus.com>. | Mark Eichin | 1995-04-21 | 1 | -1/+32 |
* | stamp out rcs keywords | Mark Eichin | 1994-08-18 | 1 | -3/+1 |
* | lint | Mark Eichin | 1994-08-14 | 1 | -1/+1 |
* | step 3: bcopy->memcpy or memmove (chose by hand), twiddle args | Mark Eichin | 1994-06-15 | 1 | -6/+6 |
* | step 1: bzero->memset(,0,) | Mark Eichin | 1994-06-15 | 1 | -1/+1 |
* | Updated telnet to be the 94.02.07 version, with some bugfixes | Theodore Tso | 1994-06-10 | 1 | -47/+163 |
* | Change dependencies on path.h to KRB5_PATH_TTY, KRB5_PATH_LOGIN, etc | Theodore Tso | 1993-06-03 | 1 | -2/+2 |