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
/
scard.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove obsole scard code
markus
2010-02-08
1
-569
/
+0
*
add missing checks for openssl return codes; with & ok djm@
markus
2006-11-06
1
-5
/
+7
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-3
/
+4
*
clean extra spaces
stevesk
2006-08-01
1
-5
/
+5
*
need #include <string.h>
stevesk
2006-07-25
1
-1
/
+3
*
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
djm
2006-03-25
1
-0
/
+1
*
introduce xcalloc() and xasprintf() failure-checked allocations functions
djm
2006-03-25
1
-1
/
+1
*
RCSID() can die
deraadt
2006-03-19
1
-1
/
+0
*
kill a tiny header; ok deraadt@
djm
2004-05-08
1
-2
/
+2
*
add sc_get_key_label; larsch at trustcenter.de; bugzilla#591
markus
2003-06-12
1
-1
/
+8
*
rename log() into logit() to avoid name conflict. markus ok, from netbsd
itojun
2003-04-08
1
-3
/
+3
*
various KNF and %d for unsigned
deraadt
2002-06-23
1
-2
/
+2
*
try_AUT0 in read_pubkey too, for those paranoid few who want to acl 'sh'
rees
2002-03-26
1
-27
/
+34
*
change sc_get_key to sc_get_keys and hide smartcard details in scard.c
markus
2002-03-25
1
-25
/
+51
*
we need to figure out AUT0 for sc_private_encrypt, too
markus
2002-03-24
1
-21
/
+35
*
Add PIN-protection for secret key.
rees
2002-03-21
1
-27
/
+57
*
In sc_put_key(), sc_reader_id should be id.
rees
2002-03-21
1
-4
/
+3
*
remove const
markus
2002-03-21
1
-3
/
+3
*
move key upload to scard.[ch]
markus
2002-03-21
1
-1
/
+116
*
make compile w/ openssl 0.9.7
markus
2002-03-21
1
-31
/
+25
*
call fatal() for openssl allocation failures
markus
2001-12-27
1
-2
/
+3
*
basic KNF done while i was looking for something else
deraadt
2001-12-19
1
-8
/
+8
*
Fix segv when smartcard communication error occurs during key load. ok markus@
djm
2001-09-28
1
-1
/
+2
*
never keep a connection to the smartcard open.
markus
2001-09-17
1
-20
/
+18
*
clean up some /* SMARTCARD */. ok markus@
jakob
2001-08-02
1
-2
/
+2
*
support finish rsa keys.
markus
2001-08-01
1
-2
/
+19
*
use strings instead of ints for smartcard reader ids
markus
2001-08-01
1
-7
/
+10
*
close smartcard connection if card is missing.
jakob
2001-07-31
1
-1
/
+2
*
do not complain about missing smartcards. ok markus@
jakob
2001-07-31
1
-3
/
+9
*
better errorcodes from sc_*; ok markus@
jakob
2001-07-30
1
-19
/
+36
*
Inquire Cyberflex class for 0xf0 cards
rees
2001-07-26
1
-25
/
+8
*
typo in comment
markus
2001-07-25
1
-2
/
+2
*
handle card removal more gracefully, add sc_close() to scard.h
markus
2001-07-04
1
-16
/
+52
*
update for sectok.h interface changes.
markus
2001-07-02
1
-159
/
+109
*
add smartcard support to the client, too (now you can use both
markus
2001-06-26
1
-4
/
+4
*
prototype pedant. not very creative...
itojun
2001-06-26
1
-2
/
+2
*
more smartcard support.
markus
2001-06-26
1
-0
/
+359