index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
telnet
/
telnet.c
Age
Commit message (
Expand
)
Author
2021-10-30
Obvious typo ':' -> ';'.
hannken
2021-10-30
telnet(1): use reallocarr instead of malloc(x * y)
nia
2019-01-05
unifdef compatibility for old BSD servers. This has been
maya
2018-12-14
minor cleanup:
christos
2018-12-14
G/C In3270 - always false
maya
2018-12-13
Remove unused code.
maya
2018-12-13
unifdef TN3270 which is never defined (and wouldn't build if it was)
maya
2018-12-12
switch sprintf to snprintf in places.
maya
2012-01-10
fix signed/unsigned comparison.
christos
2012-01-09
PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION
christos
2011-10-07
remove casts
christos
2011-10-07
Simplify
joerg
2011-10-05
Use terminfo and the non-standard ttytype rather than termcap.
roy
2006-02-02
Rename debug to telnet_debug, to allow static linking with libssh.a.
he
2005-03-29
plug buffer overflows, see
drochner
2004-11-04
Add (unsigned char) cast to ctype functions
dsl
2004-03-20
- deal with a dead tty in ttyflush() by cleaning-up and exiting instead of
heas
2003-11-17
Various typo fixes from Jonathon Gray via jmc@openbsd.
wiz
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-07-14
more unifdef
itojun
2003-07-14
remove unneeded #ifdef. (confirmed that same *.o is generated)
itojun
2003-07-12
use bounded copy ops
itojun
2003-06-18
Ansify.
christos
2002-06-14
De-register, de-__P. Remove #ifndef __STDC__ parts.
wiz
2002-02-11
s/infinate/infinite/
wiz
2001-09-24
va_{start,end} audit:
wiz
2001-07-22
seperate -> separate
wiz
2001-03-04
fix spelling of cpp symbol (ENCRYPT vs ENCRYPTION).
assar
2000-06-22
Bring the telnet situation back into better shape. Specifically,
thorpej
2000-05-25
Convert telnet and top to the new termcap interface. This stops some
blymn
1999-12-30
avoid memory leak on realloc() failure.
itojun
1999-07-28
Add -N option (numeric host address) - idea taken from FreeBSD.
abs
1998-11-06
- synchronize with the domestic version
christos
1998-07-26
const poisoning.
mycroft
1998-07-06
- use an array MAXHOSTNAMELEN+1 size to hold hostnames
mrg
1998-02-27
WARNSify and fix problems passing int * -> long *
christos
1997-06-03
Don't interpret _POSIX_VDISABLE as a special character.
mycroft
1996-02-28
RCS id cosmetics.
thorpej
1996-02-24
restore local change mistakenly overrun in import of 95.10.23
jtk
1996-02-24
update to 95.10.23 version of telnet
jtk
1995-03-17
If we get an EOF on stdin, close the write side of the TCP connection, but
mycroft
1994-02-25
new telnet from ftp.cray.com. Encryption support ripped out, pending
cgd
1993-08-01
Add RCS identifiers.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd