summaryrefslogtreecommitdiff
path: root/usr.bin/encrypt/encrypt.c
AgeCommit message (Expand)Author
2013-05-23allow auto scaling bcrypt rounds by CPU power.Ted Unangst
2007-07-14Don't trim whitespace from stdin. Encrypt it the same as otherKenneth R Westerback
2007-05-01use strtonum; ok millert@Jason Dixon
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-06tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2006-11-02There is no need to trim an empty string any further, just returnRay Lai
2006-05-27Handle crypt(3) returning NULL. Found by Gustavo C. Pereira.Moritz Jodeit
2006-04-02oops, to64() is shared.Theo de Raadt
2004-07-13passwd.conf has been deprecated since login.conf was imported.Todd C. Miller
2003-11-23Check getpass(3) return value. From Jared Yanovich <jjy2+ at pitt dot edu>Otto Moerbeek
2003-07-02protosTheo de Raadt
2003-06-14Add a "-c class" option to specify that the given login class shouldTodd C. Miller
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