1. 20 Apr, 2013 1 commit
    • Don't send unicode instances to the selinux module · c8f4a56c
      This fixes #2632.  Briefly: specifying things like paths using complex
      args in a playbook will make the objects unicode instances.  The selinux
      module does not accept unicode instances for its char * arguments; it
      wants str instances.
      
      Per mpdehaan's comment on #2632 I just went ahead and converted all
      paths to UTF-8.  I don't know if it would be better to do something like
      converting to locale.getpreferredencoding(), but I factored all the
      conversions out into new method _to_filesystem_str, so there's only one
      place that needs to be changed in the future.
      Dale Sedivec committed
  2. 19 Apr, 2013 5 commits
  3. 18 Apr, 2013 6 commits
  4. 17 Apr, 2013 13 commits
  5. 16 Apr, 2013 11 commits
  6. 14 Apr, 2013 2 commits
  7. 13 Apr, 2013 2 commits