Konstantin Kondratyuk
|
b7c38b0d75
|
ntdll: Add Samara time zone.
|
2007-07-25 13:02:09 +02:00 |
Alexandre Julliard
|
1207d9b593
|
ntdll: Add support for abbreviated empty elements in manifests.
|
2007-07-20 11:19:17 +02:00 |
Alexandre Julliard
|
a24f9cc101
|
ntdll: Don't fail to load manifests that contain unknown elements or attributes.
Print FIXMEs for errors that really cause the loading to fail.
|
2007-07-20 11:18:41 +02:00 |
Alexandre Julliard
|
84a318265d
|
ntdll: Add support for optional flag in dependencies.
|
2007-07-20 11:17:04 +02:00 |
Alexandre Julliard
|
b2b6fc1288
|
ntdll: Cope with missing assemblyIdentity elements in manifests.
|
2007-07-20 11:17:04 +02:00 |
Alexandre Julliard
|
272af8fa1e
|
ntdll: Skip xml comments in manifests.
|
2007-07-19 18:22:43 +02:00 |
Alexandre Julliard
|
214fb6e84e
|
ntdll: Added manifest lookup in global winsxs directory (based on a patch by Jacek Caban).
|
2007-07-19 18:22:43 +02:00 |
Jacek Caban
|
125e710ff1
|
ntdll: Store the windows directory too.
|
2007-07-19 18:22:43 +02:00 |
Jacek Caban
|
63e4b943a9
|
ntdll: Added parsing of the asmv2:hash element in manifests.
|
2007-07-19 18:22:43 +02:00 |
Eric Pouech
|
e6b3ca09c4
|
ntdll: Added parsing of the binding redirect element in manifests.
|
2007-07-19 18:22:43 +02:00 |
Eric Pouech
|
3c1f5c6aee
|
ntdll: Added parsing of the clrClass and clrSurrogate elements in manifests.
|
2007-07-19 18:22:32 +02:00 |
Eric Pouech
|
21427b2d5a
|
ntdll: Added parsing of the external proxy element in manifests.
|
2007-07-19 18:01:42 +02:00 |
Alexandre Julliard
|
b96df32560
|
ntdll: Abstract the entity array type as we need it for assemblies too.
|
2007-07-19 18:00:33 +02:00 |
Eric Pouech
|
c496dd4ef8
|
ntdll: Added parsing of the description element in manifests.
|
2007-07-19 17:59:48 +02:00 |
Eric Pouech
|
699b5e74de
|
ntdll: Added parsing of the language attribute in manifests.
|
2007-07-19 17:59:28 +02:00 |
Eric Pouech
|
6158257651
|
ntdll: Added parsing of the inheritance flags in manifests.
|
2007-07-19 17:57:38 +02:00 |
Eric Pouech
|
b6d7b855df
|
ntdll: Added parsing of hash attributes in manifests.
|
2007-07-19 17:57:13 +02:00 |
Eric Pouech
|
a22dcd1ad0
|
ntdll: Added parsing of public key token in manifests.
|
2007-07-19 17:54:53 +02:00 |
Eric Pouech
|
2bc3c39cc0
|
ntdll: Added support for the assembly leaves of activation contexts.
|
2007-07-19 17:54:02 +02:00 |
Jacek Caban
|
16066acf87
|
ntdll: Added parsing of file elements in manifests.
|
2007-07-19 17:51:42 +02:00 |
Jacek Caban
|
5efd2a35bd
|
ntdll: Add parsing of dependencies in manifests.
|
2007-07-19 17:50:45 +02:00 |
Alexandre Julliard
|
c5bf0947f6
|
ntdll: Add infrastructure for loading manifest dependencies (based on a patch by Eric Pouech).
|
2007-07-19 17:50:11 +02:00 |
Alexandre Julliard
|
5b0ab20787
|
ntdll: Add parsing of the version in manifests (based on a patch by Jacek Caban).
|
2007-07-19 17:47:33 +02:00 |
Alexandre Julliard
|
a5130f4e72
|
ntdll: Add parsing of the processor architecture in manifests.
|
2007-07-19 17:45:49 +02:00 |
Jacek Caban
|
c0e7cd9d93
|
ntdll: Beginnings of manifest parsing.
|
2007-07-19 17:44:20 +02:00 |
Alexandre Julliard
|
9c58a2ce8c
|
ntdll: Add infrastructure for loading a manifest file or resource.
Partially based on a patch by Eric Pouech.
|
2007-07-19 17:38:43 +02:00 |
Eric Pouech
|
5f92f1f901
|
ntdll: Added basic structures for storing activation context assembly information.
|
2007-07-19 17:09:09 +02:00 |
Alexandre Julliard
|
797dd942ec
|
ntdll: Implemented handling of the per-thread activation context stack.
|
2007-07-19 17:07:48 +02:00 |
Alexandre Julliard
|
64f6fdc57e
|
kernel32: Move activation context creation to ntdll (based on a patch by Eric Pouech).
|
2007-07-19 17:01:04 +02:00 |
Alexandre Julliard
|
44c9758d05
|
ntdll: Move private data to make room in the TEB for the activation context data.
|
2007-07-19 16:56:10 +02:00 |
Michael Stefaniuc
|
0f14b3a574
|
ntdll: Don't produce unreachable code during conditional compilation. Found by Smatch.
|
2007-07-19 11:57:23 +02:00 |
Alexandre Julliard
|
fec5117e91
|
server: Merge APC processing into the select request.
This is needed to return the correct value when one of the handles
being waited on is set to signaled state by the APC.
|
2007-07-16 16:14:45 +02:00 |
Damjan Jovanovic
|
9e07d6787f
|
ntdll: Use the win16 current directory for win16 processes.
|
2007-07-13 14:35:31 +02:00 |
Dmitry Timoshkov
|
bd378f0327
|
ntdll: Remove an artificial limitation in NtQuerySecurityObject.
|
2007-07-13 12:29:51 +02:00 |
Rob Shearman
|
1cd222b451
|
ntdll: The impersonation level in NtDuplicateToken should be taken from the SecurityQualityOfService member of ObjectAttributes if present.
|
2007-07-13 12:27:12 +02:00 |
Detlef Riekenberg
|
8d051c81b2
|
ntdll: Avoid crash with WINEDEBUG=+snoop.
|
2007-07-11 12:00:28 +02:00 |
Julio E. Gonzalez P
|
5b98738c4d
|
ntdll: Add PYT and PYST time zones.
|
2007-07-05 19:53:14 +02:00 |
Alexandre Julliard
|
68a6182188
|
ntdll: Add check for null pointer in NtQuerySystemInformation(SystemModuleInformation).
|
2007-07-04 12:07:22 +02:00 |
Michael Stefaniuc
|
bf6a96ca66
|
ntdll: Fix missing unlock on error path. Found by Smatch.
|
2007-07-02 13:34:29 +02:00 |
Alexandre Julliard
|
1b57c3bf90
|
ntdll: Don't print traces from async I/O callbacks.
|
2007-06-29 13:40:42 +02:00 |
Andrew Talbot
|
e3708a60b4
|
ntdll: Constify some variables.
|
2007-06-28 11:00:53 +02:00 |
Andrew Talbot
|
61cb830b9b
|
ntdll: Constify some variables.
|
2007-06-26 12:56:50 +02:00 |
Andrew Talbot
|
87791cfe71
|
ntdll: Constify some variables.
|
2007-06-26 12:56:05 +02:00 |
Andrew Talbot
|
33c0db06f9
|
ntdll: Constify some variables.
|
2007-06-26 12:54:58 +02:00 |
Andrew Talbot
|
bd15feab4a
|
ntdll: Constify some variables.
|
2007-06-26 12:54:33 +02:00 |
Alexandre Julliard
|
b5953831c3
|
ntdll: Use the standard exception handling for vm86 GP faults too.
|
2007-06-25 19:47:58 +02:00 |
Alexandre Julliard
|
5817e36634
|
ntdll: Improved the stub behavior of NtQuerySystemInformation(SystemModuleInformation).
|
2007-06-19 16:58:42 +02:00 |
Alexandre Julliard
|
e6ce0da2f9
|
ntdll: Implemented reading of the CDROM TOC on Mac OS.
|
2007-06-15 12:42:06 +02:00 |
Francois Gouget
|
6936bb100f
|
ntdll: Improve the prototypes Win64 compatibility by replacing long with LONG.
|
2007-06-11 20:18:28 +02:00 |
Andrey Turkin
|
ad5f94d0f7
|
ntdll: Stub and document IoCompletion APIs.
|
2007-06-08 13:29:31 +02:00 |