]> granicus.if.org Git - apache/history - server/util.c
Introduce request taint-checking concept.
[apache] / server / util.c
2017-04-21 Nick KewIntroduce request taint-checking concept.
2016-10-18 William A. Rowe JrWhen redrawing the parser, ap_get_http_token looked...
2016-10-14 William A. Rowe JrDropped the never-released ap_has_cntrls() as it had...
2016-08-19 William A. Rowe JrIntroduce StrictURI|UnsafeURI for RFC3986 enforcement
2016-07-29 William A. Rowe JrWith NUL as a TOKEN_STOP, this code is more efficient
2016-07-29 William A. Rowe JrIntroduce ap_scan_http_field_content, ap_scan_http_token
2016-06-09 William A. Rowe JrHave to walk it back, but somewhere along the way,...
2016-06-09 William A. Rowe JrRename ap_casecmpstr[n]() to ap_cstr_casecmp[n](),...
2016-06-09 William A. Rowe JrMajor issue with these two specific edits falling into...
2016-06-09 William A. Rowe JrRename ap_casecmpstr[n]() to ap_cstr_casecmp[n](),...
2016-06-08 William A. Rowe JrUpdate code to mirror r1747461 of apr-2.0 apr_cstr.c.
2015-12-30 Jim JagielskiNew support function: ap_getword_conf2[_nc] which acts
2015-12-29 Jim Jagielskirevert... hold off for now.
2015-12-29 Jim JagielskiOk... allow for getting "words" by also allowing the
2015-12-29 Yann YlavicSmall changes to ap_casecmpstr[n]() for better performa...
2015-11-23 Yann YlavicMore ap_casecmpstr[n]() usages (follow up to r1715876).
2015-11-23 Yann YlavicUse new ap_casecmpstr[n]() functions where appropriate...
2015-11-23 Yann YlavicRevert r1715789: will re-commit without spurious functi...
2015-11-23 Yann YlavicUse new ap_casecmpstr[n]() functions where appropriate...
2015-11-23 Yann YlavicBefore they are used, rename ap_str[n]casecmp() to...
2015-11-22 William A. Rowe JrIntroduce an ascii-like sortation for EBCDIC, case...
2015-11-21 Eric Covenerrevert until these functions are used.
2015-11-21 Eric Covenerstick with underlying strcasecmp on EBCDIC builds
2015-11-21 Jim Jagielskimove to simpler while loop and reduce number of returns
2015-11-21 Jim Jagielskitypo
2015-11-20 Jim Jagielskimake bill happy (if possible!)
2015-11-20 Jim JagielskiProvide our own impl of str[n]casecmp()
2015-09-03 Stefan Eissingfinal final change to the new ap_array_str_* functions...
2015-08-27 Stefan Eissinggiving ap_array_index a start parameter, adding ap_arra...
2015-08-18 Stefan Eissingcreating ap_array_index in util, forwarding scheme...
2015-08-17 Stefan Eissingintroducing ap_array_index in util, used in protocol...
2014-12-29 Eric CovenerConfiguration files with long lines and continuation...
2014-07-15 Joe OrtonSECURITY (CVE-2014-0117): Fix a crash in mod_proxy...
2014-07-14 Christophe JailletRemove some 'register' in variable declaration.
2014-04-24 Christophe JailletFollow up to r1384924 .
2014-02-01 Christophe Jaillets/apr_pstrndup/apr_pstrmemdup/ when applicable
2014-02-01 Christophe JailletUse %pm in order to save 8k of stack in 'ap_pcfg_strerror'
2013-05-22 Christophe JailletBe more clever when allocating memory for log item...
2013-05-22 Christophe JailletRevert change in order to apply a better solution.
2013-05-14 Graham Leggettcore: Stop the HTTP_IN filter from attempting to write...
2013-05-06 Graham Leggettcore: Add the ability to do explicit matching on weak...
2013-04-15 Christophe JailletTurn a int into a apr_size_t for a variabe used to...
2013-04-14 Daniel RuggeriPart two of r1467523
2013-04-13 Daniel RuggeriStatic var not neccessary here
2013-03-27 Christophe JailletBe more clever when allocating memory for log item...
2013-03-03 Christophe JailletRemove useless tests.
2013-02-05 Christophe JailletCan't figure out why we allocate len+2 bytes here....
2013-01-15 Daniel RuggeriAdd helper function to execute command w args and get...
2013-01-01 Stefan FritschAdd some caching for password hash validation.
2012-12-30 Stefan FritschAdd an option to enforce stricter HTTP conformance
2012-12-16 Stefan Fritschremove unnecessary cast
2012-12-16 Stefan Fritschadd new ap_bin2hex() utility function
2012-10-12 Jeff Trawickfollow-up to r1389481: find/use getloadavg() prototype...
2012-10-12 Jeff Trawickfollow up to r1390564: we just need scope, not control...
2012-10-03 Joe OrtonExtract some more data through the server load API:
2012-09-26 Jim Jagielskiwrap var inits in the macro w/ a do-while.
2012-09-26 Jim JagielskiMore accurate counts of busy and ready/idle
2012-09-24 Jim JagielskiBreak out loadavg from Apache load.... one is quick...
2012-09-24 Jim Jagielskiminor name change, but I expect most will just want...
2012-09-24 Jim JagielskiWould be nice to have some sort of canonical definition
2012-08-13 Daniel Grunomake the CT check in ap_parse_form_data case-insensitive
2012-08-13 Daniel GrunoDitch the !, since that would result in the opposite...
2012-08-13 Daniel Grunocore: use a cheaper way of matching the content-type...
2012-08-12 Daniel Grunocore:
2012-07-10 Stefan Fritschmake varbuf functions treat AP_VARBUF_UNKNOWN consisten...
2012-05-27 Stefan FritschMake ap_regcomp() return AP_REG_ESPACE if out of memory...
2012-03-29 Stefan FritschFix treatment of regex backreferences.
2012-01-06 William A. Rowe JrClean up size_t abuse, part 2. ap_malloc/calloc/reallo...
2011-12-12 Stefan FritschLimit length of lines in .htaccess to 8K again, to...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-07 Stefan FritschFix integer overflow in ap_pregsub. This can be trigger...
2011-11-07 Stefan FritschNo need to zero memory that we will overwrite anyway
2011-10-29 Jim JagielskiRemove magic numbers; ensure that an invalid nmatch...
2011-10-29 Graham Leggettmod_include: Add support for application/x-www-form...
2011-10-27 Stefan FritschImprove handling of maxlen = APR_SIZE_MAX, noticed...
2011-10-25 Stefan FritschLimit ap_pregsub() to 64K, add ap_pregsub_ex() for...
2011-10-13 Eric Covenerflip operator in comment for r1182887 and add some...
2011-10-13 Jim JagielskiForce the honoring of AP_MAX_REG_MATCH
2011-10-08 Stefan FritschShut up gcc/glibc warning about ignoring write()'s...
2011-09-26 Stefan FritschSome varbuf enhancements:
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-19 Stefan FritschAdd wrappers for malloc, calloc, realloc that check...
2011-09-19 Eric CovenerGive a slightly more direct hint when no global ServerN...
2011-08-13 Stefan FritschAdd ap_varbuf API for resizable buffers.
2011-06-22 Stefan FritschVarious code cleanup
2011-06-22 Stefan FritschWe already have ap_str_tolower(), so also add ap_str_to...
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2011-03-29 Stefan FritschChange the ap_cfg_getline() and ap_cfg_getc() to return...
2011-03-16 Daniel Earl Poiriercore: AllowEncodedSlashes new option NoDecode to allow...
2011-02-18 Jim JagielskiExpose "new" ap_parse_form_data() function instead...
2011-01-21 Stefan FritschMake ap_pstr2_alnum accept const char dest
2011-01-20 Stefan FritschMove ap_resolve_env to core.c, in preparation for addin...
2011-01-19 Stefan FritschFix compile error
2011-01-19 Jim JagielskiMake it clear that '_' is a possible char and accepted
2011-01-19 Jim JagielskiMake the balancer shared memory slot more human readabl...
2010-11-25 Stefan FritschFix some Windows build issues
2010-11-06 Stefan FritschAnother ooops: properly return APR_SUCCESS
2010-11-06 Stefan FritschAdd a generic pool cleanup function that sets a pointer...
2010-10-20 Guenter KnaufAdded header include for getpid() prototype on Win32.
2010-09-01 Jeff Trawickc isn't used after being set (Fortify)
next