[SYSSETUP] Fix an issue that may be caused by a missing security settings file
[reactos.git] / dll / win32 /
2018-05-29 Eric Kohl[SYSSETUP] Fix an issue that may be caused by a missing...
2018-05-28 Eric Kohl[SYSSETUP] Open the security settings inf file only...
2018-05-28 Eric Kohl[SYSSETUP][INF] Add the 'Registry Values' section to...
2018-05-28 Eric Kohl[USERENV] Implement CopySystemProfile Part 2 (Create...
2018-05-27 Eric Kohl[USERENV] Implement CopySystemProfile Part 1 (Add a...
2018-05-27 Amine Khaldi[HNETCFG] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 Amine Khaldi[GDIPLUS] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 Amine Khaldi[DBGHELP] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 Amine Khaldi[CRYPT32] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 Amine Khaldi[COMDLG32] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 Amine Khaldi[AVIFIL32] Sync with Wine Staging 3.9. CORE-14656
2018-05-26 Eric Kohl[MSV1_0] Add logon support for the LocalService and...
2018-05-26 Pierre Schweitzer[UBTRFS] Upgrade to 1.0.2
2018-05-25 Eric Kohl[MSGINA] Clean-up the resource IDs and the dialog funct...
2018-05-23 Katayama Hirofumi MZ[SHELL32] Add icons to the 'File Types' listview (...
2018-05-23 Eric Kohl[MSGINA] Implement the Welcome text feature
2018-05-22 Eric Kohl[MSGINA] Clear the password on logoff
2018-05-22 Eric Kohl[MSGIINA] Make sure we do not leak bitmaps
2018-05-22 Eric Kohl[MSGINA] Always stop the automatic login after the...
2018-05-22 Eric Kohl[MSGINA] Do not try to impersonate the user on shutdown...
2018-05-22 Eric Kohl[MSGINA] Close the LSA handle on shutdown
2018-05-22 Eric Kohl[MSGINA] Close the user token in WlxLogoff
2018-05-22 Eric Kohl[MSGINA] Rename context variable: Domain -> DomainName
2018-05-22 Eric Kohl[BOOTDATA][MSGINA][SYSSETUP] Rename the DefaultDomain...
2018-05-22 Eric Kohl[MSGINA] Add the IgnoreShiftOverride feature again
2018-05-21 Eric Kohl[MSGINA] Simplify the auto logon code path
2018-05-21 Eric Kohl[SETUPAPI] Add stubs for CM_Detect_Resource_Conflict...
2018-05-20 Hermès Bélusca-Maïto[SETUPAPI] Fix MSVC build; pathetic GCC/LD didn't see...
2018-05-20 Eric Kohl[SAMSRV] SamrChangePasswordUser: Check StoredLmEmpty...
2018-05-20 Eric Kohl[SETUPAPI] Implement CM_Get_Resource_Conflict_Count...
2018-05-19 Joachim Henze[OLE32] Restore 4 cur files (+ note diff) to fix CORE...
2018-05-19 Eric Kohl[SETUPAPI] Implement CM_Free_Resource_Conflict_Handle...
2018-05-19 Katayama Hirofumi MZ[SHELL32] Allow deleting a file type/extension (#553)
2018-05-19 Eric Kohl[SETUPAPI] Add CM_Free_Resource_Conflict_Handle and...
2018-05-19 Adam Słaboń[TRANSLATION] Polish translation update (#554)
2018-05-18 Katayama Hirofumi MZ[SHELL32] Fix usage of DeferWindowPos (fix of #544...
2018-05-18 Katayama Hirofumi MZ[SHELL32] Add 'Create New Extension' IDD_NEWEXTENSION...
2018-05-17 Serge Gautherie[IPHLPAPI] ipstats_reactos: Review all TRACE/WARN calls
2018-05-12 Katayama Hirofumi MZ[SHELL32] In #543, I forgot sq-AL.rc and sv-SE.rc
2018-05-12 Katayama Hirofumi MZ[shell32] add some control IDs for IDD_FOLDER_OPTIONS_F...
2018-05-12 Mark Jansen[VERIFIER] Add skeleton provider.
2018-05-12 Eric Kohl[SETUPAPI] SetupDiCallClassInstaller: Use the class...
2018-05-08 Bișoc George[COMCTL32] Update Romanian translation (#538)
2018-05-07 Serge Gautherie[DEVMGR] Fix a Clang-Cl warning about DriverInfoDetailD...
2018-05-06 Eric Kohl[IDL][NETAPI32][SRVSVC] Hack around another midl/rpcrt4 bug
2018-05-05 Hermès Bélusca-Maïto[BOOTDATA][SHELL32] Add some recognized file extensions...
2018-05-03 Serge Gautherie[ADVAPI32] Fix 2 TRACE() format copypastas.
2018-05-02 Eric Kohl[ADVAPI32] SEH-protext the calls to service control...
2018-05-01 Hermès Bélusca-Maïto[MSGINA] Fix layout of the security dialog box; add...
2018-05-01 Hermès Bélusca-Maïto[TRANSLATION] Minor translation update.
2018-05-01 Hermès Bélusca-Maïto[SHELL32] Fix the layout of the Run/Execute dialog...
2018-04-29 Eric Kohl[SYSSETUP] Close the device key after the property...
2018-04-29 Eric Kohl[SYSSETUP] Read driver settings from and write them...
2018-04-26 Thomas Faber[MSXML3] Fix buffer overflow in BindStatusCallback_GetB...
2018-04-23 Eric Kohl[SYSSETUP] PS2MousePropPageProvider: Use the UDN_DELTAP...
2018-04-22 Eric Kohl[SYSSETUP] Initialize the property sheet page dialog...
2018-04-22 Mark Jansen[SHELL32] Partially sync SHGetFileInfo with wine to... 507/head
2018-04-22 Doug Lyons[BROWSEUI] Apply a hack to prevent truncating the addre...
2018-04-22 Eric Kohl[SYSSETUP] Add the property sheet page and initialize it
2018-04-22 Eric Kohl[SYSSETUP] Add the PS/2-Mouse property page dialog
2018-04-21 Timo Kreuzer[KERNEL32] Add Vista exports
2018-04-21 Timo Kreuzer[KERNEL32] Go back to auto-numbering of export ordinals
2018-04-21 Eric Kohl[SYSETUP] Add property page provider stubs and register...
2018-04-20 Giannis Adamopoulos[COMCTL32] Sync with Wine Staging 3.3. CORE-14434
2018-04-19 Eric Kohl[ADVAPI32] Ignore the return value of the HandlerFuncti...
2018-04-14 Eric Kohl[NETMSG] Add netmsg resource dll with some lmerr messages
2018-04-14 Serge Gautherie[KERNEL32] FlsAlloc(): Add a missing '\n' to a DPRINT1()
2018-04-14 Mark Jansen[SHELL32] Sync CShellDispatch and family with wine. 490/head
2018-04-11 Amine Khaldi[KERNEL32/STRING] Sync sortkey.c with Wine Staging...
2018-04-11 Amine Khaldi[KERNEL32/STRING] Sync lcformat.c with Wine Staging...
2018-04-11 Amine Khaldi[KERNEL32/STRING] Sync format_msg.c with Wine Staging...
2018-04-11 Amine Khaldi[KERNEL32/STRING] Sync fold.c with Wine Staging 3.3...
2018-04-11 Amine Khaldi[KERNEL32] Missed this file. Fixes build.
2018-04-11 Amine Khaldi[KERNEL32/STRING] Import digitmap.c from, and sync...
2018-04-11 Amine Khaldi[KERNEL32/WINE] Sync res.c with Wine Staging 3.3. CORE...
2018-04-11 Amine Khaldi[KERNEL32/WINE] Sync profile.c with Wine Staging 3...
2018-04-11 Amine Khaldi[KERNEL32/WINE] Sync lzexpand.c with Wine Staging 3...
2018-04-10 Joann Mõndresku[TRANSLATION][SHELL32] Corrected mistakes
2018-04-08 Mark Jansen[KERNEL32_VISTA] This function now comes from rtlfuncs.h
2018-04-08 Mark Jansen[KERNEL32_VISTA] Export InitializeCriticalSectionEx.
2018-04-08 Mark Jansen[KERNEL32] Implement FlsAlloc/FlsFree based on Wine... 472/head
2018-04-07 Eric Kohl[MSGINA] Add the shutdown reason dialog but keep it...
2018-04-07 Mark Jansen[SHELL32] Partially implement SHCreateFileExtractIconW
2018-04-07 Mark Jansen[SHELL32] Initial partial IShellFolderViewCB implementa...
2018-04-03 Eric Kohl[MSGINA] Fix the SAS dialog
2018-04-03 Amine Khaldi[HID_WINETEST] Import from Wine Staging 3.3. CORE-14434
2018-04-01 Amine Khaldi[ADVAPI32] Sync crypt_lmhash.c with Wine Staging 3...
2018-04-01 Amine Khaldi[ADVAPI32] Sync crypt_des.c with Wine Staging 3.3....
2018-04-01 Amine Khaldi[ADVAPI32] Sync crypt.c with Wine Staging 3.3. CORE...
2018-04-01 Amine Khaldi[ADVAPI32] Sync cred.c with Wine Staging 3.3. CORE...
2018-03-29 Colin FinckMerge PR #283 "[USBPORT] Transaction Translator (TT...
2018-03-25 Eric Kohl[devmgr] Partially implement additional buttons on...
2018-03-25 Amine Khaldi[XMLLITE] Sync with Wine Staging 3.3. CORE-14434
2018-03-25 Amine Khaldi[WUAPI] Sync with Wine Staging 3.3. CORE-14434
2018-03-25 Amine Khaldi[WTSAPI32] Sync with Wine Staging 3.3. CORE-14434
2018-03-25 Amine Khaldi[WSHOM.OCX] Sync with Wine Staging 3.3. CORE-14434
2018-03-25 Eric Kohl[ADVAPI32] Revert unnecessary changes, clarify comments...
2018-03-25 Eric Kohl[ADVAPI32] Improve remaining TRACE messages in service...
2018-03-25 Eric Kohl[ADVAPI32] Add or improve TRACE messages in a lot of...
2018-03-25 Eric Kohl[ADVAPI32] Add or improve TRACE messages in the service...
next