1. 03 Jun, 2015 3 commits
  2. 02 Jun, 2015 5 commits
  3. 26 May, 2015 14 commits
  4. 25 May, 2015 5 commits
  5. 23 May, 2015 1 commit
  6. 17 May, 2015 1 commit
  7. 15 May, 2015 1 commit
  8. 14 May, 2015 3 commits
    • Merge pull request #523 from lucaswerkmeister/fix521 · 8ec0243d
      Stéphane Graber authored
      Use POSIX-compliant function names in bash completion
    • Use POSIX-compliant function names in bash completion · e0bc1067
      Lucas Werkmeister authored
      When running in posix mode (for example, because it was invoked as `sh`,
      or with the --posix option), bash rejects the function names previously
      used because they contain hyphens, which are not legal POSIX names, and
      exits immediately.
      
      This is a particularly serious problem on a system in which the
      following three conditions hold:
      
      1. The `sh` executable is provided by bash, e. g. via a symlink
      2. Gnome Display Manager is used to launch X sessions
      3. Bash completion is loaded in the (system or user) profile file
         instead of in the bashrc file
      
      In that case, GDM's Xsession script (run with `sh`, i. e., bash in posix
      mode) sources the profile files, thus causing the shell to load the bash
      completion files. Upon encountering the non-POSIX-compliant function
      names, bash would then exit, immediately ending the X session.
      
      Fixes #521.
      Signed-off-by: 's avatarLucas Werkmeister <mail@lucaswerkmeister.de>
    • config : add lxc.hook.destroy option · 37cf711b
      Sungbae Yoo authored
      Signed-off-by: 's avatarSungbae Yoo <sungbae.yoo@samsung.com>
  9. 12 May, 2015 1 commit
  10. 11 May, 2015 5 commits
  11. 07 May, 2015 1 commit