EduNetworkBuilder/EduNetworkBuilder
Tim Young 931ba44b69 create enum for solved puzzles 2017-08-24 12:21:11 -05:00
..
Properties Add a setting to allow networks to auto-DHCP on start. 2017-08-14 10:23:20 -05:00
Resources Upgrade of version numbers and stuff 2017-08-19 08:00:04 -05:00
App.config Add a setting to allow networks to auto-DHCP on start. 2017-08-14 10:23:20 -05:00
DeviceConfig.Designer.cs Most other windows start centered in the main builder window. With multiple displays, windows would start in odd locatins and would often be lost. 2017-02-25 10:53:23 +03:00
DeviceConfig.cs Most other windows start centered in the main builder window. With multiple displays, windows would start in odd locatins and would often be lost. 2017-02-25 10:53:23 +03:00
DeviceConfig.resx Posting through Visual Studio 2017-02-24 14:29:51 +03:00
EduNetworkBuilder.csproj Upgrade version number 2017-08-24 12:21:00 -05:00
EduNetworkBuilder_TemporaryKey.pfx Posting through Visual Studio 2017-02-24 14:29:51 +03:00
FirewallEditor.Designer.cs Most other windows start centered in the main builder window. With multiple displays, windows would start in odd locatins and would often be lost. 2017-02-25 10:53:23 +03:00
FirewallEditor.cs Most other windows start centered in the main builder window. With multiple displays, windows would start in odd locatins and would often be lost. 2017-02-25 10:53:23 +03:00
FirewallEditor.resx Posting through Visual Studio 2017-02-24 14:29:51 +03:00
IPAddress.cs Fix a crash when pinging 0.0.0.0. Thanks Samuel for noticing that. 2017-06-29 09:59:01 -05:00
IPAddressEntry.Designer.cs Better centering of the IP address edit box when first opened. 2017-02-25 10:44:12 +03:00
IPAddressEntry.cs allow us to ping from, or traceroute from locked devices. A bug kept us from doing this previously. 2017-06-28 10:11:12 -05:00
IPAddressEntry.resx Posting through Visual Studio 2017-02-24 14:29:51 +03:00
LanguageString.cs Lots of changes to get the enbu file to load 2017-07-29 18:31:19 -05:00
LinkEditor.Designer.cs Most other windows start centered in the main builder window. With multiple displays, windows would start in odd locatins and would often be lost. 2017-02-25 10:53:23 +03:00
LinkEditor.cs Most other windows start centered in the main builder window. With multiple displays, windows would start in odd locatins and would often be lost. 2017-02-25 10:53:23 +03:00
LinkEditor.resx Posting through Visual Studio 2017-02-24 14:29:51 +03:00
ListBoxWindow.Designer.cs Change the anchoring of the filter textbox on the puzzles selection window. 2017-06-20 15:31:59 -05:00
ListBoxWindow.cs store solved puzzles in the user profile. Load them from the user profile too. 2017-07-29 18:52:23 -05:00
ListBoxWindow.resx Posting through Visual Studio 2017-02-24 14:29:51 +03:00
NB.cs create enum for solved puzzles 2017-08-24 12:21:11 -05:00
NBSettings.cs Add a setting to allow networks to auto-DHCP on start. 2017-08-14 10:23:20 -05:00
NetTest.cs When we check net-tests, we can pass in the network. This allows us to use this func if we do not have a network loaded. 2017-08-14 15:51:05 -05:00
NetTestEditor.Designer.cs Most other windows start centered in the main builder window. With multiple displays, windows would start in odd locatins and would often be lost. 2017-02-25 10:53:23 +03:00
NetTestEditor.cs Added a traceroute test, a puzzle to show off traceroute, and traceroute help info. 2017-03-13 16:32:40 +03:00
NetTestEditor.resx Posting through Visual Studio 2017-02-24 14:29:51 +03:00
Network.cs Get loading / saving of packetmessages working. They had been lost during the clone operation. 2017-08-17 13:50:29 -05:00
NetworkBuilder.Designer.cs Add the ability to log out 2017-08-12 10:34:43 -05:00
NetworkBuilder.cs Impose a small delay in centering items. Makes it work smoother when simply right-clicking to do a menu or something. 2017-08-17 17:27:22 -05:00
NetworkBuilder.resx Posting through Visual Studio 2017-02-24 14:29:51 +03:00
NetworkCard.cs If we ping a local IP, give the real error message. The real error was being replaced with a fake one. 2017-06-28 10:53:19 -05:00
NetworkCardEditor.Designer.cs Most other windows start centered in the main builder window. With multiple displays, windows would start in odd locatins and would often be lost. 2017-02-25 10:53:23 +03:00
NetworkCardEditor.cs Save NIC data when we are doing editing. In particular, if we put a VPN password in and then clicked the endpoint, the password was reset. Save the password. 2017-06-20 15:36:26 -05:00
NetworkCardEditor.resx Posting through Visual Studio 2017-02-24 14:29:51 +03:00
NetworkComponent.cs ctrl-right-click items to add a "Hide" context menu item. Allows you to hide things in the editor 2017-06-23 15:35:50 -05:00
NetworkDevice.cs Fix an issue when pinging a wireless device by name 2017-08-17 15:10:46 -05:00
NetworkInterface.cs IP addresses print CIDR of /? if it is not a real CIDR approved subnet mask. For example, a subnet mask of .250 gives a /?, but .252 gives /30. While this is not real-life (real life does not tell us when we use a foolish subnet), it helps considerably when testing things. 2017-06-27 15:37:33 -05:00
NetworkLink.cs Process for connecting a network link to the device it is connected to. Without this, cloned networks fail. 2017-08-03 11:36:53 -05:00
OptionsWindow.Designer.cs Most other windows start centered in the main builder window. With multiple displays, windows would start in odd locatins and would often be lost. 2017-02-25 10:53:23 +03:00
OptionsWindow.cs Update the icon on the options window. Minor update 2017-06-28 10:02:48 -05:00
OptionsWindow.resx Posting through Visual Studio 2017-02-24 14:29:51 +03:00
Packet.cs traceroute works, at least rudimentarily 2017-03-13 14:04:02 +03:00
PacketMessage.cs prep to serialize network messages. for saving results of automatic testing 2017-08-17 07:39:14 -05:00
PersonClass.cs test all networks on the test-all 2017-08-17 10:29:37 -05:00
PersonProfileForm.Designer.cs Pieces for testing and tracking status of homework checking. 2017-08-14 16:13:17 -05:00
PersonProfileForm.cs rebuild the homework tree after we test all of them. That way the results are immediately visible. 2017-08-17 10:43:17 -05:00
PersonProfileForm.resx working on Person Form 2017-07-27 15:20:32 -05:00
Program.cs Have double-click on item working now with msi file. 2017-07-28 19:35:27 -05:00
RTFWindow.Designer.cs Posting through Visual Studio 2017-02-24 14:29:51 +03:00
RTFWindow.cs remove debug print when loading rtf 2017-06-16 13:17:25 -05:00
RTFWindow.resx Posting through Visual Studio 2017-02-24 14:29:51 +03:00
SchoolworkClass.cs Get loading / saving of packetmessages working. They had been lost during the clone operation. 2017-08-17 13:50:29 -05:00
Thumbs.db Posting through Visual Studio 2017-02-24 14:29:51 +03:00
TrippleDESDocumentEncryption.cs convert personclass writer to xml document so we can encrypt. 2017-08-09 16:03:19 -05:00
VLANConfig.Designer.cs Most other windows start centered in the main builder window. With multiple displays, windows would start in odd locatins and would often be lost. 2017-02-25 10:53:23 +03:00
VLANConfig.cs fix invalid access blowout. Found when trying to get it to run on Linux 2017-06-13 16:53:06 -05:00
VLANConfig.resx Posting through Visual Studio 2017-02-24 14:29:51 +03:00
VLANStuff.cs Posting through Visual Studio 2017-02-24 14:29:51 +03:00
add2cfiles.txt Posting through Visual Studio 2017-02-24 14:29:51 +03:00
add2edustrings.txt Posting through Visual Studio 2017-02-24 14:29:51 +03:00
img_arp.png Posting through Visual Studio 2017-02-24 14:29:51 +03:00
img_dhcp.png Posting through Visual Studio 2017-02-24 14:29:51 +03:00
img_ping.png Posting through Visual Studio 2017-02-24 14:29:51 +03:00
img_ping.xcf Posting through Visual Studio 2017-02-24 14:29:51 +03:00
img_tun.png Posting through Visual Studio 2017-02-24 14:29:51 +03:00
img_vpn.png Posting through Visual Studio 2017-02-24 14:29:51 +03:00
pullLanguageInfo.pl Posting through Visual Studio 2017-02-24 14:29:51 +03:00
toedit.txt Posting through Visual Studio 2017-02-24 14:29:51 +03:00