summaryrefslogtreecommitdiff
path: root/ssh-vulnkey.c
AgeCommit message (Expand)Author
2008-05-26Make 'ssh-vulnkey -v' output each file name it examines (thanks, HughColin Watson
2008-05-26document -vColin Watson
2008-05-26Fix error output if ssh-vulnkey fails to read key files, with theColin Watson
2008-05-26remove dead variableColin Watson
2008-05-26quote filename if it contains a colonColin Watson
2008-05-26Add key type to ssh-vulnkey output.Colin Watson
2008-05-25Add -v (verbose) option to ssh-vulnkey, and don't print output for keysColin Watson
2008-05-25Check for blacklists in /usr/share/ssh/ as well as /etc/ssh/ (seeColin Watson
2008-05-25Make ssh-vulnkey report the file name and line number for each keyColin Watson
2008-05-17Check RSA1 keys without the need for a separate blacklist. Thanks toColin Watson
2008-05-14ssh-vulnkey handles options in authorized_keys (LP: #230029).Colin Watson
2008-05-12* Mitigate OpenSSL security vulnerability:Colin Watson