Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PlaylistFile, client_file, tag_id3: don't use g_file_error_quark() | Max Kellermann | 2012-10-04 | 1 | -2/+2 |
| | | | | | | | | | g_file_error_quark() is meant to be used with the GFileError enum which does not correspond with errno, but must be converted with g_file_error_from_errno(). At the same time, this removes g_strerror() use for g_file_error_quark(). | ||||
* | client_file: always allow access if client uid equals mpd uid | Max Kellermann | 2012-03-06 | 1 | -0/+5 |
| | |||||
* | playlist_edit: move UID check to client_allow_file() | Max Kellermann | 2012-03-06 | 1 | -0/+65 |