index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libexec
/
telnetd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add a missing include (sys/queue.h for sys/tty.h SLIST usage.)
green
1999-08-09
1
-1
/
+2
*
Determine the host name using an array size of
brian
1999-04-08
1
-2
/
+3
*
Really fix -u....
brian
1999-04-07
1
-2
/
+6
*
Ensure that things returned by gethostname() and
brian
1999-04-07
2
-7
/
+12
*
Use realhostname() rather than various combinations of
brian
1999-04-06
1
-39
/
+8
*
After receiving a connection and doing a reverse
brian
1999-04-06
1
-2
/
+18
*
Old stuff laying around: Don't use a function called getstr(), that has
peter
1998-12-16
1
-6
/
+6
*
Sort cross references.
wosch
1998-08-31
1
-2
/
+2
*
Remove a bogus prototype for time() and let time.h do that.
jb
1998-05-14
1
-6
/
+5
*
Clarify use of 'if' capability.
steve
1998-05-04
1
-1
/
+26
*
Avoid stairstep effect on output of 'if=...' file.
steve
1998-05-03
1
-2
/
+6
*
telnetd does not recognize the if (display file before login) gettytab flag.
phk
1998-04-26
1
-1
/
+19
*
Add missing dot.
charnier
1998-01-07
1
-2
/
+2
*
sprintf->snprintf paranoia. The one thing that looks like a hole in
imp
1997-12-24
1
-7
/
+8
*
Sync with diffs I found in kerberised versions: -Wall, no `;' in macros.
charnier
1997-12-08
3
-27
/
+25
*
Use err(3). Remove progname and trailing \n in syslog strings.
charnier
1997-12-03
8
-149
/
+155
*
PR: bin/771 and bin/1037 are resolved by this change
uhclem
1997-10-08
1
-1
/
+17
*
There is a clear separation of the crypto telnet and the non-crypto telnet.
markm
1997-09-28
1
-4
/
+0
*
-p flag misdocumented in telnetd(8)
wosch
1997-09-14
1
-3
/
+3
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-28
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
10
-10
/
+10
*
Added support for %s (sysname) %m (machine) %r (release) and %v (version)
davidn
1997-02-02
1
-0
/
+25
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
10
-10
/
+10
*
Sort cross references.
wosch
1997-01-13
1
-3
/
+3
*
Some buffer overrun fixes and removed check for username starting with "-"
pst
1997-01-07
3
-13
/
+16
*
correct spelling of 'X Window System' (tm)
wosch
1996-10-06
1
-2
/
+2
*
delete doubled words, e.g.: "the the" -> "the"
wosch
1996-10-05
1
-2
/
+2
*
add forgotten $Id$
wosch
1996-09-22
10
-0
/
+16
*
Fixed DPADD.
bde
1996-09-05
1
-2
/
+2
*
Add a ``-P altlogin'' option which allows the sysadmin to specify an
peter
1996-08-13
3
-4
/
+21
*
Localize time
ache
1996-05-07
1
-0
/
+10
*
This commit was generated by cvs2svn to compensate for changes in r13122,
peter
1995-12-30
1
-91
/
+0
*
Remove LD_NOSTD_PATH unsetenv, isn't exist anymore
ache
1995-10-24
1
-1
/
+0
*
Fix original patch error with ! before strncmp
ache
1995-10-20
1
-4
/
+10
*
Don't allow LD_* env. variables to be tricked
ache
1995-10-20
1
-0
/
+22
*
Fixed bug introduced with the change of startslave()...two arguments
dg
1995-09-11
1
-3
/
+3
*
Move erase cleanup outside linemode conditional
pst
1995-09-06
1
-1
/
+1
*
Properly set the erase character for the login prompt.
pst
1995-09-05
1
-1
/
+5
*
Delay starting login process until option negotiation is complete to
pst
1995-09-05
1
-22
/
+7
*
Fix some typos in a comment BUAD -> BAUD.
ats
1995-08-05
1
-3
/
+3
*
Change default banner fro 4.4 BSD to FreeBSD.
paul
1995-08-02
1
-1
/
+1
*
Use the same DECODE_BAUD trick like in new telnetd to obtain
ache
1995-08-02
1
-0
/
+17
*
The final negotiation of DO_BINARY in the LINEMODE portion of the telnetd code
dg
1995-06-17
1
-19
/
+28
*
Remove trailing whitespace.
rgrimes
1995-05-30
7
-29
/
+29
*
Fix bug:
ache
1995-04-26
1
-2
/
+9
*
Support for >32 PTYs.
jkh
1995-02-09
1
-3
/
+3
*
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
rgrimes
1994-09-11
1
-1
/
+1
*
Don't define KLUDGELINEMODE.
csgr
1994-09-05
1
-1
/
+2
*
Plug already known security hole. (Brought over from 1.1.5):
guido
1994-08-15
1
-2
/
+7
*
Remove the scary bits from telnetd - no more encryption left here.
csgr
1994-08-12
6
-274
/
+3
[prev]
[next]