Katayama Hirofumi MZ
fe11f7a2e5
[REACTOS] Refresh old URLs ( #7632 )
...
URLs are getting old. We have to
update URLs for documentation
purpose.
JIRA issue: CORE-19963
- Refresh old URLs.
- Add " (DEAD_LINK)" labels
to dead links.
- Use MS Learn links rather
than MSDN ones.
- Some dead links revived by
Web Archive.
- Don't change Wine Tests
and Wine Sync.
- Don't change 3rd party libraries.
- Don't append "redirected" labels.
2025-01-28 13:36:45 +09:00
Timo Kreuzer
a25e7ee9d7
[WKSSVC] Stubplement support for level 1101 in NetrWkstaUserGetInfo
...
Fixes crash in netapi32_winetest:wksta introduced in 45b008d
2025-01-17 12:54:29 +02:00
Timo Kreuzer
132d571fe2
[WKSSVC] Plug memory leaks in NetrWkstaUserGetInfo
2025-01-17 12:54:29 +02:00
Timo Kreuzer
1c1c4e5d94
[WKSSVC] Fix returned error value in NetrWkstaUserGetInfo
2025-01-17 12:54:29 +02:00
Timo Kreuzer
2e7f8711e9
[WKSSVC] Improve formatting
2025-01-17 12:54:29 +02:00
Timo Kreuzer
e7c6eac607
[NFSD] Disable a clang warning
2025-01-14 13:34:24 +02:00
Eric Kohl
0929e96728
[WKSSVC] FIXME --> TRACE
2025-01-05 16:56:09 +01:00
Eric Kohl
faf6297972
[NETAPI32][WKSSVC][IDL] Implement NetrWkstaUserEnum
...
- TODO: Take PreferredMaximumLength and ResumeHandle into account
2025-01-05 16:38:04 +01:00
Eric Kohl
26f8fa7ade
[WKSSVC] NetrWkstaGetInfo Level 102: Return the number of currently logged-on users
2024-12-29 21:14:40 +01:00
Eric Kohl
45b008dd23
[WKSSVC][NETAPI32][IDL] Implement NetWkstaUserGetInfo using the workstation service
2024-12-28 21:14:38 +01:00
Eric Kohl
3dd6e3103f
[INCLUDE][WKSSVC][MSV1_0] Rename msv1_0p.h to ntmsv1_0.h and move it to the ddk directory
2024-12-25 12:52:55 +01:00
Eric Kohl
216196a10d
[WKSSVC] Simplify NetrWkstaSetInfo
2024-12-21 16:19:14 +01:00
Eric Kohl
f06c4dcc6b
[WKSSVC] InitWorkstationInfo: Set data size before retrieving registry values
2024-12-21 15:28:43 +01:00
Eric Kohl
0e462a3905
[SECLOGON] Add missing service status updates
...
The Seclogon service must update its status to SERVICE_STOPPED on a SERVICE_CONTROL_STOP or SERVICE_CONTROL_SHUTDOWN command.
This fixes CORE-19793.
2024-11-03 10:37:04 +01:00
Eric Kohl
91bc5b5e94
[UMPNPMGR] PNP_GetGlobalState returns CM_GLOBAL_STATE_SHUTTING_DOWN on service shutdown
2024-11-01 14:43:37 +01:00
Eric Kohl
88b3d86b29
[WKSSVC] Store the workstation configuration in the Registry
2024-10-25 10:54:20 +02:00
Eric Kohl
51b55982e4
[WKSSVC] Implement undocumented NetrWkstaGetInfo Level 502 and NetrWkstaSetInfo
...
- Provide default Level 502 data only.
- Level 502 data need to be stored in the Registry.
2024-10-23 23:48:33 +02:00
Timo Kreuzer
bf95874c2d
[REACTOS] Improve handling of non-standard names
...
- Link oldnames instead of defining names
- Define _CRT_DECLARE_NONSTDC_NAMES to 1 where needed
- Remove header hacks
2024-10-20 14:12:25 +03:00
Timo Kreuzer
1de09c477c
[3RDPARTY] Link to oldnames for stricmp/wcsicmp
2024-10-20 14:12:25 +03: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
Hermès Bélusca-Maïto
016e7bb968
[WUAUSERV] Improve some DPRINTs
2024-10-10 22:44:46 +02:00
Timo Kreuzer
0c2cdcae83
[REACTOS] Add missing line breaks at end of file
2024-10-06 10:47:11 +03:00
Eric Kohl
c1b9bb5700
[UMPNPMGR] Add requirements list support to PNP_GetFirstLogConf and PNP_GetNextLogConf
2024-07-14 16:57:17 +02:00
Doug Lyons
1a162375f9
[W32TIME] Change clock update interval to 4 hours ( #5940 )
...
* Create W32TIME_POLL_INTERVAL. Set it to 4 hours and use it to set SpecialPollInterval.
2024-05-13 15:01:25 -05:00
Serge Gautherie
df81dadd9c
[UMPNPMGR] PNP_RegisterNotification(): Fix a string format ( #6211 )
...
Type was changed from DWORD to DWORD_PTR (as handle).
Addendum to commit 71df39b02
2023-12-23 21:50:47 +01:00
Eric Kohl
71df39b027
[IDL][SETUPAPI][UMPNPMGR] Improve PNP_RegisterNotification
...
- The 2nd parameter is the handle to the recipient.
- The 8th parameter is the callers process id.
2023-12-20 14:49:30 +01:00
Eric Kohl
ec0a300f2b
[UMPNPMGR] Broadcast a WM_DEVICECHANGE message after a device install was queued
2023-12-18 11:17:08 +01:00
Eric Kohl
d8ba5920a2
[NTOS:PNP][UMPNPMGR] GUID_DEVICE_ENUMERATED should be a DeviceInstallEvent
...
- Move the GUID_DEVICE_ENUMERATED event from the TargetDeviceChangeEvent category to the DeviceInstallEvent category
- Create a new function that handles DeviceInstallEvent category events
2023-12-03 14:00:34 +01:00
Eric Kohl
30b9be047f
[UMPNPMGR] Split the notification code by event category
...
- Move the TargetDeviceChangeEvent code into a separate function.
- Add a new function for the DeviceClassChangeEvent category.
2023-12-03 11:08:57 +01:00
Eric Kohl
01a8288d28
[UMPNPMGR] Move the pnp event thread to a separate file
2023-11-29 23:03:00 +01:00
Katayama Hirofumi MZ
e627c3b00e
[W32TIME] Remember date/time sync settings ( #5866 )
...
Based on KRosUser's patch.
- In the W32TmServiceMain function, the
time check loop does check the registry value.
CORE-19292
2023-11-03 22:56:58 +09:00
Eric Kohl
e1eb9e3620
[UMPNPMGR] PNP_Get(First/Next)LogConf: return proper tags for the resource list case
2023-06-29 18:06:02 +02:00
Eric Kohl
44a312478d
[UMPNPMGR] OpenConfigurationKey: Open subkeys depending on the configuration type
...
- Boot and Basic Configurations are located in the LogConf subkey.
- Alloc and filtered Configurations are located in the Control subkey.
2023-06-28 23:15:26 +02:00
Eric Kohl
c3db5e9c8e
[ADVAPI32][SECLOGON] CreateProcessWithLogonW: Pass the environment to the callee
2023-06-10 14:10:14 +02:00
Timo Kreuzer
b29b2682bf
[UMPNPMGR] Fix uninitialized variable ( #5310 )
...
The unhiding and guilty revision that was identified by @stasm by bisecting the
bootability of LiveCD was 0.4.15-dev-6050-g13e6cbc
As that was the symptom: "We could not longer boot livecd". CORE-18986
2023-06-01 19:44:05 +09:00
Eric Kohl
2626c724e9
[UMPNPMGR] Replace some magic values
2023-05-29 11:58:09 +02:00
Eric Kohl
024daea0af
[UMPNPMGR] Check ulFlags in PNP_GetGlobalState
...
Return CR_INVALID_FLAG if ulFlags is not zero.
2023-05-29 09:54:31 +02:00
Eric Kohl
13e6cbcafa
[UMPNPMGR] Check for interactive caller in PNP_ReportLogOn
...
Do not run device install when a non-interactive user logs on.
2023-05-29 09:38:31 +02:00
Joachim Henze
9672dc5047
[AUDIOSRV] Overhaul logging interfaces CORE-16912 ( #5067 )
2023-02-18 18:28:30 +01:00
Suleyman Poyraz
2ea56af2e8
[TRANSLATION] Add/Update Turkish (tr-TR) translations ( #4959 )
...
Programs: at, charmap, diskpart, drwtsn32, explorer, fc, fontview, format, reg, timeout, where, wmic,
mspaint, regedit, runas, rundll32, subst, utilman, umandlg, w32time, winlogon
Tools: arping, vgafontedit, explorer-old, fraginator, fontsub, systeminfo, vcdcontroltool
CPLs: desk, hotplug, input, sysdm
DLLs: newdev, syssetup, user32
Themes: lunar
Screensavers: blankscr, butterflies, circles, cylfrac, matrix, mazescr, ssstars, starfield
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
Co-authored-by: Stanislav Motylkov <x86corez@gmail.com>
2023-02-15 17:29:52 +01:00
Ratin Gao
2f70f79904
[TRANSLATION] Improve Simplified Chinese (zh-CN) translation ( #4979 )
...
- Add and improve translation
- Fix mistakes
2023-02-10 23:15:25 +09:00
Eric Kohl
23ecbb3ed5
[SECLOGON][ADVAPI] CreateProcessWithLogonW: Return process information to the caller
2022-07-24 01:08:13 +02:00
Jose Carlos Jesus
d432436fed
[TRANSLATION] Improve Portuguese (pt-PT) translation ( #4522 )
...
- [REGEDIT] [INTL] [DEVMGR] Improve pt-PT translation
- [W32TIME] Add pt-PT translation
- [BOOTDATA] Add pt-PT to hivesys.inf
2022-05-31 02:04:41 +03:00
Victor Perevertkin
447ef2aa4a
[CMAKE] Do not use USE_CLANG_CL variable in CMake scripts
2022-05-27 01:37:37 +03:00
Victor Perevertkin
f155b9377f
[CMAKE] Elimitate the use of GCC and CLANG variables
2022-05-27 01:37:34 +03:00
George Bișoc
cd1070dfc4
[UMPNPMGR] Create a security descriptor for PnP installation device event
2022-05-06 10:09:51 +02:00
George Bișoc
eccae203e0
[DHCPCSVC] Set up a security descriptor for DHCP named pipe
2022-05-06 10:09:50 +02:00
Eric Kohl
74efe979a8
[UMPNPMGR] PNP_CreateDevInst: Create a device node for the device to be installed
2022-04-24 12:56:42 +02:00
Eric Kohl
a7a222b52d
[UMPNPMGR] PNP_CreateDevInst: Convert a phantom device to a normal device
2022-04-23 16:59:47 +02:00
Eric Kohl
33a0c66f30
[UMPNPMGR] PNP_CreateDevInst: Do not create a normal device if it is already present
2022-04-23 15:35:45 +02:00