1. 09 Dec, 2012 1 commit
    • Tatsuhiro Tsujikawa's avatar
      shrpx: Log format change · bbf6c185
      Tatsuhiro Tsujikawa authored
      Added macros which log messages from the following components are
      prefixed with their component name + object pointer address:
      
      ListenHandler: LISTEN
      ThreadEventReceiver: THREAD_RECV
      Upstream: UPSTREAM
      Downstream: DOWNSTREAM
      DownstreamConnection: DCONN
      SpdySession: DSPDY
      bbf6c185
  2. 07 Dec, 2012 3 commits
  3. 04 Dec, 2012 1 commit
    • Raul Gutierrez Segales's avatar
      [shrpx] read private key's passwd from a file · cbf8ccf7
      Raul Gutierrez Segales authored
      This avoids the need to provide the password for your
      private key interactively.
      
      It can be used via --private-key-passwd-file or private-key-passwd-file
      in the given config file. The first line in the file
      (without \n) will be treated as the passwd. There isn't
      any validation and all lines after the first one (if any)
      are ignored.
      
      The security model behind this is a bit simplistic so I
      am open to better ideas. Basically your password file
      should be root:root (700) and you *should* drop root
      and run as an unprivileged user.
      
      If the file exists and a line can be read then a callback
      will be set for the SSL ctxt and it'll feed the passwd
      when the private key is read (if password is needed).
      
      If the file exists with the wrong permisions it'll be
      logged and ignored.
      cbf8ccf7
  4. 25 Nov, 2012 1 commit
  5. 24 Nov, 2012 1 commit
  6. 23 Nov, 2012 4 commits
  7. 22 Nov, 2012 8 commits
  8. 21 Nov, 2012 3 commits
  9. 20 Nov, 2012 1 commit
  10. 19 Nov, 2012 1 commit
  11. 18 Nov, 2012 10 commits
  12. 14 Nov, 2012 3 commits
  13. 28 Oct, 2012 1 commit
  14. 27 Oct, 2012 1 commit
    • Raul Gutierrez Segales's avatar
      fedora: add spec file · 45f302f3
      Raul Gutierrez Segales authored
      We should probably make this spec file a template and integrate
      it with our build process (make package?). Will follow-up with
      that eventually.
      45f302f3
  15. 16 Oct, 2012 1 commit