Adding the GPL. It did not have a license before this because the source was not public.

Getting caught up with some cr/lf changes.
This commit is contained in:
Tim Young 2017-02-24 14:26:58 +03:00
parent 8da7714544
commit 74731290a1
186 changed files with 1371 additions and 69 deletions

0
.gitattributes vendored Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

18
.sync/IgnoreList Executable file
View File

@ -0,0 +1,18 @@
# IgnoreList is a UTF-8 encoded .txt file that helps you specify single files, paths and rules
# for ignoring during the synchronization job. It supports "?" and "*" wildcard symbols.
#
#
# OS generated files #
.DS_Store
.Spotlight-V100
.Trashes
ehthumbs.db
desktop.ini
Thumbs.db
# Temporary files #
~*
*~
.~lock.*
*.part
*.crdownload
._*

7
.sync/StreamsList Executable file
View File

@ -0,0 +1,7 @@
# StreamsList is a UTF-8 encoded .txt file that helps you specify alternate streams,
# xattrs and resource forks white list. It supports "?" and "*" wildcard symbols.
#
#
com.apple.metadata:_kMDItemUserTags
com.apple.ResourceFork
com.apple.metadata:kMDItemFinderComment

0
EduNetworkBuilder.sln Normal file → Executable file
View File

0
EduNetworkBuilder/App.config Normal file → Executable file
View File

0
EduNetworkBuilder/DeviceConfig.Designer.cs generated Normal file → Executable file
View File

0
EduNetworkBuilder/DeviceConfig.cs Normal file → Executable file
View File

0
EduNetworkBuilder/DeviceConfig.resx Normal file → Executable file
View File

0
EduNetworkBuilder/EduNetworkBuilder.csproj Normal file → Executable file
View File

0
EduNetworkBuilder/EduNetworkBuilder_TemporaryKey.pfx Normal file → Executable file
View File

0
EduNetworkBuilder/FirewallEditor.Designer.cs generated Normal file → Executable file
View File

0
EduNetworkBuilder/FirewallEditor.cs Normal file → Executable file
View File

View File

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

0
EduNetworkBuilder/IPAddress.cs Normal file → Executable file
View File

0
EduNetworkBuilder/IPAddressEntry.Designer.cs generated Normal file → Executable file
View File

0
EduNetworkBuilder/IPAddressEntry.cs Normal file → Executable file
View File

0
EduNetworkBuilder/IPAddressEntry.resx Normal file → Executable file
View File

0
EduNetworkBuilder/LanguageString.cs Normal file → Executable file
View File

0
EduNetworkBuilder/LinkEditor.Designer.cs generated Normal file → Executable file
View File

0
EduNetworkBuilder/LinkEditor.cs Normal file → Executable file
View File

0
EduNetworkBuilder/LinkEditor.resx Normal file → Executable file
View File

0
EduNetworkBuilder/ListBoxWindow.Designer.cs generated Normal file → Executable file
View File

0
EduNetworkBuilder/ListBoxWindow.cs Normal file → Executable file
View File

0
EduNetworkBuilder/ListBoxWindow.resx Normal file → Executable file
View File

0
EduNetworkBuilder/NB.cs Normal file → Executable file
View File

0
EduNetworkBuilder/NetTest.cs Normal file → Executable file
View File

0
EduNetworkBuilder/NetTestEditor.Designer.cs generated Normal file → Executable file
View File

0
EduNetworkBuilder/NetTestEditor.cs Normal file → Executable file
View File

0
EduNetworkBuilder/NetTestEditor.resx Normal file → Executable file
View File

0
EduNetworkBuilder/Network.cs Normal file → Executable file
View File

0
EduNetworkBuilder/NetworkBuilder.Designer.cs generated Normal file → Executable file
View File

0
EduNetworkBuilder/NetworkBuilder.cs Normal file → Executable file
View File

0
EduNetworkBuilder/NetworkBuilder.resx Normal file → Executable file
View File

0
EduNetworkBuilder/NetworkCard.cs Normal file → Executable file
View File

0
EduNetworkBuilder/NetworkCardEditor.Designer.cs generated Normal file → Executable file
View File

0
EduNetworkBuilder/NetworkCardEditor.cs Normal file → Executable file
View File

0
EduNetworkBuilder/NetworkCardEditor.resx Normal file → Executable file
View File

0
EduNetworkBuilder/NetworkComponent.cs Normal file → Executable file
View File

0
EduNetworkBuilder/NetworkDevice.cs Normal file → Executable file
View File

0
EduNetworkBuilder/NetworkInterface.cs Normal file → Executable file
View File

0
EduNetworkBuilder/NetworkLink.cs Normal file → Executable file
View File

0
EduNetworkBuilder/OptionsWindow.Designer.cs generated Normal file → Executable file
View File

0
EduNetworkBuilder/OptionsWindow.cs Normal file → Executable file
View File

0
EduNetworkBuilder/OptionsWindow.resx Normal file → Executable file
View File

0
EduNetworkBuilder/Packet.cs Normal file → Executable file
View File

0
EduNetworkBuilder/PacketMessage.cs Normal file → Executable file
View File

0
EduNetworkBuilder/Program.cs Normal file → Executable file
View File

0
EduNetworkBuilder/Properties/AssemblyInfo.cs Normal file → Executable file
View File

0
EduNetworkBuilder/Properties/Resources.Designer.cs generated Normal file → Executable file
View File

0
EduNetworkBuilder/Properties/Resources.resx Normal file → Executable file
View File

0
EduNetworkBuilder/Properties/Settings.Designer.cs generated Normal file → Executable file
View File

0
EduNetworkBuilder/Properties/Settings.settings Normal file → Executable file
View File

0
EduNetworkBuilder/RTFWindow.Designer.cs generated Normal file → Executable file
View File

0
EduNetworkBuilder/RTFWindow.cs Normal file → Executable file
View File

0
EduNetworkBuilder/RTFWindow.resx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/BellDing.wav Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Copier.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

0
EduNetworkBuilder/Resources/DHCP.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Help.rtf Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Hub.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

0
EduNetworkBuilder/Resources/Laptop.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
EduNetworkBuilder/Resources/Level0-Help.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level0-HubVsSwitch.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level0-IP.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level0-NeedsLink.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level0-NoSwitch.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level0-Ping.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level0-SimpleDHCP.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level0_BrokenLink.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level0_NetworkLoop.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level0_NetworkLoop2.enbx Normal file → Executable file
View File

View File

View File

0
EduNetworkBuilder/Resources/Level1-BadDHCP.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level1-BadIP.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level1-DuplicateIPs.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level1-MidDHCP.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level1-NoGateway.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level1_AddingDevices.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level1_BadGateway.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level1_DuplicateMAC.enbx Normal file → Executable file
View File

View File

View File

0
EduNetworkBuilder/Resources/Level2_Bad_Encryption.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level2_Bad_Route.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level2_Bad_VPN_IP.enbx Normal file → Executable file
View File

View File

0
EduNetworkBuilder/Resources/Level2_Build_A_VPN.enbx Normal file → Executable file
View File

View File

0
EduNetworkBuilder/Resources/Level2_FirewallDemo.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level2_FirewallTest2.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level2_Not_Working.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level2_VPN_Demo.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level2_VPN_woes.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level3_BlackHole.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level3_Busted.enbx Normal file → Executable file
View File

0
EduNetworkBuilder/Resources/Level3_Dead.enbx Normal file → Executable file
View File

View File

View File

Some files were not shown because too many files have changed in this diff Show More