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_passwd
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-02
Check auth_mkvalue(3) return value for NULL (malloc failure).
millert
1
-3
/
+2
2020-05-15
Fix handling of passwd entries with an empty password.
millert
1
-4
/
+5
2019-12-24
Merge two missed fixes from login.c to login_passwd.c.
millert
1
-4
/
+5
2019-12-21
Replace modular version with origin BSDi version with our updates.
millert
4
-252
/
+133
2019-12-14
Return BI_SILENT not BI_AUTH if the challenge service is requested.
millert
1
-2
/
+2
2019-01-25
I am retiring my old email address; replace it with my OpenBSD one.
millert
1
-3
/
+3
2018-09-30
Remove the hopefully last remnants of kerberos in there: arg_login,
ajacoutot
1
-12
/
+1
2018-06-13
Call pledge(2) earlier before opening the auth channel and readpassphrase()
reyk
3
-8
/
+15
2018-06-13
Remove #ifdef PASSWD, it was always enabled and is a leftover from krb5 days.
reyk
3
-11
/
+5
2016-09-03
set password to return of readpassphrase(), not always the buffer.
tedu
1
-3
/
+2
2016-09-03
convert to use readpassphrase() instead of DEPRECATED/getpass()
gsoares
2
-4
/
+6
2016-09-02
krb5 bits should rest in peace
gsoares
2
-9
/
+2
2016-08-16
remove unneeded casts
tedu
1
-2
/
+2
2015-11-19
Call syslog() if login_* pledge fails; OK deraadt@
millert
1
-3
/
+5
2015-11-18
use _shadow getpw functions. these utilities obviously deal with hashes.
tedu
1
-2
/
+2
2015-10-24
Don't compile pwd_gensalt, it's not needed since we use crypt_checkpass.
ajacoutot
2
-5
/
+3
2015-10-14
pledge "stdio rpath" is good enough for these mainline BSD auth login
deraadt
1
-1
/
+5
2015-10-05
Use explicit_bzero() instead of memset() for zeroing out secrets.
millert
2
-4
/
+4
2015-09-11
add some missing .Cm macros and drop some redundant .Bk while here
schwarze
1
-8
/
+8
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2
-4
/
+4
2014-09-16
use crypt_checkpass function to make things simple
tedu
1
-22
/
+7
2012-06-01
add a krb5-noverify option for login.conf that disables verification
dlg
2
-4
/
+4
2012-02-01
improve synopsis markup of login_* utilities; use a more standard
sobrado
1
-4
/
+4
2007-05-31
convert to new .Dd format;
jmc
1
-2
/
+2
2006-04-02
a FALLTHROUGH and one size_t cast
deraadt
1
-2
/
+3
2006-03-09
Foil potential timing attacks by using the correct password hash
millert
3
-8
/
+17
2005-04-14
drop some krb4 stuff
biorn
2
-8
/
+2
2004-05-12
login_passwd needs to be setuid root after all for "secure" YP maps.
millert
1
-3
/
+3
2004-03-10
More checking for a NULL return value from getpass(). otto@ OK
millert
2
-3
/
+6
2003-07-29
spaces
deraadt
1
-2
/
+2
2003-06-17
Sync with share/misc/license.template and add missing DARPA credit
millert
1
-8
/
+8
2003-06-03
Use an ISC-tyle license for all my code; it is simpler and more permissive.
millert
1
-22
/
+11
2003-03-28
login_passwd is now setgid _shadow instead of setuid root.
millert
1
-3
/
+3
2003-03-17
incorrect string length matching; ianm@cit.uws.edu.au
deraadt
1
-7
/
+7
2002-09-06
ansi; ok millert pvalchev
deraadt
1
-2
/
+1
2002-08-28
o) start new sentence on a new line;
mpech
1
-2
/
+2
2002-06-02
minor KNF
deraadt
1
-4
/
+4
2002-03-19
Only accept the empty string for users with no password.
millert
1
-10
/
+13
2001-12-06
Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it prevents
millert
1
-3
/
+1
2001-11-13
o) fix bogus .Xr usage;
mpech
1
-2
/
+3
2001-08-12
some KNF
millert
1
-6
/
+6
2001-08-09
o wheel and lastchance are -v args (variable), not -s (service)
millert
1
-22
/
+25
2001-07-08
Remove extraneous .Pp after .Sh
millert
1
-2
/
+1
2001-06-29
ugly
deraadt
1
-10
/
+9
2001-06-26
Cleanup and unify login_passwd, login_krb4, login_krb4-or-pwd, login_krb5 and
hin
4
-141
/
+266
2001-06-25
Remove instance stuff now that su uses an explicit option to specify
millert
1
-14
/
+2
2001-06-25
Don't do the root instance handling stuff; su no longer does it.
hin
1
-17
/
+3
2000-12-12
passwd login script; authenticates the user via passwd/yp
millert
3
-0
/
+323