| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-09-14 | correct some unveil(2) violations due to "login.conf.db" access (the .db version |  semarie | 1 | -2/+3 |
| 2018-08-03 | The first unveil userland commit! |  deraadt | 1 | -1/+3 |
| 2018-08-03 | This does not need pledge "wpath" |  deraadt | 1 | -2/+2 |
| 2017-07-09 | remove redundant variable declarations in Makefiles, since those are |  espie | 1 | -2/+1 |
| 2017-05-24 | Use freezero instead of explicit_bzero+free |  mestre | 1 | -3/+2 |
| 2017-05-03 | Use the safe idiom of cleaning sensitive data from memory with explicit_bzero, |  mestre | 1 | -1/+2 |
| 2016-09-04 | usage() is static and __dead; add prototype for print_passwd; |  tb | 1 | -4/+5 |
| 2016-09-02 | _PASSWORD_LEN is length that comes out of crypt(), not a meaningful |  tedu | 1 | -2/+2 |
| 2016-09-02 | convert getpass to readpassphrase. from Dimitris Papastamos |  tedu | 1 | -4/+7 |
| 2015-10-12 | These no longer need to be static. The ramdisk's no longer reach-around |  deraadt | 1 | -4/+1 |
| 2015-10-10 | encrypt(1) also needs to pledge "wpath" for getpass(). |  doug | 1 | -2/+2 |
| 2015-10-10 | pledge "stdio rpath tty". rpath for the configuration reading done by |  deraadt | 1 | -1/+4 |
| 2015-02-26 | Wrap a long line. Use explicit_bzero. Fix comment describing extra. |  tedu | 1 | -6/+7 |
| 2015-02-24 | increase prefbuf size so that 'encrypt -b 000000000000000000000012' works. |  tedu | 1 | -3/+5 |
| 2015-01-15 | remove unused variable |  chl | 1 | -2/+1 |
| 2015-01-05 | encrypt can use the scrypt scaling code in libc now via crypt_newhash |  tedu | 1 | -54/+14 |
| 2015-01-04 | fix -b a mode, spotted by rpe |  deraadt | 1 | -4/+5 |
| 2014-12-29 | impose some limits on the ideal rounds so nothing too crazy happens when |  tedu | 1 | -3/+3 |
| 2014-12-24 | simplify. bcrypt only support and use newer libc APIs. no makekey emul. |  tedu | 3 | -102/+22 |
| 2014-11-03 | hoist blowfish up and use bcrypt_newhash directly |  tedu | 1 | -6/+9 |
| 2014-09-03 | remove -m from usage(); |  jmc | 1 | -2/+2 |
| 2014-09-03 | kill md5 support, broken since May |  giovanni | 2 | -24/+7 |
| 2013-11-12 | simpler prototype repairs |  deraadt | 1 | -2/+3 |
| 2013-05-23 | allow auto scaling bcrypt rounds by CPU power. |  tedu | 2 | -5/+44 |
| 2007-07-14 | Don't trim whitespace from stdin. Encrypt it the same as other |  krw | 1 | -27/+8 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-05-01 | use strtonum; ok millert@ |  jdixon | 1 | -2/+6 |
| 2007-03-20 | remove some bogus *p tests from charles longeau |  tedu | 1 | -2/+2 |
| 2007-03-06 | oops, put -k in the right place; from Igor Sobrado |  jmc | 1 | -5/+5 |
| 2007-03-06 | make "makekey" clearer; |  jmc | 1 | -4/+8 |
| 2007-03-06 | tidy up synopsis and usage(); from Igor Sobrado |  jmc | 2 | -6/+5 |
| 2006-11-02 | There is no need to trim an empty string any further, just return |  ray | 1 | -1/+4 |
| 2006-05-27 | Handle crypt(3) returning NULL. Found by Gustavo C. Pereira. |  moritz | 1 | -3/+5 |
| 2006-04-02 | oops, to64() is shared. |  deraadt | 1 | -2/+2 |
| 2004-07-13 | passwd.conf has been deprecated since login.conf was imported. |  millert | 1 | -5/+3 |
| 2003-11-23 | Check getpass(3) return value. From Jared Yanovich <jjy2+ at pitt dot edu> |  otto | 1 | -2/+3 |
| 2003-07-02 | protos |  deraadt | 1 | -1/+5 |
| 2003-06-14 | Add a "-c class" option to specify that the given login class should |  millert | 2 | -10/+22 |
| 2003-04-06 | strlcpy |  deraadt | 1 | -4/+4 |
| 2002-06-27 | Document why this must be static. |  art | 1 | -1/+3 |
| 2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) |  espie | 1 | -1/+2 |
| 2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 1 | -3/+3 |
| 2001-07-31 | KNF + some ANSIfication |  millert | 1 | -160/+156 |
| 2001-07-31 | Call pwd_gensalt() with the correct args and reference login.conf |  millert | 2 | -11/+18 |
| 2000-11-11 | allow prompt to be specified anywhere on the command line, make it work |  provos | 1 | -4/+4 |
| 2000-11-10 | seperate -> separate, okay aaron@ |  provos | 1 | -2/+2 |
| 2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man |  aaron | 1 | -2/+2 |
| 2000-03-23 | Fix some formatting problems I missed before. |  aaron | 1 | -3/+3 |
| 2000-03-05 | Various improvements, including a few HISTORY sections added from FreeBSD. |  aaron | 1 | -2/+3 |
| 2000-03-05 | Finish standardizing options list introduction. |  aaron | 1 | -2/+2 |