summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keyscan.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* make -t dsa work with commercial servers, toomarkus2001-08-051-3/+6
|
* ssh 2 support; from wayned@users.sourceforge.netmarkus2001-08-051-86/+233
|
* improve usage(). ok markus@jakob2001-08-031-3/+7
|
* more strict prototypes. raise warning level in Makefile.inc. markus ok'editojun2001-06-231-21/+23
| | | | TODO; cleanup headers
* License clarification from David Mazieres, ok deraadt@pvalchev2001-06-051-3/+2
|
* appease gccderaadt2001-03-061-2/+2
|
* Don't assume we wil get the version string all in one read().millert2001-03-061-5/+9
| | | | deraadt@ OK'd
* skip inlining, why botherderaadt2001-03-051-10/+10
|
* Dynamically allocate read_wait and its copies. Since maxfd ismillert2001-03-031-9/+20
| | | | baed on resource limits it is often (usually?) larger than FD_SETSIZE.
* standard theo sweepderaadt2001-03-031-14/+18
|
* inline -> __inline__, and some indentderaadt2001-02-211-10/+14
|
* deal with EAGAIN/EINTR selects which were skippedderaadt2001-02-121-2/+5
|
* do not assume malloc() returns zero-filled region. found by malloc.conf=AJ.itojun2001-02-091-1/+2
|
* s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.commarkus2001-02-071-3/+3
|
* fix size_t -> int cast (use u_long). markus okitojun2001-02-071-2/+2
|
* unexpand and remove end-of-line whitespace; ok markus@stevesk2001-02-041-2/+2
|
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-3/+2
| | | | rename util.[ch] -> misc.[ch]
* move ssh1 definitions to ssh1.h, pathnames to pathnames.hmarkus2001-01-191-1/+2
|
* free() -> xfree(); fix memory leak; from stevesk@pobox.commarkus2001-01-131-12/+12
|
* use SSH_DEFAULT_PORT; from stevesk@pobox.commarkus2001-01-131-3/+2
|
* O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.commarkus2001-01-081-2/+2
|
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-3/+3
| | | | with u_char.
* replace <ssl/x.h> with <openssl/x.h>markus2000-12-191-4/+4
|
* fatal already adds \n; from stevesk@pobox.commarkus2000-12-131-8/+8
|
* consistently use __progname; from stevesk@pobox.commarkus2000-12-121-10/+5
|
* err(3) -> internal error(), from stevesk@sweden.hp.commarkus2000-12-061-3/+2
|
* David Maziere's ssh-keyscan, ok niels@markus2000-12-041-0/+605