| Commit message (Expand) | Author | Age | Files | Lines |
* | * configure.in: Move test for setupterm back down below addition of | Ken Raeburn | 2004-03-07 | 2 | -1/+7 |
* | Configure telnet using one script instead of four | Ken Raeburn | 2004-03-04 | 12 | -184/+207 |
* | make depend | Ken Raeburn | 2003-12-15 | 2 | -21/+28 |
* | make-depend updates | Ken Raeburn | 2003-05-24 | 2 | -20/+20 |
* | Rename the local_subkey and remote_subkey fields in the auth_context | Tom Yu | 2003-05-10 | 2 | -2/+8 |
* | errno should never be explicitly declared | Ken Raeburn | 2003-04-24 | 4 | -5/+8 |
* | build libtelnet with library build framework | Tom Yu | 2003-04-11 | 3 | -12/+22 |
* | Thanks, patch applied | Tom Yu | 2003-04-09 | 3 | -4/+26 |
* | Red Hat's krb5_princ_size fixes | Ken Raeburn | 2003-04-01 | 2 | -0/+9 |
* | Use socklen_t when passing address to socket functions. | Ken Raeburn | 2003-01-10 | 2 | -2/+9 |
* | Nuke some old .orig files | Ken Raeburn | 2003-01-08 | 8 | -144/+16 |
* | Replace dependencies on generated krb524 and krb4 headers with | Tom Yu | 2002-12-23 | 1 | -1/+1 |
* | update dependencies | Tom Yu | 2002-12-12 | 1 | -1/+2 |
* | More KfM merge work | Tom Yu | 2002-12-12 | 3 | -4/+11 |
* | * configure.in: Test for speed_t being present | Ezra Peisach | 2002-11-15 | 7 | -17/+52 |
* | * sys_bsd.c: Moved declaration for susp() to type of file and | Ezra Peisach | 2002-11-15 | 9 | -53/+85 |
* | * enc-proto.h, enc_des.c, encrypt.c: Unsigned/signed cleanups | Ezra Peisach | 2002-11-15 | 15 | -29/+59 |
* | * configure.in: Autoconf 2.55 will not simply use cpp to test for | Ezra Peisach | 2002-10-22 | 2 | -1/+17 |
* | update dependencies | Ken Raeburn | 2002-08-29 | 2 | -4/+3 |
* | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 8 | -4/+20 |
* | Ignore a bunch of files generated by building in the source tree, excluding | Ken Raeburn | 2002-08-29 | 2 | -0/+2 |
* | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 8 | -4/+20 |
* | * telnetd.c: Switched the valid and user descriptions under the -a | Jen Selby | 2002-08-08 | 2 | -2/+7 |
* | update dependencies | Ken Raeburn | 2002-06-21 | 2 | -2/+3 |
* | update dependencies | Ken Raeburn | 2002-06-15 | 2 | -22/+13 |
* | * configure.in: Sepcial-case solaris+gcc to always find curses.h, | Tom Yu | 2002-04-12 | 2 | -0/+14 |
* | Build without k5-int.h | Sam Hartman | 2002-04-12 | 4 | -5/+15 |
* | * kerberos.c, kerberos5.c (Data): Reindent to 8 columns. (yes, | Tom Yu | 2002-03-29 | 3 | -18/+23 |
* | * kerberos.c: Include errno.h | Ken Raeburn | 2002-03-28 | 2 | -0/+5 |
* | Updated telnet patch | Sam Hartman | 2002-03-27 | 3 | -18/+20 |
* | update dependencies | Ken Raeburn | 2002-03-26 | 2 | -8/+7 |
* | Change approach for getaddrinfo support. Now, only fake-addrinfo.h is | Ken Raeburn | 2002-03-26 | 4 | -4/+12 |
* | Fix client side buffer overflows | Sam Hartman | 2002-03-16 | 3 | -6/+28 |
* | * configure.in: Do not explicitly add getent.o and setenv.o to | Ezra Peisach | 2002-03-13 | 3 | -3/+16 |
* | Update automatic dependencies to work on Windows by using $(OUTPRE) and | Ken Raeburn | 2001-10-11 | 3 | -84/+89 |
* | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 23 | -403/+337 |
* | update dependencies | Ken Raeburn | 2001-09-28 | 1 | -2/+2 |
* | * telnetd.c: Move include of fake-addrinfo.c to after stdlib.h so | Ezra Peisach | 2001-09-08 | 2 | -3/+7 |
* | * commands.c (tn): Don't crash printing null hostname in case where supplied | Ken Raeburn | 2001-09-07 | 2 | -2/+9 |
* | updated dependencies for latest make-depend target code | Ken Raeburn | 2001-09-06 | 3 | -56/+56 |
* | dependencies | Ken Raeburn | 2001-09-02 | 4 | -3/+132 |
* | * configure.in: Check for ipv6 support | Ken Raeburn | 2001-08-31 | 2 | -0/+3 |
* | * ext.h: Always use prototype declarations | Ken Raeburn | 2001-08-31 | 2 | -93/+88 |
* | * defs.h: Don't include socket-utils.h until after netinet/in.h | Ken Raeburn | 2001-08-30 | 2 | -3/+7 |
* | ipv6 support, except if source routing is requested (may be broken) | Ken Raeburn | 2001-08-30 | 3 | -93/+133 |
* | * telnet.c (setupterm): Now static. | Ken Raeburn | 2001-08-30 | 2 | -5/+13 |
* | note ipv6 work still not done | Ken Raeburn | 2001-08-30 | 1 | -0/+7 |
* | support incoming ipv6 connections; debug mode still ipv4 only | Ken Raeburn | 2001-08-30 | 3 | -15/+35 |
* | * termio-tn.c, termios-tn.c: Define dummy variables if STREAMSPTY isn't defin... | Ken Raeburn | 2001-08-30 | 3 | -0/+9 |
* | * authenc.c (net_write): Rewrite in terms of netwrite() | Tom Yu | 2001-08-02 | 9 | -447/+433 |