Skip to content
Snippets Groups Projects
  1. Jan 14, 2020
  2. Jan 12, 2020
  3. Jan 08, 2020
  4. Jan 04, 2020
  5. Jan 03, 2020
  6. Dec 30, 2019
  7. Dec 04, 2019
  8. Dec 03, 2019
  9. Dec 01, 2019
  10. Nov 22, 2019
  11. Nov 21, 2019
  12. Nov 07, 2019
  13. Nov 03, 2019
    • Jordi Pujol Palomer's avatar
      fork_exec: correctly parse command lines that contain spaces · 76031015
      Jordi Pujol Palomer authored and Samuel Thibault's avatar Samuel Thibault committed
      
      g_shell_parse_argv does only tokenization, and no replacement, so it is
      safe to use it here.
      
      This quesion arised when modifying QEMU because the new version 4 of
      Samba disables version 1 of the SMB protocols, to run old Win clients I
      am developing a patch that gets the value of the environment variable
      SMBDOPTIONS and appends it to the smbd command line; it allows the user to
      specify additional samba daemon parameters before starting qemu. Example:
      export SMBDOPTIONS="--option='server min protocol=CORE' -d 4"
      
      Signed-off-by: default avatarJordi Pujol Palomer <jordipujolp@gmail.com>
      76031015
  14. Oct 13, 2019
  15. Oct 07, 2019
  16. Oct 06, 2019
Loading