1. 20 Oct, 2017 2 commits
  2. 18 Oct, 2017 1 commit
  3. 17 Oct, 2017 2 commits
  4. 16 Oct, 2017 5 commits
  5. 12 Oct, 2017 4 commits
  6. 11 Oct, 2017 4 commits
  7. 10 Oct, 2017 4 commits
  8. 06 Oct, 2017 4 commits
  9. 05 Oct, 2017 4 commits
  10. 04 Oct, 2017 1 commit
    • implement lxc_string_split_quoted · 3dca1af0
      Serge Hallyn authored
      lxc_string_split_quoted() splits a string on spaces, but keeps
      groups in single or double qoutes together.  In other words,
      generally what we'd want for argv behavior.
      
      Switch lxc-execute to use this for lxc.execute.cmd.
      
      Switch lxc-oci template to put the lxc.execute.cmd inside single
      quotes, because parse_line() will eat those.  If we don't do that,
      then if we have lxc.execute.cmd = /bin/echo "hello, world", then the
      last double quote will disappear.
      Signed-off-by: 's avatarSerge Hallyn <shallyn@cisco.com>
  11. 03 Oct, 2017 4 commits
  12. 02 Oct, 2017 5 commits