OpenBSD CVS

src/libexec/login_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 / libexec / login_passwd

Current tag: OPENBSD_6_2


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.6   8 years  ajacoutot   Don't compile pwd_gensalt, it's not needed since we use crypt_checkpass. ok ted...
[TXT] login_passwd.8  1.10   8 years  schwarze   add some missing .Cm macros and drop some redundant .Bk while here
[TXT] login_passwd.c  1.14   8 years  millert   Call syslog() if login_* pledge fails; OK deraadt@
[TXT] common.h (in the Attic) [Hide]  1.8   7 years  gsoares   convert to use readpassphrase() instead of DEPRECATED/getpass() OK millert@
[TXT] login.c (in the Attic) [Hide]  1.16   7 years  tedu   set password to return of readpassphrase(), not always the buffer.