Add sha256crypt and sha512crypt; not yet enabled
authorH. Peter Anvin <hpa@zytor.com>
Sat, 10 Nov 2007 02:18:31 +0000 (18:18 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 10 Nov 2007 02:18:31 +0000 (18:18 -0800)
commit046943f30564f7d07c57383d361a5169a87a48cb
treeed2783411a8e87e5c70ddec200a58df9d20268b5
parent83f2f0a118e16eb7a0dc58e6b5d51c5745f7c1f3
Add sha256crypt and sha512crypt; not yet enabled

Add support for sha256crypt and sha512crypt to the library.  Not yet
included in the menu system, need to decide if it's worth 10K or if
the code can be realistically compacted.
com32/include/string.h
com32/lib/Makefile
com32/lib/mempcpy.S [new file with mode: 0644]
com32/lib/stpncpy.c [new file with mode: 0644]
com32/libutil/Makefile
com32/libutil/sha256crypt.c [new file with mode: 0644]
com32/libutil/sha512crypt.c [new file with mode: 0644]