index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
passwd
/
local_passwd.c
Age
Commit message (
Expand
)
Author
2016-12-30
Use explicit_bzero() to clear the buffer used when the user retypes
Todd C. Miller
2016-09-02
_PASSWORD_LEN is length that comes out of crypt(), not a meaningful
Ted Unangst
2016-09-02
make sure to explicitly clear memory that is used for password input.
Gleydson Soares
2016-08-31
replace obsolete getpass with readpassphrase.
Ted Unangst
2016-08-31
nicer format strings and use dprintf instead of write
Ted Unangst
2016-08-15
Trust the login_getcaptime() declaration and don't cast the arguments to
Philip Guenther
2016-05-08
Switch to getpwnam_shadow() now that getpwnam() no longer opens the shadow
Tim van der Molen
2015-11-26
Delete YP password related code. As a result, these can also be
Theo de Raadt
2015-10-25
No need to declare pwd_gensalt; it's unused and gone.
Antoine Jacoutot
2014-11-21
change prototype for crypt_newhash. the login_cap_t is a holdover from its
Ted Unangst
2014-11-20
switch to using crypt_newhash interface. ok deraadt
Ted Unangst
2014-11-11
use crypt_checkpass instead of crypt/strcmp
Ted Unangst
2013-01-18
Use open(O_CLOEXEC) instead of a separate fcntl(FD_CLOEXEC) call.
Philip Guenther
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-11-06
-Wall -Wshadow clean, no binary change
Damien Miller
2008-04-27
Correct English.
Joel Sing
2005-05-01
spacing
Theo de Raadt
2004-12-20
o some missing free()'s in error paths
Moritz Jodeit
2004-09-18
ARGSUSED signal handler
Theo de Raadt
2004-07-24
Print a newline before the message in kbintr. Otherwise the message
Todd C. Miller
2004-07-13
passwd.conf has been deprecated since login.conf was imported.
Todd C. Miller
2004-04-20
Adapt to new pw_copy() API, closes PR 3698.
Todd C. Miller
2004-03-10
Check getpass() return value for NULL. Closes Pr 3706.
Todd C. Miller
2003-06-20
a cleaning recommended by lint
Theo de Raadt
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-04-28
stdlib.h
Theo de Raadt
2003-03-30
Simpler and consistent error messages when the user enters an empty
Todd C. Miller
2002-06-28
various cleanups; ok millert
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-12-07
Catch SIGINT and SIGQUIT via the kbintr() signal handler in ypgetnewpasswd()
Todd C. Miller
2001-12-07
Catch SIGINT and SIGQUIT via the kbintr() signal handler.
Todd C. Miller
2001-11-19
kill more registers
Mike Pechkin
2001-08-27
Instead of prompting the user whether or not they wish to continue to
Todd C. Miller
2001-08-26
Change the second arg to pw_mkdb() from a boolean flag to a set of
Todd C. Miller
2001-08-18
If we modify pw_change we cannot pass pw_mkdb() the secureonly flag.
Todd C. Miller
2001-08-16
extra arg to pw_mkdb
Todd C. Miller
2001-08-16
At Theo's request only print 'Please wait' if don't get the lock
Todd C. Miller
2001-07-07
quiet some -Wall warnings for login_{l,}chpass
Todd C. Miller
2001-07-04
Move locking of the passwd file *after* we have gotten a new password
Todd C. Miller
2001-06-18
o move passwd.conf variables into login.conf
Todd C. Miller
2000-12-12
Minor interface changes to allow code reuse in login_chpass(8) and
Todd C. Miller
2000-11-26
Update for pw_mkdb(3) interface change. All but vipw and userdel can
Todd C. Miller
2000-08-01
integrate password quality checking, disallow all digit passwords motivated
Niels Provos
1998-07-13
excessive paranoia
Theo de Raadt
1998-02-24
catch special password "s/key" and refuse it
Theo de Raadt
1997-04-07
Better error message when lookup of getlogin() != uid
Todd C. Miller
1997-03-27
Slight cleanup, more needed
Tobias Weingartner
1997-02-16
cleaned up, moved pw_getconf to libutil, removed _'s in option names
Niels Provos
1997-02-14
include blowfish cipher - free config of which cipher to use
Niels Provos
1996-09-30
If can't open temp file (and it doesn't already exist) give real error message.
Todd C. Miller
[next]