index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
telnet
/
telnet.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-11
on 12-Mar-98 when art replaced two sprintf calls with snprintf to avoid
deraadt
1
-3
/
+3
2016-01-26
typos
mmcc
1
-2
/
+2
2015-12-23
Add rpath to telnet's more restrictive pledge; otherwise if the server requests
sthen
1
-2
/
+2
2015-11-24
Don't support repeated connections - avoids pledge problems
beck
1
-1
/
+3
2015-11-13
pledge "stdio rpath wpath getpw inet tty" at startup. After opening
deraadt
1
-1
/
+7
2015-11-13
Remove support for the debug command; noone needs setsockopt SO_DEBUG
deraadt
1
-2
/
+1
2014-09-09
Eliminate a pile of casts that were superfluous or wrong, or that were
guenther
1
-22
/
+22
2014-07-22
use ansi style function declarations
jsg
1
-139
/
+103
2014-07-20
Mark a slurry of functions as static
guenther
1
-19
/
+36
2014-07-20
use NULL instead of 0 when dealing with pointers
jsg
1
-11
/
+11
2014-07-20
Kill lint comments; mark ExitString() as __dead
guenther
1
-4
/
+2
2014-07-20
Add prototypes to some function callbacks and fix the type errors that
guenther
1
-4
/
+2
2014-07-20
More encryption tentacles: intr_happened and intr_waiting vanish
guenther
1
-1
/
+4
2014-07-20
Correctly cast to unsigned char for ctype functions/macros
guenther
1
-3
/
+5
2014-07-20
remove a variable called wantencryption.
deraadt
1
-2
/
+1
2014-07-19
Flense the telnet code base of unwanted ifdefs: authentication/encryption
guenther
1
-462
/
+3
2009-04-28
replacing malloc/realloc dance, by only one realloc
chl
1
-10
/
+6
2005-02-27
- only send exported vars (based on a diff from Solar Designer)
otto
1
-47
/
+74
2003-11-08
typos from Jonathon Gray;
jmc
1
-2
/
+2
2003-10-04
negotation -> negotiation;
jmc
1
-2
/
+2
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
millert
1
-6
/
+2
2002-03-22
Telnet encryption warning messages, taken from kth-krb4-1.1.1.
hin
1
-1
/
+73
2002-02-17
telnet used a P macro instead of __P -- g/c that too.
millert
1
-2
/
+2
2001-11-19
kill more registers
mpech
1
-36
/
+36
2001-11-03
Telnet client shouldn't say it does Kerberos unless there actually exists
hin
1
-2
/
+2
2000-11-10
seperate -> separate, okay aaron@
provos
1
-2
/
+2
2000-10-24
When calling setupterm() pass in an int* for the error code so
millert
1
-2
/
+3
2000-10-10
Use curses, not ocurses and thus setupterm() not tgetent(). This means
millert
1
-28
/
+9
1999-12-30
avoid memory leak on realloc() failure.
itojun
1
-6
/
+15
1999-07-23
Fix the case where telnet(1) would escape if in binary (-8) mode, even if the
aaron
1
-2
/
+2
1998-07-27
don't include term.h
millert
1
-2
/
+1
1998-05-15
cleanup warnings.
art
1
-2
/
+5
1998-03-12
encryption support from kth-krb 0.9.8 (kerberos only)
art
1
-124
/
+125
1997-06-05
do not interpret _POSIX_VDISABLE as a special character; netbsd
deraadt
1
-3
/
+3
1996-03-27
From NetBSD: merge of 960317
niklas
1
-11
/
+18
1995-10-18
initial import of NetBSD tree
deraadt
1
-0
/
+2561