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
/
pwd_check.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(),
deraadt
2017-08-21
1
-5
/
+10
*
Remove NULL-checks before free(). ok tb@
mmcc
2015-12-09
1
-5
/
+3
*
Delete YP password related code. As a result, these can also be
deraadt
2015-11-26
1
-1
/
+7
*
When using an external password quality check program, do not run the
ajacoutot
2013-03-02
1
-14
/
+14
*
-Wall -Wshadow clean, no binary change
djm
2008-11-06
1
-1
/
+4
*
run password strength checking regexes as user; ok deraadt@
djm
2005-05-01
1
-37
/
+67
*
make :passwordtries=0:\ in login.conf work.
moritz
2005-03-04
1
-2
/
+2
*
Simplify some things now that we only have login.conf to worry about
millert
2004-07-13
1
-25
/
+22
*
passwd.conf has been deprecated since login.conf was imported.
millert
2004-07-13
1
-88
/
+12
*
use pid_t for fork return. started by Joris Vink
tedu
2004-03-14
1
-7
/
+8
*
various cleanups; ok millert
deraadt
2002-06-28
1
-38
/
+32
*
support ":" prefix as group name, as username can contain ".".
itojun
2002-05-27
1
-1
/
+15
*
o move passwd.conf variables into login.conf
millert
2001-06-18
1
-26
/
+54
*
Include err.h and util.h
millert
2000-11-24
1
-1
/
+3
*
Include strings.h for strlen() prototype
millert
2000-11-24
1
-3
/
+5
*
integrate password quality checking, disallow all digit passwords motivated
provos
2000-08-01
1
-0
/
+218