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-agent.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
change sc_get_key to sc_get_keys and hide smartcard details in scard.c
markus
2002-03-25
1
-57
/
+41
*
Add PIN-protection for secret key.
rees
2002-03-21
1
-5
/
+9
*
$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add
stevesk
2002-03-04
1
-3
/
+1
*
use log interface and remove perror() in child. use
stevesk
2002-02-05
1
-14
/
+14
*
unneeded includes
stevesk
2002-02-04
1
-6
/
+2
*
unneeded cast cleanup; ok markus@
stevesk
2002-01-18
1
-3
/
+3
*
change to use queue.h macros; okay markus@
provos
2002-01-13
1
-82
/
+69
*
remove unneeded casts and some char->u_char cleanup; ok markus@
stevesk
2001-12-29
1
-3
/
+3
*
call fatal() for openssl allocation failures
markus
2001-12-27
1
-3
/
+4
*
basic KNF done while i was looking for something else
deraadt
2001-12-19
1
-5
/
+5
*
minor KNF
deraadt
2001-12-05
1
-5
/
+5
*
enum/int type cleanup where it made sense to do so; ok markus@
stevesk
2001-11-17
1
-6
/
+10
*
improve usage(). ok markus@
jakob
2001-08-03
1
-4
/
+8
*
clean up some /* SMARTCARD */. ok markus@
jakob
2001-08-02
1
-3
/
+3
*
add /* SMARTCARD */ to #else/#endif. ok markus@
jakob
2001-08-02
1
-5
/
+5
*
use strings instead of ints for smartcard reader ids
markus
2001-08-01
1
-8
/
+11
*
do not exit() from signal handlers; ok deraadt@
markus
2001-07-20
1
-16
/
+16
*
chdir("/") from bbraun@synack.net; ok markus@
stevesk
2001-07-18
1
-6
/
+9
*
update maxfd if maxfd is closed; report from jmcelroy@dtgnet.com
markus
2001-07-17
1
-7
/
+12
*
typo in usage; ok markus@
stevesk
2001-07-15
1
-3
/
+3
*
handle mutiple adds of the same smartcard key
markus
2001-07-04
1
-2
/
+4
*
for smartcards remove both RSA1/2 keys
markus
2001-07-04
1
-3
/
+4
*
handle card removal more gracefully, add sc_close() to scard.h
markus
2001-07-04
1
-2
/
+3
*
ignore SIGPIPE when debugging, too
markus
2001-07-04
1
-5
/
+4
*
s/generate_additional_parameters/rsa_generate_additional_parameters/
markus
2001-06-27
1
-4
/
+4
*
more smartcard support.
markus
2001-06-26
1
-2
/
+116
*
update usage
markus
2001-06-26
1
-3
/
+3
*
add debug flag
markus
2001-06-26
1
-8
/
+25
*
update copyright for 2001
markus
2001-06-25
1
-4
/
+3
*
more strict prototypes. raise warning level in Makefile.inc. markus ok'ed
itojun
2001-06-23
1
-22
/
+20
*
free() -> xfree()
stevesk
2001-04-03
1
-4
/
+4
*
try to read private f-secure ssh v2 rsa keys.
markus
2001-03-26
1
-21
/
+4
*
EINTR/EAGAIN handling is required in more cases
deraadt
2001-03-06
1
-6
/
+18
*
make copyright lines the same format
deraadt
2001-03-02
1
-3
/
+3
*
sync with netbsd tree changes.
itojun
2001-02-08
1
-3
/
+3
*
handle rsa_private_decrypt failures; helps against the Bleichenbacher pkcs#1 attack
markus
2001-01-29
1
-3
/
+4
*
call _exit() in signal handler
deraadt
2001-01-25
1
-6
/
+15
*
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
markus
2001-01-21
1
-8
/
+7
*
fix select overflow, work by deraadt and me.
markus
2001-01-11
1
-29
/
+63
*
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
markus
2000-12-19
1
-20
/
+20
*
remove() -> unlink() for consistency
markus
2000-12-19
1
-3
/
+3
*
remove redundant spaces; from stevesk@pobox.com
markus
2000-12-13
1
-4
/
+4
*
extern int optind; from stevesk@sweden.hp.com
markus
2000-12-09
1
-2
/
+3
*
agents must not dump core, ok niels@
markus
2000-11-30
1
-2
/
+9
*
do not reorder keys if a key is removed
markus
2000-11-14
1
-6
/
+12
*
add support for RSA to SSH2. please test.
markus
2000-11-12
1
-71
/
+64
*
off-by-one when removing a key from the agent
markus
2000-11-12
1
-4
/
+8
*
bug compat for old ssh.com software
markus
2000-09-21
1
-3
/
+8
*
check return value for setenv(3) for failure, and deal appropriately
deraadt
2000-09-15
1
-4
/
+7
*
cleanup copyright notices on all files. I have attempted to be accurate with
deraadt
2000-09-07
1
-3
/
+28
[prev]
[next]