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
/
lib
/
libc
/
crypt
/
at
rk3128
13 files
Makefile.inc
for some time now mandoc has not required MLINKS to function correctly - logically complete that now by removing MLINKS from base;
10 years ago
arc4random.3
zap trailing whitespace;
6 years ago
arc4random.c
fix indent
3 years ago
arc4random.h
back in september I did the large abstraction refactoring to allow these other systems to fit into the same mold, so add copyright
11 years ago
arc4random_uniform.c
include stdint.h over sys/types.h
7 years ago
bcrypt.c
Add support for timeconting in userland.
5 years ago
blowfish.3
Niels agreed to remove the advertising clause; switching these to 3-term BSD license.
4 years ago
blowfish.c
remove unused blowfish inline defines inline use was removed in 1998
3 years ago
chacha_private.h
Remove unused ivbits argument from chacha_keysetup to match other instances in the tree. ok deraadt@
4 years ago
crypt.3
When describing v3 crypt, be specific as to which machine was simulated. feedback jmc@ ok deraadt@ schwarze@
1 year ago
crypt.c
Wrap <unistd.h> so that internal calls go direct and they're all weak symbols Delete unused 'fd' argument from internal function oldttyname()
10 years ago
crypt_checkpass.3
add missing .h file include from Emil Engler
4 years ago
cryptutil.c
make login.conf(5) and crypt_newhash(3) and the underlying code consistant regarding bcrypt,a instead of blowfish,a. "blowfish" is a historical alias which we don't need to document as firmly as "bcrypt". report about difficult manual page discovery from ataraxia937 ok millert
2 years ago