OpenBSD CVS

src/usr.bin/passwd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / passwd

Current tag: OPENBSD_6_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.41   8 years  deraadt   Delete YP password related code. As a result, these can also be pledged. Keep ...
[TXT] local_passwd.c  1.53   7 years  millert   Use explicit_bzero() to clear the buffer used when the user retypes the new pass...
[TXT] passwd.1  1.45   7 years  danj   update man pages now that login.conf uses auto rounds better wording/ok sthen@ ...
[TXT] passwd.c  1.27   8 years  deraadt   Delete YP password related code. As a result, these can also be pledged. Keep ...
[TXT] pwd_check.c  1.15   8 years  mmcc   Remove NULL-checks before free(). ok tb@