summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-pkcs11-helper.c
AgeCommit message (Expand)Author
2016-02-15Add a function to enable security-related malloc_options. With and okDarren Tucker
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2015-01-20Reduce use of <sys/param.h> and transition to <limits.h> throughout.Theo de Raadt
2014-12-11explicitly include sys/param.h in files that use the howmany() macro;Damien Miller
2014-06-24New key API: refactor key-related functions to be more library-like,Damien Miller
2013-12-02use-after-free; bz#2175 patch from Loganaden Velvindron @ AfriNICDamien Miller
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2013-05-10remove unused extern optarg. ok markus@Darren Tucker
2012-07-02fix a couple of "assigned but not used" warnings. ok markus@Darren Tucker
2010-02-24Add $OpenBSD$ tags in comments, our portable-syncing scripts use theseDamien Miller
2010-02-19gcc2 requires decls before codeTheo de Raadt
2010-02-08replace our obsolete smartcard code with PKCS#11.Markus Friedl