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
/
ssh
/
canohost.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use the new variant log macros instead of prepending __func__ and
djm
2020-10-18
1
-4
/
+4
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-3
/
+3
*
refactor canohost.c: move functions that cache results closer to the
djm
2016-03-07
1
-245
/
+10
*
Make sure we only call getnameinfo() for AF_INET or AF_INET6 sockets.
millert
2015-03-01
1
-12
/
+17
*
Add support for Unix domain socket forwarding. A remote TCP port
millert
2014-07-15
1
-1
/
+13
*
Cast socklen_t when comparing to size_t and use socklen_t to iterate over
dtucker
2014-01-19
1
-3
/
+2
*
unsigned casts for ctype macros where neccessary
deraadt
2013-11-20
1
-2
/
+1
*
refactor client config code a little:
djm
2013-10-14
1
-9
/
+4
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-6
/
+4
*
Make HostBased authentication work with a ProxyCommand. bz #1569, patch
dtucker
2010-01-13
1
-3
/
+17
*
Add clear_cached_addr(), needed for upcoming changes allowing the peer
andreas
2009-05-27
1
-8
/
+16
*
support remote port forwarding with a zero listen port (-R0:...) to
djm
2009-02-12
1
-2
/
+2
*
Do not pass "0" strings as ports to getaddrinfo because the lookups
dtucker
2008-06-12
1
-2
/
+2
*
Add a small helper function to consistently handle the EAI_SYSTEM error
dtucker
2007-12-27
1
-3
/
+4
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-4
/
+3
*
move #include <stdio.h> out of includes.h
stevesk
2006-08-01
1
-1
/
+2
*
move #include <stdlib.h> out of includes.h
stevesk
2006-07-26
1
-1
/
+2
*
move #include <string.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+2
*
move #include <netdb.h> out of includes.h; ok djm@
stevesk
2006-07-12
1
-1
/
+2
*
move #include <errno.h> out of includes.h; ok markus@
stevesk
2006-07-11
1
-1
/
+2
*
move #include <sys/socket.h> out of includes.h
stevesk
2006-07-08
1
-1
/
+2
*
move #include <netinet/in.h> out of includes.h; ok deraadt@
stevesk
2006-07-05
1
-1
/
+5
*
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
djm
2006-03-25
1
-0
/
+1
*
be strict with tolower() casting
deraadt
2006-03-20
1
-1
/
+1
*
RCSID() can die
deraadt
2006-03-19
1
-1
/
+0
*
log the originating address and not just the name when a reverse
djm
2006-03-14
1
-2
/
+2
*
move #include <ctype.h> out of includes.h; ok djm@
stevesk
2006-02-22
1
-1
/
+3
*
use 'break-in' for consistency; ok deraadt@ ok and input jmc@
stevesk
2005-12-28
1
-3
/
+3
*
Cache reverse lookups with and without DNS separately; ok markus@
dtucker
2005-11-03
1
-13
/
+14
*
Check for connections with IP options earlier and drop silently. ok djm@
dtucker
2005-10-30
1
-4
/
+2
*
Relocate check_ip_options call to prevent logging of garbage for connections
dtucker
2005-10-03
1
-4
/
+4
*
make this -Wsign-compare clean; ok avsm@ markus@
djm
2005-06-17
1
-2
/
+3
*
don't exit if getpeername fails for forwarded ports; bugzilla #1054; ok djm
markus
2005-06-16
1
-2
/
+2
*
better error messages for getnameinfo failures; ok dtucker@
djm
2005-02-18
1
-7
/
+11
*
bz#902: cache remote port so we don't fatal() in auth_log when remote
djm
2004-07-21
1
-2
/
+8
*
make ssh -Wshadow clean, no functional changes
avsm
2004-06-21
1
-15
/
+15
*
don't skip ip options check when UseDNS=no; ok markus@
djm
2004-03-31
1
-4
/
+4
*
replace fatal_cleanup() and linked list of fatal callbacks with static
markus
2003-09-23
1
-4
/
+4
*
deprecate VerifyReverseMapping since it's dangerous if combined
markus
2003-06-02
1
-17
/
+27
*
rename log() into logit() to avoid name conflict. markus ok, from netbsd
itojun
2003-04-08
1
-5
/
+5
*
KNF, comment and error message repair; ok markus@
stevesk
2002-11-26
1
-6
/
+6
*
change get_peer_ipaddr() and get_local_ipaddr() to not return NULL for
stevesk
2002-09-23
1
-11
/
+13
*
suppress log on reverse lookup failiure, as there's no real value in doing so.
itojun
2002-07-09
1
-1
/
+3
*
use "ntop" only after initialized
itojun
2002-06-11
1
-3
/
+4
*
remove unneeded casts in [gs]etsockopt(); ok markus@
stevesk
2002-02-27
1
-2
/
+2
*
s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@
markus
2002-01-29
1
-10
/
+10
*
basic KNF done while i was looking for something else
deraadt
2001-12-19
1
-5
/
+5
*
make it compile with more strict prototype checking
itojun
2001-12-05
1
-4
/
+4
*
more strict prototypes. raise warning level in Makefile.inc. markus ok'ed
itojun
2001-06-23
1
-7
/
+7
*
debug->debug3
markus
2001-04-18
1
-2
/
+2
[next]