]> Zhao Yanbai Git Server - minix.git/commit
import libcrypt
authorBen Gras <ben@minix3.org>
Wed, 13 Jul 2011 16:19:27 +0000 (18:19 +0200)
committerBen Gras <ben@minix3.org>
Wed, 13 Jul 2011 16:19:27 +0000 (18:19 +0200)
commitebffaa42502931792cfc7964b581853350489880
treec3e1c7624c3eecdddd1f1639f2d650d145700482
parent6c9aa8a9ca53df43f89eda74ae9073ab6d68717a
import libcrypt

. move crypt() from minix-specific to netbsd -lcrypt
22 files changed:
commands/ftpd200/Makefile
commands/login/Makefile
commands/passwd/Makefile
commands/su/Makefile
lib/Makefile
lib/libcrypt/Makefile [new file with mode: 0644]
lib/libcrypt/bcrypt.c [new file with mode: 0644]
lib/libcrypt/blowfish.c [new file with mode: 0644]
lib/libcrypt/crypt-sha1.c [new file with mode: 0644]
lib/libcrypt/crypt.3 [new file with mode: 0644]
lib/libcrypt/crypt.c [new file with mode: 0644]
lib/libcrypt/crypt.h [new file with mode: 0644]
lib/libcrypt/hmac.c [new file with mode: 0644]
lib/libcrypt/hmac_sha1.c [new file with mode: 0644]
lib/libcrypt/md5crypt.c [new file with mode: 0644]
lib/libcrypt/minix-port.patch [new file with mode: 0644]
lib/libcrypt/pw_gensalt.c [new file with mode: 0644]
lib/libcrypt/shlib_version [new file with mode: 0644]
lib/libcrypt/util.c [new file with mode: 0644]
lib/nbsd_libcompat_minix/Makefile
lib/nbsd_libcompat_minix/crypt.c [deleted file]
tools/nbsd_ports