| Commit message (Expand) | Author | Age | Files | Lines |
* | do not run strlen(3) on a NULL value | Giovanni Bechis | 2023-06-09 | 1 | -0/+4 |
* | Fix misleading crypt vs hash terminology in ht* and dbmmanage tools. | Yann Ylavic | 2020-12-08 | 1 | -5/+5 |
* | Silence a sparse warning about inconsistent indenting | Christophe Jaillet | 2015-08-31 | 1 | -1/+1 |
* | Fix command line parsing. This was introduced in r1395253 when refactoring th... | Christophe Jaillet | 2013-07-16 | 1 | -1/+1 |
* | htdbm, htpasswd: print error message if out of memory | Stefan Fritsch | 2012-12-25 | 1 | -0/+1 |
* | htdbm: | Rainer Jung | 2012-12-12 | 1 | -15/+15 |
* | Optionally read passwords from stdin | Stefan Fritsch | 2012-10-07 | 1 | -3/+4 |
* | add support for bcrypt | Stefan Fritsch | 2012-10-07 | 1 | -9/+13 |
* | Start refactoring of htpasswd and htdbm | Stefan Fritsch | 2012-10-07 | 1 | -248/+120 |
* | * support/htpasswd.c (mkrecord): Handle crypt() failure. | Joe Orton | 2012-06-06 | 1 | -1/+12 |
* | Use APR_STATUS_IS_... in some more cases. | Stefan Fritsch | 2011-05-12 | 1 | -1/+1 |
* | * support/htdbm.c (htdbm_list): Fix compiler warning on x86_64. | Joe Orton | 2009-09-14 | 1 | -2/+2 |
* | htdbm: don't allocate more memory for every record we dump. | Daniel Earl Poirier | 2009-09-14 | 1 | -8/+6 |
* | htdbm: Fix possible buffer overflow if dbm database has very | Daniel Earl Poirier | 2009-07-24 | 1 | -10/+6 |
* | remove TPF support | Jeff Trawick | 2009-03-27 | 1 | -6/+6 |
* | htdbm: Enable crypt support on platforms with crypt() but not | Jeff Trawick | 2007-04-09 | 1 | -6/+6 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | If we don't have a prototype for crypt() we shouldn't | Jeff Trawick | 2006-04-12 | 1 | -1/+1 |
* | The crypt() prototype is in <unistd.h> instead of <crypt.h> | Jeff Trawick | 2006-04-12 | 1 | -0/+3 |
* | htdbm: Warn the user when adding a plaintext password on a platform | Jeff Trawick | 2006-04-10 | 1 | -0/+4 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -25/+25 |
* | Fix htdbm password validation for records which included comments. | Jeff Trawick | 2005-06-23 | 1 | -1/+1 |
* | * support/htdbm.c (main): Fix (valid) variable "may be used | Joe Orton | 2005-06-14 | 1 | -1/+1 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL), | Joe Orton | 2004-08-11 | 1 | -1/+1 |
* | Use standardized names for ISO-8859-1, see http://www.iana.org/assignments/ch... | Martin Kraemer | 2004-06-29 | 1 | -1/+1 |
* | Add a terminate function that gets called on atexit() so that NetWare has the... | Bradley Nicholes | 2004-03-17 | 1 | -4/+10 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -54/+11 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | If we have a comment, place in a ':' not a ';' (has this *ever* worked?) | Justin Erenkrantz | 2003-12-02 | 1 | -3/+10 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | Correct const'ness of argv in all support apps, and use the new | William A. Rowe Jr | 2002-04-13 | 1 | -3/+4 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | one step closer to happiness on ebcdic boxes | Greg Ames | 2002-02-18 | 1 | -1/+1 |
* | clean up a bunch of warnings | Jeff Trawick | 2002-01-19 | 1 | -22/+4 |
* | As long as the spelling police are on the prowl, I figured I might as well | Cliff Woolley | 2002-01-18 | 1 | -5/+5 |
* | allow htdbm to work with multiple DBM types by using a new option | Ian Holsman | 2001-12-24 | 1 | -10/+20 |
* | Thanks for the catch, Mr. Woolley, I left an out-of-place close paren. | William A. Rowe Jr | 2001-11-06 | 1 | -1/+1 |
* | Eliminate 'library'+'executable' cruft. Yes - this would be a dandy | William A. Rowe Jr | 2001-11-06 | 1 | -51/+42 |
* | Submitted by: Mladen Turk <mturk@mappingsoft.com> | William A. Rowe Jr | 2001-11-06 | 1 | -0/+627 |