An error occurred fetching the project authors.
  1. 23 Jan, 2012 2 commits
  2. 08 Nov, 2011 1 commit
  3. 03 Oct, 2011 1 commit
  4. 07 Sep, 2011 1 commit
    • Arnaud Fontaine's avatar
      Sanitize environment variables as early as possible. · ddd77222
      Arnaud Fontaine authored
      For example, on Mandriva, if SECURE_TMP is enabled (in /etc/security/shell),
      then TMP/TMPDIR are set to $HOME/tmp but $HOME is only accessible by the owner
      and its group, but not slap user, then the extends-cache temporary directory
      will not be accessible after dropping the privileges.
      ddd77222
  5. 31 Aug, 2011 1 commit
    • Łukasz Nowak's avatar
      Implement SSL authentication to shadir and shacache. · f2b44b36
      Łukasz Nowak authored
      Squashed commit of the following:
      
      commit 154041e95f9e6427c274d9c46edbba14ab66b4d6
      Author: Łukasz Nowak <luke@nexedi.com>
      Date:   Wed Aug 31 19:05:40 2011 +0200
      
          Cleanup the code (pyflaked)
      
      commit 4cf44c7f2baf02a056d21b88a4a1a21b534aea75
      Author: Łukasz Nowak <luke@nexedi.com>
      Date:   Wed Aug 31 17:17:40 2011 +0200
      
          Cover passing SSL auth keys to buildout.
      
      commit b8207942ba678f6dd3a34c45c56b100d94a44d87
      Author: Łukasz Nowak <luke@nexedi.com>
      Date:   Wed Aug 31 17:14:46 2011 +0200
      
          Fix typo.
      
      commit 551a3e3c017d83ca1ba4b7a50c66d1a0b847cf8e
      Author: Łukasz Nowak <luke@nexedi.com>
      Date:   Wed Aug 31 17:08:39 2011 +0200
      
          Allow to specify and pass SSL auth key and certs.
      f2b44b36
  6. 11 Aug, 2011 1 commit
  7. 22 Jul, 2011 1 commit
  8. 21 Jul, 2011 3 commits
    • Lucas Carvalho's avatar
      Simplified the code... · 4211c7c6
      Lucas Carvalho authored
      To avoid the explosion of "if" structure, it is better replace it using
      a "for" structure.
      
      The behavior of the code still the same.
      4211c7c6
    • Lucas Carvalho's avatar
      Added a new parameter in Software init method. · 017a02ef
      Lucas Carvalho authored
      The new parameter is:
        - upload_authentication_file: the content must be the path of
          SSL key which must be used to make the user authentication in the
          Networkcache HTTP server.
      
      It must be propagated to buildout command line, of course.
      017a02ef
    • Lucas Carvalho's avatar
      Added new parameters to Software init method. · d8dca883
      Lucas Carvalho authored
      Added upload_cache_url and upload_dir_url:
       - upload_cache_url: the value must be the url of shacache used to
         upload
         content.
       - upload_dir_url: the value must be the url of shadir used to upload
         the
         information about the content.
      
      Also, the signature_private_key_file is not required to instanciate a
      Software object, then it can be None by default.
      
      All these parameters listed above should only be used in the buildout
      command line, if they are not None. And it should be defined under
      networkcache-section.
      d8dca883
  9. 19 Jul, 2011 2 commits
  10. 18 Jul, 2011 1 commit
  11. 06 Jul, 2011 1 commit
  12. 27 Jun, 2011 1 commit
  13. 24 Jun, 2011 1 commit
  14. 30 May, 2011 1 commit
  15. 27 May, 2011 1 commit
  16. 26 May, 2011 1 commit