| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix possible login(1) argument injection in telnetd(8). [SA-16:36] | glebius | 2016-12-06 | 1 | -3/+4 |
* | MFC r274364: | ngie | 2014-12-05 | 1 | -50/+2 |
* | Fix "automatic" login, broken by revision 69825 (12 years, 5 months ago). | marcel | 2013-05-31 | 1 | -14/+10 |
* | Make sure that each va_start has one and only one matching va_end, | kevlo | 2012-09-28 | 1 | -1/+3 |
* | In contrib/telnet/telnetd/utility.c, fix a few warnings about format | dim | 2011-12-16 | 1 | -4/+4 |
* | Forgot a part that was missing in the previous commit. | ed | 2010-01-13 | 1 | -1/+0 |
* | Let telnetd build without utmp and logwtmp(3). | ed | 2010-01-13 | 2 | -19/+1 |
* | Remove unneeded inclusion of <utmp.h> and dead variables. | ed | 2009-12-27 | 1 | -14/+0 |
* | Correctly scrub telnetd's environment. | cperciva | 2009-02-16 | 1 | -4/+19 |
* | Use strlcpy() instead of strcpy(). | ed | 2008-11-13 | 1 | -1/+2 |
* | Convert telnetd(8) to use posix_openpt(2). | ed | 2008-11-13 | 2 | -36/+21 |
* | List authentication types supported with "-X" taken from the libtelnet | trhodes | 2008-08-29 | 1 | -1/+10 |
* | Don't attempt authentication at all if it has been disabled via '-a off'. | jhb | 2008-07-28 | 2 | -7/+11 |
* | Remove bogus casts of valid integer ioctl() arguments. | ru | 2006-09-26 | 1 | -4/+4 |
* | NI_WITHSCOPEID cleanup | ume | 2005-05-21 | 1 | -1/+1 |
* | - Soften sentence breaks. | ru | 2005-01-21 | 1 | -12/+18 |
* | o Make telnet[d] -S (IP TOS) flag really work. We do not have | maxim | 2005-01-09 | 2 | -2/+18 |
* | o Add -4 and -6 flags to a man page and usage(). Bump the man page | maxim | 2005-01-05 | 2 | -3/+12 |
* | Add missing () to function invocation. | kan | 2004-07-28 | 1 | -1/+1 |
* | Implement what has been documented for a long time: make -debug switch | harti | 2003-08-13 | 1 | -0/+5 |
* | Fix up external variables named "debug" that have a horrible habit | markm | 2003-05-11 | 1 | -1/+1 |
* | Use __FBSDID vs. rcsid[]. Also protect sccs[] and copyright[] from GCC 3.3. | obrien | 2003-05-04 | 8 | -32/+32 |
* | Catch up with "base" telnet. | markm | 2002-09-25 | 1 | -3/+3 |
* | Don't risk catching a signal while handling a signal for a dying child, as we | jmallett | 2002-05-27 | 1 | -0/+8 |
* | Don't use non-signal-safe functions (exit(3) in this case) in | sheldonh | 2002-02-05 | 1 | -1/+1 |
* | mdoc(7) police: remove -r from SYNOPSIS, sort -p in DESCRIPTION. | ru | 2001-12-14 | 1 | -6/+5 |
* | Fixed bugs from previous revision. | ru | 2001-12-04 | 1 | -1/+2 |
* | More help for alpha WARNS=2. This code is, erm, unusual. Anyone who | markm | 2001-12-03 | 1 | -4/+4 |
* | Damn. The previous mega-commit was incomplete WRT ANSIfication. This | markm | 2001-11-30 | 3 | -104/+96 |
* | Very large style makeover. | markm | 2001-11-30 | 10 | -1134/+388 |
* | Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code. | markm | 2001-08-29 | 7 | -885/+5 |
* | Remove description of an option that only applies to UNICOS < 7.0. | dd | 2001-08-25 | 1 | -13/+0 |
* | Code merge and diff reduce with "base" telnet. This is the "later" | markm | 2001-08-20 | 8 | -50/+76 |
* | mdoc(7) police: s/BSD/.Bx/ where appropriate. | ru | 2001-08-14 | 1 | -3/+6 |
* | output_data(), output_datalen() and netflush() didn't actually guarantee | kris | 2001-07-23 | 6 | -45/+50 |
* | More potential buffer overflow fixes. | ru | 2001-07-20 | 4 | -35/+7 |
* | vsnprintf() can return a value larger than the buffer size. | ru | 2001-07-19 | 1 | -1/+1 |
* | Fixed the exploitable remote buffer overflow. | ru | 2001-07-19 | 6 | -314/+219 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -2/+1 |
* | Synch: Add $FreeBSD$. | asmodai | 2001-02-07 | 1 | -0/+1 |
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -1/+1 |
* | Fix typo: wierd -> weird. | asmodai | 2001-02-06 | 1 | -1/+1 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -9/+9 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-10 | 1 | -2/+6 |
* | (scrub_env): change to only accept a listed set of variables, | assar | 2000-12-10 | 1 | -23/+37 |
* | Add more environment variables to be filtered through scrub_env(). | asmodai | 2000-11-30 | 1 | -0/+7 |
* | String paranoia fix. Synched from normal telnet. | asmodai | 2000-11-30 | 1 | -2/+2 |
* | String paranoia. Merged from regular telnet. | asmodai | 2000-11-30 | 1 | -2/+2 |
* | Correct definition of MAXHOSTNAMELEN in ifdef'ed code. | kris | 2000-11-26 | 1 | -1/+1 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |