summaryrefslogtreecommitdiff
path: root/libexec/telnetd
AgeCommit message (Expand)Author
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2009-04-08Improve markup.joerg
2009-03-16Default to WARNS=4lukem
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-02-21Move ctype.h from headers to files which really need ithubertf
2007-01-17Remove duplicated #includes and some trailing whitespace while here.hubertf
2006-11-24fix spelling of accommodate; from Zapher.christos
2006-10-07Don't print uninitialized errno, from David A. Holland on #NetBSD-codeelad
2006-05-11use a u_char[] when it is expected.mrg
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2006-03-20Goodbye KerberosIVchristos
2006-02-02Make the debug variable static, to accomodate static linking with libssh.a.he
2005-06-21Remove static local variable so its easier to correctly use strlcpy.lha
2005-06-01Ensure IF is initialized before trying to use it.lukem
2005-05-05use _PATH_DEV instead of "/dev/"lukem
2005-03-17Handle printing ptyfs pty nameschristos
2005-03-04Add -lcrypt to link lines for applications using -lkrb5, so that theyhe
2005-03-04Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compilinghe
2005-02-20Add pam glue.christos
2005-02-06Make this compile after the de-__Ping round.agc
2005-02-06de-__P, ANSIfy function declarations, remove obsolete "register" declarations.perry
2004-12-22Move linking with libdes to the common kerberos section sincelha
2004-11-30PR/28473: Jed Davis: telnetd loses data and corrupts crypto state due tochristos
2004-11-14Pass -a [srrvis'd struct sockaddr] to login, so that login can record thechristos
2004-11-05Add (unsigned char) cast to ctype functionsdsl
2004-07-17Code is not using gethostbyaddr any longer, but getnameinfo.wiz
2003-12-13rearrange lib stuff so that these link on non-shared-lib platforms.chs
2003-12-11Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no)dyoung
2003-11-17Various typo fixes from Jonathon Gray via jmc@openbsd.wiz
2003-09-19realloc pedanntitojun
2003-09-07Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-05libkrb depend on libdeslha
2003-07-23split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.seitojun
2003-07-22Since telnetd has ignored the USER environment variable for logging in formatt
2003-07-16Bump date for -r removal.wiz
2003-07-16stop installing install libtelnet. build under lib/libtelnet and referenceitojun
2003-07-15use bounded string op. bump shlib major for libtelnet due to API change.itojun
2003-07-15use snprintfitojun
2003-07-14more cleanupsitojun
2003-07-14SIGINFO is defineditojun
2003-07-14remove unused functionitojun
2003-07-14remove unneeded #ifdefs. improves readability.itojun
2003-07-13use bounded string op (there still are remains)itojun
2003-05-17use strlcpyitojun
2003-05-09PR/21233: Onno van der Linden: -U option does not work as advertised.christos
2003-05-09PR/21515: Onno van der Linden: Fix typo preventing %v from working.christos
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-09-29Begin new sentences on new lines.wiz
2002-09-20Use the argument to stilloob() for the poll...mycroft