Age | Commit message (Expand) | Author |
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 |
2001-02-10 | add debug message, since sshd blocks here if DNS is not available | Markus Friedl |
2001-02-08 | remove last call to sprintf; ok deraadt@ | Markus Friedl |
2001-02-08 | sync with netbsd tree changes. | Jun-ichiro itojun Hagino |
2001-02-03 | make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@ | Markus Friedl |
2001-01-29 | add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS | Markus Friedl |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-10-21 | typo, eramore@era-t.ericsson.se; ok niels@ | Markus Friedl |
2000-09-07 | some more Copyright fixes | Markus Friedl |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-06-20 | OpenBSD tag | Markus Friedl |
2000-04-14 | whitespace cleanup | Markus Friedl |
2000-01-04 | more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo, from itojun@ | Markus Friedl |
2000-01-04 | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: | Markus Friedl |
1999-12-09 | fix get_remote_port() and friends for sshd -i; Holger.Trapp@Informatik.TU-Che... | Markus Friedl |
1999-11-24 | KNF, final part 3 | Markus Friedl |
1999-11-24 | much more KNF | Theo de Raadt |
1999-11-23 | KNF part 1 | Markus Friedl |
1999-11-15 | disconnect if getpeername() fails | Markus Friedl |
1999-11-14 | fix comment: we _do_ disconnect if ip-options are set | Markus Friedl |
1999-09-30 | "ssh is a very large program" -- anonymous | Theo de Raadt |
1999-09-29 | numerous sprintf, strncpy, strcpy cleanups | Theo de Raadt |
1999-09-26 | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. | Theo de Raadt |