Steven Edwards
2eab477b33
my once a year commit, update email address
...
svn path=/trunk/; revision=45039
2010-01-11 05:58:59 +00:00
Steven Edwards
5a40435d8d
imported the MT snapshot of the GPL tftp-server for win32 from sourceforge. Minor changes such as formatting and renaming the files, totally untested except for building, will be used later to serve up ReactOS images to PXE boot
...
svn path=/trunk/; revision=40919
2009-05-14 14:52:22 +00:00
Steven Edwards
dc550fe2ec
next time I'll copy the changes properly
...
svn path=/trunk/; revision=40912
2009-05-13 20:03:25 +00:00
Steven Edwards
5f6dd7004e
minor SunOS fix
...
svn path=/trunk/; revision=40911
2009-05-13 19:35:05 +00:00
Steven Edwards
6fe4f11391
started working on a ReactOS bootcamp management application. Just a mockup for now
...
svn path=/trunk/; revision=40568
2009-04-18 02:03:33 +00:00
Steven Edwards
5fc8bc0283
make telnetd manual
...
svn path=/trunk/; revision=40533
2009-04-15 18:29:37 +00:00
Steven Edwards
8ad7700db8
add telnet service, enable it by default
...
svn path=/trunk/; revision=40485
2009-04-13 16:26:49 +00:00
Steven Edwards
41b8520ae8
move telnetd out of rosapps
...
svn path=/trunk/; revision=40482
2009-04-13 13:30:03 +00:00
Steven Edwards
6c0f8fae23
move telnetd to main tree, not enabled yet
...
svn path=/trunk/; revision=40481
2009-04-13 13:29:21 +00:00
Steven Edwards
e918fe5822
add telnetd to the cd
...
svn path=/trunk/; revision=39644
2009-02-17 07:07:18 +00:00
Steven Edwards
f3795555d3
hardcode c:\reactos\system32\cmd.exe for now
...
svn path=/trunk/; revision=39643
2009-02-17 07:06:45 +00:00
Steven Edwards
df4a100ba2
Always call TerminateProcess when exiting a session.
...
svn path=/trunk/; revision=39460
2009-02-07 17:39:51 +00:00
Steven Edwards
748579a668
- Reimplement TerminateShell function using WaitForSingleObject
...
to avoid some of the excessive usage of Sleep. Let me know if
you spot a bug.
svn path=/trunk/; revision=39457
2009-02-07 15:21:15 +00:00
Steven Edwards
7f0c18cb38
- Some formating changes
...
- Remove unneeded spec, just use the comments
- Syslog interface for my wine usage, disabled in ReactOS tree
but included here to reduce my diff.
svn path=/trunk/; revision=39432
2009-02-06 08:22:18 +00:00
Steven Edwards
286adffc4b
Changed port back to 23
...
svn path=/trunk/; revision=39430
2009-02-06 06:47:54 +00:00
Steven Edwards
321bf76918
- Use the Wine spooler service as the service entry template as I was
...
testing on Wine. (Disabled to allow stand alone build while we wait on
AFD fix)
- Move some stuff around to the header to prepare for later cleanups
svn path=/trunk/; revision=39429
2009-02-06 06:45:54 +00:00
Steven Edwards
d0c78a0f46
- Make telnetd only slightly more RFC-compatible
...
Thanks to Fedora Anaconda telnet code as an example.
This allows us to actually get an echo back on the
screen when we type commands.
svn path=/trunk/; revision=39428
2009-02-06 05:34:39 +00:00
Steven Edwards
98b23c7c52
Warning cleanup:
...
- disable the unused service related functions for now
- comment out a bunch of unused variables
- cast a few things to shut up compiler warnings for now
svn path=/trunk/; revision=39383
2009-02-04 10:01:42 +00:00
Steven Edwards
e84a9a9093
Hacks to get telnetd to work in XP and Wine
...
- turn off unicode in rbuild file and serviceentry.c
Its not unicode yet anyway
- Disable authentication stuff
svn path=/trunk/; revision=39380
2009-02-04 06:35:57 +00:00
Steven Edwards
29f2647a3e
Enable the hackish telnet daemon for network testing.
...
Please forgive this commit as this does cause warnings.
I will be cleaning this up, time premitting over the next
few weeks.
svn path=/trunk/; revision=39376
2009-02-04 04:55:01 +00:00
Steven Edwards
69e77bdaf0
Suggest LogonUser/CreateProcessAsUser as a possible
...
authentication method
svn path=/trunk/; revision=37800
2008-12-01 19:32:22 +00:00
Steven Edwards
f0078accf5
I hope I did not screw up the propset...
...
Simple telnet daemon, I found, hacked in to a service.
Its wrong, I know, humor me, it works, someone more
interested can finish this off and follow the spec.txt
svn path=/trunk/; revision=37799
2008-12-01 18:34:15 +00:00
Steven Edwards
0b5ac4c983
move to lower case, for Christoph
...
svn path=/trunk/; revision=36110
2008-09-10 08:08:19 +00:00
Steven Edwards
516e0bb394
added library section
...
msxml3, mfc40, runtimes: vc6, vc2005, vc2005sp1,
vc2008runtime,vb3,vb4,vb5,vb6
Most don't work yet.
svn path=/trunk/; revision=35145
2008-08-06 12:48:36 +00:00
Steven Edwards
2a31d8815d
SetLastError to ERROR_CALL_NOT_IMPLEMENTED
...
Wine does it, its already a stub, it can only help...
svn path=/trunk/; revision=35142
2008-08-06 11:04:54 +00:00
Steven Edwards
74c43744f4
Match Wine behavior for AllowSetForegroundWindow
...
Only show the debug message once
svn path=/trunk/; revision=35139
2008-08-06 10:34:36 +00:00
Steven Edwards
5c30086951
Sync GetTempPathW with current Wine. This should help with some
...
installers the depend on the USERPROFILE variable being present. Does
not fix the Word 2003 viewer install but changes the behavior slightly
and is more correct.
svn path=/trunk/; revision=33650
2008-05-22 21:07:41 +00:00
Steven Edwards
fe11b99061
Add iexplore from Wine. (Disabled until shdocvw sync)
...
svn path=/trunk/; revision=33517
2008-05-14 17:24:40 +00:00
Steven Edwards
95e420e66e
- Added the "(at your option) any later version" clause to the NDK license with
...
permission of the author.
- Clarify the license requirements by breaking it to its own section and in this
case requiring the NDK to still be released as LGPLv2.1 or GPLv2 even if it is
released with a GPLv3 application.
- Minor spelling error fix
svn path=/trunk/; revision=27893
2007-07-27 03:19:23 +00:00
Steven Edwards
ff2ef467c0
sync lz32 winetest to 0.9.14
...
svn path=/trunk/; revision=22059
2006-05-26 18:14:28 +00:00
Steven Edwards
7ed8d3e325
added my own icmp test...this cannot possibly fail
...
svn path=/trunk/; revision=22058
2006-05-26 18:07:12 +00:00
Steven Edwards
93ee7df2aa
sync ntdll tests to 0.9.14
...
svn path=/trunk/; revision=22056
2006-05-26 17:54:55 +00:00
Steven Edwards
6dcf87a3d9
remove another dud, sync psapi test to 0.9.14
...
svn path=/trunk/; revision=22055
2006-05-26 17:35:11 +00:00
Steven Edwards
0cdda064ca
sync the setupapi test to wine 0.9.14 and remove some files commited to the wrong folder
...
svn path=/trunk/; revision=22054
2006-05-26 17:30:43 +00:00
Steven Edwards
a8373ada71
update the winetest framework to 0.9.14 and sync some tests. Untested on ReactOS but at least it builds. More tests will come later. Fsck subversion
...
svn path=/trunk/; revision=22053
2006-05-26 16:20:53 +00:00
Steven Edwards
facb8f26f0
add directories for the comming wine tests
...
svn path=/trunk/; revision=22046
2006-05-25 20:24:16 +00:00
Steven Edwards
8943cd0ea8
started syncing to Wine-0.9.14
...
svn path=/trunk/; revision=22042
2006-05-25 19:43:52 +00:00
Steven Edwards
6f1eb68015
add a simple icmp.dll regression test
...
svn path=/trunk/; revision=21190
2006-02-24 20:54:55 +00:00
Steven Edwards
5bf3b55eb0
This screws up my grep and is not used anymore
...
svn path=/trunk/; revision=20830
2006-01-13 06:35:52 +00:00
Steven Edwards
e55f4c1715
guard the private header
...
svn path=/trunk/; revision=20829
2006-01-13 05:34:04 +00:00
Steven Edwards
b65c6141b3
remove the libxml2 docs. They are wasting space
...
svn path=/trunk/; revision=20803
2006-01-12 06:08:42 +00:00
Steven Edwards
594534a9f8
everything I said about mixed case seems to be wrong. everywhere else we allow it in resource files so to be consistant I guess it should be uppercase here
...
svn path=/trunk/; revision=20596
2006-01-05 23:10:05 +00:00
Steven Edwards
3b5049b3a5
remove another unused folder
...
svn path=/trunk/; revision=20004
2005-12-09 09:22:29 +00:00
Steven Edwards
db50f7ffa0
remove test cases. sorry I ment to do this before the first commit
...
svn path=/trunk/; revision=20003
2005-12-09 09:19:18 +00:00
Steven Edwards
aeb9ca0eb4
pass the correct defines to build as a static lib
...
svn path=/trunk/; revision=19981
2005-12-08 23:14:04 +00:00
Steven Edwards
d693a6fb89
import libxml2-2.6.20. I did not bother with a vendor import as I don't care much about tracking changes and more recent versions don't even build on mingw
...
svn path=/trunk/; revision=19980
2005-12-08 22:15:30 +00:00
Steven Edwards
a8d7af9ba6
linux fixes
...
svn path=/trunk/; revision=19924
2005-12-06 01:08:33 +00:00
Steven Edwards
1eeae07bf0
generate a more recent config.h for Wine code. It will be needed for a new dll I will import
...
svn path=/trunk/; revision=19908
2005-12-05 15:54:38 +00:00
Steven Edwards
b8f03978a6
incress the number of passes to detect the mouse and keyboard under VMware if the VM does not have ownership of the mouse. Thanks to GreatLord and Royce
...
svn path=/trunk/; revision=19823
2005-12-02 04:05:04 +00:00
Steven Edwards
de98d55a46
stop the abuse of having the ddk directory in the path when including a ddk header
...
svn path=/trunk/; revision=19810
2005-12-01 21:37:19 +00:00
Steven Edwards
3655d0193a
a few more porting fixes
...
svn path=/trunk/; revision=19772
2005-11-30 08:01:56 +00:00
Steven Edwards
5d2a019961
and remove the defines from here for _CRT_* backward compatiblity hacks
...
svn path=/trunk/; revision=19768
2005-11-30 05:52:40 +00:00
Steven Edwards
c08547cadd
define _CRT_SECURE_NO_DEPRECATE and _CRT_NON_CONFORMING_SWPRINTFS until we have a strsafe lib that works for both msvc and mingw
...
svn path=/trunk/; revision=19767
2005-11-30 05:51:24 +00:00
Steven Edwards
7b168f1206
'precomp.h' -><precomp.h>
...
svn path=/trunk/; revision=19766
2005-11-30 05:35:59 +00:00
Steven Edwards
9741e018d3
XML.cpp -> xml.cpp, XML.h -> xml.h. Sorry Windows users, if you make sure your stuff is in the correct case the first time then you wont have problems when doing a svn update.
...
svn path=/trunk/; revision=19675
2005-11-27 06:48:34 +00:00
Steven Edwards
d80446e3a9
more crt, crtdll and msvcrt cleanup
...
svn path=/trunk/; revision=19673
2005-11-27 06:20:33 +00:00
Steven Edwards
4ff9658852
inline -> __inline
...
svn path=/trunk/; revision=19670
2005-11-27 05:50:19 +00:00
Steven Edwards
61ad339b29
pch and license header fixes part 2
...
svn path=/trunk/; revision=19568
2005-11-25 19:29:16 +00:00
Steven Edwards
8a5ffd220b
Fix pch usage in most of the rest of crt.lib. Stop the abuse of including io.h, stdio.h and a few others directly. Add a generic license header to those source files that were missing it. There is still a few other headers left to fix and a few files missing pch and license headers
...
svn path=/trunk/; revision=19564
2005-11-25 18:05:42 +00:00
Steven Edwards
9e993871db
ifndef not ifdef....like I said, it works for me on my mingw either way
...
svn path=/trunk/; revision=19542
2005-11-25 04:39:08 +00:00
Steven Edwards
f3fe57e7d8
add a check for gcc to the constants recently added for the msvc port. They seem to cause problems on some gcc's but not mine.
...
svn path=/trunk/; revision=19539
2005-11-25 03:41:24 +00:00
Steven Edwards
59a50a6f88
more msvc compile fixes by Brezenbak and I
...
svn path=/trunk/; revision=19515
2005-11-24 06:07:04 +00:00
Steven Edwards
3b374afaa1
Identifier '__value' changed everywhere to '__val' to avoid clashes with Microsoft's 'managed C++' keyword
...
svn path=/trunk/; revision=19492
2005-11-23 17:53:08 +00:00
Steven Edwards
03582db4bb
really remove the offending header this time
...
svn path=/trunk/; revision=19489
2005-11-23 16:57:00 +00:00
Steven Edwards
09acd27660
porting fixes
...
svn path=/trunk/; revision=19482
2005-11-23 06:33:19 +00:00
Steven Edwards
9324227517
porting fixes
...
svn path=/trunk/; revision=19481
2005-11-23 06:02:15 +00:00
Steven Edwards
e910f4cab0
porting fixes
...
svn path=/trunk/; revision=19460
2005-11-22 08:25:35 +00:00
Steven Edwards
de89ca03e4
add __i386__
...
svn path=/trunk/; revision=19458
2005-11-22 08:20:55 +00:00
Steven Edwards
8284e89b8c
msvc warnings fixes
...
svn path=/trunk/; revision=19456
2005-11-22 08:15:04 +00:00
Steven Edwards
6b8f182f77
remove some warnings
...
svn path=/trunk/; revision=19455
2005-11-22 08:12:42 +00:00
Steven Edwards
887ffe5baa
add recent winehq object manager tests
...
svn path=/trunk/; revision=19454
2005-11-22 07:18:44 +00:00
Steven Edwards
13b219657a
_M_IX86 is not the same as _X86_ on the most recent PSDK. Define both
...
svn path=/trunk/; revision=19452
2005-11-22 06:22:21 +00:00
Steven Edwards
a4d50f52e7
another no-op. Remove the win32apiisms. Make compatible with both DDKs
...
svn path=/trunk/; revision=19287
2005-11-17 05:53:52 +00:00
Steven Edwards
3984ae405d
no op header change. Correct some of the header guards to match the DDK
...
svn path=/trunk/; revision=19285
2005-11-16 22:28:05 +00:00
Steven Edwards
207bfca509
remove windef.h inclusion. Its not needed and its non-standard
...
svn path=/trunk/; revision=19260
2005-11-16 05:40:35 +00:00
Steven Edwards
fd962d4f5b
created crt public headers directory. Moved excpt.h there
...
svn path=/trunk/; revision=19259
2005-11-16 05:39:32 +00:00
Steven Edwards
a6227b1c67
revert this one
...
svn path=/trunk/; revision=19244
2005-11-15 09:47:31 +00:00
Steven Edwards
6a1f0829e2
a few more msvc fixes
...
svn path=/trunk/; revision=19241
2005-11-15 06:14:31 +00:00
Steven Edwards
7adc5ae147
workarounds for msvc compile. Add precomp.h to a bunch of files, inline -> __inline, other misc changes. crt.lib now has 154 errors building on msvc vs 1800
...
svn path=/trunk/; revision=19240
2005-11-15 05:31:41 +00:00
Steven Edwards
fb818dc925
add DNS_ERROR_INVALID_NAME
...
svn path=/trunk/; revision=19237
2005-11-15 00:33:28 +00:00
Steven Edwards
d3a6826aa2
fix mixed case header inclusion for linux build
...
svn path=/trunk/; revision=19236
2005-11-15 00:10:41 +00:00
Steven Edwards
5b3baf7c14
fix all but about 8 out of 91 tests. Correct resource usage in xml, fix win32gui vs win32cui mode on most test xml
...
svn path=/trunk/; revision=19235
2005-11-14 23:44:15 +00:00
Steven Edwards
5fe4aeec65
commit correct xml for linking resources. Broken so Royce can review
...
svn path=/trunk/; revision=19234
2005-11-14 23:23:18 +00:00
Steven Edwards
a6eeb0f533
fix the old cygwin handle duping tests
...
svn path=/trunk/; revision=19233
2005-11-14 23:00:36 +00:00
Steven Edwards
a46e673dff
added resources back to some of the gui tests
...
svn path=/trunk/; revision=19232
2005-11-14 22:56:42 +00:00
Steven Edwards
db470c2cf8
add information for the Windows Installer Service. This allows Office2000 and OfficeXP setup to get slightly further
...
svn path=/trunk/; revision=19198
2005-11-13 07:41:32 +00:00
Steven Edwards
2fda11708c
Pablo Borobia - Spanish Translation
...
svn path=/trunk/; revision=19189
2005-11-13 04:34:41 +00:00
Steven Edwards
358d2bb5e2
propset svn:eol-style 'native'
...
svn path=/trunk/; revision=19188
2005-11-13 04:29:53 +00:00
Steven Edwards
df6851867e
fix most of the rest of the tests, disable the rest till tomorrow
...
svn path=/trunk/; revision=19171
2005-11-12 08:40:47 +00:00
Steven Edwards
fcad5d2773
build fixes
...
svn path=/trunk/; revision=19170
2005-11-12 06:37:36 +00:00
Steven Edwards
b14fb42e35
fixed most of the tests to process in rbuild. will fix linking in a bit
...
svn path=/trunk/; revision=19168
2005-11-12 04:27:10 +00:00
Steven Edwards
bdbfab222d
adjust the rest of the old test makefiles. 80% done porting to rbuild.
...
svn path=/trunk/; revision=19167
2005-11-12 03:53:21 +00:00
Steven Edwards
cb36848d0d
fix a few more makefiles
...
svn path=/trunk/; revision=19158
2005-11-11 23:26:19 +00:00
Steven Edwards
28b8fed689
fix up some of the makefiles, change the install directory of the tests
...
svn path=/trunk/; revision=19156
2005-11-11 22:56:41 +00:00
Steven Edwards
05e9c14dff
add all of the new xml makefiles to the directory.xml thereby breaking rosapps for a bit. Move some stuff around to avoid naming conflicts.
...
svn path=/trunk/; revision=19153
2005-11-11 22:25:19 +00:00
Steven Edwards
0303a440e3
add window selection and picking utils from cxtest for Art's regression tests
...
svn path=/trunk/; revision=19149
2005-11-11 21:30:55 +00:00
Steven Edwards
b02a62a257
added xml makefiles for each test based on the alphablend makefile. These all need to be corrected and enabled.
...
svn path=/trunk/; revision=19148
2005-11-11 21:12:13 +00:00
Steven Edwards
7f094d6640
remove old makefiles from rosapps tests
...
svn path=/trunk/; revision=19147
2005-11-11 20:47:08 +00:00
Steven Edwards
0a977ed9f1
msvc fixes
...
svn path=/trunk/; revision=19129
2005-11-11 08:58:05 +00:00
Steven Edwards
d74036e594
restore wine style license headers...superfolus chanes make doing a diff impossible
...
svn path=/trunk/; revision=19122
2005-11-10 17:43:55 +00:00