Michael Stefaniuc
611220d554
netapi32: Win64 printf format warning fixes.
2006-10-09 12:55:58 +02:00
Michael Stefaniuc
85ce5117c5
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
2006-09-29 16:08:30 +02:00
Juan Lang
b44d713d23
netapi32: Partially implement DsRoleGetPrimaryDomainInformation, and DsRoleFreeMemory.
2006-09-21 11:16:25 +02:00
Alexandre Julliard
32ab895e46
makefiles: Generate the dependencies line to avoid some code duplication.
2006-09-14 09:38:16 +02:00
Detlef Riekenberg
c8d4413068
netapi32: Avoid NULL access in NetApiBufferAllocate, with test.
2006-09-08 15:08:05 +02:00
Alexandre Julliard
0fa8baafcb
make_dlls: Recursively ignore .ok files in all tests directories.
2006-07-10 21:26:50 +02:00
Alexandre Julliard
edd100b899
make_dlls: Recursively ignore testlist.c in all tests directories.
2006-07-10 21:19:42 +02:00
Alexandre Julliard
cc2b3b48e6
Take advantage of the recursive nature of .gitignore for Makefile entries.
...
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Robert Reif
2e28e4a7b3
netapi32: Add minimal NetUserModalsGet test.
2006-05-05 16:32:54 +02:00
Paul Vriens
45f0e0625e
Added some stubbed Ds-calls
...
Start of conformance tests for these Ds-calls.
2005-11-29 12:00:19 +01:00
Alexandre Julliard
0ec7e1a591
Renamed all .cvsignore files to .gitignore.
2005-11-26 13:10:33 +01:00
Alexandre Julliard
cc4da88563
Explicitly import kernel32 in tests that use it.
2005-08-27 09:27:09 +00:00
Stefan Huehner
9213d56ae0
Make some function static.
2005-06-20 15:35:54 +00:00
Jakob Eriksson
53a4473334
No need continuing tests if no NetUserGetInfo.
2005-03-25 10:24:45 +00:00
Juan Lang
8528796c48
Fix a test to pass under XP.
2005-03-14 10:05:58 +00:00
Jakob Eriksson
41314e6992
Fix test failure on Windows 2000.
2004-12-27 17:04:38 +00:00
Juan Lang
759ef45945
Fix NetApiBufferReallocate and tests based on results from winetest.
2004-04-21 22:24:38 +00:00
Francois Gouget
8fc374d8b4
Make Unicode strings 'static const'.
2004-04-20 02:14:00 +00:00
Francois Gouget
6a6c85c6d8
Make Unicode const strings static so they are not copied to the stack
...
each time we enter the function.
2004-04-19 20:12:14 +00:00
Juan Lang
1ad8180e44
- fix a couple tests and traces
...
- add a couple stubs required by native ntlanman.dll
2004-04-05 20:17:45 +00:00
Alexandre Julliard
589e115233
We no longer use the .exe.spec.c files.
2004-03-02 21:16:37 +00:00
Francois Gouget
ce7c3b50ac
Add trailing '\n's to ok() calls.
2004-01-27 20:13:03 +00:00
Dimitrie O. Paun
add6726c90
Fix NetApiBufferReallocate and add a few tests for the border cases
...
(thanks to Juan Lang for clarifications).
2003-12-04 01:42:34 +00:00
Jon Griffiths
90535ce905
Various test fixes for XP/msvc.
2003-09-25 20:29:40 +00:00
Alexandre Julliard
e37c6e18d0
Fixed header dependencies to be fully compatible with the Windows
...
headers (with help from Dimitrie O. Paun).
2003-09-05 23:08:26 +00:00
Jon Griffiths
e1e0728ba6
Fix compilation under VS.Net.
2003-07-18 22:53:49 +00:00
Eric Pouech
9b5cde85a2
Fixed a few bugs in network interface handling (code & test).
2003-06-23 03:32:28 +00:00
Juan Lang
7b55bc45eb
Better API compliance and test case for NetWkstaTransportEnum.
2003-04-30 00:48:56 +00:00
Francois Gouget
b611dac7ef
On Win9x netapi32.dll does not export a single API so we do a
...
GetProcAddress for each of them and skip the tests when necessary.
On Win9x GetUserNameW and GetComputerNameW are stubs.
Improve error reporting in access.c.
2002-12-19 01:04:12 +00:00
Andriy Palamarchuk
2693eb9a23
Implemented NetQueryDisplayInformation, NetUserGetInfo, created
...
conformance tests, other netapi32 bug fixes and improvements.
2002-09-23 20:36:50 +00:00
Francois Gouget
3a8601948d
NetpGetComputerName, SHCopyKeyA and SHRegGetPathA don't exist on all
...
Windows platforms -> use GetModuleHandle + GetProcAddress.
2002-09-16 22:45:22 +00:00
Andriy Palamarchuk
b812c90c2a
Implemented buffer management functions, a couple of workstation
...
information functions, created conformance tests.
2002-09-11 02:35:17 +00:00