summaryrefslogtreecommitdiff
path: root/usr.bin/encrypt
AgeCommit message (Expand)Author
1999-09-03proto bcrypt_gensalt()Theo de Raadt
1999-08-16include ctype.h for isspace() and fix some declarationsArtur Grabowski
1999-07-04correct use of .Nm; some other formatting nitsAaron Campbell
1999-06-05- remove trailing white spaceAaron Campbell
1999-05-20Add -p flag, prompt for a string with echo off.Alex Feldman
1999-05-19Use fprintf/exit in place of errx for usage display.Alex Feldman
1998-11-11remove redundant .Pp macrosAaron Campbell
1998-09-23usr.bin/ man page repairs, a - eAaron Campbell
1998-09-05more man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-04-11make static for install purposesTheo de Raadt
1998-03-10use .OxTodd C. Miller
1997-06-17add <stdlib.h> for atoi(), free(), etc.kstailey
1997-06-17(foo *)NULL -> NULLkstailey
1997-03-30blowfish + passwd.conf support. fixed md5 salt.Niels Provos
1997-03-27Fix core dump.Jason Downs
1996-08-26LINKS take care of DESTDIRPer Fogelstrom
1996-08-26Add an old makekey(8) mode.Jason Downs
1996-08-08Slightly cleaner.Jason Downs
1996-08-08xref crypt(3) as wellJason Downs
1996-08-08encrypt(1), little utility for encrypting passwords from the command line.Jason Downs