summaryrefslogtreecommitdiff
path: root/usr.bin/encrypt/encrypt.c
AgeCommit message (Expand)Author
2003-04-06strlcpyTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-07-31KNF + some ANSIficationTodd C. Miller
2001-07-31Call pwd_gensalt() with the correct args and reference login.confTodd C. Miller
2000-11-11allow prompt to be specified anywhere on the command line, make it workNiels Provos
2000-11-10seperate -> separate, okay aaron@Niels Provos
1999-09-03proto bcrypt_gensalt()Theo de Raadt
1999-08-16include ctype.h for isspace() and fix some declarationsArtur Grabowski
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
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-26Add an old makekey(8) mode.Jason Downs
1996-08-08Slightly cleaner.Jason Downs
1996-08-08encrypt(1), little utility for encrypting passwords from the command line.Jason Downs