index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
encrypt
/
encrypt.c
Age
Commit message (
Expand
)
Author
2003-04-06
strlcpy
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-07-31
KNF + some ANSIfication
Todd C. Miller
2001-07-31
Call pwd_gensalt() with the correct args and reference login.conf
Todd C. Miller
2000-11-11
allow prompt to be specified anywhere on the command line, make it work
Niels Provos
2000-11-10
seperate -> separate, okay aaron@
Niels Provos
1999-09-03
proto bcrypt_gensalt()
Theo de Raadt
1999-08-16
include ctype.h for isspace() and fix some declarations
Artur Grabowski
1999-05-20
Add -p flag, prompt for a string with echo off.
Alex Feldman
1999-05-19
Use fprintf/exit in place of errx for usage display.
Alex Feldman
1997-06-17
add <stdlib.h> for atoi(), free(), etc.
kstailey
1997-06-17
(foo *)NULL -> NULL
kstailey
1997-03-30
blowfish + passwd.conf support. fixed md5 salt.
Niels Provos
1997-03-27
Fix core dump.
Jason Downs
1996-08-26
Add an old makekey(8) mode.
Jason Downs
1996-08-08
Slightly cleaner.
Jason Downs
1996-08-08
encrypt(1), little utility for encrypting passwords from the command line.
Jason Downs