Commit Graph

149 Commits (fbbe0039c1a498731d805de4caf064e047d341e1)

Author SHA1 Message Date
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
Kai Blin 5091bd9a96 netapi32: Downgrade more ERRs to TRACEs. 2007-03-19 13:35:15 +01:00
Kai Blin fa841ae379 netapi32: Remove another macro, replace by more readable functions. 2007-03-19 13:35:11 +01:00
Kai Blin 284683a24e netapi32: Downgrade another WARN and ERR to a TRACE. 2007-03-19 13:24:56 +01:00
Kai Blin 5f8a14d5e2 netapi32: Get rid of an ugly macro definition only used once. 2007-03-19 13:24:51 +01:00
Kai Blin b3910387ec netapi32: fix a comment. 2007-03-19 13:24:47 +01:00
Kai Blin 4b4518532a netapi32: Downgrade a FIXME and an ERR to a trace to not clutter test output on handled error conditions. 2007-03-19 12:23:34 +01:00
Paul Vriens 5770f3e30d netapi32/tests: Use GetModuleHandle and skip. 2007-03-16 12:25:55 +01:00
Jan Zerebecki 4a5f61bb63 netapi32: Add DebugInfo to critical sections. 2007-03-12 13:38:50 +01:00
Alexandre Julliard 6782d2b490 netapi32: Added support for more info levels in NetWkstaGetInfo. 2007-03-07 18:05:57 +01:00
Marcus Meissner d0e8d6a7ba netapi32: Fixed array overflow (spotted by Coverity). 2007-03-02 12:11:11 +01:00
Rob Shearman 3d02585449 netapi32: Add a stub for NetUserChangePassword. 2007-02-23 11:18:36 +01:00
Andrew Talbot 01e338805c netapi32: Constify a variable. 2007-02-20 11:51:45 +01:00
Hans Leidekker ae1fde0343 netapi32: Add a stub implementation for NetShareDel. Improve the stub for NetUserGetLocalGroups. 2007-02-19 12:41:46 +01:00
Andrew Talbot 9d70a6ee2c netapi32: Declare a variable static. 2007-01-17 11:23:18 +01:00
Michael Stefaniuc c7e00c9f49 janitorial: In multiline strings there is no need for '\' at the end of the lines. 2006-12-27 13:10:13 +01:00
Francois Gouget 5cff5038a9 Fix ntsecapi.h so it does not depend on winternl.h. 2006-11-08 12:53:19 +01:00
Eric Pouech a8e5179d8e netapi32: Fix the size of allocation for the string returned from NetpGetComputerName. 2006-10-24 11:33:00 +02:00
Hans Leidekker 9f71ae876a netapi32: Win64 printf format warning fixes. 2006-10-12 21:26:26 +02:00
Michael Stefaniuc 611220d554 netapi32: Win64 printf format warning fixes. 2006-10-09 12:55:58 +02:00
Paul Chitescu a0db724a5e netapi: Stub for DsGetDcNameA. 2006-10-05 18:06:58 +02:00
Francois Gouget 82babbee0b Add missing '\n's to Wine traces. 2006-10-05 17:46:48 +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 afbe00a85e netapi32: Add stubs for DsGetDcNameW and DsGetSiteNameW. 2006-09-27 18:19:44 +02:00
Juan Lang b44d713d23 netapi32: Partially implement DsRoleGetPrimaryDomainInformation, and DsRoleFreeMemory. 2006-09-21 11:16:25 +02:00
Andrew Talbot c4f4c2ff84 netapi32: Cast-qual warnings fix. 2006-09-20 12:23:37 +02:00
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
Marcus Meissner 0c15360a3e Removes all unnecessary WINE_DEFAULT_DEBUG_CHANNEL and respective wine/debug.h includes. 2006-09-11 11:30:48 +02:00
Detlef Riekenberg c8d4413068 netapi32: Avoid NULL access in NetApiBufferAllocate, with test. 2006-09-08 15:08:05 +02:00
Alexandre Julliard 5cf75e615a makefiles: Only run test and documentation targets in directories that need them. 2006-08-28 13:37:44 +02:00
Robert Reif d54043c028 netapi32: NetUserModalsGet bug fixes and cleanup. 2006-08-14 11:45:42 +02:00
Robert Reif 2fa5806a3a netapi32: Add stubs for remaining NetLocalGroup* functions.
Move existing NetLocalGroup* functions to local_group.c.
Add stubs for remaining NetLocalGroup* functions.
2006-08-07 15:35:10 +02:00
Robert Reif fb2017d4f4 netapi32: Add stub for NetUserGetLocalGroups. 2006-08-05 11:30:47 +02:00
Robert Reif 651ac46970 netapi32: Return an error for unimplemented levels in NetUserGetInfo. 2006-08-05 11:30:39 +02:00
Robert Reif f1adcb191f netapi32: Add stub for NetLocalGroupEnum. 2006-08-05 11:28:09 +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 5258e061dc make_dlls: Ignore generated import libraries from the top-level .gitignore. 2006-07-10 20:55:58 +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
Alexandre Julliard a62dca5874 netapi32: Don't use sizeof in traces to avoid printf format warnings. 2006-06-13 14:11:04 +02:00
Robert Reif 65dd8741ff netapi32: Add stub for NetServerEnumEx. 2006-06-07 14:31:13 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00