Eric Kohl
7292af515d
[NET] Move ACCOUNTS command syntax and help text into a message table.
2018-12-23 16:50:25 +01:00
Eric Kohl
d5c74ae6fe
[NET] Load netmsg.dll right from the start and print some messages using netmsg.dll rather than local strings.
...
@Translators: Please start translating messages from netmsgmsg.mc and errorcodes.mc (located in sdk\include\reactos\mc). They will be used instead of local strings.
2018-12-23 14:18:51 +01:00
Luo Yufan
39a478d17b
[TRANSLATION] Update Simplified Chinese translation. ( #1096 )
2018-12-05 16:50:05 +01:00
Eric Kohl
f5bd2c1f8d
[NET] NET HLPMSG: Fill inserts with '***' and print a proper error message if the desired message could not be found.
2018-12-01 22:06:30 +01:00
Eric Kohl
17fa384a25
[NET] NET HELPMSG: Add support for network message from netmsg.dll.
2018-12-01 17:11:51 +01:00
Pierre Schweitzer
29c883e2a5
[NETSTAT] Add support for displaying UDP connections owning process
...
Our netstat can basically look like this now:
https://twitter.com/HeisSpiter/status/1066430887208919040
2018-11-24 21:41:11 +01:00
Pierre Schweitzer
2b55073360
[NETSTAT] Add support for displaying TCP connections owning process
2018-11-24 21:41:10 +01:00
Pako Smith
40288a7032
[TRACERT] Fix Coverity #1434258 "Out-of-Bounds access" ( #1038 )
2018-11-15 14:15:23 +01:00
Katayama Hirofumi MZ
7d7f1d4ca3
[NET] Fix an escape sequence in Polish translation ( #966 )
2018-10-23 13:10:38 +02:00
Adam Słaboń
7abc8be102
[TRANSLATION] Polish translation update
...
Polish translation of net, telnet, diskpart, devcpux, fontext, iernonce, lsasrv, themes, arping, frag, screensavers, ctm, fontsub, WinetestsGUI and localmon.
Update for dxdiag, msgina, msports, netcfgx, shell32 and syssetup.
2018-10-20 21:26:07 +02:00
Bișoc George
3caab66e22
[DWNL] Add translations (for Romanian & Italian)
...
And include them as well.
2018-09-28 00:23:48 +02:00
Paweł Cholewa
13045d50ed
[DWNL] Add Polish translation
2018-09-22 14:53:13 +02:00
Pierre Schweitzer
82a7f08363
[DWNL] Add French translation
2018-09-21 22:36:10 +02:00
Robert Naumann
3aeae65e08
[DWNL] forgot this file
2018-09-20 09:20:14 +02:00
Robert Naumann
abdd8bf2df
[DWNL] German translation
2018-09-20 09:16:22 +02:00
Stanislav Motylkov
9f87785e96
[DWNL] Improve print date
2018-09-19 12:16:23 +02:00
Stanislav Motylkov
e283f4f72b
[DWNL] Add russian translation
2018-09-19 12:16:23 +02:00
Lee Schroeder
08be1648f9
[DWNL] Localize the File Download utility ( #853 )
...
Also, changed header string to include a start time stamp similar to the one in wget.
CORE-14498
2018-09-18 23:55:44 +02:00
Katayama Hirofumi MZ
31019e8c0c
[TRANSLATION] Update Romanian translation ( #851 )
...
Translation from Stefan Fulea.
CORE-15023
2018-09-14 11:04:36 +02:00
Stanislav Motylkov
dcd4a3d000
[NET] Update Russian translation ( #849 )
2018-09-09 23:11:11 +02:00
Eric Kohl
23a90aab5a
[NET] Implement the group command
2018-09-08 14:18:36 +02:00
Eric Kohl
4bbbc40820
[NET] Initialize a new users primary group ID in order to fix logon failures
2018-08-29 22:03:53 +02:00
Eric Kohl
60420c7218
[NET] Fix indentation
2018-08-29 18:56:24 +02:00
Eric Kohl
8f63c209bc
[NET] Set the proper account expiration time (TIMEQ_FOREVER) when a new user account is created
2018-08-26 20:27:20 +02:00
Eric Kohl
bf76e1bf20
[NET] Add a date parser for the expires option of the net user command
2018-08-26 00:13:14 +02:00
Adam Słaboń
af3d426685
[TRANSLATION] Polish translation update ( #781 )
...
In addition: fix the encoding of the comdlg32 and ntvdm polish resource files.
2018-08-20 17:00:33 +02:00
Timo Kreuzer
6f13066647
[APPLICATIONS] Fix 64 bit issues
2018-08-04 19:19:34 +02:00
Eric Kohl
add1be24a7
[NET] Add the workstations option to the user command
2018-07-21 22:13:49 +02:00
Eric Kohl
506bd64e44
[NET] Revert useless changes
2018-07-09 05:56:41 +02:00
Eric Kohl
b4969dc0d7
[NET] Implement the undocumented /RANDOM option to generate random passwords
2018-07-09 05:56:40 +02:00
Eric Kohl
8eb64332e9
[NET] Implement the options in the NET CONFIG SERVER command
2018-04-15 15:32:31 +02:00
Eric Kohl
8787eba8ca
[NET] Add help text for the NET GROUP command and improve the NET LOCALGROUP help text
2018-04-14 18:56:08 +02:00
Eric Kohl
ff9c737acc
[NET] Add help text for the NET LOCALGROUP command
2018-04-14 13:24:05 +02:00
Eric Kohl
ef0f6861fb
[NET] Replace remaining hard-coded strings by string resources for the NET STATISTICS command.
2018-04-12 00:58:30 +02:00
Eric Kohl
2e60a17e8b
[NET] Improve the NET STATISTICS command
...
- Add resource strings for the NET STATISTICS SERVER command.
- Convert and display the 'statistics since' time.
2018-04-10 21:34:00 +02:00
Eric Kohl
58b5cdc77c
[NET] Add the NET STATISTICS command
2018-04-08 21:27:05 +02:00
Eric Kohl
3031de8eed
[NET] Implement the NET CONFIG WORKSTATION command
2018-04-02 23:13:50 +02:00
Joachim Henze
3d66048b16
[TRACERT] Use ConUtils lib and update de-DE.rc CORE-14265
...
Most likely this also improves formerly unprintable characters for
fr-FR, it-IT, ro-RO, ru-RU, zh-CN.
2018-04-02 18:10:31 +02:00
Eric Kohl
925176af71
[NET] Reorganize and improve the help texts (3/X)
...
- Add help texts for the START and STOP commands.
- Add text for the CONFIG command.
2018-04-02 14:53:39 +02:00
Eric Kohl
ca9413ce30
[NET] Add the NET CONFIG (SERVER) command
2018-04-01 19:00:32 +02:00
Eric Kohl
fdc236c65d
[NET] Reorganize and improve the help texts (2/X)
...
- Add missing help texts for HELP, HELPMSG and PAUSE commands.
2018-04-01 16:51:44 +02:00
Eric Kohl
480cd1e60c
[NET] Reorganize and improve the help texts (1/X)
...
- Move common texts into separate string resources.
- Add missing help texts for ACCOUNTS, COMPUTER, CONFIG and CONTINUE commands.
2018-04-01 12:23:57 +02:00
Li Keqing
5ddbd37371
[TRANSLATION] Update Simplified Chinese Translations ( #417 )
2018-03-21 22:27:04 +01:00
Timo Kreuzer
d281d14fd1
[REACTOS] Fix a number of Get/SetWindowsLong*Ptr* issues and use GWLP_* instead of GWL_* where appropriate.
2018-02-19 22:36:36 +01:00
Luo Yufan
19737a2cb9
[TRANSLATION] Simplified Chinese translation update for NETID and PING. ( #369 )
2018-02-07 14:03:42 +01:00
Bișoc George
7169c7703d
[TRACERT] Translation for Italian and Romanian language ( #333 )
2018-01-29 18:23:52 +01:00
Stanislav Motylkov
dd65d06270
[TRANSLATION] Add and fix translations for ping and tracert ( #331 )
2018-01-27 16:25:51 +01:00
Pierre Schweitzer
79887db12e
[TRACERT] Add French translation
2018-01-27 13:01:45 +01:00
Pierre Schweitzer
77105d9c5b
[PING] Complete French translation
2018-01-27 12:49:14 +01:00
Stanislav Motylkov
906fdf9ccb
[PING] Fix error handling and response address decoding ( #318 )
...
- Host/net unreachable error should be obtained from EchoReply->Status
- Use GetNameInfoW to decode actual response addresses (borrowed from tracert code)
CORE-14241 #resolve
2018-01-26 18:38:47 +00:00
Stanislav Motylkov
010c7bfc9b
[TRACERT] Improve error handling and output ( #319 )
...
- Correctly interpret network error codes
- Add output for generic transmit failure
CORE-14242 #resolve
2018-01-26 18:37:43 +00:00
Erdem Ersoy
ba3f074320
[TRANSLATIONS] Update the email address and add a note in the Turkish translation document ( #271 )
2018-01-07 22:09:42 +01:00
Ged Murphy
344f367211
[TRACERT] Rewrite tracert
...
- Full rewrite. This commit replaces the old utility.
- Use the new ICMP APIs instead of manually crafting ping requests using raw sockets.
- Add support for additional languages (the previous utility was hardcoded)
- Add support for IPv6
- Make the icmpapi header C++ compatible. (we don't appear to sync this with wine anymore.)
- Now runs on Win10, is much more reliable, and brings the code somewhat into the 21st century.
(It's currently missing source routing (-j), but as most routers disable this anyway, I'm not sure that it's worth adding)
2018-01-02 09:43:14 +00:00
Amine Khaldi
018ba0f72e
[FTP] lostpeer() is declared and defined with a void return type. #179
2017-12-25 20:25:57 +01:00
Amine Khaldi
0e9d9ce905
[NET] Fix a style issue I caused by 3c8a3a6
2017-12-25 13:49:50 +01:00
Markus Gothe
e2e699118f
Improve swedish translations and add new translations to swedish.
2017-12-25 11:31:22 +01:00
Amine Khaldi
3c8a3a6e7e
[NET] CompareInfo => CompareUserInfo. #179
2017-12-24 00:15:58 +01:00
Marian Schubert
e3d000c30e
[NET] Add missing newlines to net utility output ( #91 )
...
Password last set and Password changeable lines were missing newlines.
2017-10-29 21:38:05 +01:00
Colin Finck
c2c66aff7d
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
2017-10-03 07:45:34 +00:00