summaryrefslogtreecommitdiff
path: root/usr.bin/encrypt
AgeCommit message (Expand)Author
2016-09-04usage() is static and __dead; add prototype for print_passwd;Theo Buehler
2016-09-02_PASSWORD_LEN is length that comes out of crypt(), not a meaningfulTed Unangst
2016-09-02convert getpass to readpassphrase. from Dimitris PapastamosTed Unangst
2015-10-12These no longer need to be static. The ramdisk's no longer reach-aroundTheo de Raadt
2015-10-10encrypt(1) also needs to pledge "wpath" for getpass().Doug Hogan
2015-10-10pledge "stdio rpath tty". rpath for the configuration reading done byTheo de Raadt
2015-02-26Wrap a long line. Use explicit_bzero. Fix comment describing extra.Ted Unangst
2015-02-24increase prefbuf size so that 'encrypt -b 000000000000000000000012' works.Ted Unangst
2015-01-15remove unused variableCharles Longeau
2015-01-05encrypt can use the scrypt scaling code in libc now via crypt_newhashTed Unangst
2015-01-04fix -b a mode, spotted by rpeTheo de Raadt
2014-12-29impose some limits on the ideal rounds so nothing too crazy happens whenTed Unangst
2014-12-24simplify. bcrypt only support and use newer libc APIs. no makekey emul.Ted Unangst
2014-11-03hoist blowfish up and use bcrypt_newhash directlyTed Unangst
2014-09-03remove -m from usage();Jason McIntyre
2014-09-03kill md5 support, broken since MayGiovanni Bechis
2013-11-12simpler prototype repairsTheo de Raadt
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-31convert to new .Dd format;Jason McIntyre
2007-05-01use strtonum; ok millert@Jason Dixon
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-06oops, put -k in the right place; from Igor SobradoJason McIntyre
2007-03-06make "makekey" clearer;Jason McIntyre
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-06-27Document why this must be static.Artur Grabowski
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
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
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-03-23Fix some formatting problems I missed before.Aaron Campbell
2000-03-05Various improvements, including a few HISTORY sections added from FreeBSD.Aaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
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