summaryrefslogtreecommitdiff
path: root/ssh-vulnkey.c
AgeCommit message (Expand)Author
2013-09-14* New upstream release (http://www.openssh.com/txt/release-6.3).Colin Watson
2011-09-06* New upstream release (http://www.openssh.org/txt/release-5.9).Colin Watson
2010-08-24staticify most functions in ssh-vulnkey.cColin Watson
2010-08-24unconstify key argument to describe_key and do_keyColin Watson
2008-08-25only display "No blacklisted keys!" if there were any keys at allColin Watson
2008-08-25Remove unnecessary ssh-vulnkey output in non-verbose mode when noColin Watson
2008-05-30Add some helpful advice to the end of ssh-vulnkey's output if there areColin Watson
2008-05-26Refactor rejection of blacklisted user keys into a singleColin Watson
2008-05-26Reword "Unknown (no blacklist information)" to "Unknown (blacklistColin Watson
2008-05-26add -v to short usage messageColin Watson
2008-05-26Use EUID rather than UID when run with no file names and without -a.Colin Watson
2008-05-26Drop to the user's UID when reading user keys with -a.Colin Watson
2008-05-26Use xasprintf to build user key file names in ssh-vulnkey, avoidingColin Watson
2008-05-26Handle leading IP addresses in ssh-vulnkey input (LP: #230497).Colin Watson
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