index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
ssh-keyscan.c
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
make -t dsa work with commercial servers, too
markus
2001-08-05
1
-3
/
+6
|
*
ssh 2 support; from wayned@users.sourceforge.net
markus
2001-08-05
1
-86
/
+233
|
*
improve usage(). ok markus@
jakob
2001-08-03
1
-3
/
+7
|
*
more strict prototypes. raise warning level in Makefile.inc. markus ok'ed
itojun
2001-06-23
1
-21
/
+23
|
|
|
|
TODO; cleanup headers
*
License clarification from David Mazieres, ok deraadt@
pvalchev
2001-06-05
1
-3
/
+2
|
*
appease gcc
deraadt
2001-03-06
1
-2
/
+2
|
*
Don't assume we wil get the version string all in one read().
millert
2001-03-06
1
-5
/
+9
|
|
|
|
deraadt@ OK'd
*
skip inlining, why bother
deraadt
2001-03-05
1
-10
/
+10
|
*
Dynamically allocate read_wait and its copies. Since maxfd is
millert
2001-03-03
1
-9
/
+20
|
|
|
|
baed on resource limits it is often (usually?) larger than FD_SETSIZE.
*
standard theo sweep
deraadt
2001-03-03
1
-14
/
+18
|
*
inline -> __inline__, and some indent
deraadt
2001-02-21
1
-10
/
+14
|
*
deal with EAGAIN/EINTR selects which were skipped
deraadt
2001-02-12
1
-2
/
+5
|
*
do not assume malloc() returns zero-filled region. found by malloc.conf=AJ.
itojun
2001-02-09
1
-1
/
+2
|
*
s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
markus
2001-02-07
1
-3
/
+3
|
*
fix size_t -> int cast (use u_long). markus ok
itojun
2001-02-07
1
-2
/
+2
|
*
unexpand and remove end-of-line whitespace; ok markus@
stevesk
2001-02-04
1
-2
/
+2
|
*
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
markus
2001-01-21
1
-3
/
+2
|
|
|
|
rename util.[ch] -> misc.[ch]
*
move ssh1 definitions to ssh1.h, pathnames to pathnames.h
markus
2001-01-19
1
-1
/
+2
|
*
free() -> xfree(); fix memory leak; from stevesk@pobox.com
markus
2001-01-13
1
-12
/
+12
|
*
use SSH_DEFAULT_PORT; from stevesk@pobox.com
markus
2001-01-13
1
-3
/
+2
|
*
O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
markus
2001-01-08
1
-2
/
+2
|
*
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
markus
2000-12-19
1
-3
/
+3
|
|
|
|
with u_char.
*
replace <ssl/x.h> with <openssl/x.h>
markus
2000-12-19
1
-4
/
+4
|
*
fatal already adds \n; from stevesk@pobox.com
markus
2000-12-13
1
-8
/
+8
|
*
consistently use __progname; from stevesk@pobox.com
markus
2000-12-12
1
-10
/
+5
|
*
err(3) -> internal error(), from stevesk@sweden.hp.com
markus
2000-12-06
1
-3
/
+2
|
*
David Maziere's ssh-keyscan, ok niels@
markus
2000-12-04
1
-0
/
+605
[prev]