index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
canohost.c
Age
Commit message (
Expand
)
Author
2016-03-07
refactor canohost.c: move functions that cache results closer to the
Damien Miller
2015-03-01
Make sure we only call getnameinfo() for AF_INET or AF_INET6 sockets.
Todd C. Miller
2014-07-15
Add support for Unix domain socket forwarding. A remote TCP port
Todd C. Miller
2014-01-19
Cast socklen_t when comparing to size_t and use socklen_t to iterate over
Darren Tucker
2013-11-20
unsigned casts for ctype macros where neccessary
Theo de Raadt
2013-10-14
refactor client config code a little:
Damien Miller
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2010-01-13
Make HostBased authentication work with a ProxyCommand. bz #1569, patch
Darren Tucker
2009-05-27
Add clear_cached_addr(), needed for upcoming changes allowing the peer
Andreas Gunnarsson
2009-02-12
support remote port forwarding with a zero listen port (-R0:...) to
Damien Miller
2008-06-12
Do not pass "0" strings as ports to getaddrinfo because the lookups
Darren Tucker
2007-12-27
Add a small helper function to consistently handle the EAI_SYSTEM error
Darren Tucker
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-07-26
move #include <stdlib.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-12
move #include <netdb.h> out of includes.h; ok djm@
Kevin Steves
2006-07-11
move #include <errno.h> out of includes.h; ok markus@
Kevin Steves
2006-07-08
move #include <sys/socket.h> out of includes.h
Kevin Steves
2006-07-05
move #include <netinet/in.h> out of includes.h; ok deraadt@
Kevin Steves
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-20
be strict with tolower() casting
Theo de Raadt
2006-03-19
RCSID() can die
Theo de Raadt
2006-03-14
log the originating address and not just the name when a reverse
Damien Miller
2006-02-22
move #include <ctype.h> out of includes.h; ok djm@
Kevin Steves
2005-12-28
use 'break-in' for consistency; ok deraadt@ ok and input jmc@
Kevin Steves
2005-11-03
Cache reverse lookups with and without DNS separately; ok markus@
Darren Tucker
2005-10-30
Check for connections with IP options earlier and drop silently. ok djm@
Darren Tucker
2005-10-03
Relocate check_ip_options call to prevent logging of garbage for connections
Darren Tucker
2005-06-17
make this -Wsign-compare clean; ok avsm@ markus@
Damien Miller
2005-06-16
don't exit if getpeername fails for forwarded ports; bugzilla #1054; ok djm
Markus Friedl
2005-02-18
better error messages for getnameinfo failures; ok dtucker@
Damien Miller
2004-07-21
bz#902: cache remote port so we don't fatal() in auth_log when remote
Damien Miller
2004-06-21
make ssh -Wshadow clean, no functional changes
Anil Madhavapeddy
2004-03-31
don't skip ip options check when UseDNS=no; ok markus@
Damien Miller
2003-09-23
replace fatal_cleanup() and linked list of fatal callbacks with static
Markus Friedl
2003-06-02
deprecate VerifyReverseMapping since it's dangerous if combined
Markus Friedl
2003-04-08
rename log() into logit() to avoid name conflict. markus ok, from netbsd
Jun-ichiro itojun Hagino
2002-11-26
KNF, comment and error message repair; ok markus@
Kevin Steves
2002-09-23
change get_peer_ipaddr() and get_local_ipaddr() to not return NULL for
Kevin Steves
2002-07-09
suppress log on reverse lookup failiure, as there's no real value in doing so.
Jun-ichiro itojun Hagino
2002-06-11
use "ntop" only after initialized
Jun-ichiro itojun Hagino
2002-02-27
remove unneeded casts in [gs]etsockopt(); ok markus@
Kevin Steves
2002-01-29
s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@
Markus Friedl
2001-12-19
basic KNF done while i was looking for something else
Theo de Raadt
2001-12-05
make it compile with more strict prototype checking
Jun-ichiro itojun Hagino
2001-06-23
more strict prototypes. raise warning level in Makefile.inc. markus ok'ed
Jun-ichiro itojun Hagino
2001-04-18
debug->debug3
Markus Friedl
2001-04-12
implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)
Markus Friedl
2001-04-05
move get_remote_name_or_ip() to canohost.[ch]; for portable. ok markus@
Kevin Steves
[next]