Skip to content
Snippets Groups Projects
  1. Apr 15, 2016
    • Andreas Gohr's avatar
      supress lint error on LF signature #1101 · acb389a8
      Andreas Gohr authored
      acb389a8
    • Andreas Gohr's avatar
      use LF instead of CRLF as discussed in #1101 · a94a808c
      Andreas Gohr authored
      Until we did some more research on compatibility we should stick with
      what works, even when the RFC says otherwise.
      
      Should we decide to change line endings to RFC conform CRLF, it should
      be done on the whole body, not the signature only.
      a94a808c
    • Andreas Gohr's avatar
      Merge branch 'master' into emailsignature · e03b842a
      Andreas Gohr authored
      * master: (406 commits)
        msglint is HTTPS now. fixed failing tests
        URI scheme is only relevant for TLS if not proxy connection #1526
        use SSL if scheme is https
        add conf as global
        translation update
        avoid HTTP Response Splitting attacks via redirects #1513
        translation update
        another tiny tab CSS addition
        minor change to make tabs more flexible
        translation update
        adjusted for scrutinizer hints
        adjusted tests for reflection based method export
        first go at using reflection for remote export
        Fixes for the FR translation
        obfuscate auth passwords in config. fixes #1487
        add support for new Django hashing methods
        usie a strict comparison === instead
        use getNS() call instead of dirname()
        #1477:Search heading still displayed although search disabled
        Fix PHP7 evaluation order incompatibility
        ...
      e03b842a
  2. Apr 14, 2016
  3. Apr 11, 2016
  4. Apr 07, 2016
  5. Apr 04, 2016
  6. Apr 02, 2016
  7. Mar 31, 2016
    • Andreas Gohr's avatar
      avoid HTTP Response Splitting attacks via redirects #1513 · 98ca30d2
      Andreas Gohr authored
      The header() method of PHP is vulnerable to HTTP Response Splitting
      attacks.
      
      This change makes sure the URL passed to send_redirect (and thus to
      header()) does not contain any control characters that would be needed
      to execute such an attack.
      
      Cleaning input is recommended anyway.
      98ca30d2
  8. Mar 24, 2016
  9. Mar 22, 2016
  10. Mar 19, 2016
  11. Mar 15, 2016
  12. Mar 12, 2016
  13. Mar 11, 2016
  14. Mar 04, 2016
  15. Mar 02, 2016
  16. Feb 24, 2016
Loading