wtsapi32: Add stub for WTSRegisterSessionNotification.
[wine] / dlls / ntdll /
2007-09-25  Mikolaj Zalewskintdll: Add RtlAddAuditAccessAceEx.
2007-09-20  Alexandre Julliardntdll/tests: Skip the debugger test if the child proces...
2007-09-18  Francois Gougetntdll: Fix compilation on systems that don't support...
2007-09-17  Alexandre Julliardntdll: Fix an error message.
2007-09-14  Rob Shearmanserver: Add get_token_statistics server call and use...
2007-09-14  Rob Shearmanntdll: Add a stub implementation of FSCTL_PIPE_IMPERSON...
2007-09-10  Rob Shearmanntdll: Remove the overly-cautious check which prevented...
2007-08-30  Alexandre Julliardntdll: Pin down all dlls imported by the main exe.
2007-08-29  Alexandre Julliardntdll: On Mac OS, close the CDROM device before opening...
2007-08-29  Dmitry Timoshkovntdll: Do not leave not initialized cached timezone...
2007-08-29  Alexandre Julliardntdll: Fixed file system name comparison on *BSD.
2007-08-28  Detlef Riekenbergntdll: Make RtlCompactHeap more silent.
2007-08-22  Alexandre Julliardntdll: Flesh out the stub for IOCTL_STORAGE_GET_DEVICE_...
2007-08-22  Dmitry Timoshkovntdll: Reimplement TIME_GetBias using new time zone...
2007-08-22  Paul Vriensntdll/tests: Fix typos.
2007-08-21  Paul Vriensntdll/tests: Use skip instead of trace.
2007-08-21  Paul Vriensntdll/tests: Do GetModuleHandle only once and add a...
2007-08-21  Dmitry Timoshkovntdll: Detect current time zone settings.
2007-08-20  Alexandre Julliardntdll: Return an error instead of dying in wine_server_...
2007-08-16  Francois Gougetntdll: Better match the PSDK types and fix the winapi_c...
2007-08-14  Paul Vriensntdll/tests: Make tests run again on win95.
2007-08-14  Alexandre Julliardntdll: Fixed the prototype of the open_nt_file wrapper.
2007-08-09  Francois GougetAssorted spelling fixes.
2007-08-08  Francois Gougetntdll: Fix the RtlQueryInformationActivationContext...
2007-08-08  Tijl Coosemansntdll: Implement CDROM_Verify for FreeBSD.
2007-08-06  Luis C. Busquets... ntdll: Update Nt stdcalls for stubs of Zw.
2007-08-02  Alexandre Julliardntdll: Relax the activation context size check.
2007-07-31  Alexandre Julliardntdll: Load dll from the directory containing the manif...
2007-07-30  Alexandre Julliardntdll: Avoid activation context leak for dlls with...
2007-07-30  Alexandre Julliardntdll: Allow optional elements in the comClass element.
2007-07-30  Alexandre Julliardntdll: Use the exact size of the manifest file.
2007-07-30  Alexandre Julliardntdll: Fixed the null bytes check in RtlIsTextUnicode.
2007-07-30  Alexandre Julliardntdll: Convert the XML parser to Unicode to support...
2007-07-30  Lei Zhangntdll: Add Bolivian time zone info.
2007-07-30  Alexandre Julliardntdll: Fix a compiler warning.
2007-07-30  Michael Stefaniucntdll: Match the definition of NtQueryEvent() with...
2007-07-30  Dmitry Timoshkovntdll: Simplify TIME_GetBias.
2007-07-30  Dmitry Timoshkovntdll: Add some traces to make debugging time zone...
2007-07-27  Alexandre Julliardntdll: Simply store the assembly type without interpret...
2007-07-26  Jacek Cabankernel32: Added a number of activation context tests.
2007-07-26  Michael Stefaniucntdll: Remove a break after a break. Found by Smatch.
2007-07-26  Alexandre Julliardntdll: Support single quotes around XML attribute values.
2007-07-26  Alexandre Julliardntdll: Activate the module's activation context while...
2007-07-26  Alexandre Julliardntdll: Use activation contexts information to load...
2007-07-26  Eric Pouechntdll: Implemented RtlFindActivationContextSectionString.
2007-07-26  Eric Pouechntdll: Implemented FileInformationInAssemblyOfAssemblyI...
2007-07-26  Eric Pouechntdll: Implemented AssemblyDetailedInformationInActivat...
2007-07-26  Eric Pouechntdll: Implemented ActivationContextDetailedInformation...
2007-07-26  Alexandre Julliardntdll: Initial implementation of RtlQueryInformationAct...
2007-07-26  Alexandre Julliardntdll: Fix return status when failing to load the assoc...
2007-07-26  Alexandre Julliardntdll: Improve some activation context traces.
2007-07-25  Alexandre Julliardntdll: Store the base directory for an assembly (based...
2007-07-25  Alexandre Julliardntdll: Create the per-module activation context at...
2007-07-25  Alexandre Julliardntdll: Create the process activation context at initial...
2007-07-25  Alexandre Julliardntdll: Don't add an empty assembly when creating an...
2007-07-25  Alexandre Julliardntdll: Check existing dependencies in activation contex...
2007-07-25  Konstantin Kondratyukntdll: Add Samara time zone.
2007-07-20  Alexandre Julliardntdll: Add support for abbreviated empty elements in...
2007-07-20  Alexandre Julliardntdll: Don't fail to load manifests that contain unknow...
2007-07-20  Alexandre Julliardntdll: Add support for optional flag in dependencies.
2007-07-20  Alexandre Julliardntdll: Cope with missing assemblyIdentity elements...
2007-07-19  Alexandre Julliardntdll: Skip xml comments in manifests.
2007-07-19  Alexandre Julliardntdll: Added manifest lookup in global winsxs directory...
2007-07-19  Jacek Cabanntdll: Store the windows directory too.
2007-07-19  Jacek Cabanntdll: Added parsing of the asmv2:hash element in manif...
2007-07-19  Eric Pouechntdll: Added parsing of the binding redirect element...
2007-07-19  Eric Pouechntdll: Added parsing of the clrClass and clrSurrogate...
2007-07-19  Eric Pouechntdll: Added parsing of the external proxy element...
2007-07-19  Alexandre Julliardntdll: Abstract the entity array type as we need it...
2007-07-19  Eric Pouechntdll: Added parsing of the description element in...
2007-07-19  Eric Pouechntdll: Added parsing of the language attribute in manif...
2007-07-19  Eric Pouechntdll: Added parsing of the inheritance flags in manifests.
2007-07-19  Eric Pouechntdll: Added parsing of hash attributes in manifests.
2007-07-19  Eric Pouechntdll: Added parsing of public key token in manifests.
2007-07-19  Eric Pouechntdll: Added support for the assembly leaves of activat...
2007-07-19  Jacek Cabanntdll: Added parsing of file elements in manifests.
2007-07-19  Jacek Cabanntdll: Add parsing of dependencies in manifests.
2007-07-19  Alexandre Julliardntdll: Add infrastructure for loading manifest dependen...
2007-07-19  Alexandre Julliardntdll: Add parsing of the version in manifests (based...
2007-07-19  Alexandre Julliardntdll: Add parsing of the processor architecture in...
2007-07-19  Jacek Cabanntdll: Beginnings of manifest parsing.
2007-07-19  Alexandre Julliardntdll: Add infrastructure for loading a manifest file...
2007-07-19  Eric Pouechntdll: Added basic structures for storing activation...
2007-07-19  Alexandre Julliardntdll: Implemented handling of the per-thread activatio...
2007-07-19  Alexandre Julliardkernel32: Move activation context creation to ntdll...
2007-07-19  Alexandre Julliardntdll: Move private data to make room in the TEB for...
2007-07-19  Michael Stefaniucntdll: Don't produce unreachable code during conditiona...
2007-07-16  Alexandre Julliardserver: Merge APC processing into the select request.
2007-07-13  Damjan Jovanovicntdll: Use the win16 current directory for win16 processes.
2007-07-13  Dmitry Timoshkovntdll: Remove an artificial limitation in NtQuerySecuri...
2007-07-13  Rob Shearmanntdll: The impersonation level in NtDuplicateToken...
2007-07-11  Detlef Riekenbergntdll: Avoid crash with WINEDEBUG=+snoop.
2007-07-05  Julio E. Gonzalez Pntdll: Add PYT and PYST time zones.
2007-07-04  Alexandre Julliardntdll: Add check for null pointer in NtQuerySystemInfor...
2007-07-02  Michael Stefaniucntdll: Fix missing unlock on error path. Found by Smatch.
2007-06-29  Alexandre Julliardntdll: Don't print traces from async I/O callbacks.
2007-06-28  Andrew Talbotntdll: Constify some variables.
2007-06-26  Andrew Talbotntdll: Constify some variables.
2007-06-26  Andrew Talbotntdll: Constify some variables.
2007-06-26  Andrew Talbotntdll: Constify some variables.
next