added UI for kdb support

fixed issue with not keeping "meta stream entries" (database color, default username) and num encryption rounds
fixed issues with recycle bin (wasn't updating group list correctly, couldn't access newly created recycle bin group)
This commit is contained in:
Philipp Crocoll
2015-02-09 20:24:57 +01:00
parent bc235b3ba5
commit 8de5588cff
12 changed files with 255 additions and 61 deletions

View File

@@ -426,11 +426,13 @@ namespace KeePassLib
public byte[] HashOfFileOnDisk
{
get { return m_pbHashOfFileOnDisk; }
set { m_pbHashOfFileOnDisk = value; }
}
public byte[] HashOfLastIO
{
get { return m_pbHashOfLastIO; }
set { m_pbHashOfLastIO = value; }
}
public bool UseFileTransactions