| Commit message (Expand) | Author | Age | Files | Lines |
* | correct some unveil(2) violations due to "login.conf.db" access (the .db version |  semarie | 2019-09-14 | 1 | -2/+3 |
* | The first unveil userland commit! |  deraadt | 2018-08-03 | 1 | -1/+3 |
* | This does not need pledge "wpath" |  deraadt | 2018-08-03 | 1 | -2/+2 |
* | Use freezero instead of explicit_bzero+free |  mestre | 2017-05-24 | 1 | -3/+2 |
* | Use the safe idiom of cleaning sensitive data from memory with explicit_bzero, |  mestre | 2017-05-03 | 1 | -1/+2 |
* | usage() is static and __dead; add prototype for print_passwd; |  tb | 2016-09-04 | 1 | -4/+5 |
* | _PASSWORD_LEN is length that comes out of crypt(), not a meaningful |  tedu | 2016-09-02 | 1 | -2/+2 |
* | convert getpass to readpassphrase. from Dimitris Papastamos |  tedu | 2016-09-02 | 1 | -4/+7 |
* | encrypt(1) also needs to pledge "wpath" for getpass(). |  doug | 2015-10-10 | 1 | -2/+2 |
* | pledge "stdio rpath tty". rpath for the configuration reading done by |  deraadt | 2015-10-10 | 1 | -1/+4 |
* | Wrap a long line. Use explicit_bzero. Fix comment describing extra. |  tedu | 2015-02-26 | 1 | -6/+7 |
* | increase prefbuf size so that 'encrypt -b 000000000000000000000012' works. |  tedu | 2015-02-24 | 1 | -3/+5 |
* | remove unused variable |  chl | 2015-01-15 | 1 | -2/+1 |
* | encrypt can use the scrypt scaling code in libc now via crypt_newhash |  tedu | 2015-01-05 | 1 | -54/+14 |
* | fix -b a mode, spotted by rpe |  deraadt | 2015-01-04 | 1 | -4/+5 |
* | impose some limits on the ideal rounds so nothing too crazy happens when |  tedu | 2014-12-29 | 1 | -3/+3 |
* | simplify. bcrypt only support and use newer libc APIs. no makekey emul. |  tedu | 2014-12-24 | 1 | -66/+16 |
* | hoist blowfish up and use bcrypt_newhash directly |  tedu | 2014-11-03 | 1 | -6/+9 |
* | remove -m from usage(); |  jmc | 2014-09-03 | 1 | -2/+2 |
* | kill md5 support, broken since May |  giovanni | 2014-09-03 | 1 | -18/+3 |
* | simpler prototype repairs |  deraadt | 2013-11-12 | 1 | -2/+3 |
* | allow auto scaling bcrypt rounds by CPU power. |  tedu | 2013-05-23 | 1 | -2/+39 |
* | Don't trim whitespace from stdin. Encrypt it the same as other |  krw | 2007-07-14 | 1 | -27/+8 |
* | use strtonum; ok millert@ |  jdixon | 2007-05-01 | 1 | -2/+6 |
* | remove some bogus *p tests from charles longeau |  tedu | 2007-03-20 | 1 | -2/+2 |
* | tidy up synopsis and usage(); from Igor Sobrado |  jmc | 2007-03-06 | 1 | -2/+2 |
* | There is no need to trim an empty string any further, just return |  ray | 2006-11-02 | 1 | -1/+4 |
* | Handle crypt(3) returning NULL. Found by Gustavo C. Pereira. |  moritz | 2006-05-27 | 1 | -3/+5 |
* | oops, to64() is shared. |  deraadt | 2006-04-02 | 1 | -2/+2 |
* | passwd.conf has been deprecated since login.conf was imported. |  millert | 2004-07-13 | 1 | -5/+3 |
* | Check getpass(3) return value. From Jared Yanovich <jjy2+ at pitt dot edu> |  otto | 2003-11-23 | 1 | -2/+3 |
* | protos |  deraadt | 2003-07-02 | 1 | -1/+5 |
* | Add a "-c class" option to specify that the given login class should |  millert | 2003-06-14 | 1 | -6/+12 |
* | strlcpy |  deraadt | 2003-04-06 | 1 | -4/+4 |
* | 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 | 2002-02-16 | 1 | -3/+3 |
* | KNF + some ANSIfication |  millert | 2001-07-31 | 1 | -165/+161 |
* | Call pwd_gensalt() with the correct args and reference login.conf |  millert | 2001-07-31 | 1 | -3/+10 |
* | allow prompt to be specified anywhere on the command line, make it work |  provos | 2000-11-11 | 1 | -4/+4 |
* | seperate -> separate, okay aaron@ |  provos | 2000-11-10 | 1 | -2/+2 |
* | proto bcrypt_gensalt() |  deraadt | 1999-09-03 | 1 | -2/+1 |
* | include ctype.h for isspace() and fix some declarations |  art | 1999-08-16 | 1 | -2/+4 |
* | Add -p flag, prompt for a string with echo off. |  alex | 1999-05-20 | 1 | -16/+32 |
* | Use fprintf/exit in place of errx for usage display. |  alex | 1999-05-19 | 1 | -2/+4 |
* | add <stdlib.h> for atoi(), free(), etc. |  kstailey | 1997-06-17 | 1 | -1/+2 |
* | (foo *)NULL -> NULL |  kstailey | 1997-06-17 | 1 | -2/+2 |
* | blowfish + passwd.conf support. fixed md5 salt. |  provos | 1997-03-30 | 1 | -40/+90 |
* | Fix core dump. |  downsj | 1997-03-27 | 1 | -2/+4 |
* | Add an old makekey(8) mode. |  downsj | 1996-08-26 | 1 | -7/+40 |
* | Slightly cleaner. |  downsj | 1996-08-08 | 1 | -8/+22 |
* | encrypt(1), little utility for encrypting passwords from the command line. |  downsj | 1996-08-08 | 1 | -0/+108 |