Commit Graph

45 Commits

Author SHA1 Message Date
Nicolas Le Cam 6a7017e41f netapi32: Fix well known account RIDs in NetQueryDisplayInformation Level 1. 2008-10-18 19:29:33 +02:00
Alexander Nicolaysen Sørnes 39894c2423 netapi32: Improve NetUserGetLocalGroups stub.
Report the user as member of the admins group.
2008-09-23 15:41:58 +02:00
Vladimir Pankratov ae71af004b netapi32: Add stub for NetGroupEnum. 2008-07-31 13:43:14 +02:00
Kai Blin 20213e49f2 netapi32: Make sure NetUserGetInfo can find the current user. 2008-07-03 11:50:51 +02:00
Andrew Talbot 4e3671f70b netapi32: Remove unneeded cast. 2008-01-14 13:09:53 +01:00
Michael Stefaniuc a4ec3ff61b netapi32: Remove two unused global variables. 2008-01-02 12:38:42 +01:00
Michael Stefaniuc 28a7d58837 netapi32: Remove redundant NULL check before HeapFree(). Found by Smatch. 2007-11-19 13:02:08 +01:00
Kai Blin bb4ba8e21b netapi32: Fix valgrind warnings.
For now, those pointers are always null, anyway.
2007-11-05 13:24:37 +01:00
Francois Gouget a4bbc85853 netapi32: Add lmuseflg.h and include it from lmuse.h.
Also add some prototypes to lmuse.h, and use it in the implementation.
2007-08-06 13:57:27 +02:00
Francois Gouget cec957d684 netapi32: Fix the NetUseAdd() calling convention. 2007-08-03 12:45:04 +02:00
Francois Gouget 5266e57975 Assorted spelling fixes. 2007-07-31 21:37:50 +02:00
Tim Schwartz 894343268c netapi32: Add NetUseAdd() stub. 2007-07-16 22:55:47 +02:00
Andrew Talbot 2a2a3b4ea4 netapi32: Constify some variables. 2007-06-20 13:08:55 +02:00
Andrew Talbot 2fb8c8aad0 netapi32: Exclude unused headers. 2007-05-15 12:19:35 +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 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
Rob Shearman 3d02585449 netapi32: Add a stub for NetUserChangePassword. 2007-02-23 11:18:36 +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
Francois Gouget 5cff5038a9 Fix ntsecapi.h so it does not depend on winternl.h. 2006-11-08 12:53:19 +01:00
Hans Leidekker 9f71ae876a netapi32: Win64 printf format warning fixes. 2006-10-12 21:26:26 +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
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Robert Reif 357713473b netapi32: Implement NetUserModalsGet level 2. 2006-05-05 17:31:00 +02:00
Hans Leidekker b9709d805c netapi32: Improve stub for NetUserModalsGet.
Tell the caller this host is not part of a domain.
2006-02-13 13:22:11 +01:00
Ge van Geldorp 2f57b9f36e Fix some prototypes to match the PSDK. 2005-11-21 11:59:27 +00:00
Detlef Riekenberg 0af6ae55e9 NetUserAdd + NetUserDel implemented as stub.
Made some FIXME more informative.
Marked some FIXME as stub.
Added comments before some functions.
2005-07-07 20:26:41 +00:00
Stefan Huehner 2440dcfe88 Fix -Wmissing-declarations warnings. 2005-07-05 12:49:14 +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
Chris Morgan 6088c11f96 Stub NetUserEnum(). 2004-02-06 05:17:39 +00:00
Mike McCormack ed224b3398 Stub implementations for some functions. 2003-12-04 20:53:46 +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
Uwe Bonnes bf25cefe7f NetUserGetInfo: implemented Level 1. 2002-12-17 01:46:40 +00:00
Chris Morgan b3123fac25 Stub NetGetDCName(). Add in the rest of the NERR_* defines. 2002-12-13 20:28:03 +00:00
Patrik Stridvall b5bb32c09a Fixed some issues found by winapi_check. 2002-09-24 18:29:39 +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