1. 28 Jun, 2017 1 commit
  2. 26 Jun, 2017 4 commits
  3. 25 Jun, 2017 5 commits
  4. 24 Jun, 2017 2 commits
  5. 23 Jun, 2017 4 commits
  6. 22 Jun, 2017 3 commits
  7. 21 Jun, 2017 20 commits
  8. 20 Jun, 2017 1 commit
    • Jacob Champion's avatar
      util.c: add a strict Base64 decoding function · 8f508d6e
      Jacob Champion authored
      ap_pbase64decode_strict() adds to the functionality of
      ap_pbase64decode() in two ways:
      
      - the length of the decoded buffer is returned, allowing embedded NULLs
        to be retained by the caller
      - the input string is strictly checked for Base64 validity, including
        correct zero-padding at the end of the string
      
      (This was originally added to the httpdunit feature/backport branch in
      r1796208, then reverted in r1799376, since it's currently intended for
      trunk only.)
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1799380 13f79535-47bb-0310-9956-ffa450edef68
      8f508d6e