Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run Nindent on com32/libutil/md5.c | H. Peter Anvin | 2009-05-29 | 1 | -143/+136 |
| | | | | | | | | | Automatically reformat com32/libutil/md5.c using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com> | ||||
* | menu: clean up and fix MD5 password code | H. Peter Anvin | 2008-01-28 | 1 | -2/+1 |
| | | | | | | MD5 password code would append the encrypted password to a previous password, with the result that it would never match after picking a wrong password. Fix. | ||||
* | Add support for Unix-standard MD5 password | H. Peter Anvin | 2007-07-24 | 1 | -0/+281 |