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 (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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
*
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
*
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