Magnus Olsen
81e2c1b0e0
Moved remotely
...
svn path=/trunk/; revision=23466
2006-08-05 08:30:11 +00:00
Magnus Olsen
714ccb42ca
Moved remotely
...
svn path=/trunk/; revision=23465
2006-08-05 08:30:03 +00:00
Magnus Olsen
ac06d7203f
Moved remotely
...
svn path=/trunk/; revision=23464
2006-08-05 08:29:58 +00:00
Magnus Olsen
0ac77c3f8c
Moved remotely
...
svn path=/trunk/; revision=23463
2006-08-05 08:29:49 +00:00
Magnus Olsen
d2fd2cd3fa
Moved remotely
...
svn path=/trunk/; revision=23462
2006-08-05 08:28:29 +00:00
Magnus Olsen
c24caedf13
Created folder remotely
...
svn path=/trunk/; revision=23461
2006-08-05 08:27:21 +00:00
Magnus Olsen
937ceea974
finsih the move of langues rc
...
svn path=/trunk/; revision=23460
2006-08-05 08:26:42 +00:00
Magnus Olsen
300d54c674
Moved remotely
...
svn path=/trunk/; revision=23459
2006-08-05 08:13:11 +00:00
Magnus Olsen
254a2e45f6
Moved remotely
...
svn path=/trunk/; revision=23458
2006-08-05 08:12:46 +00:00
Magnus Olsen
99db1b9c92
Moved remotely
...
svn path=/trunk/; revision=23457
2006-08-05 08:12:31 +00:00
Magnus Olsen
ec9f9a3f13
Moved remotely
...
svn path=/trunk/; revision=23456
2006-08-05 08:12:03 +00:00
Magnus Olsen
d22731eceb
Moved remotely
...
svn path=/trunk/; revision=23455
2006-08-05 08:11:50 +00:00
Magnus Olsen
6c109b3daa
Moved remotely
...
svn path=/trunk/; revision=23454
2006-08-05 08:11:34 +00:00
Magnus Olsen
ef91589118
Created folder remotely
...
we store all langues rc file to folder lang
svn path=/trunk/; revision=23453
2006-08-05 08:10:44 +00:00
James Tabor
79b9b1a431
Patch by Dan Hipschman, Call SetLastError in CreateWindowEx when WS_CHILD is set with no parent.
...
svn path=/trunk/; revision=23452
2006-08-05 01:48:20 +00:00
Ged Murphy
c44fecf418
change definition to ensure calling of unicode
...
svn path=/trunk/; revision=23449
2006-08-04 23:40:16 +00:00
Brandon Turner
4ea471d5a5
update the help for exit to include /b
...
svn path=/trunk/; revision=23448
2006-08-04 21:24:57 +00:00
Hervé Poussineau
56a847b2ca
Implement /CMDCONS switch, which allows the user to start in text mode
...
Autologon should only be done once (when starting the computer, not after the user has logged out)
Remove the status message dialog only in GUI
svn path=/trunk/; revision=23447
2006-08-04 19:44:35 +00:00
Aleksey Bragin
41fb06f69a
Add an entry to enable unattended 1st stage setup (commented out by default).
...
In order to get unattended setup working:
1. Copy unattend.inf.sample to unattend.inf, adjust as needed
2. Uncomment the line in bootdata.rbuild to include it into bootcd
svn path=/trunk/; revision=23446
2006-08-04 19:28:54 +00:00
Hervé Poussineau
3455731503
Try to implement a working shutdown.
...
Sorry, I had to disable some code to close user processes in subsystems/win32/csrss/win32csr/exitros.c
svn path=/trunk/; revision=23445
2006-08-04 15:39:44 +00:00
Hervé Poussineau
3008860064
We should be able to set ThreadImpersonationToken information with NtSetInformationThread
...
svn path=/trunk/; revision=23444
2006-08-04 13:52:16 +00:00
Hervé Poussineau
c5245d5b4b
- Remove now useless entries about PCI bus, as StartService is now working in 2nd stage setup
...
- Add Netlogon service (lsass.exe)
svn path=/trunk/; revision=23443
2006-08-04 12:01:27 +00:00
Hervé Poussineau
06797ae112
- Specify *W at the end of function calls, and remove the need to define UNICODE
...
- Rename MsGina to Gina
- Start services.exe before running 2nd stage setup
svn path=/trunk/; revision=23442
2006-08-04 11:37:18 +00:00
Ged Murphy
6777e6905f
fix loading of current values for ip and dhcp
...
svn path=/trunk/; revision=23441
2006-08-03 22:20:44 +00:00
Ged Murphy
2175834be0
- load the current IP address when switching from dhcp to manual.
...
- this isn't how Windows behaves, but it should be as it makes life slightly easier in most cases
svn path=/trunk/; revision=23440
2006-08-03 21:29:09 +00:00
Ged Murphy
7288929ef0
doh, rushed code leads to leaked resources.
...
thanks lkjasa for pointing it out.
svn path=/trunk/; revision=23439
2006-08-03 20:32:10 +00:00
Ged Murphy
728a261829
size the buffer dynamically to avoid potentially overflowing it
...
svn path=/trunk/; revision=23438
2006-08-03 19:06:12 +00:00
Ged Murphy
c6b0db6688
Add a header to the prop sheet and correct a variable spelling
...
fixes bug 1731
patch from itay.perl@gmail.com
svn path=/trunk/; revision=23437
2006-08-03 18:01:47 +00:00
Christoph von Wittich
53af48a8b2
-removed DefWindowProc from the Dialog WndProcs
...
svn path=/trunk/; revision=23436
2006-08-03 15:57:10 +00:00
Hervé Poussineau
5ef94aacb7
Don't try to remove a status message if none have been displayed and GINA has not been initialized
...
svn path=/trunk/; revision=23435
2006-08-03 15:14:14 +00:00
Hervé Poussineau
603ac11c9a
Simplify management of loggedout window
...
Implement locking/unlocking of the workstation (only by code, not the associated dialogs)
svn path=/trunk/; revision=23434
2006-08-03 13:54:44 +00:00
Hervé Poussineau
e202c810ac
Implement shutdown and unlocking
...
Remove some useless code
Implement Timeout for dialogs
svn path=/trunk/; revision=23433
2006-08-03 13:50:40 +00:00
James Tabor
21ea0d9494
Fix build
...
svn path=/trunk/; revision=23432
2006-08-03 01:30:40 +00:00
Christoph von Wittich
26dbfdec15
-splitted resource file into en.rc and msgina.rc
...
-prettyfied msgina a bit
-fixed line endings
svn path=/trunk/; revision=23430
2006-08-03 00:32:32 +00:00
James Tabor
a0f6dcc406
Fixed typo, btw this fixes most of the edit tests.
...
svn path=/trunk/; revision=23429
2006-08-03 00:01:05 +00:00
James Tabor
db09492d5f
- Win32k
...
- CreateWindowsEx: Patch based on janderwald patch.
1. Reading and follow wine source (user/win.c & winex11.drv/window.c), I noticed that cs->hwndParent is unmodified when passed to the children via WM_NC/CREATE.
2. Reordered the "fine the parent" code, based on wine. I've tested this change for last two weeks.
svn path=/trunk/; revision=23428
2006-08-02 23:39:53 +00:00
Hervé Poussineau
4546ac2820
Fix compilation
...
svn path=/trunk/; revision=23427
2006-08-02 22:49:02 +00:00
Ged Murphy
972b814ded
disable the floating toolbars by default until they are useful.
...
svn path=/trunk/; revision=23425
2006-08-02 21:52:20 +00:00
Hervé Poussineau
d194ee80a5
Winlogon:
...
- Register CTRL+ALT+DELETE notification
- Better session loop between all GINA dialogs
- Display a dialog box if GINA DLL cannot be loaded
GINA:
- Add an graphical and text interface to enter username/password
- Take care of autologon parameters in registry
svn path=/trunk/; revision=23424
2006-08-02 21:01:37 +00:00
Johannes Anderwald
d99c9b45f0
.c files are not executable files
...
svn path=/trunk/; revision=23423
2006-08-02 20:51:13 +00:00
Hervé Poussineau
0d5fd6cd68
- Implement INF_STYLE_OLDNT style in SetupOpenInfFileW
...
- Add some documentation in header file
svn path=/trunk/; revision=23422
2006-08-02 20:45:13 +00:00
Ged Murphy
5b8e3e2f5b
fix MSI build warnings
...
svn path=/trunk/; revision=23421
2006-08-02 20:01:22 +00:00
Ged Murphy
64a6bb9b0e
remove wine file. This should now be defined in our psdk
...
svn path=/trunk/; revision=23420
2006-08-02 20:00:45 +00:00
Johannes Anderwald
31b43700f6
add description on how to bypass MBR installation page
...
svn path=/trunk/; revision=23419
2006-08-02 18:59:06 +00:00
Johannes Anderwald
6c41639b61
* make ReactOS textmode setup full-unattendable
...
svn path=/trunk/; revision=23418
2006-08-02 18:58:07 +00:00
Michele Cicciotti
6556fec93f
modified porting-tools/mstscax/mstscax.cpp
...
modified porting-tools/mstscax/stdafx.h
Added support for aggregation (ActiveX controls are expected to be aggregable)
Added IMsRdpClientAdvancedSettings4 stub
Added some other minor stubs
added porting-tools/rdesktop-core-tester/activex.cpp
modified porting-tools/rdesktop-core-tester/stdafx.h
modified porting-tools/rdesktop-core-tester/rdesktop-core-tester.vcproj
Full stubs for RDP client ActiveX control
added porting-tools/rdesktop-core-tester/mstsclib.idl
added porting-tools/rdesktop-core-tester/mstsclib.rc
added porting-tools/rdesktop-core-tester/mstsclib_h.h
added porting-tools/rdesktop-core-tester/mstsclib_i.c
IDL definition file and type library resource for the ActiveX control. MIDL-generated files temporarily committed
modified porting-tools/rdesktop-core-tester/rdesktop-core-tester.cpp
Overall cleanup
GDI code now uses SaveDC/RestoreDC instead of multiple calls
Virtual Channel API stubs
modified rdesktop/bitmap.c
Re-enable optimizations
modified rdesktop/channels.c
Magic numbers are evil
modified rdesktop/mcs.c
modified rdesktop/rdesktop.h
MCS channel ids were superfluous
modified rdesktop/rdesktop-core.vcproj
modified rdesktop/secure.c
modified rdesktop/types.h
Removed virtual channels implementation, preparing to replace with extensible, multithreaded, Windows-compatible implementation
svn path=/trunk/; revision=23417
2006-08-02 14:21:45 +00:00
Martin Fuchs
2a4389576a
fix GCC build error "explicit qualification in declaration of MLStorage::..." for ibrowser
...
svn path=/trunk/; revision=23416
2006-08-02 12:20:14 +00:00
Martin Fuchs
a16732d63c
fix GCC build error "explicit qualification in declaration of MLStorage::..."
...
svn path=/trunk/; revision=23415
2006-08-02 12:11:24 +00:00
Ged Murphy
6193e2092b
- sync MSI to Wine 0.9.18
...
- note, it still has the swprintf warnings which I'll fix tomorrow (if someone reminds me ;) )
- MSI Wine test is now in trunk, if anyone has chance to do a before and after test ...
svn path=/trunk/; revision=23414
2006-08-01 23:12:11 +00:00
Ged Murphy
5e15912284
add msi wine regression test
...
svn path=/trunk/; revision=23410
2006-08-01 22:48:23 +00:00