index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
passwd
/
local_passwd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
unveil(2) obvious _PATH_LOGIN_CONF with read permission to use login_get*(3)
mestre
2018-11-08
1
-1
/
+3
*
unveil(2) the following files for passwd(1) with their corresponding
mestre
2018-10-25
1
-1
/
+10
*
Use explicit_bzero() to clear the buffer used when the user retypes
millert
2016-12-30
1
-2
/
+5
*
_PASSWORD_LEN is length that comes out of crypt(), not a meaningful
tedu
2016-09-02
1
-4
/
+4
*
make sure to explicitly clear memory that is used for password input.
gsoares
2016-09-02
1
-1
/
+6
*
replace obsolete getpass with readpassphrase.
tedu
2016-08-31
1
-9
/
+16
*
nicer format strings and use dprintf instead of write
tedu
2016-08-31
1
-7
/
+5
*
Trust the login_getcaptime() declaration and don't cast the arguments to
guenther
2016-08-15
1
-3
/
+2
*
Switch to getpwnam_shadow() now that getpwnam() no longer opens the shadow
tim
2016-05-08
1
-2
/
+2
*
Delete YP password related code. As a result, these can also be
deraadt
2015-11-26
1
-6
/
+12
*
No need to declare pwd_gensalt; it's unused and gone.
ajacoutot
2015-10-25
1
-2
/
+1
*
change prototype for crypt_newhash. the login_cap_t is a holdover from its
tedu
2014-11-21
1
-3
/
+5
*
switch to using crypt_newhash interface. ok deraadt
tedu
2014-11-20
1
-7
/
+9
*
use crypt_checkpass instead of crypt/strcmp
tedu
2014-11-11
1
-2
/
+2
*
Use open(O_CLOEXEC) instead of a separate fcntl(FD_CLOEXEC) call.
guenther
2013-01-18
1
-3
/
+3
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-6
/
+1
*
-Wall -Wshadow clean, no binary change
djm
2008-11-06
1
-2
/
+3
*
Correct English.
jsing
2008-04-27
1
-3
/
+3
*
spacing
deraadt
2005-05-01
1
-4
/
+4
*
o some missing free()'s in error paths
moritz
2004-12-20
1
-3
/
+5
*
ARGSUSED signal handler
deraadt
2004-09-18
1
-2
/
+3
*
Print a newline before the message in kbintr. Otherwise the message
millert
2004-07-24
1
-2
/
+3
*
passwd.conf has been deprecated since login.conf was imported.
millert
2004-07-13
1
-8
/
+8
*
Adapt to new pw_copy() API, closes PR 3698.
millert
2004-04-20
1
-4
/
+9
*
Check getpass() return value for NULL. Closes Pr 3706.
millert
2004-03-10
1
-7
/
+8
*
a cleaning recommended by lint
deraadt
2003-06-20
1
-3
/
+4
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-03
1
-7
/
+3
*
stdlib.h
deraadt
2003-04-28
1
-2
/
+3
*
Simpler and consistent error messages when the user enters an empty
millert
2003-03-30
1
-27
/
+21
*
various cleanups; ok millert
deraadt
2002-06-28
1
-13
/
+7
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-7
/
+7
*
Catch SIGINT and SIGQUIT via the kbintr() signal handler in ypgetnewpasswd()
millert
2001-12-07
1
-7
/
+8
*
Catch SIGINT and SIGQUIT via the kbintr() signal handler.
millert
2001-12-07
1
-2
/
+8
*
kill more registers
mpech
2001-11-19
1
-3
/
+3
*
Instead of prompting the user whether or not they wish to continue to
millert
2001-08-27
1
-44
/
+32
*
Change the second arg to pw_mkdb() from a boolean flag to a set of
millert
2001-08-26
1
-5
/
+5
*
If we modify pw_change we cannot pass pw_mkdb() the secureonly flag.
millert
2001-08-18
1
-7
/
+16
*
extra arg to pw_mkdb
millert
2001-08-16
1
-4
/
+4
*
At Theo's request only print 'Please wait' if don't get the lock
millert
2001-08-16
1
-4
/
+6
*
quiet some -Wall warnings for login_{l,}chpass
millert
2001-07-07
1
-4
/
+4
*
Move locking of the passwd file *after* we have gotten a new password
millert
2001-07-04
1
-15
/
+64
*
o move passwd.conf variables into login.conf
millert
2001-06-18
1
-19
/
+32
*
Minor interface changes to allow code reuse in login_chpass(8) and
millert
2000-12-12
1
-18
/
+20
*
Update for pw_mkdb(3) interface change. All but vipw and userdel can
millert
2000-11-26
1
-3
/
+3
*
integrate password quality checking, disallow all digit passwords motivated
provos
2000-08-01
1
-14
/
+12
*
excessive paranoia
deraadt
1998-07-13
1
-3
/
+4
*
catch special password "s/key" and refuse it
deraadt
1998-02-24
1
-2
/
+6
*
Better error message when lookup of getlogin() != uid
millert
1997-04-07
1
-3
/
+3
*
Slight cleanup, more needed
weingart
1997-03-27
1
-7
/
+8
*
cleaned up, moved pw_getconf to libutil, removed _'s in option names
provos
1997-02-16
1
-18
/
+7
[next]