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
/
ssh-keyscan.c
Age
Commit message (
Expand
)
Author
2010-06-22
replace verbose and overflow-prone Linebuf code with read_keyfile_line()
Damien Miller
2010-01-09
Remove RoutingDomain from ssh since it's now not needed. It can be replaced
Darren Tucker
2009-12-25
validate routing domain is in range 0-RT_TABLEID_MAX.
Kevin Steves
2009-10-28
Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.
Reyk Floeter
2009-01-22
make a2port() return -1 when it encounters an invalid port number
Damien Miller
2008-11-01
the ellipsis is not an optional argument; while here, improve spacing.
Igor Sobrado
2008-04-30
default to rsa (protocol 2) keys, instead of rsa1 keys; spotted by
Damien Miller
2007-12-27
Add a small helper function to consistently handle the EAI_SYSTEM error
Darren Tucker
2006-10-06
sys/resource.h needs sys/time.h; prompted by brad@
Damien Miller
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-25
move #include <sys/time.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-17
move #include <unistd.h> out of includes.h
Kevin Steves
2006-07-12
move #include <netdb.h> out of includes.h; ok djm@
Kevin Steves
2006-07-10
move #include <stdarg.h> out of includes.h; ok markus@
Kevin Steves
2006-07-08
move #include <sys/socket.h> out of includes.h
Kevin Steves
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-25
introduce xcalloc() and xasprintf() failure-checked allocations functions
Damien Miller
2006-03-19
please lint
Theo de Raadt
2006-03-19
RCSID() can die
Theo de Raadt
2006-03-07
Implement the diffie-hellman-group-exchange-sha256 key exchange method
Damien Miller
2006-02-08
move #include <sys/resource.h> out of includes.h; ok markus@
Kevin Steves
2006-02-07
move #include <sys/queue.h> out of includes.h; ok markus@
Kevin Steves
2005-10-30
make ssh-keygen discard junk from server before SSH- ident, spotted by
Damien Miller
2005-09-13
ensure that stdio fds are attached; ok deraadt@
Damien Miller
2005-06-17
make this -Wsign-compare clean; ok avsm@ markus@
Damien Miller
2005-05-24
Switch atomicio to use a simpler interface; it now returns a size_t
Anil Madhavapeddy
2005-04-28
add snprintf checks. ok djm@ markus@
Moritz Jodeit
2005-03-01
sort options and sync usage();
Jason McIntyre
2005-03-01
option to hash hostnames output by ssh-keyscan; ok markus@ deraadt@
Damien Miller
2004-08-11
use atomicio instead of homegrown equivalents or read/write.
Anil Madhavapeddy
2004-06-14
set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@
Damien Miller
2004-06-13
implement diffie-hellman-group14-sha1 kex method (trivial extension to
Damien Miller
2004-03-08
explicitly initialise remote_major and remote_minor.
Damien Miller
2003-11-23
from portable - use sysconf to detect fd limit; ok markus@
Damien Miller
2003-09-19
avoid fatal_cleanup, just call exit(); ok deraadt
Markus Friedl
2003-06-28
deal with typing of write vs read in atomicio
Theo de Raadt
2003-04-26
-t in usage(); rogier@quaak.org
Theo de Raadt
2003-04-14
avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP
Markus Friedl
2003-02-16
split kex into client and server code, no need to link
Markus Friedl
2002-07-06
unused variable
Kevin Steves
2002-07-06
KNF, realloc fix, and clean usage
Theo de Raadt
2002-06-27
use convtime(); ok markus@
Kevin Steves
2002-06-27
more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@
Markus Friedl
2002-06-16
use TAILQ_xx macro. from lukem@netbsd. markus ok
Jun-ichiro itojun Hagino
2002-03-04
handle connection close during read of protocol version string.
Kevin Steves
2002-02-22
overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@
Markus Friedl
2001-12-10
check that server supports v1 for -t rsa1, report from wirth@dfki.de
Markus Friedl
[next]