[Pkg-cli-apps-commits] [keepass2] branch master updated (3f9cebf -> c32babc)

Julian Taylor jtaylor.debian at googlemail.com
Sun Jan 28 15:29:46 UTC 2018


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

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

      from  3f9cebf   bump standard to 4.1.1, no changes required
      adds  fb1fc0e   New upstream version 2.38+dfsg
       new  ddc9e38   Updated version 2.38+dfsg from 'upstream/2.38+dfsg'
       new  c32babc   New upstream release (LP: #1744729)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Build/Clean.bat                                    |  12 +-
 Build/KeePassLib_Distrib/KeePassLib.xml            |   4 +-
 Docs/Chm/default.css                               |  12 +-
 Docs/Chm/help/base/autotype.html                   |  11 +-
 Docs/Chm/help/base/autourl.html                    |   9 +-
 Docs/Chm/help/base/cmdline.html                    |   9 +-
 Docs/Chm/help/base/configuration.html              |  13 +-
 Docs/Chm/help/base/credits.html                    |   9 +-
 Docs/Chm/help/base/disclaimer.html                 |   7 +-
 Docs/Chm/help/base/faq.html                        |   7 +-
 Docs/Chm/help/base/faq_tech.html                   |  33 +-
 Docs/Chm/help/base/fieldrefs.html                  |   7 +-
 Docs/Chm/help/base/firststeps.html                 |   7 +-
 Docs/Chm/help/base/importexport.html               |  33 +-
 Docs/Chm/help/base/index.html                      |  22 +-
 Docs/Chm/help/base/integration.html                |   7 +-
 Docs/Chm/help/base/keys.html                       |   7 +-
 Docs/Chm/help/base/license_lgpl.html               |   7 +-
 Docs/Chm/help/base/multiuser.html                  |  15 +-
 Docs/Chm/help/base/placeholders.html               |   9 +-
 Docs/Chm/help/base/pwgenerator.html                |   9 +-
 Docs/Chm/help/base/repair.html                     |  35 +-
 Docs/Chm/help/base/secedits.html                   |   7 +-
 Docs/Chm/help/base/security.html                   |  14 +-
 Docs/Chm/help/base/tans.html                       |   7 +-
 Docs/Chm/help/base/usingpws.html                   |   7 +-
 Docs/Chm/help/images/b16x16_kcmdrkonqi.png         | Bin 0 -> 1139 bytes
 Docs/Chm/help/v2/autotype_obfuscation.html         |   7 +-
 Docs/Chm/help/v2/dbsettings.html                   |  11 +-
 Docs/Chm/help/v2/entry.html                        |   7 +-
 Docs/Chm/help/v2/guioptions.html                   |  15 +-
 Docs/Chm/help/v2/index.html                        |   7 +-
 Docs/Chm/help/v2/ioconnect.html                    |  10 +-
 Docs/Chm/help/v2/license.html                      |   9 +-
 Docs/Chm/help/v2/plugins.html                      |  26 +-
 Docs/Chm/help/v2/policy.html                       |  43 +-
 Docs/Chm/help/v2/setup.html                        |  20 +-
 Docs/Chm/help/v2/sync.html                         |   9 +-
 Docs/Chm/help/v2/translation.html                  |  46 +-
 Docs/Chm/help/v2/triggers.html                     |   9 +-
 Docs/Chm/help/v2/version.html                      |  12 +-
 Docs/Chm/help/v2/xml_replace.html                  |   9 +-
 Docs/Chm/help/v2_dev/customize.html                |  16 +-
 Docs/Chm/help/v2_dev/plg_index.html                | 112 +++--
 Docs/Chm/help/v2_dev/scr_index.html                |   7 +-
 Docs/Chm/help/v2_dev/scr_kps_index.html            |  11 +-
 Docs/Chm/help/v2_dev/scr_sc_index.html             |  17 +-
 Docs/History.txt                                   |  52 ++
 Docs/License.txt                                   |   2 +-
 Ext/KeePass.exe.config                             |   6 +-
 Ext/KeePass.iss                                    |  13 +-
 Ext/KeePassMsi/KeePassMsi.vdproj                   |  38 +-
 Ext/KeePass_NoVer.exe.config                       |   2 +-
 Ext/TrlUtil.exe.config                             |   2 +-
 Ext/XSL/KDBX_Common.xsl                            |   2 +-
 KeePass/App/AppDefs.cs                             |  38 +-
 KeePass/App/AppHelp.cs                             |   2 +-
 KeePass/App/AppIcons.cs                            |   2 +-
 KeePass/App/AppPolicy.cs                           |   2 +-
 KeePass/App/Configuration/AceApplication.cs        |  85 +++-
 KeePass/App/Configuration/AceCustomConfig.cs       |   2 +-
 KeePass/App/Configuration/AceDefaults.cs           |   2 +-
 KeePass/App/Configuration/AceIntegration.cs        |   2 +-
 KeePass/App/Configuration/AceLogging.cs            |   2 +-
 KeePass/App/Configuration/AceMainWindow.cs         |   2 +-
 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                 |   2 +-
 KeePass/App/Configuration/AppConfigEx.cs           | 110 +++-
 KeePass/App/Configuration/AppConfigSerializer.cs   |   8 +-
 KeePass/DataExchange/CsvStreamReader.cs            |   2 +-
 KeePass/DataExchange/CsvStreamReaderEx.cs          |   2 +-
 KeePass/DataExchange/ExportUtil.cs                 |   2 +-
 KeePass/DataExchange/FileFormatPool.cs             |   2 +-
 KeePass/DataExchange/FileFormatProvider.cs         |   2 +-
 KeePass/DataExchange/Formats/AmpXml250.cs          |   2 +-
 KeePass/DataExchange/Formats/AnyPwCsv144.cs        |   2 +-
 KeePass/DataExchange/Formats/CodeWalletTxt605.cs   |   2 +-
 KeePass/DataExchange/Formats/DashlaneCsv2.cs       |  10 +-
 KeePass/DataExchange/Formats/DataVaultCsv47.cs     |   2 +-
 KeePass/DataExchange/Formats/DesktopKnoxXml32.cs   |   2 +-
 KeePass/DataExchange/Formats/EnpassTxt5.cs         |   2 +-
 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      |  10 +-
 KeePass/DataExchange/Formats/KeePassKdb1x.cs       |   2 +-
 KeePass/DataExchange/Formats/KeePassKdb2x.cs       |   2 +-
 KeePass/DataExchange/Formats/KeePassKdb2xRepair.cs |   2 +-
 KeePass/DataExchange/Formats/KeePassXXml041.cs     |   2 +-
 KeePass/DataExchange/Formats/KeePassXml1x.cs       |   2 +-
 KeePass/DataExchange/Formats/KeePassXml2x.cs       |   2 +-
 KeePass/DataExchange/Formats/LastPassCsv2.cs       |   2 +-
 KeePass/DataExchange/Formats/MSecureCsv355.cs      |   2 +-
 .../Formats/MozillaBookmarksHtml100.cs             |   2 +-
 .../Formats/MozillaBookmarksJson100.cs             |   2 +-
 KeePass/DataExchange/Formats/NPasswordNpw102.cs    |   2 +-
 KeePass/DataExchange/Formats/NetworkPwMgrCsv4.cs   |   2 +-
 .../DataExchange/Formats/NortonIdSafeCsv2013.cs    |   2 +-
 KeePass/DataExchange/Formats/OnePwProCsv599.cs     |   2 +-
 KeePass/DataExchange/Formats/PVaultTxt14.cs        |   2 +-
 KeePass/DataExchange/Formats/PassKeeper12.cs       |   2 +-
 KeePass/DataExchange/Formats/PinsTxt450.cs         |   2 +-
 KeePass/DataExchange/Formats/PpKeeperHtml270.cs    |   2 +-
 KeePass/DataExchange/Formats/PwAgentXml234.cs      |   2 +-
 KeePass/DataExchange/Formats/PwDepotXml26.cs       |   2 +-
 KeePass/DataExchange/Formats/PwExporterXml105.cs   |  47 +-
 KeePass/DataExchange/Formats/PwKeeperCsv70.cs      |   2 +-
 KeePass/DataExchange/Formats/PwMemory2008Xml104.cs |   2 +-
 KeePass/DataExchange/Formats/PwPrompterDat12.cs    |   2 +-
 KeePass/DataExchange/Formats/PwSafeXml302.cs       |   2 +-
 KeePass/DataExchange/Formats/PwSaverXml412.cs      |   2 +-
 KeePass/DataExchange/Formats/PwTresorXml100.cs     |   2 +-
 KeePass/DataExchange/Formats/PwsPlusCsv1007.cs     |   2 +-
 KeePass/DataExchange/Formats/RevelationXml04.cs    |   2 +-
 KeePass/DataExchange/Formats/RoboFormHtml69.cs     |   8 +-
 KeePass/DataExchange/Formats/SafeWalletXml3.cs     |   2 +-
 KeePass/DataExchange/Formats/SecurityTxt12.cs      |   2 +-
 KeePass/DataExchange/Formats/Spamex20070328.cs     |   2 +-
 KeePass/DataExchange/Formats/SplashIdCsv402.cs     |   2 +-
 .../DataExchange/Formats/SteganosPwManager2007.cs  |   2 +-
 KeePass/DataExchange/Formats/StickyPwXml50.cs      |   2 +-
 KeePass/DataExchange/Formats/TurboPwsCsv5.cs       |   2 +-
 KeePass/DataExchange/Formats/VisKeeperTxt3.cs      |   2 +-
 KeePass/DataExchange/Formats/Whisper32Csv116.cs    |   2 +-
 KeePass/DataExchange/Formats/WinFavorites10.cs     |   2 +-
 KeePass/DataExchange/Formats/XslTransform2x.cs     |   2 +-
 KeePass/DataExchange/Formats/ZdnPwProTxt314.cs     |   2 +-
 KeePass/DataExchange/GxiImporter.cs                |   2 +-
 KeePass/DataExchange/GxiProfile.cs                 |   2 +-
 KeePass/DataExchange/ImportUtil.cs                 |   2 +-
 KeePass/DataExchange/Json.cs                       |   2 +-
 KeePass/DataExchange/KdbFile.cs                    |   2 +-
 KeePass/DataExchange/KdbManager.cs                 |   2 +-
 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          |   2 +-
 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                         |   2 +-
 KeePass/Forms/AutoTypeCtxForm.cs                   |   2 +-
 KeePass/Forms/CharPickerForm.cs                    |   2 +-
 KeePass/Forms/ColumnsForm.cs                       |   2 +-
 KeePass/Forms/CsvImportForm.cs                     |   2 +-
 KeePass/Forms/DataEditorForm.cs                    |   2 +-
 KeePass/Forms/DataViewerForm.cs                    |   2 +-
 KeePass/Forms/DatabaseOperationsForm.cs            |   2 +-
 KeePass/Forms/DatabaseSettingsForm.cs              |   2 +-
 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              |   2 +-
 KeePass/Forms/EditStringForm.cs                    |   2 +-
 KeePass/Forms/EntropyForm.cs                       |   2 +-
 KeePass/Forms/EntryReportForm.cs                   |   2 +-
 KeePass/Forms/ExchangeDataForm.cs                  |   2 +-
 KeePass/Forms/FieldPickerForm.cs                   |   2 +-
 KeePass/Forms/FieldRefForm.cs                      |   2 +-
 KeePass/Forms/FileBrowserForm.cs                   |   2 +-
 KeePass/Forms/GroupForm.cs                         |   2 +-
 KeePass/Forms/HelpSourceForm.cs                    |   2 +-
 KeePass/Forms/IOConnectionForm.cs                  |   2 +-
 KeePass/Forms/IconPickerForm.cs                    |   2 +-
 KeePass/Forms/ImportMethodForm.cs                  |   2 +-
 KeePass/Forms/InternalBrowserForm.cs               |   2 +-
 KeePass/Forms/KeyCreationForm.cs                   |  40 +-
 KeePass/Forms/KeyPromptForm.cs                     |   2 +-
 KeePass/Forms/LanguageForm.Designer.cs             |  59 ++-
 KeePass/Forms/LanguageForm.cs                      | 200 ++++++--
 KeePass/Forms/ListViewForm.cs                      |   2 +-
 KeePass/Forms/MainForm.cs                          |  43 +-
 KeePass/Forms/MainForm_Events.cs                   |   2 +-
 KeePass/Forms/MainForm_Functions.cs                |   9 +-
 KeePass/Forms/OptionsForm.cs                       |   2 +-
 KeePass/Forms/PluginsForm.Designer.cs              |  41 +-
 KeePass/Forms/PluginsForm.cs                       |  44 +-
 KeePass/Forms/PrintForm.Designer.cs                | 130 +++--
 KeePass/Forms/PrintForm.cs                         | 554 +++++++++++++++------
 KeePass/Forms/ProxyForm.cs                         |   2 +-
 KeePass/Forms/PwEntryForm.cs                       |   2 +-
 KeePass/Forms/PwGeneratorForm.cs                   |   9 +-
 KeePass/Forms/SearchForm.cs                        |   2 +-
 KeePass/Forms/SingleLineEditForm.cs                |   2 +-
 KeePass/Forms/StatusLoggerForm.cs                  |   2 +-
 KeePass/Forms/StatusProgressForm.cs                |   2 +-
 KeePass/Forms/TanWizardForm.cs                     |   2 +-
 KeePass/Forms/TextEncodingForm.cs                  |   2 +-
 KeePass/Forms/UpdateCheckForm.cs                   |   2 +-
 KeePass/Forms/UrlOverrideForm.cs                   |   2 +-
 KeePass/Forms/UrlOverridesForm.cs                  |   2 +-
 KeePass/Forms/WebDocForm.cs                        |   2 +-
 KeePass/Forms/XmlReplaceForm.cs                    |   2 +-
 KeePass/Native/NativeMethods.Defs.cs               |   2 +-
 KeePass/Native/NativeMethods.New.cs                |   2 +-
 KeePass/Native/NativeMethods.Structs.cs            |   2 +-
 KeePass/Native/NativeMethods.Unix.cs               |   2 +-
 KeePass/Native/NativeMethods.cs                    |   2 +-
 KeePass/Native/NativeProgressDialog.cs             |   2 +-
 KeePass/Native/ShellLinkEx.cs                      |   2 +-
 KeePass/Plugins/DefaultPluginHost.cs               |   2 +-
 KeePass/Plugins/IPluginHost.cs                     |   2 +-
 KeePass/Plugins/PlgxCache.cs                       |   2 +-
 KeePass/Plugins/PlgxCsprojLoader.cs                |   2 +-
 KeePass/Plugins/PlgxPlugin.cs                      |   2 +-
 KeePass/Plugins/PlgxPluginInfo.cs                  |   2 +-
 KeePass/Plugins/Plugin.cs                          |   2 +-
 KeePass/Plugins/PluginInfo.cs                      |   2 +-
 KeePass/Plugins/PluginManager.cs                   |  69 ++-
 KeePass/Program.cs                                 | 103 ++--
 KeePass/Properties/AssemblyInfo.cs                 |   8 +-
 KeePass/Resources/KPRes.Generated.cs               | 121 ++++-
 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/CustomContextMenuEx.cs                  |   2 +-
 KeePass/UI/CustomContextMenuStripEx.cs             |   2 +-
 KeePass/UI/CustomListViewEx.cs                     |   2 +-
 KeePass/UI/CustomMenuStripEx.cs                    |   2 +-
 KeePass/UI/CustomMessageFilterEx.cs                |   2 +-
 KeePass/UI/CustomRichTextBoxEx.cs                  |   2 +-
 KeePass/UI/CustomSplitContainerEx.cs               |   2 +-
 KeePass/UI/CustomToolStripEx.cs                    |   2 +-
 KeePass/UI/CustomTreeViewEx.cs                     |   2 +-
 KeePass/UI/DocumentManagerEx.cs                    |   2 +-
 KeePass/UI/DpiUtil.cs                              |  26 +-
 KeePass/UI/DwmUtil.cs                              |   2 +-
 KeePass/UI/DynamicMenu.cs                          |   2 +-
 KeePass/UI/EnableThemingInScope.cs                 |   2 +-
 KeePass/UI/ExpiryControlGroup.cs                   |   2 +-
 KeePass/UI/FileDialogsEx.cs                        |   2 +-
 KeePass/UI/FontUtil.cs                             |   2 +-
 KeePass/UI/GlobalWindowManager.cs                  |   2 +-
 KeePass/UI/HotKeyControlEx.cs                      |   2 +-
 KeePass/UI/IGwmWindow.cs                           |   2 +-
 KeePass/UI/ImageComboBoxEx.cs                      |   2 +-
 KeePass/UI/KeyboardControl.cs                      |   2 +-
 KeePass/UI/ListSorter.cs                           |   2 +-
 KeePass/UI/ListViewGroupingMenu.cs                 |   2 +-
 KeePass/UI/ListViewSortMenu.cs                     |   2 +-
 KeePass/UI/ListViewStateEx.cs                      |   2 +-
 KeePass/UI/MruList.cs                              |   2 +-
 KeePass/UI/NotifyIconEx.cs                         |   2 +-
 KeePass/UI/OnDemandStatusDialog.cs                 |   2 +-
 KeePass/UI/OpenWithMenu.cs                         |   2 +-
 KeePass/UI/PromptedTextBox.cs                      |   2 +-
 KeePass/UI/ProtectedDialog.cs                      |   2 +-
 KeePass/UI/PwInputControlGroup.cs                  |  93 ++--
 KeePass/UI/QualityProgressBar.cs                   |   2 +-
 KeePass/UI/RichTextBoxContextMenu.cs               |   2 +-
 KeePass/UI/RichTextBuilder.cs                      |   2 +-
 KeePass/UI/RtlAwareResizeScope.cs                  |   2 +-
 KeePass/UI/SecureEdit.cs                           |   2 +-
 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                        |   8 +-
 KeePass/UI/UIUtil.cs                               |  41 +-
 KeePass/UI/VistaTaskDialog.cs                      |   2 +-
 KeePass/Util/AppLocator.cs                         |   4 +-
 KeePass/Util/Archive/ImageArchive.cs               |   2 +-
 KeePass/Util/Archive/XspArchive.cs                 |   2 +-
 KeePass/Util/AutoType.cs                           |   2 +-
 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              |   2 +-
 KeePass/Util/ClipboardUtil.cs                      |   2 +-
 KeePass/Util/CommandLineArgs.cs                    |   2 +-
 KeePass/Util/CriticalSectionEx.cs                  |   2 +-
 KeePass/Util/CustomResourceManager.cs              |   2 +-
 KeePass/Util/EmergencySheet.cs                     |  14 +-
 KeePass/Util/EntryMenu.cs                          |   2 +-
 KeePass/Util/EntryTemplates.cs                     |   2 +-
 KeePass/Util/EntryUtil.cs                          |   2 +-
 KeePass/Util/GlobalMutexPool.cs                    |   2 +-
 KeePass/Util/HotKeyManager.cs                      |   2 +-
 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                            |   2 +-
 KeePass/Util/NetUtil.cs                            |   2 +-
 KeePass/Util/PrintUtil.cs                          |  21 +-
 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               |   2 +-
 KeePass/Util/SendInputExt/SiEngineStd.cs           |   2 +-
 KeePass/Util/SendInputExt/SiEngineUnix.cs          |   2 +-
 KeePass/Util/SendInputExt/SiEngineWin.cs           |   2 +-
 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                     |  20 +-
 KeePass/Util/Spr/SprEncoding.cs                    |  35 +-
 KeePass/Util/Spr/SprEngine.PickChars.cs            |   2 +-
 KeePass/Util/Spr/SprEngine.cs                      |  31 +-
 KeePass/Util/Spr/SprRefCache.cs                    |   4 +-
 KeePass/Util/Spr/SprSyntax.cs                      |   2 +-
 KeePass/Util/TempFilesPool.cs                      |   2 +-
 KeePass/Util/TextSimilarity.cs                     |   2 +-
 KeePass/Util/UpdateCheckEx.cs                      |  23 +-
 KeePass/Util/WinUtil.cs                            |  12 +-
 .../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       |   2 +-
 .../Collections/ProtectedStringDictionary.cs       |   2 +-
 KeePassLib/Collections/PwObjectList.cs             |   2 +-
 KeePassLib/Collections/PwObjectPool.cs             |   2 +-
 KeePassLib/Collections/StringDictionaryEx.cs       |   2 +-
 KeePassLib/Collections/VariantDictionary.cs        |   2 +-
 KeePassLib/Cryptography/Cipher/ChaCha20Cipher.cs   |   2 +-
 KeePassLib/Cryptography/Cipher/ChaCha20Engine.cs   |   2 +-
 KeePassLib/Cryptography/Cipher/CipherPool.cs       |   2 +-
 KeePassLib/Cryptography/Cipher/CtrBlockCipher.cs   |   2 +-
 KeePassLib/Cryptography/Cipher/ICipherEngine.cs    |   2 +-
 KeePassLib/Cryptography/Cipher/Salsa20Cipher.cs    |   2 +-
 .../Cryptography/Cipher/StandardAesEngine.cs       |   2 +-
 KeePassLib/Cryptography/CryptoRandom.cs            |   2 +-
 KeePassLib/Cryptography/CryptoRandomStream.cs      |   2 +-
 KeePassLib/Cryptography/CryptoUtil.cs              |   2 +-
 KeePassLib/Cryptography/Hash/Blake2b.cs            |   2 +-
 KeePassLib/Cryptography/HashingStreamEx.cs         |   2 +-
 KeePassLib/Cryptography/HmacOtp.cs                 |   2 +-
 .../Cryptography/KeyDerivation/AesKdf.GCrypt.cs    |   2 +-
 KeePassLib/Cryptography/KeyDerivation/AesKdf.cs    |   2 +-
 .../Cryptography/KeyDerivation/Argon2Kdf.Core.cs   |   2 +-
 KeePassLib/Cryptography/KeyDerivation/Argon2Kdf.cs |   2 +-
 KeePassLib/Cryptography/KeyDerivation/KdfEngine.cs |   2 +-
 .../Cryptography/KeyDerivation/KdfParameters.cs    |   2 +-
 KeePassLib/Cryptography/KeyDerivation/KdfPool.cs   |   2 +-
 .../PasswordGenerator/CharSetBasedGenerator.cs     |   2 +-
 .../PasswordGenerator/CustomPwGenerator.cs         |   2 +-
 .../PasswordGenerator/CustomPwGeneratorPool.cs     |   2 +-
 .../PasswordGenerator/PatternBasedGenerator.cs     |   2 +-
 .../Cryptography/PasswordGenerator/PwCharSet.cs    |   2 +-
 .../Cryptography/PasswordGenerator/PwGenerator.cs  |   2 +-
 .../Cryptography/PasswordGenerator/PwProfile.cs    |   2 +-
 KeePassLib/Cryptography/PopularPasswords.cs        |  41 +-
 KeePassLib/Cryptography/QualityEstimation.cs       |  56 ++-
 KeePassLib/Cryptography/SelfTest.cs                |  17 +-
 KeePassLib/Delegates/Handlers.cs                   |  21 +-
 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/Keys/CompositeKey.cs                    |   2 +-
 KeePassLib/Keys/IUserKey.cs                        |   2 +-
 KeePassLib/Keys/KcpCustomKey.cs                    |   2 +-
 KeePassLib/Keys/KcpKeyFile.cs                      |   2 +-
 KeePassLib/Keys/KcpPassword.cs                     |   2 +-
 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/ClipboardU.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                         |   2 +-
 KeePassLib/PwDatabase.cs                           |   2 +-
 KeePassLib/PwDefs.cs                               |  10 +-
 KeePassLib/PwDeletedObject.cs                      |   2 +-
 KeePassLib/PwEntry.cs                              |   2 +-
 KeePassLib/PwEnums.cs                              |   2 +-
 KeePassLib/PwGroup.cs                              |   2 +-
 KeePassLib/PwUuid.cs                               |   2 +-
 KeePassLib/Security/ProtectedBinary.cs             |   2 +-
 KeePassLib/Security/ProtectedString.cs             |   2 +-
 KeePassLib/Security/XorredBuffer.cs                |   2 +-
 KeePassLib/Serialization/BinaryReaderEx.cs         |   2 +-
 KeePassLib/Serialization/FileLock.cs               |   2 +-
 KeePassLib/Serialization/FileTransactionEx.cs      |   2 +-
 KeePassLib/Serialization/HashedBlockStream.cs      |   2 +-
 KeePassLib/Serialization/HmacBlockStream.cs        |   2 +-
 KeePassLib/Serialization/IOConnection.cs           |   2 +-
 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 |   2 +-
 KeePassLib/Serialization/KdbxFile.Read.cs          |   2 +-
 KeePassLib/Serialization/KdbxFile.Write.cs         |   2 +-
 KeePassLib/Serialization/KdbxFile.cs               |   6 +-
 KeePassLib/Serialization/OldFormatException.cs     |   2 +-
 KeePassLib/Translation/KPControlCustomization.cs   |   2 +-
 KeePassLib/Translation/KPFormCustomization.cs      |   2 +-
 KeePassLib/Translation/KPStringTable.cs            |   2 +-
 KeePassLib/Translation/KPStringTableItem.cs        |   2 +-
 KeePassLib/Translation/KPTranslation.cs            |   2 +-
 KeePassLib/Translation/KPTranslationProperties.cs  |   4 +-
 KeePassLib/Utility/AppLogEx.cs                     |   2 +-
 KeePassLib/Utility/GfxUtil.cs                      |   2 +-
 KeePassLib/Utility/MemUtil.cs                      |  79 ++-
 KeePassLib/Utility/MessageService.cs               |   4 +-
 KeePassLib/Utility/MonoWorkarounds.cs              |   8 +-
 KeePassLib/Utility/StrUtil.cs                      |  13 +-
 KeePassLib/Utility/TimeUtil.cs                     |   2 +-
 KeePassLib/Utility/UrlUtil.cs                      |   2 +-
 ShInstUtil/ShInstUtil.cpp                          |   2 +-
 ShInstUtil/ShInstUtil.h                            |   2 +-
 ShInstUtil/ShInstUtil.rc                           |  10 +-
 Translation/DefaultText.xml                        |  29 +-
 Translation/TrlUtil/AccelKeysCheck.cs              |   2 +-
 Translation/TrlUtil/FormTrlMgr.cs                  |   2 +-
 Translation/TrlUtil/MainForm.cs                    |   2 +-
 Translation/TrlUtil/PreviewForm.cs                 |   2 +-
 Translation/TrlUtil/Program.cs                     |   2 +-
 Translation/TrlUtil/Properties/AssemblyInfo.cs     |   8 +-
 Translation/TrlUtil/TrlImport.cs                   |   2 +-
 debian/changelog                                   |   6 +
 472 files changed, 2608 insertions(+), 1377 deletions(-)
 create mode 100644 Docs/Chm/help/images/b16x16_kcmdrkonqi.png

-- 
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