Commit Graph

59 Commits

Author SHA1 Message Date
Hans Leidekker 56ff1cc76a netapi32: Add a partial implementation of NetUserEnum. 2015-02-16 23:28:39 +09:00
Qian Hong 8c60161148 netapi32: Add stub for NetScheduleJobDel. 2014-03-21 13:59:23 +01:00
Francois Gouget 8b5ec5bb49 netapi32: Make access_mask_to_samba() static. 2013-12-09 11:43:38 +01:00
Marcus Meissner 0ef0f7bb0a netapi32: Added missing breaks (Coverity). 2013-11-25 15:15:52 +01:00
Hans Leidekker 466f435a3c netapi32: The last parameter to Samba's NetShareAdd is not optional. 2013-11-20 11:28:59 +01:00
Hans Leidekker d9723d2bed netapi32: Add support for info level 502 in NetShareAdd. 2013-11-20 11:28:51 +01:00
Hans Leidekker 499eed087e netapi32: Add helpers to initialize and destroy a libnetapi context. 2013-11-20 11:28:42 +01:00
Francois Gouget 19d8c27d12 netapi32: Remove WINAPI on static functions where not needed. 2013-11-20 11:27:57 +01:00
Hans Leidekker 8f200ea9f8 netapi32: Add support for remote computers in NetShareDel. 2013-11-13 18:30:26 +01:00
Hans Leidekker 461eaca8a7 netapi32: Add support for remote computers in NetShareAdd. 2013-11-13 18:30:21 +01:00
Hans Leidekker f3c78b1ba7 netapi32: Add support for remote computers in NetWkstaGetInfo. 2013-11-13 18:30:16 +01:00
Hans Leidekker eaef76f041 netapi32: Add support for remote computers in NetServerGetInfo. 2013-11-12 12:58:04 +01:00
Hans Leidekker 65d12829b6 netapi32: Perform a case-insensitive string comparison in NETAPI_IsLocalComputer. 2013-11-12 12:58:04 +01:00
Hans Leidekker edbf3ac0ee netapi32: Merge local_group.c into netapi32.c. 2013-11-12 12:58:04 +01:00
Hans Leidekker 192cc0aca4 netapi32: Merge ds.c into netapi32.c. 2013-11-12 12:58:04 +01:00
Hans Leidekker 01fb3a1b90 netapi32: Merge browsr.c into netapi32.c. 2013-11-12 12:58:04 +01:00
Hans Leidekker 97bc30ae19 netapi32: Merge access.c into netapi32.c. 2013-11-12 12:58:04 +01:00
Hans Leidekker cf597a7603 netapi32: Merge wksta.c into netapi32.c. 2013-11-12 12:58:04 +01:00
Hans Leidekker eb8264bac3 netapi32: Merge share.c into netapi32.c. 2013-11-12 12:58:04 +01:00
Hans Leidekker a746b826f4 netapi32: Merge apibuf.c into netapi32.c. 2013-11-12 12:58:04 +01:00
Hans Leidekker fe3669e823 netapi32: Move NetBios functions to netbios.c. 2013-11-12 12:58:03 +01:00
Alexandre Julliard 670c621414 netapi32: Don't bother to clean up at process exit. 2013-05-17 12:29:08 +02:00
Andrew Talbot 9205f02ac5 netapi32: Remove unused variable. 2012-11-28 20:14:41 +01:00
Chae Jong Bin ecdd6c58c5 netapi32: Add stub for NetScheduleJobAdd. 2012-09-04 16:15:48 +02:00
Michael Stefaniuc 04121b3e02 netapi32: Print the debug string and not the pointer to it. 2012-03-26 18:15:26 +02:00
Austin English bf8d9cb707 netapi32: Add a stub for NetUseGetInfo. 2011-11-28 16:40:47 +01:00
Louis Lenders a9b473fa83 netapi32: Add stub for NetScheduleJobEnum. 2011-10-08 17:36:36 +02:00
André Hentschel ae3e768a2e netapi32: Add stub implementation for NetServerDiskEnum. 2011-02-07 13:07:58 -06:00
Jason Edmeades c6be6a4bfe netapi31: Add basic support for NetServerGetInfo.
Based on code from NetWkstaGetInfo, and retrieves the basic system
information. Note the 'type' field is a little generic as there is
currently no concept of domain controllers, servers or workstation
so I used the most accurate value I could.
2010-01-18 14:38:14 +01:00
Juan Lang 45ae94dddc netapi32: Improve a trace. 2009-10-12 12:13:24 +02:00
Tim Schwartz db994bf6ed netapi32: Add stub for NetUseEnum(). 2007-10-31 12:39:54 +01:00
Francois Gouget 9fae03b39b netapi32: Add some missing prototypes in the lmaccess.h, lmshare.h and lmwksta.h headers.
Replace LPWC?STR with LMC?STR to better match the PSDK.
2007-08-08 15:32:03 +02:00
Andrew Talbot 9d70a6ee2c netapi32: Declare a variable static. 2007-01-17 11:23:18 +01:00
Hans Leidekker 9f71ae876a netapi32: Win64 printf format warning fixes. 2006-10-12 21:26:26 +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
Vincent Béron 74a4e59aad Add some prototypes to include/ for already existing functions in
netapi32.
2005-11-30 12:04:18 +01:00
Ge van Geldorp 2f57b9f36e Fix some prototypes to match the PSDK. 2005-11-21 11:59:27 +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
Hans Leidekker 7e8e12439a NetServerGetInfo() pseudo stub. 2004-04-02 19:17:42 +00:00
Juan Lang 93e268efbd Implement NetpNetbiosStatusToApiStatus. 2004-03-01 21:23:51 +00:00
Steven Edwards 000a5c73ee Porting Fixes for Mingw/MSVC. 2004-02-10 20:09:43 +00:00
Juan Lang e7fd6fd2a1 Implemented a lot of Netbios(). 2003-11-29 00:19:19 +00:00
Geoff Thorpe 23609d22d6 Added a stub for NetStatisticsGet. 2003-09-11 03:09:19 +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 119eacc6d3 Removed a no longer used header. 2003-07-08 21:10:45 +00:00
Dmitry Timoshkov 4e1ef0c114 For all DLLs with defined DllMain and which do not require
DLL_THREAD_ATTACH/DLL_THREAD_DETACH notifications, call
DisableThreadLibraryCalls() in order to slightly improve performance
on thread creation/exiting.
2003-06-30 20:53:48 +00:00
Juan Lang c5e856a300 Use iphlpapi to enumerate LAN adapters.
Add names to NetBIOS transports, and eliminates loopback adapters from
enumerated LAN adapters.
2003-06-16 01:23:20 +00:00
Aric Stewart 3e53d11efe Added stub for NetServerEnum. 2003-05-19 23:06:35 +00:00
Alexandre Julliard 5537dbbf40 Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by the standard
AC_CHECK_MEMBERS. Added check for si_fd in siginfo_t.
2003-03-28 00:36:12 +00:00