summaryrefslogtreecommitdiff
path: root/libexec/telnetd
AgeCommit message (Collapse)Author
2001-07-19vsnprintf() can return a value larger than the buffer size. from assarJun-ichiro itojun Hagino
2001-07-19well, with the most recent reorganization, it now turns out that anyTheo de Raadt
program which links -lkrb5 also must link -lkafs as well! someone please mail hin@ an alpha or a powerpc, so that he can become aware of how binutils ("the other linker we use") works.
2001-07-18HIN: DO NOT LOSE OUR LOCAL CHANGESTheo de Raadt
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-04symmetrical, not symetricalPeter Valchev
2001-07-02Allows building w/o kerb supportTodd C. Miller
2001-06-29Add back gettytab reading but use cget* instead of the obsolescent gtget*Todd C. Miller
2001-06-29We need telnet_net_write() even when AUTHENTICATION is not defined.Todd C. Miller
2001-06-29o We have uname(2)Todd C. Miller
o Include stdarg.h since we do varags stuff
2001-06-27Document the -y flag:Hans Insulander
Makes telnetd not warn when a user is trying to login with cleartext passwords. (patch sent to heimdal developers)
2001-06-26-Wall -Werror cleanupHans Insulander
2001-06-23Update to reflect reality.Hans Insulander
2001-06-23Replace our telnetd with the one from heimdal-0.3f, with the following changes:Hans Insulander
- obvious buildsystem tweakes - our way to filter out bad environment variables
2001-06-23Update for heimdal-0.3fHans Insulander
2001-06-22Fix krb5 linking.Hans Insulander
My machine can now build statically with krb5 enabled.
2001-06-11strncpy vs strlcpy, some strlen missuse.Michael Shalayeff
some other related minor cleanups, and spaces. millert@ ok
2001-05-25KerberosV support from Heimdal.Hans Insulander
2001-01-17signal handler should finish using _exit()Theo de Raadt
2000-12-08Oops.Hans Insulander
2000-12-08Bring recent kerberos fix into -stable.Hans Insulander
2000-12-06Be more paranoid about passed KRB environment variables.Hans Insulander
(ok art)
2000-11-16Don't use sizeof() a pointer as a length parameter. This change makesTodd C. Miller
'line' from sys_term.c from a char * into a char array. There's no need to explicitly initialize the contents to 0 since that happens for globals anyway.
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-10-30libexec man page fleshing. again, bored on the plane home.Aaron Campbell
2000-10-24When calling setupterm() pass in an int* for the error code soTodd C. Miller
it doesn't spew to stderr if the terminal type can't be found. Fix a logic thinko wrt terminaltypeok() -- it should return 0 on failure, not success.
2000-10-10Link with curses, not ocurses and use setupterm(). For now, telnet(1)Todd C. Miller
still needs ocurses but that will change.
2000-10-10Prune the following environment variables:Todd C. Miller
TERMINFO TERMINFO_DIRS TERMPATH TERMCAP (only if it starts with a '/')
2000-10-06Remove the unimplemented -edebug flag from usage and manpage.Hans Insulander
2000-09-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
Closes PR 1246
2000-08-18add support to telnetd -debug -6 (listens to AF_INET6).Jun-ichiro itojun Hagino
2000-06-29.Nm -> .Xr; from deraadt@Aaron Campbell
2000-06-29I felt that telnetd(8) deserves the following BUGS entry:Aaron Campbell
WONT CRYPT. telnetd talks over insecure, unencrypted communications channels. Please use sshd instead.
2000-04-15Mostly punctuation fixes.Aaron Campbell
1999-12-20perform setsockopt(IP_TOS) only when IPv4 connection comes.Jun-ichiro itojun Hagino
1999-12-11set "host" properly when getnameinfo() is successful.Jun-ichiro itojun Hagino
1999-12-10v6 friendly; KAMETheo de Raadt
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1999-07-20bad arguments? usage() should syslog()Theo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-05-28more .El madnessAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1998-12-19less cryptic message on pty allocation failureTheo de Raadt
1998-12-16even more .Nm fixesAaron Campbell
1998-09-06More man page fixes. Spelling, grammar, some typos. Lots of double-wordAaron Campbell
occurrences squashed as well.
1998-08-21decrypt the input _before_ checking if it is \n, not _after_.Artur Grabowski
1998-07-28change getent/getstr to gtgettent/gtgetstr, the names now usedMarco S Hyman
in libtelnet; add prototypes for both functions to ext.h
1998-07-27use old curses to avoid duplicate symbol in libtelnetTodd C. Miller
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1998-07-23delete SecurID hacksTheo de Raadt