Skip to content
  1. Dec 22, 2010
  2. Dec 21, 2010
  3. Dec 20, 2010
  4. Dec 12, 2010
    • mig5's avatar
      fix typo · 32f9cee7
      mig5 authored and mig5's avatar mig5 committed
      32f9cee7
  5. Dec 10, 2010
    • anarcat's avatar
      do not attempt to chown files/ dir during verification · 98fb236f
      anarcat authored and anarcat's avatar anarcat committed
      the rationale here is that we're not running as root, and therefore
      chown is likely to fail, unless the file already has the right owner,
      in which case a chown is not necessary.
      
      To quote chown(2):
      
             Only a privileged process (Linux: one with the CAP_CHOWN
             capability) may change the owner of a file.  The owner of a
             file may change the group of the file to any group of which
             that owner is a member.  A privileged process (Linux: with
             CAP_CHOWN) may change the group arbitrarily.
      
      So this was just a cause of trouble without any possible benefit
      unless we run with capabilities, and we shouldn't assume this (right
      now?).
      98fb236f
    • mig5's avatar
      #994212 update the README.txt · 95239c4e
      mig5 authored and mig5's avatar mig5 committed
      95239c4e
  6. Dec 06, 2010
  7. Nov 26, 2010
    • anarcat's avatar
      add a command to parse --backend output · d6477f6b
      anarcat authored and anarcat's avatar anarcat committed
      i got tired of stabbing my eyes with inline JSON output so I wrote a
      very very simple command that just parses STDIN as a --backend output
      command. this can be useful for debugging when calling backend commands
      without thinking of removing --backend, or in my case, to pass data
      through STDIN as JSON, but still have a proper output.
      d6477f6b
  8. Nov 22, 2010
  9. Nov 19, 2010
  10. Nov 17, 2010
  11. Nov 16, 2010
  12. Nov 12, 2010