X3

branches with status:
Name Status Last Modified Last Commit
lp:ntfs-3g 1 Development 2015-07-14 06:37:01 UTC
1201. Fixed the range of valid subauthority...

Author: Jean-Pierre André
Revision Date: 2015-07-14 06:37:01 UTC

Fixed the range of valid subauthority counts in a SID

ntfs_valid_sid() required that the subauthority count be between 1 and 8
inclusively. However, Windows permits more than 8 subauthorities as well
as 0 subauthorities:

  - The install.wim file for the latest Windows 10 build contains a file
    whose DACL contains a SID with 10 subauthorities.
    ntfs_set_ntfs_acl() was failing on this file.

  - The IsValidSid() function on Windows returns true for subauthority
    less than or equal to 15, including 0.

There was actually already a another SID validation function that had the
Windows-compatible behavior, so I merged the two together.

Contributed by Eric Biggers

lp:~x3lectric/xbmc/xbmc_git_dev 1 Development 2011-10-10 20:09:19 UTC
10378. jsonrpc: fix Files.GetSources not ret...

Author: montellese
Revision Date: 2011-10-10 20:09:19 UTC

jsonrpc: fix Files.GetSources not returning the "file" property

lp:~x3lectric/xbmc/svn-trunk 2 Mature 2011-02-16 17:11:26 UTC
26053. fixed: ticket #10868 - "albums"-type ...

Author: spiff_
Revision Date: 2011-01-02 15:15:01 UTC

fixed: ticket #10868 - "albums"-type Smart Playlists don't behave like the built-in "Albums", "Compilations" etc. thanks to fiveisalive

13 of 3 results