Age | Commit message (Expand) | Author |
2019-09-14 | correct some unveil(2) violations due to "login.conf.db" access (the .db version | Sebastien Marie |
2018-08-03 | The first unveil userland commit! | Theo de Raadt |
2018-08-03 | This does not need pledge "wpath" | Theo de Raadt |
2017-05-24 | Use freezero instead of explicit_bzero+free | Ricardo Mestre |
2017-05-03 | Use the safe idiom of cleaning sensitive data from memory with explicit_bzero, | Ricardo Mestre |
2016-09-04 | usage() 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 meaningful | Ted Unangst |
2016-09-02 | convert getpass to readpassphrase. from Dimitris Papastamos | Ted Unangst |
2015-10-10 | encrypt(1) also needs to pledge "wpath" for getpass(). | Doug Hogan |
2015-10-10 | pledge "stdio rpath tty". rpath for the configuration reading done by | Theo de Raadt |
2015-02-26 | Wrap a long line. Use explicit_bzero. Fix comment describing extra. | Ted Unangst |
2015-02-24 | increase prefbuf size so that 'encrypt -b 000000000000000000000012' works. | Ted Unangst |
2015-01-15 | remove unused variable | Charles Longeau |
2015-01-05 | encrypt can use the scrypt scaling code in libc now via crypt_newhash | Ted Unangst |
2015-01-04 | fix -b a mode, spotted by rpe | Theo de Raadt |
2014-12-29 | impose some limits on the ideal rounds so nothing too crazy happens when | Ted Unangst |
2014-12-24 | simplify. bcrypt only support and use newer libc APIs. no makekey emul. | Ted Unangst |
2014-11-03 | hoist blowfish up and use bcrypt_newhash directly | Ted Unangst |
2014-09-03 | remove -m from usage(); | Jason McIntyre |
2014-09-03 | kill md5 support, broken since May | Giovanni Bechis |
2013-11-12 | simpler prototype repairs | Theo de Raadt |
2013-05-23 | allow auto scaling bcrypt rounds by CPU power. | Ted Unangst |
2007-07-14 | Don't trim whitespace from stdin. Encrypt it the same as other | Kenneth R Westerback |
2007-05-01 | use strtonum; ok millert@ | Jason Dixon |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2007-03-06 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre |
2006-11-02 | There is no need to trim an empty string any further, just return | Ray Lai |
2006-05-27 | Handle crypt(3) returning NULL. Found by Gustavo C. Pereira. | Moritz Jodeit |
2006-04-02 | oops, to64() is shared. | Theo de Raadt |
2004-07-13 | passwd.conf has been deprecated since login.conf was imported. | Todd C. Miller |
2003-11-23 | Check getpass(3) return value. From Jared Yanovich <jjy2+ at pitt dot edu> | Otto Moerbeek |
2003-07-02 | protos | Theo de Raadt |
2003-06-14 | Add a "-c class" option to specify that the given login class should | Todd C. Miller |
2003-04-06 | strlcpy | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-07-31 | KNF + some ANSIfication | Todd C. Miller |
2001-07-31 | Call pwd_gensalt() with the correct args and reference login.conf | Todd C. Miller |
2000-11-11 | allow prompt to be specified anywhere on the command line, make it work | Niels Provos |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos |
1999-09-03 | proto bcrypt_gensalt() | Theo de Raadt |
1999-08-16 | include ctype.h for isspace() and fix some declarations | Artur Grabowski |
1999-05-20 | Add -p flag, prompt for a string with echo off. | Alex Feldman |
1999-05-19 | Use fprintf/exit in place of errx for usage display. | Alex Feldman |
1997-06-17 | add <stdlib.h> for atoi(), free(), etc. | kstailey |
1997-06-17 | (foo *)NULL -> NULL | kstailey |
1997-03-30 | blowfish + passwd.conf support. fixed md5 salt. | Niels Provos |
1997-03-27 | Fix core dump. | Jason Downs |
1996-08-26 | Add an old makekey(8) mode. | Jason Downs |
1996-08-08 | Slightly cleaner. | Jason Downs |
1996-08-08 | encrypt(1), little utility for encrypting passwords from the command line. | Jason Downs |