Hermès Bélusca-Maïto
0038ad5423
[NET] Improve imports, simplify code, and fix x64 build warnings
...
net\cmdLocalGroup.c(125):
warning C4267: '=': conversion from 'size_t' to 'DWORD', possible loss of data
net\cmdShare.c(115),(128),(142):
warning C4267: '=': conversion from 'size_t' to 'INT', possible loss of data
net\cmdUse.c(89),(178),(194):
warning C4267: '=': conversion from 'size_t' to 'DWORD', possible loss of data
net\cmdUser.c(597),(631),(676):
warning C4267: '=': conversion from 'size_t' to 'INT', possible loss of data
2026-03-30 21:46:06 +02:00
Timo Kreuzer
e4930be4ff
[REACTOS] Use the ISO C and C++ conformant names: _wcsicmp, _stricmp
...
Stop using non-conforming wcsicmp, stricmp, strcasecmp
2024-10-20 14:12:25 +03:00
Marat Nagayev
073607c237
[NET] Improve displaying status message ( #4096 )
...
- Simplify conditions
- Add application error translation function
[NET][MC] Add missing Russian (ru-RU) translation
2022-01-13 18:10:55 +03:00
Eric Kohl
d0d7c5f045
[NET] Fix remaining issues with logon hours.
2019-05-28 17:23:43 +02:00
Eric Kohl
df31f870c8
[NET] Load the names of the days of week for the 'times' parser routine from the netmsg.dll.
2019-05-28 08:27:23 +02:00
Eric Kohl
e5b635ed10
[NET] Fix the timezone issue in the logon hours parser and display code of the USER command.
2019-05-27 17:00:56 +02:00
Eric Kohl
ccd95b9880
[NET] Implement a parser for the '/times' option of the 'user' command.
...
Work in progress:
- Does not obey to the users time zone.
- Accepts english abbreviations of the days of week only.
2019-05-27 09:27:53 +02:00
Eric Kohl
611e6d7d0e
[NET] Start parsing the /times option of the USER command.
...
Only '/times:' and '/times:all' are accepted yet.
2019-05-20 22:36:10 +02:00
Eric Kohl
23825149a2
[NET] Display the 'no logon hours' case in the USER command.
2019-05-18 21:21:39 +02:00
Eric Kohl
0ca929791a
[NET] Implement proper output of logon hour ranges in the USER command.
2019-05-18 14:46:54 +02:00
Eric Kohl
4cf5013a54
[NET] Print raw logon hour ranges in the USER command.
2019-05-18 11:27:00 +02:00
Eric Kohl
29bf209767
[NET][MC] Move remaining generic strings from net.exe to netmsg.dll.
...
Translators, please check the translations!
2019-04-09 21:44:03 +02:00
Eric Kohl
88f899e132
[NET][MC] Move generic strings from net.exe to netmsg.dll.
...
Translators, please check the translations!
2019-04-08 22:48:06 +02:00
Eric Kohl
5563525ad4
[NET][MC] Move the remaining STATISTICS and USER strings from net.exe to netmsg.dll.
...
Translators, please check the translations!
2019-04-07 09:23:01 +02:00
Eric Kohl
050db4facb
[NET][MC] Move NET USER strings from net.exe to netmsg.dll.
...
Translators, please check the translations!
2019-04-06 15:42:10 +02:00
Eric Kohl
08d3040377
[NET] Display the country along with the users country code.
2019-03-10 22:01:40 +01:00
Eric Kohl
4d8859cfd8
[NET] Fix some 'net help' and 'net user' issues.
2019-03-10 00:30:27 +01:00
Eric Kohl
4e28e65490
[NET] Move TIME, USE, USER, VIEW and NET command syntax and help texts into a message table and add the translators names to the message file.
2018-12-24 11:48:23 +01: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
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
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
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
Amine Khaldi
0e9d9ce905
[NET] Fix a style issue I caused by 3c8a3a6
2017-12-25 13:49:50 +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