summaryrefslogtreecommitdiff
path: root/ssh-keyscan.c
AgeCommit message (Collapse)Author
2005-03-02 - jmc@cvs.openbsd.org 2005/03/01 15:47:14Damien Miller
[ssh-keyscan.1 ssh-keyscan.c] sort options and sync usage();
2005-03-01 - djm@cvs.openbsd.org 2005/03/01 10:41:28Damien Miller
[ssh-keyscan.1 ssh-keyscan.c] option to hash hostnames output by ssh-keyscan; ok markus@ deraadt@
2004-08-13 - avsm@cvs.openbsd.org 2004/08/11 21:44:32Darren Tucker
[authfd.c scp.c ssh-keyscan.c] use atomicio instead of homegrown equivalents or read/write. markus@ ok
2004-07-17 - (dtucker) [logintest.c scp.c sftp-server.c sftp.c ssh-add.c ssh-agent.cDarren Tucker
ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh-rand-helper.c ssh.c sshd.c openbsd-compat/bsd-misc.c] Move "char *__progname" to bsd-misc.c. Reduces diff vs OpenBSD; ok mouring@, tested by tim@ too.
2004-06-15 - djm@cvs.openbsd.org 2004/06/14 01:44:39Damien Miller
[channels.c clientloop.c misc.c misc.h packet.c ssh-agent.c ssh-keyscan.c] [sshd.c] set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@
2004-06-15 - djm@cvs.openbsd.org 2004/06/13 12:53:24Damien Miller
[dh.c dh.h kex.c kex.h kexdhc.c kexdhs.c monitor.c myproposal.h] [ssh-keyscan.c sshconnect2.c sshd.c] implement diffie-hellman-group14-sha1 kex method (trivial extension to existing diffie-hellman-group1-sha1); ok markus@
2004-03-08 - djm@cvs.openbsd.org 2004/03/08 09:38:05Damien Miller
[ssh-keyscan.c] explicitly initialise remote_major and remote_minor. from cjwatson AT debian.org; ok markus@
2003-12-10 - (dtucker) [ssh-keyscan.c] Sync RCSIDs, missed in SSH_SSFDMAX change below.Darren Tucker
2003-11-24 - (djm) OpenBSD CVS SyncDamien Miller
- djm@cvs.openbsd.org 2003/11/23 23:17:34 [ssh-keyscan.c] from portable - use sysconf to detect fd limit; ok markus@ (tidy diff by adding SSH_SSFDMAX macro to defines.h)
2003-09-22 - markus@cvs.openbsd.org 2003/09/19 11:30:39Darren Tucker
[ssh-keyscan.c] avoid fatal_cleanup, just call exit(); ok deraadt
2003-08-22 - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with HeimdalDamien Miller
-lbroken; ok dtucker
2003-07-03 - deraadt@cvs.openbsd.org 2003/06/28 16:23:06Darren Tucker
[atomicio.c atomicio.h authfd.c clientloop.c monitor_wrap.c msg.c progressmeter.c scp.c sftp-client.c ssh-keyscan.c ssh.h sshconnect.c sshd.c] deal with typing of write vs read in atomicio
2003-05-18 - (djm) Remove IPv4 by default hack now that we can specify AF in configDamien Miller
2003-05-14 - deraadt@cvs.openbsd.org 2003/04/26 04:29:49Damien Miller
[ssh-keyscan.c] -t in usage(); rogier@quaak.org
2003-05-14 - markus@cvs.openbsd.org 2003/04/14 14:17:50Damien Miller
[channels.c sshconnect.c sshd.c ssh-keyscan.c] avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP
2003-02-24 - markus@cvs.openbsd.org 2003/02/16 17:09:57Damien Miller
[kex.c kexdh.c kexgex.c kex.h sshconnect2.c sshd.c ssh-keyscan.c] split kex into client and server code, no need to link server code into the client; ok provos@
2002-09-12 - (djm) Sync sys/tree.h with OpenBSD -current. Rename tree.h andDamien Miller
fake-queue.h to sys-tree.h and sys-queue.h
2002-07-07 - (bal) Minor KNF on ssh-keyscan.cBen Lindstrom
This is really from Theo's patch. I missed it by looking at the wrong function call.
2002-07-07 - stevesk@cvs.openbsd.org 2002/07/06 17:47:58Ben Lindstrom
[ssh-keyscan.c] unused variable
2002-07-07 - deraadt@cvs.openbsd.org 2002/07/06 01:01:26Ben Lindstrom
[ssh-keyscan.c] KNF, realloc fix, and clean usage
2002-07-04 - stevesk@cvs.openbsd.org 2002/06/27 19:49:08Ben Lindstrom
[ssh-keyscan.c] use convtime(); ok markus@
2002-07-04 - markus@cvs.openbsd.org 2002/06/27 08:49:44Ben Lindstrom
[dh.c ssh-keyscan.c sshconnect.c] more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@
2002-06-21 - itojun@cvs.openbsd.org 2002/06/16 21:30:58Ben Lindstrom
[ssh-keyscan.c] use TAILQ_xx macro. from lukem@netbsd. markus ok
2002-04-05 - (bal) Too many <sys/queue.h> issues. Remove all workarounds andBen Lindstrom
using internal version only.
2002-03-05 - stevesk@cvs.openbsd.org 2002/03/04 18:30:23Ben Lindstrom
[ssh-keyscan.c] handle connection close during read of protocol version string. fixes erroneous "bad greeting". ok markus@
2002-02-26 - markus@cvs.openbsd.org 2002/02/22 12:20:34Ben Lindstrom
[log.c log.h ssh-keyscan.c] overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@
2001-12-21 - markus@cvs.openbsd.org 2001/12/10 20:34:31Damien Miller
[ssh-keyscan.c] check that server supports v1 for -t rsa1, report from wirth@dfki.de
2001-12-06 - stevesk@cvs.openbsd.org 2001/11/22 05:27:29Ben Lindstrom
[ssh-keyscan.c] don't use "\n" in fatal()
2001-12-06 - markus@cvs.openbsd.org 2001/11/16 12:46:13Ben Lindstrom
[ssh-keyscan.c] handle empty lines instead of dumping core; report from sha@sha-1.net
2001-11-15 - (djm) Fix IPv4 default in ssh-keyscan. Spotted by Dan AstoorianDamien Miller
<djast@cs.toronto.edu> Fix from markus@
2001-10-10 - (bal) seed_init() and seed_rng() required in ssh-keyscan.cBen Lindstrom
2001-10-10 - markus@cvs.openbsd.org 2001/10/09 10:12:08Damien Miller
[session.c] chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu
2001-09-20whitespace syncKevin Steves
2001-09-12 - markus@cvs.openbsd.org 2001/08/30 22:22:32Ben Lindstrom
[ssh-keyscan.c] do not pass pointers to longjmp; fix from wayne@blorf.net
2001-09-12 - danh@cvs.openbsd.org 2001/08/27 22:02:13Ben Lindstrom
[ssh-keyscan.c] fix memory fault if non-existent filename is given to the -f option ok markus@
2001-08-06 - markus@cvs.openbsd.org 2001/08/05 23:29:58Ben Lindstrom
[ssh-keyscan.c] make -t dsa work with commercial servers, too
2001-08-06 - markus@cvs.openbsd.org 2001/08/05 23:18:20Ben Lindstrom
[ssh-keyscan.1 ssh-keyscan.c] ssh 2 support; from wayned@users.sourceforge.net
2001-08-06 - jakob@cvs.openbsd.org 2001/08/03 10:31:30Ben Lindstrom
[ssh-add.c ssh-agent.c ssh-keyscan.c] improve usage(). ok markus@
2001-06-25 - itojun@cvs.openbsd.org 2001/06/23 15:12:20Ben Lindstrom
[auth1.c auth2.c auth2-chall.c authfd.c authfile.c auth-rhosts.c canohost.c channels.c cipher.c clientloop.c deattack.c dh.c hostfile.c kex.c kexdh.c kexgex.c key.c nchan.c packet.c radix.c readpass.c scp.c servconf.c serverloop.c session.c sftp.c sftp-client.c sftp-glob.c sftp-int.c sftp-server.c ssh-add.c ssh-agent.c ssh.c sshconnect1.c sshconnect2.c sshconnect.c sshd.c ssh-keygen.c ssh-keyscan.c] more strict prototypes. raise warning level in Makefile.inc. markus ok'ed TODO; cleanup headers
2001-06-09 - pvalchev@cvs.openbsd.org 2001/06/05 05:05:39Ben Lindstrom
[ssh-keyscan.1 ssh-keyscan.c] License clarification from David Mazieres, ok deraadt@
2001-03-14 - (stevesk) ssh-keyscan.c: specify "openbsd-compat/fake-queue.h"Kevin Steves
2001-03-07 - deraadt@cvs.openbsd.org 2001/03/06 06:11:18Ben Lindstrom
[ssh-keyscan.c] appease gcc
2001-03-06 - millert@cvs.openbsd.org 2001/03/06 01:06:03Ben Lindstrom
[ssh-keyscan.c] Don't assume we wil get the version string all in one read(). deraadt@ OK'd
2001-03-05 - (stevesk) OpenBSD sync:Kevin Steves
- deraadt@cvs.openbsd.org 2001/03/05 08:37:27 [ssh-keyscan.c] skip inlining, why bother
2001-03-05 - millert@cvs.openbsd.org 2001/03/03 21:19:41Ben Lindstrom
[ssh-keyscan.c] Dynamically allocate read_wait and its copies. Since maxfd is based on resource limits it is often (usually?) larger than FD_SETSIZE.
2001-03-05 - deraadt@cvs.openbsd.org 2001/03/03 06:53:12Ben Lindstrom
[ssh-keyscan.c] standard theo sweep
2001-03-05 - deraadt@cvs.openbsd.org 2001/02/21 07:37:04Ben Lindstrom
[ssh-keyscan.c] inline -> __inline__, and some indent
2001-02-15 - deraadt@cvs.openbsd.org 2001/02/12 22:56:09Ben Lindstrom
[clientloop.c packet.c ssh-keyscan.c] deal with EAGAIN/EINTR selects which were skipped
2001-02-10 - itojun@cvs.openbsd.org 2001/02/07 18:04:50Ben Lindstrom
[ssh-keyscan.c] fix size_t -> int cast (use u_long). markus ok - markus@cvs.openbsd.org 2001/02/07 22:43:16 [ssh-keyscan.c] s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com - itojun@cvs.openbsd.org 2001/02/09 9:04:59 [ssh-keyscan.c] do not assume malloc() returns zero-filled region. found by malloc.conf=AJ.
2001-02-05RCSID; whitespaceKevin Steves