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-add.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix some signed/unsigned integer type mismatches in format
djm
2015-10-15
1
-2
/
+2
*
- Fix error message: passphrase needs to be at least 5 characters, not 4.
tim
2015-09-13
1
-7
/
+6
*
When adding keys to the agent, don't ignore the comment of keys for which the
tim
2015-09-13
1
-9
/
+8
*
delete support for legacy v00 certificates; "sure" markus@ dtucker@
djm
2015-07-03
1
-3
/
+2
*
don't try to load .ssh/identity by default if SSH1 is disabled; ok markus@
naddy
2015-03-26
1
-1
/
+3
*
ignore v1 errors on ssh-add -D; only try v2 keys on -l/-L (unless WITH_SSH1)
markus
2015-03-25
1
-7
/
+11
*
make "ssh-add -d" properly remove a corresponding certificate, and also
halex
2015-02-21
1
-4
/
+10
*
slightly extend the passphrase prompt if running with -c in order to
halex
2015-02-03
1
-4
/
+5
*
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
-3
/
+3
*
move authfd.c and its tentacles to the new buffer/key API;
djm
2015-01-14
1
-108
/
+151
*
Add FingerprintHash option to control algorithm used for key
djm
2014-12-21
1
-13
/
+41
*
Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
millert
2014-11-26
1
-2
/
+2
*
fix ssh-add crash while loading more than one key
benno
2014-07-09
1
-3
/
+3
*
make stdout line-buffered; saves partial output getting lost when
djm
2014-07-03
1
-1
/
+3
*
fix loading of private keys
markus
2014-06-27
1
-5
/
+5
*
New key API: refactor key-related functions to be more library-like,
djm
2014-06-24
1
-7
/
+17
*
convert memset of potentially-private data to explicit_bzero()
djm
2014-02-02
1
-4
/
+4
*
skip requesting smartcard PIN when removing keys from agent; bz#2187
djm
2013-12-19
1
-6
/
+9
*
Make ssh-add also add .ssh/id_ed25519; fixes lie in manual page.
pascal
2013-12-15
1
-1
/
+2
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-10
/
+10
*
prevent double-free of comment; ok djm@
markus
2012-12-05
1
-1
/
+2
*
make deleting explicit keys "ssh-add -d" symmetric with adding keys -
djm
2012-12-02
1
-7
/
+31
*
add -k to usage(); reminded by jmc@
djm
2011-10-18
1
-3
/
+4
*
new "ssh-add -k" option to load plain keys (skipping certificates);
djm
2011-10-18
1
-10
/
+17
*
allow "ssh-add - < key"; feedback and ok markus@
djm
2011-05-04
1
-8
/
+25
*
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
-1
/
+2
*
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
*
check that the certificate matches the corresponding private key before
djm
2010-05-14
1
-21
/
+29
*
revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the
djm
2010-04-16
1
-2
/
+2
*
zap what seems to be a left-over debug message; ok markus@
otto
2010-03-01
1
-3
/
+2
*
Add support for certificate key types for users and hosts.
djm
2010-02-26
1
-3
/
+31
*
replace our obsolete smartcard code with PKCS#11.
markus
2010-02-08
1
-11
/
+9
*
Do not fall back to adding keys without contraints (ssh-add -c / -t ...)
djm
2009-08-27
1
-4
/
+1
*
sort synopsis and options in ssh-agent(1); usage is lowercase
sobrado
2007-09-09
1
-2
/
+2
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-4
/
+3
*
move #include <stdio.h> out of includes.h
stevesk
2006-08-01
1
-1
/
+2
*
move #include <stdlib.h> out of includes.h
stevesk
2006-07-26
1
-1
/
+2
*
move #include <sys/param.h> out of includes.h
stevesk
2006-07-26
1
-1
/
+2
*
move #include <string.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+2
*
move #include <unistd.h> out of includes.h
stevesk
2006-07-17
1
-1
/
+2
*
use O_RDONLY vs. 0 in open(); no binary change
stevesk
2006-07-09
1
-2
/
+2
*
move #include <fcntl.h> out of includes.h
stevesk
2006-07-09
1
-1
/
+2
*
move #include <pwd.h> out of includes.h; ok markus@
stevesk
2006-07-06
1
-1
/
+3
*
Sync usage() with man page and reality.
mk
2006-05-30
1
-2
/
+2
*
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
djm
2006-03-25
1
-0
/
+1
*
in a switch (), break after return or goto is stupid
deraadt
2006-03-20
1
-3
/
+0
*
RCSID() can die
deraadt
2006-03-19
1
-1
/
+0
[next]