[NET]
authorEric Kohl <eric.kohl@reactos.org>
Sat, 31 May 2014 08:32:54 +0000 (08:32 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sat, 31 May 2014 08:32:54 +0000 (08:32 +0000)
commit6f830f27bb58b9abd5e8f0ce622e3fe37e1f1248
tree63600d03be392548afb5094f7fe9b1b0fa007874
parenta31b680c53e160be9e32a733928cfeb601017dc5
[NET]
- Fix an off-by-one bug in the ACCOUNTS command.
- Improve input validation for the ACCOUNTS command.
- Add the /help option to the CONTINUE command.
- Add version resource and start to move texts into resources.

svn path=/trunk/; revision=63509
reactos/base/applications/network/net/CMakeLists.txt
reactos/base/applications/network/net/cmdAccounts.c
reactos/base/applications/network/net/cmdContinue.c
reactos/base/applications/network/net/help.c
reactos/base/applications/network/net/lang/en-US.rc [new file with mode: 0644]
reactos/base/applications/network/net/main.c
reactos/base/applications/network/net/net.h
reactos/base/applications/network/net/net.rc [new file with mode: 0644]
reactos/base/applications/network/net/resource.h [new file with mode: 0644]