]> granicus.if.org Git - apache/history - support/htdbm.c
Fix integer overflow in ap_pregsub. This can be triggered e.g.
[apache] / support / htdbm.c
2011-05-11 Stefan FritschUse APR_STATUS_IS_... in some more cases.
2009-09-14 Joe Orton* support/htdbm.c (htdbm_list): Fix compiler warning...
2009-09-14 Daniel Earl Poirierhtdbm: don't allocate more memory for every record...
2009-07-24 Daniel Earl Poirierhtdbm: Fix possible buffer overflow if dbm database...
2009-03-27 Jeff Trawickremove TPF support
2007-04-09 Jeff Trawickhtdbm: Enable crypt support on platforms with crypt...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-04-12 Jeff TrawickIf we don't have a prototype for crypt() we shouldn't
2006-04-12 Jeff TrawickThe crypt() prototype is in <unistd.h> instead of ...
2006-04-10 Jeff Trawickhtdbm: Warn the user when adding a plaintext password...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-06-23 Jeff TrawickFix htdbm password validation for records which include...
2005-06-14 Joe Orton* support/htdbm.c (main): Fix (valid) variable "may...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-08-11 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVeri...
2004-06-29 Martin KraemerUse standardized names for ISO-8859-1, see http://www...
2004-03-17 Bradley NicholesAdd a terminate function that gets called on atexit...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-12-02 Justin ErenkrantzIf we have a comment, place in a ':' not a ';' (has...
2003-02-03 André Malofinished that boring job:
2002-04-13 William A. Rowe Jr Correct const'ness of argv in all support apps, and...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-02-18 Greg Amesone step closer to happiness on ebcdic boxes
2002-01-19 Jeff Trawickclean up a bunch of warnings
2002-01-18 Cliff WoolleyAs long as the spelling police are on the prowl, I...
2001-12-24 Ian Holsmanallow htdbm to work with multiple DBM types by using...
2001-11-06 William A. Rowe Jr Thanks for the catch, Mr. Woolley, I left an out...
2001-11-06 William A. Rowe Jr Eliminate 'library'+'executable' cruft. Yes - this...
2001-11-06 William A. Rowe Jr Submitted by: Mladen Turk <mturk@mappingsoft.com>