ntfs-3g hosts its code at git://git.code.sf.net/p/ntfs-3g/ntfs-3g.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:ntfs-3g

See all merge proposals.

ntfs-3g has 2 active branches owned by 2 people. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:ntfs-3g
Series: trunk
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:~hggdh2/ntfs-3g/bug860871 bug 1 Development 2011-09-27 23:18:19 UTC
924. * TODO.ntfsprogs, include/ntfs-3g/la...

Author: C de-Avillez
Revision Date: 2011-09-27 23:11:39 UTC

 * TODO.ntfsprogs, include/ntfs-3g/layout.h, libntfs-3g/runlist.c, ntfsprogs/ntfsresize.c:
   - typo -- 'multiply' being used instead of 'multiple'. (LP: 860871)

12 of 2 results
You can't create new branches for ntfs-3g.