branches with status:
Name Status Last Modified Last Commit
lp:ecryptfs bug 1 Development 2017-06-09 15:39:12 UTC
894. Remove unreachable code when parsing ...

Author: Tyler Hicks
Revision Date: 2017-06-09 15:39:12 UTC

Remove unreachable code when parsing mount opt name value pairs

Revision 886 introduced a change to the mount option parsing code for
name-value pairs. A break was added to a loop once the first '=' is seen.
Before the break was added, it was possible that a '=' would be seen, then
memory allocated for the name portion of the string, then another '=' could be
seen and the previous name string be freed and then reallocated. However,
there's no longer a chance of needing to reallocate the name string so the
free() is not needed.

Discovered by Coverity (CID 1375979)

lp:~ecryptfs/ecryptfs/website 1 Development 2015-11-22 04:44:20 UTC
31. fix config

Author: Dustin Kirkland 
Revision Date: 2015-11-22 04:44:20 UTC

fix config

lp:~ecryptfs/ecryptfs/ecryptfs-utils-bootstrapped 1 Development 2012-07-26 08:05:43 UTC
651. bzr merge lp:ecryptfs && autoreconf -...

Author: Tyler Hicks
Revision Date: 2012-07-26 08:05:43 UTC

bzr merge lp:ecryptfs && autoreconf -i -v -f && intltoolize -f

lp:~ecryptfs/ecryptfs/oldtrunk2 bug 1 Development 2012-05-14 21:40:57 UTC
687. * src/libecryptfs/module_mgr.c: - U...

Author: Dustin Kirkland 
Revision Date: 2012-05-13 18:10:16 UTC

* src/libecryptfs/module_mgr.c:
  - Use correct blowfish block size when displaying supported ciphers to
    the user

lp:~ecryptfs/talpa/ecryptfs 1 Development 2011-12-09 21:16:16 UTC
429. Filler changeset 1.1->1.1.1.1

Author: talpa-admin
Revision Date: 2007-11-27 11:17:18 UTC

Filler changeset 1.1->1.1.1.1

lp:~ecryptfs/ecryptfs/ecryptfs-utils bug(Has a merge proposal) 1 Development 2010-02-17 16:43:28 UTC
497. src/desktop/ecryptfs-record-passphras...

Author: Dustin Kirkland
Revision Date: 2010-02-17 16:43:28 UTC

src/desktop/ecryptfs-record-passphrase: improve text

16 of 6 results