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
*
no need to include the old buffer/key API
markus
2015-07-08
1
-4
/
+1
*
Use a salted hash of the lock passphrase instead of plain text and do
dtucker
2015-05-15
1
-13
/
+40
*
combine -Dd onto one line and update usage();
jmc
2015-04-24
1
-2
/
+2
*
add ssh-agent -D to leave ssh-agent in foreground without enabling
djm
2015-04-24
1
-8
/
+15
*
rename xrealloc() to xreallocarray() since it follows that form.
deraadt
2015-04-24
1
-2
/
+2
*
make ssh-add -D work with !SSH1 agent
djm
2015-03-04
1
-3
/
+3
*
add SSH1 Makefile knob to make it easier to build without SSH1 support;
djm
2015-03-03
1
-1
/
+3
*
update to new API (key_fingerprint => sshkey_fingerprint)
djm
2015-01-28
1
-2
/
+3
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-4
/
+5
*
fix small regression: ssh-agent would return a success message
djm
2015-01-14
1
-14
/
+23
*
switch to sshbuf/sshkey; with & ok djm@
markus
2015-01-14
1
-212
/
+308
*
tweak previous;
jmc
2014-12-21
1
-3
/
+3
*
Add FingerprintHash option to control algorithm used for key
djm
2014-12-21
1
-4
/
+11
*
Nuke more obvious #include duplications.
krw
2014-11-18
1
-2
/
+1
*
Clear buffer used for handling messages. This prevents keys being
dtucker
2014-07-25
1
-1
/
+2
*
restore umask around listener socket creation (dropped in streamlocal patch
djm
2014-07-18
1
-1
/
+5
*
Add support for Unix domain socket forwarding. A remote TCP port
millert
2014-07-15
1
-16
/
+3
*
Only cleanup agent socket in the main agent process and not in any
djm
2014-07-03
1
-1
/
+9
*
New key API: refactor key-related functions to be more library-like,
djm
2014-06-24
1
-8
/
+16
*
make compiling against OpenSSL optional (make OPENSSL=no);
markus
2014-04-29
1
-1
/
+11
*
Improve usage() and documentation towards the standard form. In particular,
deraadt
2014-03-15
1
-10
/
+5
*
convert memset of potentially-private data to explicit_bzero()
djm
2014-02-02
1
-3
/
+3
*
replace openssl MD5 with our ssh_digest_*; ok djm@
markus
2014-01-27
1
-7
/
+9
*
bz#2186: don't crash (NULL deref) when deleting PKCS#11 keys from an agent
djm
2013-12-19
1
-1
/
+4
*
support ed25519 keys (hostkeys and user identities) using the public domain
markus
2013-12-06
1
-1
/
+2
*
new private key format, bcrypt as KDF by default; details in PROTOCOL.key;
markus
2013-12-06
1
-2
/
+1
*
move private key (de)serialization to key.c; ok djm
markus
2013-12-06
1
-117
/
+11
*
call cleanup_handler on SIGINT when in debug mode to ensure sockets
djm
2013-07-20
1
-3
/
+2
*
Make parent_alive_interval time_t to avoid signed/unsigned comparison
dtucker
2013-06-02
1
-2
/
+2
*
Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like
dtucker
2013-06-01
1
-6
/
+6
*
Use time_t where appropriate. ok djm
dtucker
2013-05-31
1
-9
/
+12
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-35
/
+28
*
Check current parent process ID against saved one to determine if the parent
dtucker
2011-06-03
1
-2
/
+6
*
honour $TMPDIR for client xauth and ssh-agent temporary directories;
djm
2010-11-21
1
-2
/
+2
*
reintroduce commit from tedu@, which I pulled out for release engineering:
djm
2010-08-31
1
-2
/
+2
*
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
djm
2010-08-31
1
-3
/
+57
*
backout previous temporarily; discussed with deraadt@
djm
2010-08-16
1
-2
/
+2
*
OpenSSL_add_all_algorithms is the name of the function we have a man page
tedu
2010-08-12
1
-2
/
+2
*
revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the
djm
2010-04-16
1
-1
/
+4
*
Add support for certificate key types for users and hosts.
djm
2010-02-26
1
-1
/
+23
*
fallout from PKCS#11: unbreak -D
djm
2010-02-09
1
-2
/
+3
*
replace our obsolete smartcard code with PKCS#11.
markus
2010-02-08
1
-50
/
+51
*
fix a race condition in ssh-agent that could result in a wedged or
djm
2009-09-01
1
-19
/
+13
*
My previous commit didn't fix the problem at all, so stick at my first
tobias
2009-03-23
1
-3
/
+4
*
Fixed a possible out-of-bounds memory access if the environment variable
tobias
2009-03-23
1
-2
/
+2
*
reset global compat flag after processing a protocol 2 signature
djm
2008-06-28
1
-1
/
+4
*
refuse to add a key that has unknown constraints specified;
djm
2008-06-28
1
-8
/
+16
*
When adding a key that already exists, update the properties
canacar
2007-09-25
1
-7
/
+8
*
sort synopsis and options in ssh-agent(1); usage is lowercase
sobrado
2007-09-09
1
-2
/
+2
*
Remove the signal handler that checks if the agent's parent process
dtucker
2007-03-19
1
-25
/
+41
[next]