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-pkcs11-helper.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use the new variant log macros instead of prepending __func__ and
djm
2020-10-18
1
-41
/
+31
*
remove unused variables in ssh-pkcs11-helper; ok djm
markus
2020-03-06
1
-8
/
+2
*
expose PKCS#11 key labels/X.509 subjects as comments
djm
2020-01-25
1
-8
/
+13
*
fixes for !WITH_OPENSSL compilation; ok dtucker@
djm
2019-09-06
1
-1
/
+18
*
lots of things were relying on libcrypto headers to transitively
djm
2019-09-06
1
-1
/
+2
*
Replace calls to ssh_malloc_init() by a static init of malloc_options.
otto
2019-06-06
1
-2
/
+1
*
Move a variable declaration to the block where it's used to make things
dtucker
2019-05-16
1
-3
/
+3
*
switch mainloop from select(2) to poll(2); ok deraadt@
djm
2019-01-23
1
-22
/
+19
*
add "-v" flags to ssh-add and ssh-pkcs11-helper to turn up debug
djm
2019-01-21
1
-3
/
+21
*
add support for ECDSA keys in PKCS#11 tokens
djm
2019-01-20
1
-10
/
+30
*
switch ssh-pkcs11-helper to new API; ok djm@
markus
2018-01-08
1
-78
/
+105
*
switch from Key typedef with struct sshkey; ok djm@
markus
2017-05-30
1
-7
/
+7
*
Add a function to enable security-related malloc_options. With and ok
dtucker
2016-02-15
1
-1
/
+2
*
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope
deraadt
2015-08-20
1
-3
/
+3
*
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
deraadt
2015-01-20
1
-2
/
+1
*
explicitly include sys/param.h in files that use the howmany() macro;
djm
2014-12-11
1
-2
/
+3
*
New key API: refactor key-related functions to be more library-like,
djm
2014-06-24
1
-2
/
+6
*
use-after-free; bz#2175 patch from Loganaden Velvindron @ AfriNIC
djm
2013-12-02
1
-2
/
+3
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-12
/
+11
*
remove unused extern optarg. ok markus@
dtucker
2013-05-10
1
-2
/
+1
*
fix a couple of "assigned but not used" warnings. ok markus@
dtucker
2012-07-02
1
-3
/
+3
*
Add $OpenBSD$ tags in comments, our portable-syncing scripts use these
djm
2010-02-24
1
-0
/
+1
*
gcc2 requires decls before code
deraadt
2010-02-19
1
-3
/
+2
*
replace our obsolete smartcard code with PKCS#11.
markus
2010-02-08
1
-0
/
+349