tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
passwd
/
at
jcs
5 files
Makefile
I forgot that chpass(1) and passwd(1) reach-around into libc for getpwent.c (isn't it horrible), and therefore lack visibility of the the libc-internal __hash_open() function. Use -DFORCE_DBOPEN in chpass/Makefile and passwd/Makefile and adjust getpwent.c to use the external visible interface. Is there a better way?
2 years ago
local_passwd.c
Prevent signed integer overflow
2 years ago
passwd.1
man pages: add missing commas between subordinate and main clauses
4 years ago
passwd.c
Delete YP password related code. As a result, these can also be pledged. Keep an eye out for regressions, because they could be uncomfortable. ok beck semarie
10 years ago
pwd_check.c
avoid uninitialised var use in an error path ok tb@
1 year ago