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
2001-03-03
Dynamically allocate read_wait and its copies. Since maxfd is
Todd C. Miller
2001-03-03
standard theo sweep
Theo de Raadt
2001-02-21
inline -> __inline__, and some indent
Theo de Raadt
2001-02-12
deal with EAGAIN/EINTR selects which were skipped
Theo de Raadt
2001-02-09
do not assume malloc() returns zero-filled region. found by malloc.conf=AJ.
Jun-ichiro itojun Hagino
2001-02-07
s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
Markus Friedl
2001-02-07
fix size_t -> int cast (use u_long). markus ok
Jun-ichiro itojun Hagino
2001-02-04
unexpand and remove end-of-line whitespace; ok markus@
Kevin Steves
2001-01-21
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
Markus Friedl
2001-01-19
move ssh1 definitions to ssh1.h, pathnames to pathnames.h
Markus Friedl
2001-01-13
free() -> xfree(); fix memory leak; from stevesk@pobox.com
Markus Friedl
2001-01-13
use SSH_DEFAULT_PORT; from stevesk@pobox.com
Markus Friedl
2001-01-08
O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
Markus Friedl
2000-12-19
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
Markus Friedl
2000-12-19
replace <ssl/x.h> with <openssl/x.h>
Markus Friedl
2000-12-13
fatal already adds \n; from stevesk@pobox.com
Markus Friedl
2000-12-12
consistently use __progname; from stevesk@pobox.com
Markus Friedl
2000-12-06
err(3) -> internal error(), from stevesk@sweden.hp.com
Markus Friedl
2000-12-04
David Maziere's ssh-keyscan, ok niels@
Markus Friedl