1. 19 Jul, 2009 1 commit
    • Michal Nazarewicz's avatar
      daemon: added "group" configuration option · d718a8b5
      Michal Nazarewicz authored
      The "group" configuration option is similar to "user" as it
      sets user set what group MPD shall run as.  With "user"
      option, MPD changed GID to the GID of the user, however,
      more control could be desired.
      
      Moreover, the patch changes the way of checking whether no
      setuid(2)/setgid(2) is required -- previously user names
      were compered, now UID and GIDs are compered (ie. the one we
      already have (getuid(2)/getgid(2)) with the one we want to
      change to).
      d718a8b5
  2. 16 Jul, 2009 1 commit
  3. 15 Jul, 2009 13 commits
  4. 14 Jul, 2009 9 commits
  5. 09 Jul, 2009 2 commits
  6. 07 Jul, 2009 3 commits
  7. 06 Jul, 2009 11 commits