index
:
openssh.git
master
sid
ssh_8.3
v7.9
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssh-vulnkey.c
Age
Commit message (
Expand
)
Author
2011-09-06
* New upstream release (http://www.openssh.org/txt/release-5.9).
Colin Watson
2010-08-24
staticify most functions in ssh-vulnkey.c
Colin Watson
2010-08-24
unconstify key argument to describe_key and do_key
Colin Watson
2008-08-25
only display "No blacklisted keys!" if there were any keys at all
Colin Watson
2008-08-25
Remove unnecessary ssh-vulnkey output in non-verbose mode when no
Colin Watson
2008-05-30
Add some helpful advice to the end of ssh-vulnkey's output if there are
Colin Watson
2008-05-26
Refactor rejection of blacklisted user keys into a single
Colin Watson
2008-05-26
Reword "Unknown (no blacklist information)" to "Unknown (blacklist
Colin Watson
2008-05-26
add -v to short usage message
Colin Watson
2008-05-26
Use EUID rather than UID when run with no file names and without -a.
Colin Watson
2008-05-26
Drop to the user's UID when reading user keys with -a.
Colin Watson
2008-05-26
Use xasprintf to build user key file names in ssh-vulnkey, avoiding
Colin Watson
2008-05-26
Handle leading IP addresses in ssh-vulnkey input (LP: #230497).
Colin Watson
2008-05-26
Make 'ssh-vulnkey -v' output each file name it examines (thanks, Hugh
Colin Watson
2008-05-26
document -v
Colin Watson
2008-05-26
Fix error output if ssh-vulnkey fails to read key files, with the
Colin Watson
2008-05-26
remove dead variable
Colin Watson
2008-05-26
quote filename if it contains a colon
Colin Watson
2008-05-26
Add key type to ssh-vulnkey output.
Colin Watson
2008-05-25
Add -v (verbose) option to ssh-vulnkey, and don't print output for keys
Colin Watson
2008-05-25
Check for blacklists in /usr/share/ssh/ as well as /etc/ssh/ (see
Colin Watson
2008-05-25
Make ssh-vulnkey report the file name and line number for each key
Colin Watson
2008-05-17
Check RSA1 keys without the need for a separate blacklist. Thanks to
Colin Watson
2008-05-14
ssh-vulnkey handles options in authorized_keys (LP: #230029).
Colin Watson
2008-05-12
* Mitigate OpenSSL security vulnerability:
Colin Watson