Steven Edwards
43a041190d
Removed Microsoft code.
...
svn path=/trunk/; revision=10066
2004-07-10 21:11:13 +00:00
Hartmut Birr
3768902d9b
- Implemented NtQueryVirtualMemory for unallocated regions.
...
- Fixed some minor bugs in NtQueryVirtualMemory and its related query functions.
svn path=/trunk/; revision=10065
2004-07-10 17:01:03 +00:00
Thomas Bluemel
35f4d34682
export GetSecurityInfo()
...
svn path=/trunk/; revision=10064
2004-07-10 14:38:24 +00:00
Eric Kohl
5b9cf862e0
Create group SIDs for logon token.
...
svn path=/trunk/; revision=10063
2004-07-10 13:12:24 +00:00
Eric Kohl
39da3d41f9
Fix RtlEqualSid().
...
svn path=/trunk/; revision=10062
2004-07-10 13:11:18 +00:00
Hartmut Birr
7f900f8f7e
- Fixed the return value in VirtualQueryEx if NtQueryVirtualMemory returns an error.
...
svn path=/trunk/; revision=10061
2004-07-10 13:08:02 +00:00
Hartmut Birr
95e1a9b247
- Fixed the comparing of video modes in IntInitScreenInfo.
...
svn path=/trunk/; revision=10060
2004-07-10 13:05:08 +00:00
Gé van Geldorp
4f24993634
FindWindow() should search the threads desktop, not the active one.
...
svn path=/trunk/; revision=10059
2004-07-09 20:57:38 +00:00
Filip Navara
fe2b1d6967
- Implementation of [NtGdi]GetTextFace[W] and [NtGdi]GetFontData[W].
...
- Print a message for unimplemented functions in GDI32.dll.
svn path=/trunk/; revision=10058
2004-07-09 20:28:20 +00:00
Thomas Bluemel
549b154510
added skeleton for acledit.dll
...
svn path=/trunk/; revision=10056
2004-07-09 20:18:49 +00:00
Filip Navara
91995ef4ed
- Some application depend on Info->RegionSize set by NtQueryVirtualMemory for iteration. We had a workaround here for this behaviour until a correct implementation is written, but it was limited for addresses lower than 0x70000000. Raise that limit to 0x80000000.
...
svn path=/trunk/; revision=10055
2004-07-09 20:14:49 +00:00
Filip Navara
79a4726093
- Handle UnsafeRect == NULL case in NtUserGetUpdateRect.
...
svn path=/trunk/; revision=10054
2004-07-09 20:13:00 +00:00
Filip Navara
35a256ae2b
- Since LookupAccountSidA is unimplemented, but returns success, we should at least fill the output parameters with some reasonable values.
...
svn path=/trunk/; revision=10053
2004-07-09 20:10:45 +00:00
Filip Navara
d45a8c1356
- DrawIcon should return TRUE if it succeeds.
...
svn path=/trunk/; revision=10052
2004-07-09 20:09:35 +00:00
Filip Navara
a2f7e34792
- Display window icon only if there is any.
...
svn path=/trunk/; revision=10051
2004-07-09 20:08:48 +00:00
Filip Navara
2915b7de9b
- Corrected the obtaining of TLS callbacks address.
...
svn path=/trunk/; revision=10050
2004-07-09 20:08:05 +00:00
Filip Navara
18168b454a
- Fixed dispatching of nested exceptions.
...
svn path=/trunk/; revision=10049
2004-07-09 20:06:40 +00:00
Filip Navara
b00489100f
- Added ordinal numbers.
...
svn path=/trunk/; revision=10048
2004-07-09 20:04:05 +00:00
Thomas Bluemel
1ef5953679
set the control focus when clicking on it
...
svn path=/trunk/; revision=10047
2004-07-09 15:53:34 +00:00
Gé van Geldorp
4a76a3915b
Fix lib/rosrtl compilation
...
svn path=/trunk/; revision=10039
2004-07-08 22:05:48 +00:00
Eric Kohl
5b95f50fd4
Register the logon process.
...
svn path=/trunk/; revision=10037
2004-07-08 14:41:38 +00:00
Eric Kohl
29ced92e4b
Fix RegisterLogonProcess().
...
svn path=/trunk/; revision=10036
2004-07-08 14:36:18 +00:00
Filip Navara
3e78fd6128
- Honor the "Extended" bit in SetKeyState.
...
svn path=/trunk/; revision=10035
2004-07-08 12:55:01 +00:00
Thomas Bluemel
cf7372bf5a
added a very basic timer queue test program
...
svn path=/trunk/; revision=10034
2004-07-08 10:32:18 +00:00
Art Yerkes
aa565ab062
Fixed OskitTCPSend prototype.
...
sleep: removed blocking. not needed anymore.
Made socket non-blocking with respect to oskit.
removed unneeded panic in sbflush.
removed unneeded stats keeping. This info is better kept by tcpip.sys
svn path=/trunk/; revision=10033
2004-07-08 06:39:30 +00:00
Art Yerkes
494edc04e5
Fixed for TCPIP
...
Regularized TCPSendData and TCPReceiveData parameters and calling.
Added number of bytes IoStatus for TDI_SEND_DATAGRAM and TDI_SEND as
specified in the OSR entry for TDI_SEND_DATAGRAM.
Fixed IRQL in packet send event. We now use KeRaiseIrql to make sure we're
in DISPATCH_LEVEL.
Fixed socket state callback for new afd. Now fully based on io completion.
svn path=/trunk/; revision=10032
2004-07-08 06:36:04 +00:00
Thomas Bluemel
aa11660dd0
fixed debug output
...
svn path=/trunk/; revision=10031
2004-07-08 00:48:12 +00:00
Thomas Bluemel
76cd746a0f
Fixed handling of NULL arguments in ChangeDisplaySettings(Ex)(). Patch by blight.
...
svn path=/trunk/; revision=10030
2004-07-08 00:46:22 +00:00
Thomas Bluemel
580f2e7a68
1. implemented the timer queue functions of kernel32 (I tested the implementation of CreateTimerQueueTimer() and DeleteTimerQueueTimer() on windows)
...
2. export the timer queue Rtl* stubs of ntdll
svn path=/trunk/; revision=10029
2004-07-08 00:40:31 +00:00
Gé van Geldorp
8d126dbfc4
Add command-line shutdown/logoff utility
...
svn path=/trunk/; revision=10028
2004-07-07 22:29:37 +00:00
Eric Kohl
6d616faf61
Add ACCESS_STATE and INITIAL_PRIVILEGE_SET.
...
svn path=/trunk/; revision=10020
2004-07-07 17:20:35 +00:00
Filip Navara
596469a0b6
- Updated system colors.
...
svn path=/trunk/; revision=10019
2004-07-07 17:03:32 +00:00
Filip Navara
825a514a46
- Use LinBytesPerScanLine (value for linar framebuffer modes) instead of BytesPerScanLine for VBE 3.0 controllers.
...
svn path=/trunk/; revision=10018
2004-07-07 16:54:43 +00:00
Filip Navara
e4848fe100
- Return image name in SymGetModuleInfo since some applications use it for determining path. It's still a stub though.
...
svn path=/trunk/; revision=10017
2004-07-07 16:50:54 +00:00
Thomas Bluemel
680d163578
added missing cvsignore file
...
svn path=/trunk/; revision=10016
2004-07-07 16:47:43 +00:00
Filip Navara
226251dab1
- Don't create XLATEOBJ for BitBlt and StretchBlt operations that don't use source DC.
...
svn path=/trunk/; revision=10015
2004-07-07 16:36:08 +00:00
Filip Navara
bce67c86c4
- Fixed ExcludeClipRgn for case when DC contained no clipping region before the call to this function.
...
svn path=/trunk/; revision=10014
2004-07-07 16:34:33 +00:00
Filip Navara
bf1db388a0
- Handle allocation failure in IntCreateBitmap.
...
- Don't allow creating surface with BitmapFormat == 0 (Invalid) in IntCreateSurface.
svn path=/trunk/; revision=10013
2004-07-07 16:33:44 +00:00
Filip Navara
eb298d6e01
- Imporved implementation of UnhandledExceptionFilter.
...
- Moved most of code from _except_handler in process/create.c to UnhandledExceptionFilter and changed _except_handler to call it.
svn path=/trunk/; revision=10012
2004-07-07 16:32:02 +00:00
Filip Navara
be3d5c04da
- Fixed NtQueryInformationProcess to return STATUS_NOT_IMPLEMENTED for unimplemented cases.
...
svn path=/trunk/; revision=10011
2004-07-07 16:28:35 +00:00
Filip Navara
bfb94c6d6f
- Fixed RtlUnwind to correctly remove SEH frames and not to call ZwContinue.
...
svn path=/trunk/; revision=10010
2004-07-07 16:25:00 +00:00
Filip Navara
7a25c2785c
- Add VBE video mode registry. (Gerard Gatineau asked for it)
...
svn path=/trunk/; revision=10009
2004-07-07 16:22:22 +00:00
Eric Kohl
6a871dff66
Implement environment variable dialog.
...
svn path=/trunk/; revision=10008
2004-07-07 09:42:58 +00:00
Gé van Geldorp
f79ec69b9c
Set default (Administrator) privileges when logging on
...
svn path=/trunk/; revision=10007
2004-07-07 08:41:47 +00:00
Gé van Geldorp
20180bf59f
Silence debug messages
...
svn path=/trunk/; revision=10006
2004-07-07 08:39:54 +00:00
Gé van Geldorp
f390319086
Implement LookupPrivilegeValueW for local machine
...
svn path=/trunk/; revision=10005
2004-07-06 22:08:48 +00:00
Gé van Geldorp
37635ba853
Make AdjustTokenPrivileges confirm to MSDN-documented behaviour:
...
- return FALSE on error with appropriate LastError
- return TRUE with LastError == ERROR_NOT_ALL_ASSIGNED if not all
privileges could be adjusted
- return TRUE with LastError == ERROR_SUCCESS if all privileges
were successfully adjusted
svn path=/trunk/; revision=10004
2004-07-06 22:07:26 +00:00
Royce Mitchell III
f54f6b9018
fixed typo
...
svn path=/trunk/; revision=10003
2004-07-05 22:33:14 +00:00
Gé van Geldorp
ad83568979
Patch by Jens Collin <jens.collin@lakhei.com>
...
Fixes autocompletion, see bug #177
svn path=/trunk/; revision=10002
2004-07-05 22:12:45 +00:00
Hartmut Birr
1b16d86ba8
- Check for a valid buffer on a call to IOCTL_DISK_CHECK_VERIFY.
...
svn path=/trunk/; revision=10001
2004-07-05 21:44:27 +00:00