From 21ca9918aac98bcd5542498cb96a460cf1dae1d8 Mon Sep 17 00:00:00 2001 From: PHB Date: Wed, 24 Feb 2021 13:05:37 -0500 Subject: [PATCH] Add code to parse credentials --- ASN/asn2/ASN2.cs | 2 +- ASN/asn2/AssemblyVersion.cs | 4 ++-- ASN/asn2/version.version | 4 ++-- Command/CommandEcho/AssemblyVersion.cs | 4 ++-- Command/CommandEcho/Command.cs | 2 +- Command/CommandEcho/version.version | 4 ++-- Command/Goedel.Tool.Command/Exceptions.cs | 2 +- Command/commandparse/AssemblyVersion.cs | 4 ++-- Command/commandparse/Command.cs | 2 +- Command/commandparse/version.version | 4 ++-- Constant/constant/AssemblyVersion.cs | 4 ++-- Constant/constant/Constant.cs | 2 +- Constant/constant/version.version | 4 ++-- DNSConfig/srvconf/AssemblyVersion.cs | 4 ++-- DNSConfig/srvconf/DNSConfig.cs | 2 +- DNSConfig/srvconf/version.version | 4 ++-- DocTools/Goedel.Document.Markdown/MarkDown.cs | 2 +- DocTools/Goedel.Document.Markdown/MarkParagraph.cs | 2 +- DocTools/Goedel.Document.Markdown/MarkWordParagraph.cs | 2 +- DocTools/Goedel.Document.RFC/Exceptions.cs | 2 +- DocTools/Goedel.Document.RFCSVG/ReadStyle.cs | 2 +- DocTools/bootmaker/AssemblyVersion.cs | 4 ++-- DocTools/bootmaker/Main.cs | 2 +- DocTools/bootmaker/version.version | 4 ++-- DocTools/rfctool/AssemblyVersion.cs | 4 ++-- DocTools/rfctool/main.cs | 2 +- DocTools/rfctool/version.version | 4 ++-- Domainer/domainer/AssemblyVersion.cs | 4 ++-- Domainer/domainer/version.version | 4 ++-- Exceptional/Exceptional/AssemblyVersion.cs | 4 ++-- Exceptional/Exceptional/Main.cs | 2 +- Exceptional/Exceptional/version.version | 4 ++-- FSRGen/fsrgen/AssemblyVersion.cs | 4 ++-- FSRGen/fsrgen/FSRGen.cs | 2 +- FSRGen/fsrgen/version.version | 4 ++-- GScript/gscript/AssemblyVersion.cs | 4 ++-- GScript/gscript/Goedel.cs | 2 +- GScript/gscript/version.version | 4 ++-- Goedel3/Goedel.Tool.Schema/Exceptions.cs | 2 +- Goedel3/goedel3/AssemblyVersion.cs | 4 ++-- Goedel3/goedel3/Commands.cs | 2 +- Goedel3/goedel3/version.version | 4 ++-- MakeyMakey/Goedel.Tool.Makey/Exceptions.cs | 2 +- MakeyMakey/Goedel.Tool.Makey/Tokenizer.cs | 2 +- MakeyMakey/makey/AssemblyVersion.cs | 4 ++-- MakeyMakey/makey/Commands.cs | 2 +- MakeyMakey/makey/version.version | 4 ++-- Protogen/Goedel.Tool.Protogen/Exceptions.cs | 2 +- Protogen/protogen/AssemblyVersion.cs | 4 ++-- Protogen/protogen/version.version | 4 ++-- RegistryConfig/registryconfig/AssemblyVersion.cs | 4 ++-- RegistryConfig/registryconfig/Shell.cs | 2 +- RegistryConfig/registryconfig/version.version | 4 ++-- Version/Command.cs | 2 +- YASchema/Goedel.Tool.Yashima/Generate.Script | 8 ++++++++ YASchema/Goedel.Tool.Yashima/Generate.cs | 8 ++++++++ YASchema/yaschema/AssemblyVersion.cs | 4 ++-- YASchema/yaschema/Yaschema.cs | 2 +- YASchema/yaschema/version.version | 4 ++-- 59 files changed, 105 insertions(+), 89 deletions(-) diff --git a/ASN/asn2/ASN2.cs b/ASN/asn2/ASN2.cs index 76324ca96..f255d9c06 100644 --- a/ASN/asn2/ASN2.cs +++ b/ASN/asn2/ASN2.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:23 PM +// This file was automatically generated at 2/24/2021 11:50:53 AM // // Changes to this file may be overwritten without warning // diff --git a/ASN/asn2/AssemblyVersion.cs b/ASN/asn2/AssemblyVersion.cs index b945b7b7c..6f02df378 100644 --- a/ASN/asn2/AssemblyVersion.cs +++ b/ASN/asn2/AssemblyVersion.cs @@ -1,6 +1,6 @@ using System; using System.Reflection; -[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.564")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.564")] +[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.566")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.566")] diff --git a/ASN/asn2/version.version b/ASN/asn2/version.version index 836d00bcd..2dc19daac 100644 --- a/ASN/asn2/version.version +++ b/ASN/asn2/version.version @@ -1,2 +1,2 @@ -3.0.0.564 -3.0.0.564 +3.0.0.566 +3.0.0.566 diff --git a/Command/CommandEcho/AssemblyVersion.cs b/Command/CommandEcho/AssemblyVersion.cs index 807f6e205..4635a6bdf 100644 --- a/Command/CommandEcho/AssemblyVersion.cs +++ b/Command/CommandEcho/AssemblyVersion.cs @@ -1,6 +1,6 @@ using System; using System.Reflection; -[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.226")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.226")] +[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.228")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.228")] diff --git a/Command/CommandEcho/Command.cs b/Command/CommandEcho/Command.cs index a9040f675..73c6e177f 100644 --- a/Command/CommandEcho/Command.cs +++ b/Command/CommandEcho/Command.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:23 PM +// This file was automatically generated at 2/24/2021 11:50:51 AM // // Changes to this file may be overwritten without warning // diff --git a/Command/CommandEcho/version.version b/Command/CommandEcho/version.version index 6228ded04..4deadfd23 100644 --- a/Command/CommandEcho/version.version +++ b/Command/CommandEcho/version.version @@ -1,2 +1,2 @@ -3.0.0.226 -3.0.0.226 +3.0.0.228 +3.0.0.228 diff --git a/Command/Goedel.Tool.Command/Exceptions.cs b/Command/Goedel.Tool.Command/Exceptions.cs index 07b8d4389..5862926a1 100644 --- a/Command/Goedel.Tool.Command/Exceptions.cs +++ b/Command/Goedel.Tool.Command/Exceptions.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:21 PM +// This file was automatically generated at 2/24/2021 11:50:47 AM // // Changes to this file may be overwritten without warning // diff --git a/Command/commandparse/AssemblyVersion.cs b/Command/commandparse/AssemblyVersion.cs index 09920743c..697a7a562 100644 --- a/Command/commandparse/AssemblyVersion.cs +++ b/Command/commandparse/AssemblyVersion.cs @@ -1,6 +1,6 @@ using System; using System.Reflection; -[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.578")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.578")] +[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.580")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.580")] diff --git a/Command/commandparse/Command.cs b/Command/commandparse/Command.cs index 4c995a156..b5abb5bbb 100644 --- a/Command/commandparse/Command.cs +++ b/Command/commandparse/Command.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:24 PM +// This file was automatically generated at 2/24/2021 11:50:52 AM // // Changes to this file may be overwritten without warning // diff --git a/Command/commandparse/version.version b/Command/commandparse/version.version index 83eb1cccc..0270bff60 100644 --- a/Command/commandparse/version.version +++ b/Command/commandparse/version.version @@ -1,2 +1,2 @@ -3.0.0.578 -3.0.0.578 +3.0.0.580 +3.0.0.580 diff --git a/Constant/constant/AssemblyVersion.cs b/Constant/constant/AssemblyVersion.cs index 2b1042282..18ef97d10 100644 --- a/Constant/constant/AssemblyVersion.cs +++ b/Constant/constant/AssemblyVersion.cs @@ -1,6 +1,6 @@ using System; using System.Reflection; -[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.652")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.652")] +[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.654")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.654")] diff --git a/Constant/constant/Constant.cs b/Constant/constant/Constant.cs index b4eed2548..a41752153 100644 --- a/Constant/constant/Constant.cs +++ b/Constant/constant/Constant.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:27 PM +// This file was automatically generated at 2/24/2021 11:50:58 AM // // Changes to this file may be overwritten without warning // diff --git a/Constant/constant/version.version b/Constant/constant/version.version index eb89b891c..a6a507940 100644 --- a/Constant/constant/version.version +++ b/Constant/constant/version.version @@ -1,2 +1,2 @@ -3.0.0.652 -3.0.0.652 +3.0.0.654 +3.0.0.654 diff --git a/DNSConfig/srvconf/AssemblyVersion.cs b/DNSConfig/srvconf/AssemblyVersion.cs index 10e974542..38a9bf570 100644 --- a/DNSConfig/srvconf/AssemblyVersion.cs +++ b/DNSConfig/srvconf/AssemblyVersion.cs @@ -1,6 +1,6 @@ using System; using System.Reflection; -[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.264")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.264")] +[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.266")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.266")] diff --git a/DNSConfig/srvconf/DNSConfig.cs b/DNSConfig/srvconf/DNSConfig.cs index fde562f43..3a08ac712 100644 --- a/DNSConfig/srvconf/DNSConfig.cs +++ b/DNSConfig/srvconf/DNSConfig.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:26 PM +// This file was automatically generated at 2/24/2021 11:50:54 AM // // Changes to this file may be overwritten without warning // diff --git a/DNSConfig/srvconf/version.version b/DNSConfig/srvconf/version.version index 05720c9cf..0e69678b5 100644 --- a/DNSConfig/srvconf/version.version +++ b/DNSConfig/srvconf/version.version @@ -1,2 +1,2 @@ -3.0.0.264 -3.0.0.264 +3.0.0.266 +3.0.0.266 diff --git a/DocTools/Goedel.Document.Markdown/MarkDown.cs b/DocTools/Goedel.Document.Markdown/MarkDown.cs index 4b1a612a7..a27eef47e 100644 --- a/DocTools/Goedel.Document.Markdown/MarkDown.cs +++ b/DocTools/Goedel.Document.Markdown/MarkDown.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:16 PM +// This file was automatically generated at 2/24/2021 11:50:45 AM // // Changes to this file may be overwritten without warning // diff --git a/DocTools/Goedel.Document.Markdown/MarkParagraph.cs b/DocTools/Goedel.Document.Markdown/MarkParagraph.cs index 98a3a6bd9..fb2c319a4 100644 --- a/DocTools/Goedel.Document.Markdown/MarkParagraph.cs +++ b/DocTools/Goedel.Document.Markdown/MarkParagraph.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:16 PM +// This file was automatically generated at 2/24/2021 11:50:46 AM // // Changes to this file may be overwritten without warning // diff --git a/DocTools/Goedel.Document.Markdown/MarkWordParagraph.cs b/DocTools/Goedel.Document.Markdown/MarkWordParagraph.cs index d334d54cd..c7722aa07 100644 --- a/DocTools/Goedel.Document.Markdown/MarkWordParagraph.cs +++ b/DocTools/Goedel.Document.Markdown/MarkWordParagraph.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:16 PM +// This file was automatically generated at 2/24/2021 11:50:46 AM // // Changes to this file may be overwritten without warning // diff --git a/DocTools/Goedel.Document.RFC/Exceptions.cs b/DocTools/Goedel.Document.RFC/Exceptions.cs index 41b6a43ee..68c336fef 100644 --- a/DocTools/Goedel.Document.RFC/Exceptions.cs +++ b/DocTools/Goedel.Document.RFC/Exceptions.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:23 PM +// This file was automatically generated at 2/24/2021 11:50:54 AM // // Changes to this file may be overwritten without warning // diff --git a/DocTools/Goedel.Document.RFCSVG/ReadStyle.cs b/DocTools/Goedel.Document.RFCSVG/ReadStyle.cs index 5ed15e971..5ea84d7b3 100644 --- a/DocTools/Goedel.Document.RFCSVG/ReadStyle.cs +++ b/DocTools/Goedel.Document.RFCSVG/ReadStyle.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:16 PM +// This file was automatically generated at 2/24/2021 11:50:45 AM // // Changes to this file may be overwritten without warning // diff --git a/DocTools/bootmaker/AssemblyVersion.cs b/DocTools/bootmaker/AssemblyVersion.cs index cdee0e935..61d2ba3bd 100644 --- a/DocTools/bootmaker/AssemblyVersion.cs +++ b/DocTools/bootmaker/AssemblyVersion.cs @@ -1,6 +1,6 @@ using System; using System.Reflection; -[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.592")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.592")] +[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.594")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.594")] diff --git a/DocTools/bootmaker/Main.cs b/DocTools/bootmaker/Main.cs index 9372dab4b..4776d5273 100644 --- a/DocTools/bootmaker/Main.cs +++ b/DocTools/bootmaker/Main.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:29 PM +// This file was automatically generated at 2/24/2021 11:50:59 AM // // Changes to this file may be overwritten without warning // diff --git a/DocTools/bootmaker/version.version b/DocTools/bootmaker/version.version index f00ce7941..dfc756ced 100644 --- a/DocTools/bootmaker/version.version +++ b/DocTools/bootmaker/version.version @@ -1,2 +1,2 @@ -3.0.0.592 -3.0.0.592 +3.0.0.594 +3.0.0.594 diff --git a/DocTools/rfctool/AssemblyVersion.cs b/DocTools/rfctool/AssemblyVersion.cs index 221a8cd7e..7a01b5c92 100644 --- a/DocTools/rfctool/AssemblyVersion.cs +++ b/DocTools/rfctool/AssemblyVersion.cs @@ -1,6 +1,6 @@ using System; using System.Reflection; -[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.759")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.759")] +[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.761")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.761")] diff --git a/DocTools/rfctool/main.cs b/DocTools/rfctool/main.cs index dea5ef043..14161b87f 100644 --- a/DocTools/rfctool/main.cs +++ b/DocTools/rfctool/main.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:29 PM +// This file was automatically generated at 2/24/2021 11:50:59 AM // // Changes to this file may be overwritten without warning // diff --git a/DocTools/rfctool/version.version b/DocTools/rfctool/version.version index a37f56c67..6b4e794f7 100644 --- a/DocTools/rfctool/version.version +++ b/DocTools/rfctool/version.version @@ -1,2 +1,2 @@ -3.0.0.759 -3.0.0.759 +3.0.0.761 +3.0.0.761 diff --git a/Domainer/domainer/AssemblyVersion.cs b/Domainer/domainer/AssemblyVersion.cs index b945b7b7c..6f02df378 100644 --- a/Domainer/domainer/AssemblyVersion.cs +++ b/Domainer/domainer/AssemblyVersion.cs @@ -1,6 +1,6 @@ using System; using System.Reflection; -[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.564")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.564")] +[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.566")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.566")] diff --git a/Domainer/domainer/version.version b/Domainer/domainer/version.version index 836d00bcd..2dc19daac 100644 --- a/Domainer/domainer/version.version +++ b/Domainer/domainer/version.version @@ -1,2 +1,2 @@ -3.0.0.564 -3.0.0.564 +3.0.0.566 +3.0.0.566 diff --git a/Exceptional/Exceptional/AssemblyVersion.cs b/Exceptional/Exceptional/AssemblyVersion.cs index daefbde10..05a7f025c 100644 --- a/Exceptional/Exceptional/AssemblyVersion.cs +++ b/Exceptional/Exceptional/AssemblyVersion.cs @@ -1,6 +1,6 @@ using System; using System.Reflection; -[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.575")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.575")] +[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.577")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.577")] diff --git a/Exceptional/Exceptional/Main.cs b/Exceptional/Exceptional/Main.cs index 66483b80e..dc87fc2d3 100644 --- a/Exceptional/Exceptional/Main.cs +++ b/Exceptional/Exceptional/Main.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:23 PM +// This file was automatically generated at 2/24/2021 11:50:52 AM // // Changes to this file may be overwritten without warning // diff --git a/Exceptional/Exceptional/version.version b/Exceptional/Exceptional/version.version index 561a4f070..4a75a1e8d 100644 --- a/Exceptional/Exceptional/version.version +++ b/Exceptional/Exceptional/version.version @@ -1,2 +1,2 @@ -3.0.0.575 -3.0.0.575 +3.0.0.577 +3.0.0.577 diff --git a/FSRGen/fsrgen/AssemblyVersion.cs b/FSRGen/fsrgen/AssemblyVersion.cs index 4f1452110..0b2ecaea1 100644 --- a/FSRGen/fsrgen/AssemblyVersion.cs +++ b/FSRGen/fsrgen/AssemblyVersion.cs @@ -1,6 +1,6 @@ using System; using System.Reflection; -[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.571")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.571")] +[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.573")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.573")] diff --git a/FSRGen/fsrgen/FSRGen.cs b/FSRGen/fsrgen/FSRGen.cs index 35088b445..7a2551bc9 100644 --- a/FSRGen/fsrgen/FSRGen.cs +++ b/FSRGen/fsrgen/FSRGen.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:23 PM +// This file was automatically generated at 2/24/2021 11:50:53 AM // // Changes to this file may be overwritten without warning // diff --git a/FSRGen/fsrgen/version.version b/FSRGen/fsrgen/version.version index 3afb61b02..2e9c1286b 100644 --- a/FSRGen/fsrgen/version.version +++ b/FSRGen/fsrgen/version.version @@ -1,2 +1,2 @@ -3.0.0.571 -3.0.0.571 +3.0.0.573 +3.0.0.573 diff --git a/GScript/gscript/AssemblyVersion.cs b/GScript/gscript/AssemblyVersion.cs index 0746dac48..cdee0e935 100644 --- a/GScript/gscript/AssemblyVersion.cs +++ b/GScript/gscript/AssemblyVersion.cs @@ -1,6 +1,6 @@ using System; using System.Reflection; -[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.590")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.590")] +[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.592")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.592")] diff --git a/GScript/gscript/Goedel.cs b/GScript/gscript/Goedel.cs index 4db41c7f5..d99c3d782 100644 --- a/GScript/gscript/Goedel.cs +++ b/GScript/gscript/Goedel.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:14 PM +// This file was automatically generated at 2/24/2021 11:50:41 AM // // Changes to this file may be overwritten without warning // diff --git a/GScript/gscript/version.version b/GScript/gscript/version.version index a2a761bc5..f00ce7941 100644 --- a/GScript/gscript/version.version +++ b/GScript/gscript/version.version @@ -1,2 +1,2 @@ -3.0.0.590 -3.0.0.590 +3.0.0.592 +3.0.0.592 diff --git a/Goedel3/Goedel.Tool.Schema/Exceptions.cs b/Goedel3/Goedel.Tool.Schema/Exceptions.cs index a2718aa88..4acab47d4 100644 --- a/Goedel3/Goedel.Tool.Schema/Exceptions.cs +++ b/Goedel3/Goedel.Tool.Schema/Exceptions.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:11 PM +// This file was automatically generated at 2/24/2021 11:50:36 AM // // Changes to this file may be overwritten without warning // diff --git a/Goedel3/goedel3/AssemblyVersion.cs b/Goedel3/goedel3/AssemblyVersion.cs index 4f1452110..0b2ecaea1 100644 --- a/Goedel3/goedel3/AssemblyVersion.cs +++ b/Goedel3/goedel3/AssemblyVersion.cs @@ -1,6 +1,6 @@ using System; using System.Reflection; -[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.571")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.571")] +[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.573")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.573")] diff --git a/Goedel3/goedel3/Commands.cs b/Goedel3/goedel3/Commands.cs index 3ba365267..9a27fe749 100644 --- a/Goedel3/goedel3/Commands.cs +++ b/Goedel3/goedel3/Commands.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:14 PM +// This file was automatically generated at 2/24/2021 11:50:41 AM // // Changes to this file may be overwritten without warning // diff --git a/Goedel3/goedel3/version.version b/Goedel3/goedel3/version.version index 3afb61b02..2e9c1286b 100644 --- a/Goedel3/goedel3/version.version +++ b/Goedel3/goedel3/version.version @@ -1,2 +1,2 @@ -3.0.0.571 -3.0.0.571 +3.0.0.573 +3.0.0.573 diff --git a/MakeyMakey/Goedel.Tool.Makey/Exceptions.cs b/MakeyMakey/Goedel.Tool.Makey/Exceptions.cs index b725823ae..b05284699 100644 --- a/MakeyMakey/Goedel.Tool.Makey/Exceptions.cs +++ b/MakeyMakey/Goedel.Tool.Makey/Exceptions.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:16 PM +// This file was automatically generated at 2/24/2021 11:50:45 AM // // Changes to this file may be overwritten without warning // diff --git a/MakeyMakey/Goedel.Tool.Makey/Tokenizer.cs b/MakeyMakey/Goedel.Tool.Makey/Tokenizer.cs index ccb9c1989..6c86cc0d3 100644 --- a/MakeyMakey/Goedel.Tool.Makey/Tokenizer.cs +++ b/MakeyMakey/Goedel.Tool.Makey/Tokenizer.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:17 PM +// This file was automatically generated at 2/24/2021 11:50:46 AM // // Changes to this file may be overwritten without warning // diff --git a/MakeyMakey/makey/AssemblyVersion.cs b/MakeyMakey/makey/AssemblyVersion.cs index 6f02df378..f6734b856 100644 --- a/MakeyMakey/makey/AssemblyVersion.cs +++ b/MakeyMakey/makey/AssemblyVersion.cs @@ -1,6 +1,6 @@ using System; using System.Reflection; -[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.566")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.566")] +[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.568")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.568")] diff --git a/MakeyMakey/makey/Commands.cs b/MakeyMakey/makey/Commands.cs index f4a14aea9..e4ad7f979 100644 --- a/MakeyMakey/makey/Commands.cs +++ b/MakeyMakey/makey/Commands.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:25 PM +// This file was automatically generated at 2/24/2021 11:50:52 AM // // Changes to this file may be overwritten without warning // diff --git a/MakeyMakey/makey/version.version b/MakeyMakey/makey/version.version index 2dc19daac..799f43a17 100644 --- a/MakeyMakey/makey/version.version +++ b/MakeyMakey/makey/version.version @@ -1,2 +1,2 @@ -3.0.0.566 -3.0.0.566 +3.0.0.568 +3.0.0.568 diff --git a/Protogen/Goedel.Tool.Protogen/Exceptions.cs b/Protogen/Goedel.Tool.Protogen/Exceptions.cs index 25144e625..163577c04 100644 --- a/Protogen/Goedel.Tool.Protogen/Exceptions.cs +++ b/Protogen/Goedel.Tool.Protogen/Exceptions.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:16 PM +// This file was automatically generated at 2/24/2021 11:50:46 AM // // Changes to this file may be overwritten without warning // diff --git a/Protogen/protogen/AssemblyVersion.cs b/Protogen/protogen/AssemblyVersion.cs index a068ab78c..4f1452110 100644 --- a/Protogen/protogen/AssemblyVersion.cs +++ b/Protogen/protogen/AssemblyVersion.cs @@ -1,6 +1,6 @@ using System; using System.Reflection; -[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.569")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.569")] +[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.571")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.571")] diff --git a/Protogen/protogen/version.version b/Protogen/protogen/version.version index 515efdab8..3afb61b02 100644 --- a/Protogen/protogen/version.version +++ b/Protogen/protogen/version.version @@ -1,2 +1,2 @@ -3.0.0.569 -3.0.0.569 +3.0.0.571 +3.0.0.571 diff --git a/RegistryConfig/registryconfig/AssemblyVersion.cs b/RegistryConfig/registryconfig/AssemblyVersion.cs index b945b7b7c..6f02df378 100644 --- a/RegistryConfig/registryconfig/AssemblyVersion.cs +++ b/RegistryConfig/registryconfig/AssemblyVersion.cs @@ -1,6 +1,6 @@ using System; using System.Reflection; -[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.564")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.564")] +[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.566")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.566")] diff --git a/RegistryConfig/registryconfig/Shell.cs b/RegistryConfig/registryconfig/Shell.cs index dd597c626..062e0ff12 100644 --- a/RegistryConfig/registryconfig/Shell.cs +++ b/RegistryConfig/registryconfig/Shell.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:24 PM +// This file was automatically generated at 2/24/2021 11:50:56 AM // // Changes to this file may be overwritten without warning // diff --git a/RegistryConfig/registryconfig/version.version b/RegistryConfig/registryconfig/version.version index 836d00bcd..2dc19daac 100644 --- a/RegistryConfig/registryconfig/version.version +++ b/RegistryConfig/registryconfig/version.version @@ -1,2 +1,2 @@ -3.0.0.564 -3.0.0.564 +3.0.0.566 +3.0.0.566 diff --git a/Version/Command.cs b/Version/Command.cs index 31add46f8..64d9182c6 100644 --- a/Version/Command.cs +++ b/Version/Command.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:23 PM +// This file was automatically generated at 2/24/2021 11:50:52 AM // // Changes to this file may be overwritten without warning // diff --git a/YASchema/Goedel.Tool.Yashima/Generate.Script b/YASchema/Goedel.Tool.Yashima/Generate.Script index 39c5f647d..58f3b4697 100644 --- a/YASchema/Goedel.Tool.Yashima/Generate.Script +++ b/YASchema/Goedel.Tool.Yashima/Generate.Script @@ -250,6 +250,11 @@ namespace #{Yaschema.NameSpaceName} { #end if #end if result.PlaintextExtensions = outerReader.ReadExtensions(); +#if (packet.HasPlaintext) +#if (plaintext.Credential) + CredentialOther = CredentialSelf.GetCredentials (result.PlaintextExtensions); +#end if +#end if #if (packet.Completer) // Parsing the inner packet is deferred until plaintext is parsed. result.Reader = outerReader; @@ -283,6 +288,9 @@ namespace #{Yaschema.NameSpaceName} { MutualKeyExchange (result.ClientKeyId); #end if result.MezzanineExtensions = mezanineReader.ReadExtensions(); +#if (mezzanine.Credential) + CredentialOther = CredentialSelf.GetCredentials (result.MezzanineExtensions); +#end if #if (packet.HasEncrypted) // Encrypted inside Mezzanine var innerReader = mezanineReader.Decrypt (MutualKeyIn); diff --git a/YASchema/Goedel.Tool.Yashima/Generate.cs b/YASchema/Goedel.Tool.Yashima/Generate.cs index 7c9171f83..288f2c3bf 100644 --- a/YASchema/Goedel.Tool.Yashima/Generate.cs +++ b/YASchema/Goedel.Tool.Yashima/Generate.cs @@ -294,6 +294,11 @@ public void GenerateParser (Packet packet, bool isstatic) { } } _Output.Write (" result.PlaintextExtensions = outerReader.ReadExtensions();\n{0}", _Indent); + if ( (packet.HasPlaintext) ) { + if ( (plaintext.Credential) ) { + _Output.Write (" CredentialOther = CredentialSelf.GetCredentials (result.PlaintextExtensions);\n{0}", _Indent); + } + } if ( (packet.Completer) ) { _Output.Write (" // Parsing the inner packet is deferred until plaintext is parsed.\n{0}", _Indent); _Output.Write (" result.Reader = outerReader;\n{0}", _Indent); @@ -331,6 +336,9 @@ public void ParseMezzanine (Packet packet) { _Output.Write (" MutualKeyExchange (result.ClientKeyId);\n{0}", _Indent); } _Output.Write (" result.MezzanineExtensions = mezanineReader.ReadExtensions();\n{0}", _Indent); + if ( (mezzanine.Credential) ) { + _Output.Write (" CredentialOther = CredentialSelf.GetCredentials (result.MezzanineExtensions);\n{0}", _Indent); + } if ( (packet.HasEncrypted) ) { _Output.Write (" // Encrypted inside Mezzanine\n{0}", _Indent); _Output.Write (" var innerReader = mezanineReader.Decrypt (MutualKeyIn);\n{0}", _Indent); diff --git a/YASchema/yaschema/AssemblyVersion.cs b/YASchema/yaschema/AssemblyVersion.cs index 2f0cd7eaa..e53c9e3f1 100644 --- a/YASchema/yaschema/AssemblyVersion.cs +++ b/YASchema/yaschema/AssemblyVersion.cs @@ -1,6 +1,6 @@ using System; using System.Reflection; -[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.656")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.656")] +[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.658")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.658")] diff --git a/YASchema/yaschema/Yaschema.cs b/YASchema/yaschema/Yaschema.cs index 4c672bfe0..e714d9de6 100644 --- a/YASchema/yaschema/Yaschema.cs +++ b/YASchema/yaschema/Yaschema.cs @@ -1,5 +1,5 @@  -// This file was automatically generated at 2/23/2021 3:33:26 PM +// This file was automatically generated at 2/24/2021 11:50:55 AM // // Changes to this file may be overwritten without warning // diff --git a/YASchema/yaschema/version.version b/YASchema/yaschema/version.version index 012c1ec33..5972e0103 100644 --- a/YASchema/yaschema/version.version +++ b/YASchema/yaschema/version.version @@ -1,2 +1,2 @@ -3.0.0.656 -3.0.0.656 +3.0.0.658 +3.0.0.658