]> Zhao Yanbai Git Server - minix.git/commit
Switch to NetBSD passwd format
authorBen Gras <ben@minix3.org>
Fri, 30 Sep 2011 10:18:10 +0000 (10:18 +0000)
committerBen Gras <ben@minix3.org>
Mon, 14 Nov 2011 14:47:42 +0000 (14:47 +0000)
commit5c00743626989a611dd2966296c00a8cc4abca6f
treeb323c0b8fe77b558f6b961006b98312a24ecc525
parentcedeabb357aabd23c1737fcc7b051d385b8bf940
Switch to NetBSD passwd format
Based on work by Vivek Prakash and Gianluca Guida.

See UPDATING about caveats on currently existing accounts.

. restores netbsd libc pwcache functions
96 files changed:
Makefile
commands/Makefile
commands/adduser/Makefile [deleted file]
commands/adduser/adduser.sh [deleted file]
commands/chown/chown.c
commands/ftpd200/Makefile
commands/login/Makefile
commands/login/login.c
commands/ls/Makefile
commands/passwd/Makefile [deleted file]
commands/passwd/passwd.c [deleted file]
commands/pwdauth/Makefile
commands/pwdauth/pwdauth.c
commands/su/Makefile
docs/UPDATING
drivers/ramdisk/Makefile
etc/Makefile
etc/group
etc/master.passwd [new file with mode: 0644]
etc/passwd [deleted file]
etc/shadow [deleted file]
lib/Makefile
lib/libc/other/Makefile.inc
lib/libc/other/crypt.c [deleted file]
lib/libutil/Makefile
lib/libutil/compat/Makefile.inc
lib/libutil/login_cap.c
lib/nbsd_libc/gen/pwcache.c
lib/nbsd_libcompat_minix/Makefile
lib/nbsd_libcompat_minix/getpwent.c [deleted file]
lib/nbsd_libcompat_minix/passwd.c [deleted file]
man/man1/Makefile
man/man1/passwd.1 [deleted file]
man/man8/Makefile
man/man8/adduser.8 [deleted file]
man/man8/pwdauth.8
nbsd_include/arch/i386/include/param.h
nbsd_include/login_cap.h
nbsd_include/pwd.h
nbsd_include/sys/dirent.h
tools/nbsd_ports
tools/release.sh
usr.bin/Makefile
usr.bin/Makefile.inc
usr.bin/chpass/Makefile [new file with mode: 0644]
usr.bin/chpass/chpass.1 [new file with mode: 0644]
usr.bin/chpass/chpass.c [new file with mode: 0644]
usr.bin/chpass/chpass.h [new file with mode: 0644]
usr.bin/chpass/edit.c [new file with mode: 0644]
usr.bin/chpass/field.c [new file with mode: 0644]
usr.bin/chpass/pathnames.h [new file with mode: 0644]
usr.bin/chpass/pw_yp.c [new file with mode: 0644]
usr.bin/chpass/table.c [new file with mode: 0644]
usr.bin/chpass/util.c [new file with mode: 0644]
usr.bin/m4/Makefile
usr.bin/newgrp/Makefile [new file with mode: 0644]
usr.bin/newgrp/grutil.c [new file with mode: 0644]
usr.bin/newgrp/grutil.h [new file with mode: 0644]
usr.bin/newgrp/newgrp.1 [new file with mode: 0644]
usr.bin/newgrp/newgrp.c [new file with mode: 0644]
usr.bin/passwd/Makefile [new file with mode: 0644]
usr.bin/passwd/extern.h [new file with mode: 0644]
usr.bin/passwd/kpasswd.1 [new file with mode: 0644]
usr.bin/passwd/krb5_passwd.c [new file with mode: 0644]
usr.bin/passwd/local_passwd.c [new file with mode: 0644]
usr.bin/passwd/pam_passwd.c [new file with mode: 0644]
usr.bin/passwd/passwd.1 [new file with mode: 0644]
usr.bin/passwd/passwd.c [new file with mode: 0644]
usr.bin/passwd/yp_passwd.c [new file with mode: 0644]
usr.bin/passwd/yppasswd.1 [new file with mode: 0644]
usr.bin/top/top.c
usr.sbin/Makefile [new file with mode: 0644]
usr.sbin/Makefile.inc [new file with mode: 0644]
usr.sbin/pwd_mkdb/Makefile [new file with mode: 0644]
usr.sbin/pwd_mkdb/pwd_mkdb.8 [new file with mode: 0644]
usr.sbin/pwd_mkdb/pwd_mkdb.c [new file with mode: 0644]
usr.sbin/user/Makefile [new file with mode: 0644]
usr.sbin/user/defs.h [new file with mode: 0644]
usr.sbin/user/group.8 [new file with mode: 0644]
usr.sbin/user/groupadd.8 [new file with mode: 0644]
usr.sbin/user/groupdel.8 [new file with mode: 0644]
usr.sbin/user/groupinfo.8 [new file with mode: 0644]
usr.sbin/user/groupmod.8 [new file with mode: 0644]
usr.sbin/user/main.c [new file with mode: 0644]
usr.sbin/user/out [new file with mode: 0644]
usr.sbin/user/user.8 [new file with mode: 0644]
usr.sbin/user/user.c [new file with mode: 0644]
usr.sbin/user/useradd.8 [new file with mode: 0644]
usr.sbin/user/userdel.8 [new file with mode: 0644]
usr.sbin/user/userinfo.8 [new file with mode: 0644]
usr.sbin/user/usermgmt.conf.5 [new file with mode: 0644]
usr.sbin/user/usermgmt.h [new file with mode: 0644]
usr.sbin/user/usermod.8 [new file with mode: 0644]
usr.sbin/vipw/Makefile [new file with mode: 0644]
usr.sbin/vipw/vipw.8 [new file with mode: 0644]
usr.sbin/vipw/vipw.c [new file with mode: 0644]