Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-27 | Handle crypt(3) returning NULL. Found by Gustavo C. Pereira. | Moritz Jodeit | |
ok deraadt@ | |||
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 | |
Today it finally dies. Based on a diff from Gabriel Kihlman. | |||
2003-11-23 | Check getpass(3) return value. From Jared Yanovich <jjy2+ at pitt dot edu> | Otto Moerbeek | |
ok henning@ | |||
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 | |
be used to find the cipher to user. | |||
2003-04-06 | strlcpy | Theo de Raadt | |
2002-06-27 | Document why this must be static. | Artur Grabowski | |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie | |
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
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 | |
in man page; hideishi@magisystem.net | |||
2000-11-11 | allow prompt to be specified anywhere on the command line, make it work | Niels Provos | |
with md5. prohibit makekey mode and prompt. | |||
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell | |
2000-03-05 | Various improvements, including a few HISTORY sections added from FreeBSD. | Aaron Campbell | |
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell | |
1999-09-03 | proto bcrypt_gensalt() | Theo de Raadt | |
1999-08-16 | include ctype.h for isspace() and fix some declarations | Artur Grabowski | |
1999-07-04 | correct use of .Nm; some other formatting nits | Aaron Campbell | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
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 | |
1998-11-11 | remove redundant .Pp macros | Aaron Campbell | |
1998-09-23 | usr.bin/ man page repairs, a - e | Aaron Campbell | |
1998-09-05 | more man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-04-11 | make static for install purposes | Theo de Raadt | |
1998-03-10 | use .Ox | Todd C. Miller | |
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 | LINKS take care of DESTDIR | Per Fogelstrom | |
1996-08-26 | Add an old makekey(8) mode. | Jason Downs | |
1996-08-08 | Slightly cleaner. | Jason Downs | |
1996-08-08 | xref crypt(3) as well | Jason Downs | |
1996-08-08 | encrypt(1), little utility for encrypting passwords from the command line. | Jason Downs | |