Marcus Meissner
0025eaefab
netapi32: Fixed buffer sizes to GetUserNameW and GetComputerNameW.
2008-10-27 11:28:22 +01:00
Nicolas Le Cam
7526b88013
netapi32/tests: Fix a failing test on localized Windows.
2008-10-18 19:29:43 +02:00
Nicolas Le Cam
6a7017e41f
netapi32: Fix well known account RIDs in NetQueryDisplayInformation Level 1.
2008-10-18 19:29:33 +02:00
Nicolas Le Cam
72d764f60e
netapi32/tests: Add a test for well known account RIDs.
2008-10-18 19:29:24 +02:00
James Hawkins
fc3019ac99
netapi32: Fix two failing tests in NT4.
2008-09-03 14:21:42 +02:00
Paul Vriens
d8339f2eed
netapi32/tests: Fix the error text.
2008-08-27 14:19:27 +02:00
Kai Blin
20213e49f2
netapi32: Make sure NetUserGetInfo can find the current user.
2008-07-03 11:50:51 +02:00
Kai Blin
ce81d843c6
netapi32: Don't test NetUserChangePassword for now.
2008-06-27 12:31:57 +02:00
Kai Blin
2d02cb056d
netapi32: tests/access: Don't clutter up standalone Windows boxes.
...
On Windows XP (and newer), calling NetUserChangePassword with a NULL
domainname parameter creates a user home directory, iff the machine is
not member of a domain. As we don't want to clutter up the folder
containing the home directories, specify \\127.0.0.1 as domainname to
access the local samdb.
2008-06-25 10:44:03 +02:00
Alistair Leslie-Hughes
4ece5deeef
netapi32: Fix tests when the machine is on DOMAIN.
2008-05-28 11:46:03 +02:00
Maarten Lankhorst
a2d53016b5
netapi32: Make the tests pass under XP that enforces a strict password policy.
2008-05-05 21:19:44 +02:00
Alistair Leslie-Hughes
4b89de772a
netapi32: Correct test for NetUserChangePassword.
2008-03-07 11:13:52 +01:00
Paul Vriens
dd8fe5a973
netapi32/tests: Adding a user with a too long name succeeds on NT4.
2008-02-15 11:03:17 +01:00
Francois Gouget
45827fb404
netapi32/tests: Add a missing '\n' to a trace().
2007-03-28 12:34:04 +02:00
Kai Blin
936662094f
netapi32/tests: Make NetGetUserInfo checks language independent.
2007-03-26 14:24:23 +02:00
Kai Blin
1daf9a1e51
netapi32: Implement NetUserChangePassword.
2007-03-26 14:24:09 +02:00
Kai Blin
2207f20b5f
netapi32: Implement NetUserDel.
2007-03-26 14:23:53 +02:00
Kai Blin
5934c2c9b1
netapi32: Implement NetUserAdd with a dummy user database.
2007-03-26 14:23:43 +02:00
Kai Blin
9ab9886821
netapi32/test: Test the username and password length limits.
2007-03-26 14:22:53 +02:00
Paul Vriens
87b291a261
netapi32/tests: Use LoadLibrary where needed and skip.
2007-03-23 13:04:29 +01:00
Kai Blin
ce6a7595c3
netapi32: Add test for adding/deleting users.
2007-03-20 13:00:13 +01:00
Kai Blin
4f4123303f
netapi32/tests: Use skip when skipping tests.
2007-03-19 13:35:37 +01:00
Michael Stefaniuc
611220d554
netapi32: Win64 printf format warning fixes.
2006-10-09 12:55:58 +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
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
Jakob Eriksson
41314e6992
Fix test failure on Windows 2000.
2004-12-27 17:04:38 +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
Francois Gouget
ce7c3b50ac
Add trailing '\n's to ok() calls.
2004-01-27 20:13:03 +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
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