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_chpass
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
guenther
2018-04-26
1
-11
/
+2
*
Delete YP password related code. As a result, these can also be
deraadt
2015-11-26
2
-167
/
+6
*
No need to declare pwd_gensalt; it's unused and gone.
ajacoutot
2015-10-25
1
-2
/
+1
*
use crypt_checkpass instead of doing things the hard way with crypt.
tedu
2015-10-22
2
-11
/
+6
*
Use explicit_bzero() instead of memset() for zeroing out secrets.
millert
2015-10-05
1
-2
/
+2
*
Remove KERBEROS5 from the Makefiles (except ssh for now, where it is
reyk
2014-04-22
1
-9
/
+2
*
remove some unnecessary sys/param.h inclusions
deraadt
2012-12-04
1
-2
/
+1
*
The heimdal code switched to using DES from libcrypto when 0.7.2
jsg
2010-10-13
1
-3
/
+3
*
Update commented out kerberos bits in case someone wants to add missing
millert
2008-01-02
1
-7
/
+7
*
convert to new .Dd format;
jmc
2007-05-31
1
-2
/
+2
*
Foil potential timing attacks by using the correct password hash
millert
2006-03-09
1
-4
/
+11
*
drop some krb4 stuff
biorn
2005-04-14
1
-2
/
+1
*
pass lint
deraadt
2004-09-28
1
-2
/
+7
*
More checking for a NULL return value from getpass(). otto@ OK
millert
2004-03-10
1
-3
/
+5
*
Cleanup obsolete kerberos 4 stuff.
hin
2003-08-12
2
-89
/
+4
*
stop using libcom_err, it is built into krb5
deraadt
2003-07-15
1
-3
/
+3
*
Remove krb4 support.
mho
2003-05-14
1
-7
/
+9
*
typos;
jmc
2003-02-03
1
-3
/
+3
*
ansi; ok millert pvalchev
deraadt
2002-09-06
1
-16
/
+8
*
minor indent cleanup
deraadt
2002-06-28
1
-10
/
+10
*
minor KNF
deraadt
2002-06-02
1
-3
/
+3
*
pid_t cleanup
deraadt
2002-05-26
1
-3
/
+3
*
Add missing libraries to bsd.prog.mk (mostly kerberosV)
espie
2002-05-11
1
-2
/
+2
*
login(8) -> login(1)
marc
2002-03-13
1
-3
/
+3
*
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
-9
/
+9
*
Don't let root change it's password via login_l?chpass(8).
millert
2002-01-06
1
-8
/
+13
*
o Use writev() to send status on the backchannel instead of fdopen()ing
millert
2001-12-07
1
-14
/
+35
*
Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it prevents
millert
2001-12-06
1
-3
/
+1
*
getopt(3) returns -1 when out of args, not EOF.
mpech
2001-10-24
1
-2
/
+2
*
Remove extraneous .Pp after .Sh
millert
2001-07-08
1
-2
/
+1
*
chpass login script; changes local, yp, or kerberos password
millert
2000-12-12
3
-0
/
+430