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
/
libexec
/
login_lchpass
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-26
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
guenther
1
-9
/
+2
2016-09-03
convert to use readpassphrase() instead of DEPRECATED/getpass()
gsoares
1
-6
/
+9
2016-08-01
zap unused var
jca
1
-2
/
+1
2015-11-26
passwd no longer has an -l flag; ok deraadt
jmc
1
-3
/
+3
2015-11-18
use _shadow getpw functions. these utilities obviously deal with hashes.
tedu
1
-2
/
+2
2015-10-25
No need to declare pwd_gensalt; it's unused and gone.
ajacoutot
1
-2
/
+1
2015-10-22
use crypt_checkpass instead of doing things the hard way with crypt.
tedu
2
-16
/
+9
2015-10-05
Use explicit_bzero() instead of memset() for zeroing out secrets.
millert
1
-2
/
+2
2012-12-04
remove some unnecessary sys/param.h inclusions
deraadt
1
-2
/
+1
2007-05-31
convert to new .Dd format;
jmc
1
-2
/
+2
2006-03-09
Foil potential timing attacks by using the correct password hash
millert
1
-4
/
+12
2004-03-10
More checking for a NULL return value from getpass(). otto@ OK
millert
1
-2
/
+3
2002-10-15
localhost variable is not needed; Peter Werner
millert
1
-5
/
+1
2002-09-06
ansi; ok millert pvalchev
deraadt
1
-8
/
+4
2002-06-28
minor indent cleanup
deraadt
1
-4
/
+4
2002-06-02
minor KNF
deraadt
1
-3
/
+3
2002-03-13
login(8) -> login(1)
marc
1
-4
/
+4
2002-02-16
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
1
-2
/
+2
2002-01-06
Don't let root change it's password via login_l?chpass(8).
millert
1
-8
/
+12
2001-12-07
Use writev() to send status on the backchannel instead of fdopen()ing
millert
1
-10
/
+18
2001-12-06
Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it prevents
millert
1
-3
/
+1
2001-10-24
getopt(3) returns -1 when out of args, not EOF.
mpech
1
-2
/
+2
2001-07-08
Remove extraneous .Pp after .Sh
millert
1
-2
/
+1
2001-06-25
Remove instance stuff now that su uses an explicit option to specify
millert
1
-6
/
+1
2001-06-19
Make gcc shut up about unused rcsids.
millert
1
-2
/
+2
2001-01-28
$OpenBSD$
niklas
1
-0
/
+2
2000-12-12
lchpass login script; changes local password
millert
3
-0
/
+228