[Pkg-cli-apps-commits] [keepass2] 02/04: Merge tag 'upstream/2.35+dfsg'

Julian Taylor jtaylor.debian at googlemail.com
Tue Jan 10 16:49:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

jtaylor-guest pushed a commit to branch master
in repository keepass2.

commit eaf6d36e0acb9477c884d1e1dbe06a09024a40c0
Merge: f5b8ccd 59ed602
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Tue Jan 10 17:34:21 2017 +0100

    Merge tag 'upstream/2.35+dfsg'
    
    Upstream version 2.35+dfsg

 Build/Clean.bat                                    |   1 +
 Build/KeePassLib_Distrib/KeePassLib.xml            | 284 ++++++---
 Docs/Chm/default.css                               |   6 +-
 Docs/Chm/help/base/autotype.html                   |  14 +-
 Docs/Chm/help/base/autourl.html                    |   2 +-
 Docs/Chm/help/base/cmdline.html                    |   2 +-
 Docs/Chm/help/base/configuration.html              |   2 +-
 Docs/Chm/help/base/credits.html                    |   2 +-
 Docs/Chm/help/base/disclaimer.html                 |   2 +-
 Docs/Chm/help/base/faq.html                        |   2 +-
 Docs/Chm/help/base/faq_tech.html                   |   2 +-
 Docs/Chm/help/base/fieldrefs.html                  |   2 +-
 Docs/Chm/help/base/firststeps.html                 |   2 +-
 Docs/Chm/help/base/importexport.html               |   8 +-
 Docs/Chm/help/base/index.html                      |   4 +-
 Docs/Chm/help/base/integration.html                |   2 +-
 Docs/Chm/help/base/keys.html                       |   2 +-
 Docs/Chm/help/base/license_lgpl.html               |   2 +-
 Docs/Chm/help/base/multiuser.html                  |   2 +-
 Docs/Chm/help/base/placeholders.html               |   8 +-
 Docs/Chm/help/base/pwgenerator.html                |   2 +-
 Docs/Chm/help/base/repair.html                     |   2 +-
 Docs/Chm/help/base/secedits.html                   |   2 +-
 Docs/Chm/help/base/security.html                   | 404 ++++++-------
 Docs/Chm/help/base/tans.html                       |   2 +-
 Docs/Chm/help/base/usingpws.html                   |   2 +-
 Docs/Chm/help/v2/autotype_obfuscation.html         |   2 +-
 Docs/Chm/help/v2/dbsettings.html                   |  19 +-
 Docs/Chm/help/v2/entry.html                        |   2 +-
 Docs/Chm/help/v2/guioptions.html                   |   2 +-
 Docs/Chm/help/v2/ioconnect.html                    |   2 +-
 Docs/Chm/help/v2/license.html                      |   4 +-
 Docs/Chm/help/v2/plugins.html                      |   2 +-
 Docs/Chm/help/v2/policy.html                       |   2 +-
 Docs/Chm/help/v2/setup.html                        |  58 +-
 Docs/Chm/help/v2/sync.html                         |  22 +-
 Docs/Chm/help/v2/translation.html                  |   2 +-
 Docs/Chm/help/v2/triggers.html                     |  26 +-
 Docs/Chm/help/v2/version.html                      |   2 +-
 Docs/Chm/help/v2/xml_replace.html                  |   2 +-
 Docs/Chm/help/v2_dev/customize.html                |   8 +-
 Docs/Chm/help/v2_dev/plg_index.html                |   2 +-
 Docs/Chm/help/v2_dev/scr_index.html                |   2 +-
 Docs/Chm/help/v2_dev/scr_kps_index.html            |   2 +-
 Docs/Chm/help/v2_dev/scr_sc_index.html             |   2 +-
 Docs/History.txt                                   | 163 ++++++
 Docs/License.txt                                   |   2 +-
 Ext/KeePass.exe.config                             |   4 +-
 Ext/KeePass.iss                                    |  29 +-
 Ext/KeePassMsi/KeePassMsi.sln                      |   6 +-
 Ext/KeePassMsi/KeePassMsi.vdproj                   | 173 +++---
 Ext/XSL/KDBX_Common.xsl                            | 132 +++++
 Ext/XSL/KDBX_DetailsFull.xsl                       |  96 ----
 Ext/XSL/KDBX_DetailsFull_HTML.xsl                  | 122 ++++
 Ext/XSL/KDBX_DetailsLight_HTML.xsl                 | 106 ++++
 Ext/XSL/KDBX_DetailsLite.xsl                       |  89 ---
 Ext/XSL/KDBX_PasswordsOnly.xsl                     |  32 --
 Ext/XSL/KDBX_PasswordsOnly_TXT.xsl                 |  33 ++
 Ext/XSL/KDBX_Styles.css                            |  88 ---
 Ext/XSL/KDBX_Tabular.xsl                           |  77 ---
 Ext/XSL/KDBX_Tabular_HTML.xsl                      | 105 ++++
 Ext/XSL/TableHeader.gif                            | Bin 445 -> 0 bytes
 KeePass/App/AppDefs.cs                             |  14 +-
 KeePass/App/AppHelp.cs                             |   2 +-
 KeePass/App/AppPolicy.cs                           |   2 +-
 KeePass/App/Configuration/AceApplication.cs        |  10 +-
 KeePass/App/Configuration/AceCustomConfig.cs       |   2 +-
 KeePass/App/Configuration/AceDefaults.cs           |  15 +-
 KeePass/App/Configuration/AceIntegration.cs        |  20 +-
 KeePass/App/Configuration/AceLogging.cs            |   2 +-
 KeePass/App/Configuration/AceMainWindow.cs         |  18 +-
 KeePass/App/Configuration/AceNative.cs             |   2 +-
 KeePass/App/Configuration/AcePasswordGenerator.cs  |   2 +-
 KeePass/App/Configuration/AceSecurity.cs           |   2 +-
 KeePass/App/Configuration/AceToolBar.cs            |   2 +-
 KeePass/App/Configuration/AceTrayIcon.cs           |   2 +-
 KeePass/App/Configuration/AceUI.cs                 |  10 +-
 KeePass/App/Configuration/AppConfigEx.cs           |   2 +-
 KeePass/App/Configuration/AppConfigSerializer.cs   |   2 +-
 KeePass/DataExchange/CsvStreamReader.cs            |   2 +-
 KeePass/DataExchange/CsvStreamReaderEx.cs          |   2 +-
 KeePass/DataExchange/ExportUtil.cs                 |   2 +-
 KeePass/DataExchange/FileFormatPool.cs             |   8 +-
 KeePass/DataExchange/FileFormatProvider.cs         |   2 +-
 KeePass/DataExchange/Formats/AmpXml250.cs          |  11 +-
 KeePass/DataExchange/Formats/AnyPwCsv144.cs        |  12 +-
 KeePass/DataExchange/Formats/CodeWalletTxt605.cs   |   2 +-
 KeePass/DataExchange/Formats/DashlaneCsv2.cs       |   2 +-
 KeePass/DataExchange/Formats/DataVaultCsv47.cs     |   2 +-
 .../{DesktopKnox32.cs => DesktopKnoxXml32.cs}      |  10 +-
 KeePass/DataExchange/Formats/EnpassTxt5.cs         | 132 +++++
 KeePass/DataExchange/Formats/FlexWalletXml17.cs    |   2 +-
 KeePass/DataExchange/Formats/GenericCsv.cs         |   2 +-
 KeePass/DataExchange/Formats/HandySafeProXml12.cs  |   2 +-
 KeePass/DataExchange/Formats/HandySafeTxt512.cs    |   2 +-
 .../DataExchange/Formats/KasperskyPwMgrXml50.cs    |   2 +-
 KeePass/DataExchange/Formats/KeePassCsv1x.cs       |   2 +-
 KeePass/DataExchange/Formats/KeePassHtml2x.cs      |  17 +-
 KeePass/DataExchange/Formats/KeePassKdb1x.cs       |   4 +-
 KeePass/DataExchange/Formats/KeePassKdb2x.cs       |  90 ++-
 KeePass/DataExchange/Formats/KeePassKdb2xRepair.cs |   2 +-
 KeePass/DataExchange/Formats/KeePassXXml041.cs     |  11 +-
 KeePass/DataExchange/Formats/KeePassXml1x.cs       |  11 +-
 KeePass/DataExchange/Formats/KeePassXml2x.cs       |   2 +-
 KeePass/DataExchange/Formats/LastPassCsv2.cs       |  11 +-
 KeePass/DataExchange/Formats/MSecureCsv355.cs      | 324 +++++++++++
 .../Formats/MozillaBookmarksHtml100.cs             |  27 +-
 .../Formats/MozillaBookmarksJson100.cs             |   2 +-
 KeePass/DataExchange/Formats/NPasswordNpw102.cs    |   7 +-
 KeePass/DataExchange/Formats/NetworkPwMgrCsv4.cs   |   2 +-
 .../DataExchange/Formats/NortonIdSafeCsv2013.cs    |   2 +-
 KeePass/DataExchange/Formats/OnePwProCsv599.cs     |  14 +-
 KeePass/DataExchange/Formats/PVaultTxt14.cs        |   2 +-
 KeePass/DataExchange/Formats/PassKeeper12.cs       |   2 +-
 KeePass/DataExchange/Formats/PinsTxt450.cs         |  14 +-
 KeePass/DataExchange/Formats/PpKeeperHtml270.cs    |  16 +-
 KeePass/DataExchange/Formats/PwAgentXml234.cs      |  12 +-
 KeePass/DataExchange/Formats/PwDepotXml26.cs       |   7 +-
 KeePass/DataExchange/Formats/PwExporterXml105.cs   |   2 +-
 KeePass/DataExchange/Formats/PwKeeperCsv70.cs      |   2 +-
 KeePass/DataExchange/Formats/PwMemory2008Xml104.cs |  11 +-
 KeePass/DataExchange/Formats/PwPrompterDat12.cs    |   2 +-
 KeePass/DataExchange/Formats/PwSafeXml302.cs       |  20 +-
 KeePass/DataExchange/Formats/PwSaverXml412.cs      | 216 +++++++
 KeePass/DataExchange/Formats/PwTresorXml100.cs     |   2 +-
 KeePass/DataExchange/Formats/PwsPlusCsv1007.cs     |   2 +-
 KeePass/DataExchange/Formats/RevelationXml04.cs    |   4 +-
 KeePass/DataExchange/Formats/RoboFormHtml69.cs     |   6 +-
 KeePass/DataExchange/Formats/SafeWalletXml3.cs     |   2 +-
 KeePass/DataExchange/Formats/SecurityTxt12.cs      |   2 +-
 KeePass/DataExchange/Formats/Spamex20070328.cs     |   2 +-
 KeePass/DataExchange/Formats/SplashIdCsv402.cs     | 190 ++++---
 .../DataExchange/Formats/SteganosPwManager2007.cs  |   2 +-
 KeePass/DataExchange/Formats/StickyPwXml50.cs      |   8 +-
 KeePass/DataExchange/Formats/TurboPwsCsv5.cs       |   2 +-
 KeePass/DataExchange/Formats/VisKeeperTxt3.cs      |   2 +-
 KeePass/DataExchange/Formats/Whisper32Csv116.cs    |   7 +-
 KeePass/DataExchange/Formats/WinFavorites10.cs     |   2 +-
 KeePass/DataExchange/Formats/XslTransform2x.cs     |  66 ++-
 KeePass/DataExchange/Formats/ZdnPwProTxt314.cs     |   5 +-
 KeePass/DataExchange/GxiImporter.cs                |   2 +-
 KeePass/DataExchange/GxiProfile.cs                 |   2 +-
 KeePass/DataExchange/ImportUtil.cs                 |   8 +-
 KeePass/DataExchange/Json.cs                       |   2 +-
 KeePass/DataExchange/KdbFile.cs                    |  31 +-
 KeePass/DataExchange/KdbManager.cs                 |  29 +-
 KeePass/DataExchange/PwExportInfo.cs               |   2 +-
 KeePass/Ecas/EcasAction.cs                         |   2 +-
 KeePass/Ecas/EcasActionProvider.cs                 |   2 +-
 KeePass/Ecas/EcasActionType.cs                     |   2 +-
 KeePass/Ecas/EcasCondition.cs                      |   2 +-
 KeePass/Ecas/EcasConditionProvider.cs              |   2 +-
 KeePass/Ecas/EcasConditionType.cs                  |   2 +-
 KeePass/Ecas/EcasContext.cs                        |   2 +-
 KeePass/Ecas/EcasDefaultActionProvider.cs          |  55 +-
 KeePass/Ecas/EcasDefaultConditionProvider.cs       |   2 +-
 KeePass/Ecas/EcasDefaultEventProvider.cs           |   2 +-
 KeePass/Ecas/EcasEnum.cs                           |   2 +-
 KeePass/Ecas/EcasEvent.cs                          |   2 +-
 KeePass/Ecas/EcasEventProvider.cs                  |   2 +-
 KeePass/Ecas/EcasEventType.cs                      |   2 +-
 KeePass/Ecas/EcasParameter.cs                      |   2 +-
 KeePass/Ecas/EcasPool.cs                           |   2 +-
 KeePass/Ecas/EcasPropertyDictionary.cs             |   2 +-
 KeePass/Ecas/EcasSystemEvents.cs                   |   2 +-
 KeePass/Ecas/EcasTrigger.cs                        |   2 +-
 KeePass/Ecas/EcasTriggerSystem.cs                  |   2 +-
 KeePass/Ecas/EcasUtil.cs                           |   2 +-
 KeePass/Ecas/EcasValueType.cs                      |   2 +-
 KeePass/Ecas/IEcasObject.cs                        |   2 +-
 KeePass/Ecas/IEcasParameterized.cs                 |   2 +-
 KeePass/Forms/AboutForm.cs                         |  23 +-
 KeePass/Forms/AutoTypeCtxForm.cs                   |   5 +-
 KeePass/Forms/CharPickerForm.cs                    |   5 +-
 KeePass/Forms/ColumnsForm.cs                       |   2 +-
 KeePass/Forms/CsvImportForm.cs                     |  11 +-
 KeePass/Forms/DataEditorForm.Designer.cs           |  10 +-
 KeePass/Forms/DataEditorForm.cs                    | 112 +++-
 KeePass/Forms/DataViewerForm.cs                    |  12 +-
 KeePass/Forms/DatabaseOperationsForm.Designer.cs   |  44 ++
 KeePass/Forms/DatabaseOperationsForm.cs            |  36 +-
 KeePass/Forms/DatabaseSettingsForm.Designer.cs     | 311 +++++++---
 KeePass/Forms/DatabaseSettingsForm.cs              | 471 ++++++++++++++-
 KeePass/Forms/DuplicationForm.cs                   |   2 +-
 KeePass/Forms/EcasActionForm.cs                    |   2 +-
 KeePass/Forms/EcasConditionForm.cs                 |   2 +-
 KeePass/Forms/EcasEventForm.cs                     |   2 +-
 KeePass/Forms/EcasTriggerForm.cs                   |   2 +-
 KeePass/Forms/EcasTriggersForm.cs                  |   2 +-
 KeePass/Forms/EditAutoTypeItemForm.cs              |   4 +-
 KeePass/Forms/EditStringForm.cs                    |   2 +-
 KeePass/Forms/EntropyForm.cs                       |  42 +-
 KeePass/Forms/EntryListForm.cs                     |   2 +-
 KeePass/Forms/EntryReportForm.cs                   |   2 +-
 KeePass/Forms/ExchangeDataForm.cs                  |   2 +-
 KeePass/Forms/FieldPickerForm.Designer.cs          | 103 ++++
 KeePass/Forms/FieldPickerForm.cs                   | 202 +++++++
 KeePass/Forms/FieldPickerForm.resx                 | 120 ++++
 KeePass/Forms/FieldRefForm.cs                      |   2 +-
 KeePass/Forms/FileBrowserForm.cs                   |   2 +-
 KeePass/Forms/GroupForm.Designer.cs                |  44 ++
 KeePass/Forms/GroupForm.cs                         |  26 +-
 KeePass/Forms/HelpSourceForm.cs                    |   2 +-
 KeePass/Forms/IOConnectionForm.cs                  |   2 +-
 KeePass/Forms/IconPickerForm.cs                    |   9 +-
 KeePass/Forms/ImportMethodForm.cs                  |   2 +-
 KeePass/Forms/InternalBrowserForm.cs               |   2 +-
 KeePass/Forms/KeyCreationForm.Designer.cs          |   7 -
 KeePass/Forms/KeyCreationForm.cs                   |  11 +-
 KeePass/Forms/KeyPromptForm.Designer.cs            |   4 -
 KeePass/Forms/KeyPromptForm.cs                     |  14 +-
 KeePass/Forms/LanguageForm.cs                      |   2 +-
 KeePass/Forms/MainForm.Designer.cs                 | 215 +++++--
 KeePass/Forms/MainForm.cs                          | 182 ++++--
 KeePass/Forms/MainForm_Events.cs                   |  28 +-
 KeePass/Forms/MainForm_Functions.cs                | 224 ++++++--
 KeePass/Forms/OptionsForm.Designer.cs              |  56 +-
 KeePass/Forms/OptionsForm.cs                       |  48 +-
 KeePass/Forms/PluginsForm.cs                       |   2 +-
 KeePass/Forms/PrintForm.cs                         |   2 +-
 KeePass/Forms/ProxyForm.cs                         |   2 +-
 KeePass/Forms/PwEntryForm.Designer.cs              | 137 +++--
 KeePass/Forms/PwEntryForm.cs                       | 126 ++--
 KeePass/Forms/PwGeneratorForm.cs                   |   3 +-
 KeePass/Forms/SearchForm.Designer.cs               |  31 +-
 KeePass/Forms/SearchForm.cs                        |  13 +-
 KeePass/Forms/SingleLineEditForm.cs                |   2 +-
 KeePass/Forms/StatusLoggerForm.cs                  |   2 +-
 KeePass/Forms/StatusProgressForm.cs                |   2 +-
 KeePass/Forms/TanWizardForm.cs                     |   2 +-
 KeePass/Forms/TextEncodingForm.cs                  |  12 +-
 KeePass/Forms/UpdateCheckForm.cs                   |   2 +-
 KeePass/Forms/UrlOverrideForm.cs                   |   2 +-
 KeePass/Forms/UrlOverridesForm.cs                  |   2 +-
 KeePass/Forms/XmlReplaceForm.cs                    |   2 +-
 KeePass/KeePass.csproj                             |  61 +-
 KeePass/Native/NativeMethods.Defs.cs               |  23 +-
 KeePass/Native/NativeMethods.New.cs                |  93 ++-
 KeePass/Native/NativeMethods.Structs.cs            |   2 +-
 KeePass/Native/NativeMethods.Unix.cs               |   2 +-
 KeePass/Native/NativeMethods.cs                    |  29 +-
 KeePass/Native/NativeProgressDialog.cs             |   2 +-
 KeePass/Native/ShellLinkEx.cs                      |   2 +-
 KeePass/Plugins/DefaultPluginHost.cs               |   2 +-
 KeePass/Plugins/IPluginHost.cs                     |   2 +-
 KeePass/Plugins/PlgxCache.cs                       |  22 +-
 KeePass/Plugins/PlgxCsprojLoader.cs                |   2 +-
 KeePass/Plugins/PlgxPlugin.cs                      |   6 +-
 KeePass/Plugins/PlgxPluginInfo.cs                  |   2 +-
 KeePass/Plugins/Plugin.cs                          |   2 +-
 KeePass/Plugins/PluginInfo.cs                      |   2 +-
 KeePass/Plugins/PluginManager.cs                   |   2 +-
 KeePass/Program.cs                                 |  10 +-
 KeePass/Properties/AssemblyInfo.cs                 |   8 +-
 KeePass/Properties/Resources.Designer.cs           |  23 +-
 KeePass/Properties/Resources.resx                  |   9 +
 KeePass/Resources/KPRes.Generated.cs               | 291 +++++++++-
 KeePass/UI/AsyncPwListUpdate.cs                    |   2 +-
 KeePass/UI/BackgroundForm.cs                       |   2 +-
 KeePass/UI/BannerFactory.cs                        |   2 +-
 KeePass/UI/CheckedLVItemDXList.cs                  |   2 +-
 KeePass/UI/ColorMenuItem.cs                        |   2 +-
 KeePass/UI/ColumnProvider.cs                       |   2 +-
 KeePass/UI/ColumnProviderPool.cs                   |   2 +-
 KeePass/UI/CustomContextMenuStripEx.cs             |   2 +-
 KeePass/UI/CustomListViewEx.cs                     |   2 +-
 KeePass/UI/CustomMenuStripEx.cs                    |   2 +-
 ...ityNotifyFilter.cs => CustomMessageFilterEx.cs} |  19 +-
 KeePass/UI/CustomRichTextBoxEx.cs                  | 123 +++-
 KeePass/UI/CustomSplitContainerEx.cs               |   2 +-
 KeePass/UI/CustomToolStripEx.cs                    |   2 +-
 KeePass/UI/CustomTreeViewEx.cs                     |   6 +-
 KeePass/UI/DocumentManagerEx.cs                    |   2 +-
 KeePass/UI/DpiUtil.cs                              |   2 +-
 KeePass/UI/DwmUtil.cs                              |   2 +-
 KeePass/UI/DynamicMenu.cs                          |   2 +-
 KeePass/UI/EnableThemingInScope.cs                 |   2 +-
 KeePass/UI/ExpiryControlGroup.cs                   |   9 +-
 KeePass/UI/FileDialogsEx.cs                        |   2 +-
 KeePass/UI/FontUtil.cs                             |   2 +-
 KeePass/UI/GlobalWindowManager.cs                  | 121 ++--
 KeePass/UI/HotKeyControlEx.cs                      |   2 +-
 KeePass/UI/IGwmWindow.cs                           |   2 +-
 KeePass/UI/ImageComboBoxEx.cs                      |   2 +-
 KeePass/UI/KeyboardControl.cs                      |   2 +-
 KeePass/UI/ListSorter.cs                           |   3 +-
 KeePass/UI/ListViewGroupingMenu.cs                 |   2 +-
 KeePass/UI/ListViewSortMenu.cs                     |   2 +-
 KeePass/UI/ListViewStateEx.cs                      |   2 +-
 KeePass/UI/MruList.cs                              |   2 +-
 KeePass/UI/NotifyIconEx.cs                         |  13 +-
 KeePass/UI/OnDemandStatusDialog.cs                 |   2 +-
 KeePass/UI/OpenWithMenu.cs                         |  13 +-
 KeePass/UI/PromptedTextBox.cs                      |   2 +-
 KeePass/UI/ProtectedDialog.cs                      |   2 +-
 KeePass/UI/PwInputControlGroup.cs                  |   4 +-
 KeePass/UI/QualityProgressBar.cs                   |   2 +-
 KeePass/UI/RichTextBoxContextMenu.cs               |   2 +-
 KeePass/UI/RichTextBuilder.cs                      |   2 +-
 KeePass/UI/SecureEdit.cs                           |   4 +-
 KeePass/UI/ShowWarningsLogger.cs                   |   2 +-
 KeePass/UI/SplitButtonEx.cs                        |   2 +-
 KeePass/UI/StatusBarLogger.cs                      |   2 +-
 KeePass/UI/StatusUtil.cs                           |   2 +-
 KeePass/UI/TabControlEx.cs                         |   2 +-
 KeePass/UI/TaskbarList.cs                          |   2 +-
 KeePass/UI/ToolStripRendering/KeePassTsr.cs        |   2 +-
 KeePass/UI/ToolStripRendering/ProExtTsr.cs         |   2 +-
 KeePass/UI/ToolStripRendering/SystemTsr.cs         |   2 +-
 KeePass/UI/ToolStripRendering/TsrFactory.cs        |   2 +-
 KeePass/UI/ToolStripRendering/TsrPool.cs           |   2 +-
 KeePass/UI/ToolStripRendering/VisualStyleTsr.cs    |   2 +-
 KeePass/UI/ToolStripRendering/Win10Tsr.cs          |   2 +-
 KeePass/UI/ToolStripRendering/Win81Tsr.cs          |   2 +-
 KeePass/UI/UISystemFonts.cs                        |   2 +-
 KeePass/UI/UIUtil.cs                               | 289 ++++++++--
 KeePass/UI/VistaTaskDialog.cs                      |   7 +-
 KeePass/Util/AppLocator.cs                         |   2 +-
 KeePass/Util/Archive/ImageArchive.cs               |   2 +-
 KeePass/Util/Archive/XspArchive.cs                 |   2 +-
 KeePass/Util/AutoType.cs                           |  11 +-
 KeePass/Util/AutoTypeCtx.cs                        |   2 +-
 KeePass/Util/BinaryDataClassifier.cs               |   2 +-
 KeePass/Util/BinaryDataUtil.cs                     |   2 +-
 KeePass/Util/CancellableOperationEventArgs.cs      |   2 +-
 KeePass/Util/ChildProcessesSnapshot.cs             |   2 +-
 KeePass/Util/ClipboardContents.cs                  |   2 +-
 KeePass/Util/ClipboardEventChainBlocker.cs         |   2 +-
 KeePass/Util/ClipboardUtil.Unix.cs                 |   2 +-
 KeePass/Util/ClipboardUtil.Windows.cs              |   4 +-
 KeePass/Util/ClipboardUtil.cs                      |  60 +-
 KeePass/Util/CommandLineArgs.cs                    |   2 +-
 KeePass/Util/CriticalSectionEx.cs                  |   2 +-
 KeePass/Util/CustomResourceManager.cs              |   2 +-
 KeePass/Util/EntryMenu.cs                          |   2 +-
 KeePass/Util/EntryTemplates.cs                     |   3 +-
 KeePass/Util/EntryUtil.cs                          | 160 ++++--
 KeePass/Util/GlobalMutexPool.cs                    |  10 +-
 KeePass/Util/HotKeyManager.cs                      |  73 ++-
 KeePass/Util/IniFile.cs                            |   2 +-
 KeePass/Util/IpcBroadcast.Fsw.cs                   |   2 +-
 KeePass/Util/IpcBroadcast.cs                       |   2 +-
 KeePass/Util/IpcUtilEx.cs                          |   2 +-
 KeePass/Util/KeyUtil.cs                            |   4 +-
 KeePass/Util/NetUtil.cs                            |   2 +-
 KeePass/Util/PwGeneratorUtil.cs                    |   2 +-
 KeePass/Util/SearchUtil.cs                         |   2 +-
 KeePass/Util/SendInputEx.cs                        |   2 +-
 KeePass/Util/SendInputExt/ISiEngine.cs             |   2 +-
 KeePass/Util/SendInputExt/SiCodes.cs               | 217 ++++++-
 KeePass/Util/SendInputExt/SiEngineStd.cs           |   2 +-
 KeePass/Util/SendInputExt/SiEngineUnix.cs          |   7 +-
 KeePass/Util/SendInputExt/SiEngineWin.cs           | 329 +++++++----
 KeePass/Util/SendInputExt/SiObf.cs                 |   2 +-
 KeePass/Util/SendInputExt/SiWindowInfo.cs          |   2 +-
 KeePass/Util/SessionLockNotifier.cs                |   2 +-
 KeePass/Util/ShellUtil.cs                          |   2 +-
 KeePass/Util/ShutdownBlocker.cs                    |   2 +-
 KeePass/Util/Spr/SprContext.cs                     |   4 +-
 KeePass/Util/Spr/SprEncoding.cs                    |   2 +-
 KeePass/Util/Spr/SprEngine.PickChars.cs            |   2 +-
 KeePass/Util/Spr/SprEngine.cs                      |  34 +-
 KeePass/Util/Spr/SprSyntax.cs                      |   2 +-
 KeePass/Util/TempFilesPool.cs                      |   2 +-
 KeePass/Util/TextSimilarity.cs                     |   2 +-
 KeePass/Util/UpdateCheckEx.cs                      |   5 +-
 KeePass/Util/WinUtil.cs                            |   8 +-
 .../Util/XmlSerialization/XmlSerializerEx.Gen.cs   |  18 +
 KeePass/Util/XmlSerialization/XmlSerializerEx.cs   |   2 +-
 KeePass/Util/XmlUtil.XmlReplace.cs                 |   2 +-
 KeePass/Util/XmlUtil.cs                            |   2 +-
 KeePassLib/Collections/AutoTypeConfig.cs           |   2 +-
 .../Collections/ProtectedBinaryDictionary.cs       |   2 +-
 KeePassLib/Collections/ProtectedBinarySet.cs       | 174 ++++++
 .../Collections/ProtectedStringDictionary.cs       |   2 +-
 KeePassLib/Collections/PwObjectList.cs             |   2 +-
 KeePassLib/Collections/PwObjectPool.cs             |   7 +-
 KeePassLib/Collections/StringDictionaryEx.cs       |  58 +-
 KeePassLib/Collections/VariantDictionary.cs        | 415 ++++++++++++++
 KeePassLib/Cryptography/Cipher/ChaCha20Cipher.cs   | 254 +++++++++
 KeePassLib/Cryptography/Cipher/ChaCha20Engine.cs   | 177 ++++++
 KeePassLib/Cryptography/Cipher/CipherPool.cs       |  15 +-
 KeePassLib/Cryptography/Cipher/CtrBlockCipher.cs   | 104 ++++
 KeePassLib/Cryptography/Cipher/ICipherEngine.cs    |  23 +-
 KeePassLib/Cryptography/Cipher/Salsa20Cipher.cs    | 242 ++++----
 .../Cryptography/Cipher/StandardAesEngine.cs       |  23 +-
 KeePassLib/Cryptography/CryptoRandom.cs            | 250 ++++----
 KeePassLib/Cryptography/CryptoRandomStream.cs      | 138 +++--
 KeePassLib/Cryptography/CryptoUtil.cs              | 129 +++++
 KeePassLib/Cryptography/Hash/Blake2b.cs            | 232 ++++++++
 KeePassLib/Cryptography/HashingStreamEx.cs         |  43 +-
 KeePassLib/Cryptography/HmacOtp.cs                 |   2 +-
 KeePassLib/Cryptography/KeyDerivation/AesKdf.cs    | 270 +++++++++
 .../Cryptography/KeyDerivation/Argon2Kdf.Core.cs   | 633 +++++++++++++++++++++
 KeePassLib/Cryptography/KeyDerivation/Argon2Kdf.cs | 144 +++++
 KeePassLib/Cryptography/KeyDerivation/KdfEngine.cs | 142 +++++
 .../Cryptography/KeyDerivation/KdfParameters.cs    |  80 +++
 KeePassLib/Cryptography/KeyDerivation/KdfPool.cs   |  96 ++++
 .../PasswordGenerator/CharSetBasedGenerator.cs     |   6 +-
 .../PasswordGenerator/CustomPwGenerator.cs         |   2 +-
 .../PasswordGenerator/CustomPwGeneratorPool.cs     |   2 +-
 .../PasswordGenerator/PatternBasedGenerator.cs     |   4 +-
 .../Cryptography/PasswordGenerator/PwCharSet.cs    |   2 +-
 .../Cryptography/PasswordGenerator/PwGenerator.cs  |  52 +-
 .../Cryptography/PasswordGenerator/PwProfile.cs    |   4 +-
 KeePassLib/Cryptography/PopularPasswords.cs        |   2 +-
 KeePassLib/Cryptography/QualityEstimation.cs       |   4 +-
 KeePassLib/Cryptography/SelfTest.cs                | 542 +++++++++++++++++-
 KeePassLib/Delegates/Handlers.cs                   |   2 +-
 KeePassLib/Interfaces/IDeepCloneable.cs            |   2 +-
 KeePassLib/Interfaces/IStatusLogger.cs             |   2 +-
 KeePassLib/Interfaces/IStructureItem.cs            |   2 +-
 KeePassLib/Interfaces/ITimeLogger.cs               |   2 +-
 KeePassLib/Interfaces/IUIOperations.cs             |   2 +-
 KeePassLib/Interfaces/IXmlSerializerEx.cs          |   2 +-
 KeePassLib/KeePassLib.csproj                       |  14 +
 KeePassLib/Keys/CompositeKey.cs                    | 234 ++------
 KeePassLib/Keys/IUserKey.cs                        |   2 +-
 KeePassLib/Keys/KcpCustomKey.cs                    |  10 +-
 KeePassLib/Keys/KcpKeyFile.cs                      |  26 +-
 KeePassLib/Keys/KcpPassword.cs                     |  10 +-
 KeePassLib/Keys/KcpUserAccount.cs                  |   2 +-
 KeePassLib/Keys/KeyProvider.cs                     |   2 +-
 KeePassLib/Keys/KeyProviderPool.cs                 |   2 +-
 KeePassLib/Keys/KeyValidator.cs                    |   2 +-
 KeePassLib/Keys/KeyValidatorPool.cs                |   2 +-
 KeePassLib/Keys/UserKeyType.cs                     |   2 +-
 KeePassLib/Native/NativeLib.cs                     |   2 +-
 KeePassLib/Native/NativeMethods.Unix.cs            |   2 +-
 KeePassLib/Native/NativeMethods.cs                 |   2 +-
 KeePassLib/Properties/AssemblyInfo.cs              |   8 +-
 KeePassLib/PwCustomIcon.cs                         |  10 +-
 KeePassLib/PwDatabase.cs                           | 117 +++-
 KeePassLib/PwDefs.cs                               |  15 +-
 KeePassLib/PwDeletedObject.cs                      |   2 +-
 KeePassLib/PwEntry.cs                              |  65 ++-
 KeePassLib/PwEnums.cs                              |   2 +-
 KeePassLib/PwGroup.cs                              | 282 ++++-----
 KeePassLib/PwUuid.cs                               |   2 +-
 KeePassLib/Resources/KLRes.Generated.cs            |  93 ++-
 KeePassLib/Security/ProtectedBinary.cs             |  73 ++-
 KeePassLib/Security/ProtectedString.cs             |  10 +-
 KeePassLib/Security/XorredBuffer.cs                |   2 +-
 KeePassLib/Serialization/BinaryReaderEx.cs         |  10 +-
 KeePassLib/Serialization/FileLock.cs               |   4 +-
 KeePassLib/Serialization/FileTransactionEx.cs      |  43 +-
 KeePassLib/Serialization/HashedBlockStream.cs      |  91 ++-
 KeePassLib/Serialization/HmacBlockStream.cs        | 324 +++++++++++
 KeePassLib/Serialization/IOConnection.cs           |  24 +-
 KeePassLib/Serialization/IOConnectionInfo.cs       |   2 +-
 KeePassLib/Serialization/IocProperties.cs          |   2 +-
 KeePassLib/Serialization/IocPropertyInfo.cs        |   2 +-
 KeePassLib/Serialization/IocPropertyInfoPool.cs    |   2 +-
 KeePassLib/Serialization/KdbxFile.Read.Streamed.cs | 163 +++++-
 KeePassLib/Serialization/KdbxFile.Read.cs          | 380 +++++++++----
 KeePassLib/Serialization/KdbxFile.Write.cs         | 448 ++++++++++-----
 KeePassLib/Serialization/KdbxFile.cs               | 221 +++++--
 KeePassLib/Serialization/OldFormatException.cs     |   2 +-
 KeePassLib/Translation/KPControlCustomization.cs   |  10 +-
 KeePassLib/Translation/KPFormCustomization.cs      |   2 +-
 KeePassLib/Translation/KPStringTable.cs            |   2 +-
 KeePassLib/Translation/KPStringTableItem.cs        |   2 +-
 KeePassLib/Translation/KPTranslation.cs            |   2 +-
 KeePassLib/Translation/KPTranslationProperties.cs  |   2 +-
 KeePassLib/Utility/AppLogEx.cs                     |   4 +-
 KeePassLib/Utility/GfxUtil.cs                      |  36 +-
 KeePassLib/Utility/MemUtil.cs                      | 199 ++++++-
 KeePassLib/Utility/MessageService.cs               |   2 +-
 KeePassLib/Utility/MonoWorkarounds.cs              | 129 ++++-
 KeePassLib/Utility/StrUtil.cs                      |  46 +-
 KeePassLib/Utility/TimeUtil.cs                     | 152 ++++-
 KeePassLib/Utility/UrlUtil.cs                      |   4 +-
 ShInstUtil/ShInstUtil.cpp                          |   2 +-
 ShInstUtil/ShInstUtil.h                            |   2 +-
 ShInstUtil/ShInstUtil.rc                           |  10 +-
 Translation/DefaultText.xml                        |  92 ++-
 Translation/TrlUtil/AccelKeysCheck.cs              |   2 +-
 Translation/TrlUtil/FormTrlMgr.cs                  |   3 +-
 Translation/TrlUtil/MainForm.cs                    |  36 +-
 Translation/TrlUtil/PreviewForm.cs                 |   2 +-
 Translation/TrlUtil/Program.cs                     |   2 +-
 Translation/TrlUtil/Properties/AssemblyInfo.cs     |   8 +-
 Translation/TrlUtil/TrlImport.cs                   |   2 +-
 483 files changed, 13135 insertions(+), 3516 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/keepass2.git



More information about the Pkg-cli-apps-commits mailing list