summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/checkpasswd.c
AgeCommit message (Expand)Author
2019-03-31fix warnings, printf formats, etc.christos
2016-09-05Check bounds on input. From Michael Plass.dholland
2011-01-06Pacify Clang -Wformat-security.jakllsch
2007-11-24style, indent, and ANSI-fy.isaki
2005-12-11merge ktrace-lwp.christos
2005-06-13Remove bcmp(). Use memcmp() instead.junyoung
2003-04-15Add interface to boot password checking code that takes password parameter.dsl
2000-03-30Kill some more register declarations.augustss
1999-11-13Backout my libsa changes.thorpej
1999-11-11Update for the improvements to libsa, and don't reference libkern.h.thorpej
1999-09-09add a function to verify a password against an in-core md5 sumdrochner