summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/canohost.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use the new variant log macros instead of prepending __func__ anddjm2020-10-181-4/+4
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* refactor canohost.c: move functions that cache results closer to thedjm2016-03-071-245/+10
* Make sure we only call getnameinfo() for AF_INET or AF_INET6 sockets.millert2015-03-011-12/+17
* Add support for Unix domain socket forwarding. A remote TCP portmillert2014-07-151-1/+13
* Cast socklen_t when comparing to size_t and use socklen_t to iterate overdtucker2014-01-191-3/+2
* unsigned casts for ctype macros where neccessaryderaadt2013-11-201-2/+1
* refactor client config code a little:djm2013-10-141-9/+4
* bye, bye xfree(); ok markus@djm2013-05-171-6/+4
* Make HostBased authentication work with a ProxyCommand. bz #1569, patchdtucker2010-01-131-3/+17
* Add clear_cached_addr(), needed for upcoming changes allowing the peerandreas2009-05-271-8/+16
* support remote port forwarding with a zero listen port (-R0:...) todjm2009-02-121-2/+2
* Do not pass "0" strings as ports to getaddrinfo because the lookupsdtucker2008-06-121-2/+2
* Add a small helper function to consistently handle the EAI_SYSTEM errordtucker2007-12-271-3/+4
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-4/+3
* move #include <stdio.h> out of includes.hstevesk2006-08-011-1/+2
* move #include <stdlib.h> out of includes.hstevesk2006-07-261-1/+2
* move #include <string.h> out of includes.hstevesk2006-07-221-1/+2
* move #include <netdb.h> out of includes.h; ok djm@stevesk2006-07-121-1/+2
* move #include <errno.h> out of includes.h; ok markus@stevesk2006-07-111-1/+2
* move #include <sys/socket.h> out of includes.hstevesk2006-07-081-1/+2
* move #include <netinet/in.h> out of includes.h; ok deraadt@stevesk2006-07-051-1/+5
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* be strict with tolower() castingderaadt2006-03-201-1/+1
* RCSID() can diederaadt2006-03-191-1/+0
* log the originating address and not just the name when a reversedjm2006-03-141-2/+2
* move #include <ctype.h> out of includes.h; ok djm@stevesk2006-02-221-1/+3
* use 'break-in' for consistency; ok deraadt@ ok and input jmc@stevesk2005-12-281-3/+3
* Cache reverse lookups with and without DNS separately; ok markus@dtucker2005-11-031-13/+14
* Check for connections with IP options earlier and drop silently. ok djm@dtucker2005-10-301-4/+2
* Relocate check_ip_options call to prevent logging of garbage for connectionsdtucker2005-10-031-4/+4
* make this -Wsign-compare clean; ok avsm@ markus@djm2005-06-171-2/+3
* don't exit if getpeername fails for forwarded ports; bugzilla #1054; ok djmmarkus2005-06-161-2/+2
* better error messages for getnameinfo failures; ok dtucker@djm2005-02-181-7/+11
* bz#902: cache remote port so we don't fatal() in auth_log when remotedjm2004-07-211-2/+8
* make ssh -Wshadow clean, no functional changesavsm2004-06-211-15/+15
* don't skip ip options check when UseDNS=no; ok markus@djm2004-03-311-4/+4
* replace fatal_cleanup() and linked list of fatal callbacks with staticmarkus2003-09-231-4/+4
* deprecate VerifyReverseMapping since it's dangerous if combinedmarkus2003-06-021-17/+27
* rename log() into logit() to avoid name conflict. markus ok, from netbsditojun2003-04-081-5/+5
* KNF, comment and error message repair; ok markus@stevesk2002-11-261-6/+6
* change get_peer_ipaddr() and get_local_ipaddr() to not return NULL forstevesk2002-09-231-11/+13
* suppress log on reverse lookup failiure, as there's no real value in doing so.itojun2002-07-091-1/+3
* use "ntop" only after initializeditojun2002-06-111-3/+4
* remove unneeded casts in [gs]etsockopt(); ok markus@stevesk2002-02-271-2/+2
* s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@markus2002-01-291-10/+10
* basic KNF done while i was looking for something elsederaadt2001-12-191-5/+5
* make it compile with more strict prototype checkingitojun2001-12-051-4/+4
* more strict prototypes. raise warning level in Makefile.inc. markus ok'editojun2001-06-231-7/+7
* debug->debug3markus2001-04-181-2/+2