| Commit message (Expand) | Author | Age | Files | Lines |
| * | Very big makeover in the way telnet, telnetd and libtelnet are built. | Mark Murray | 2003-07-16 | 13 | -7703/+0 |
| * | Fix up external variables named "debug" that have a horrible habit | Mark Murray | 2003-05-11 | 1 | -1/+1 |
| * | Use __FBSDID vs. rcsid[]. Also protect sccs[] and copyright[] from GCC 3.3. | David E. O'Brien | 2003-05-04 | 8 | -32/+32 |
| * | Catch up with "base" telnet. | Mark Murray | 2002-09-25 | 1 | -3/+3 |
| * | Don't risk catching a signal while handling a signal for a dying child, as we | Juli Mallett | 2002-05-27 | 1 | -0/+8 |
| * | Don't use non-signal-safe functions (exit(3) in this case) in | Sheldon Hearn | 2002-02-05 | 1 | -1/+1 |
| * | mdoc(7) police: remove -r from SYNOPSIS, sort -p in DESCRIPTION. | Ruslan Ermilov | 2001-12-14 | 1 | -6/+5 |
| * | Fixed bugs from previous revision. | Ruslan Ermilov | 2001-12-04 | 1 | -1/+2 |
| * | More help for alpha WARNS=2. This code is, erm, unusual. Anyone who | Mark Murray | 2001-12-03 | 1 | -4/+4 |
| * | Damn. The previous mega-commit was incomplete WRT ANSIfication. This | Mark Murray | 2001-11-30 | 3 | -103/+95 |
| * | Very large style makeover. | Mark Murray | 2001-11-30 | 10 | -1133/+387 |
| * | Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code. | Mark Murray | 2001-08-29 | 7 | -885/+5 |
| * | Remove description of an option that only applies to UNICOS < 7.0. | Dima Dorfman | 2001-08-25 | 1 | -13/+0 |
| * | Code merge and diff reduce with "base" telnet. This is the "later" | Mark Murray | 2001-08-20 | 8 | -50/+76 |
| * | mdoc(7) police: s/BSD/.Bx/ where appropriate. | Ruslan Ermilov | 2001-08-14 | 1 | -3/+6 |
| * | output_data(), output_datalen() and netflush() didn't actually guarantee | Kris Kennaway | 2001-07-23 | 6 | -45/+50 |
| * | More potential buffer overflow fixes. | Ruslan Ermilov | 2001-07-20 | 4 | -35/+7 |
| * | vsnprintf() can return a value larger than the buffer size. | Ruslan Ermilov | 2001-07-19 | 1 | -1/+1 |
| * | Fixed the exploitable remote buffer overflow. | Ruslan Ermilov | 2001-07-19 | 6 | -314/+219 |
| * | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 1 | -2/+1 |
| * | Synch: Add $FreeBSD$. | Jeroen Ruigrok van der Werven | 2001-02-07 | 1 | -0/+1 |
| * | Fix typo: seperate -> separate. | Jeroen Ruigrok van der Werven | 2001-02-06 | 1 | -1/+1 |
| * | Fix typo: wierd -> weird. | Jeroen Ruigrok van der Werven | 2001-02-06 | 1 | -1/+1 |
| * | mdoc(7) police: split punctuation characters + misc fixes. | Ruslan Ermilov | 2001-02-01 | 1 | -9/+9 |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2001-01-10 | 1 | -2/+6 |
| * | (scrub_env): change to only accept a listed set of variables, | Assar Westerlund | 2000-12-10 | 1 | -23/+37 |
| * | Add more environment variables to be filtered through scrub_env(). | Jeroen Ruigrok van der Werven | 2000-11-30 | 1 | -0/+7 |
| * | String paranoia fix. Synched from normal telnet. | Jeroen Ruigrok van der Werven | 2000-11-30 | 1 | -2/+2 |
| * | String paranoia. Merged from regular telnet. | Jeroen Ruigrok van der Werven | 2000-11-30 | 1 | -2/+2 |
| * | Correct definition of MAXHOSTNAMELEN in ifdef'ed code. | Kris Kennaway | 2000-11-26 | 1 | -1/+1 |
| * | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -2/+2 |
| * | Avoid use of direct troff requests in mdoc(7) manual pages. | Ruslan Ermilov | 2000-11-10 | 1 | -2/+0 |
| * | Add missing $FreeBSD$ to files that are NOT still on vendor a branch. | Peter Wemm | 2000-07-16 | 1 | -0/+1 |
| * | Freefall/Internat diff reducer. | Mark Murray | 2000-02-24 | 1 | -1/+1 |
| * | another tcp apps IPv6 updates.(should be make world safe) | Yoshinobu Inoue | 2000-01-27 | 2 | -36/+59 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 8 | -8/+8 |
| * | According to Mark Murray, Makefiles do not belong here. I guess we're | Nick Sayer | 1999-08-16 | 1 | -24/+0 |
| * | Add SRA authentication to src/crypto/telnet. | Nick Sayer | 1999-08-16 | 1 | -0/+24 |
| * | MF libexec/telnetd: Determine the host name using an array size of | Brian Somers | 1999-04-08 | 1 | -2/+3 |
| * | MF libexec/telnetd: MAXHOSTNAMELEN & -u fixes. | Brian Somers | 1999-04-07 | 2 | -8/+16 |
| * | Use realhostname(). | Brian Somers | 1999-04-06 | 1 | -39/+9 |
| * | MF src/libexec/telnetd: Verify the reverse DNS lookup | Brian Somers | 1999-04-06 | 1 | -2/+18 |
| * | Old stuff laying around: Don't use getstr which can conflict with some | Peter Wemm | 1998-12-16 | 1 | -5/+5 |
| * | Old stuff from a source tree: copy (verbatum) the code to expand the | Peter Wemm | 1998-12-16 | 1 | -2/+31 |
| * | Remove redundant decl. of time(). Causes problems on alpha | Gary Palmer | 1998-09-01 | 1 | -2/+1 |
| * | MFC: sprintf paranoia | Warner Losh | 1998-01-22 | 1 | -7/+8 |
| * | MFC: no \n in syslog strings. Change -P to -p in flags. EOF -> -1. Use err(3). | Philippe Charnier | 1997-12-08 | 9 | -139/+165 |
| * | PR: bin/771 and bin/1037 are resolved by this change | Frank Durda IV | 1997-10-08 | 1 | -0/+16 |
| * | Bring the FreeBSD changes to the virgin sources. | Mark Murray | 1997-09-07 | 10 | -108/+174 |
| * | Initial import of BSD telnet. This will be used to build the kerberised | Mark Murray | 1997-09-04 | 13 | -0/+9252 |