summaryrefslogtreecommitdiff
path: root/support/htdbm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix misleading crypt vs hash terminology in ht* and dbmmanage tools.Yann Ylavic2020-12-081-5/+5
* Silence a sparse warning about inconsistent indentingChristophe Jaillet2015-08-311-1/+1
* Fix command line parsing. This was introduced in r1395253 when refactoring th...Christophe Jaillet2013-07-161-1/+1
* htdbm, htpasswd: print error message if out of memoryStefan Fritsch2012-12-251-0/+1
* htdbm:Rainer Jung2012-12-121-15/+15
* Optionally read passwords from stdinStefan Fritsch2012-10-071-3/+4
* add support for bcryptStefan Fritsch2012-10-071-9/+13
* Start refactoring of htpasswd and htdbmStefan Fritsch2012-10-071-248/+120
* * support/htpasswd.c (mkrecord): Handle crypt() failure.Joe Orton2012-06-061-1/+12
* Use APR_STATUS_IS_... in some more cases.Stefan Fritsch2011-05-111-1/+1
* * support/htdbm.c (htdbm_list): Fix compiler warning on x86_64.Joe Orton2009-09-141-2/+2
* htdbm: don't allocate more memory for every record we dump.Daniel Earl Poirier2009-09-141-8/+6
* htdbm: Fix possible buffer overflow if dbm database has veryDaniel Earl Poirier2009-07-241-10/+6
* remove TPF supportJeff Trawick2009-03-271-6/+6
* htdbm: Enable crypt support on platforms with crypt() but notJeff Trawick2007-04-091-6/+6
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* If we don't have a prototype for crypt() we shouldn'tJeff Trawick2006-04-121-1/+1
* The crypt() prototype is in <unistd.h> instead of <crypt.h>Jeff Trawick2006-04-121-0/+3
* htdbm: Warn the user when adding a plaintext password on a platformJeff Trawick2006-04-101-0/+4
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-25/+25
* Fix htdbm password validation for records which included comments.Jeff Trawick2005-06-231-1/+1
* * support/htdbm.c (main): Fix (valid) variable "may be usedJoe Orton2005-06-141-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL),Joe Orton2004-08-111-1/+1
* Use standardized names for ISO-8859-1, see http://www.iana.org/assignments/ch...Martin Kraemer2004-06-291-1/+1
* Add a terminate function that gets called on atexit() so that NetWare has the...Bradley Nicholes2004-03-171-4/+10
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-54/+11
* update license to 2004.André Malo2004-01-011-1/+1
* If we have a comment, place in a ':' not a ';' (has this *ever* worked?)Justin Erenkrantz2003-12-021-3/+10
* finished that boring job:André Malo2003-02-031-1/+1
* Correct const'ness of argv in all support apps, and use the newWilliam A. Rowe Jr2002-04-131-3/+4
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* one step closer to happiness on ebcdic boxesGreg Ames2002-02-181-1/+1
* clean up a bunch of warningsJeff Trawick2002-01-191-22/+4
* As long as the spelling police are on the prowl, I figured I might as wellCliff Woolley2002-01-181-5/+5
* allow htdbm to work with multiple DBM types by using a new optionIan Holsman2001-12-241-10/+20
* Thanks for the catch, Mr. Woolley, I left an out-of-place close paren.William A. Rowe Jr2001-11-061-1/+1
* Eliminate 'library'+'executable' cruft. Yes - this would be a dandyWilliam A. Rowe Jr2001-11-061-51/+42
* Submitted by: Mladen Turk <mturk@mappingsoft.com>William A. Rowe Jr2001-11-061-0/+627