Commit Graph

2871 Commits (d1d0ff51ca959a1e0f60c34382260d8d353b5f6a)

Author SHA1 Message Date
dahall cc8f5045b8 Fixed problems with CLFS_MGMT_POLICY 2022-08-06 18:01:16 -06:00
dahall 3b18dd7755 Updated project files 2022-08-06 15:38:43 -06:00
dahall 28a363e8d3 Fixed bad comment 2022-08-06 15:36:04 -06:00
dahall 2e2d9d6c22 More work on ClfsW32 2022-08-06 11:20:18 -06:00
dahall 5019470887 More work on CLfsw32 2022-08-05 21:52:57 -06:00
dahall 155609864a Fixed minor build errors 2022-08-05 21:03:44 -06:00
dahall df3e5c224b Added tests and fixed problems with ClfsW32 2022-08-05 17:10:34 -06:00
dahall ec819a941d Fixed naming conflict with FILE_SHARE enum 2022-08-05 17:10:07 -06:00
dahall b3750bcb16 Added ClfsW32 project for Common Log File access. 2022-08-05 14:55:33 -06:00
dahall 316f96cd24 Added missing file attributes to FileFlagsAndAttributes and added FileShare enum with FILE_SHARE_* values. 2022-08-05 14:54:53 -06:00
dahall f59303a943 Added Vanara.PInvoke.WinSCard assembly 2022-08-01 19:16:01 -06:00
dahall 60a46e440b More HttpApi overloads 2022-07-30 17:54:18 -06:00
dahall a3ad8a9849 Added HttpApi helper funcs 2022-07-30 13:46:20 -06:00
dahall d9a99ef54f Added properties for SOCKADDR_IN6 and IN6_ADDR to determine address types. 2022-07-30 13:14:43 -06:00
dahall 5458ad4feb More work on httpapi 2022-07-29 18:52:42 -06:00
dahall ed3f5d8a69 Fixed bugs in HTTP_DATA_CHUNK 2022-07-29 17:11:43 -06:00
dahall cf6b72ddf6 Work on HTTP_DATA_CHUNK 2022-07-29 15:07:57 -06:00
dahall 6f44f96edc More work on HTTP_REQUEST 2022-07-29 13:29:00 -06:00
dahall b80487abef Work on HTTP_REQUEST 2022-07-29 12:56:43 -06:00
dahall 7bfcb63966 More work on httpapi 2022-07-29 11:03:41 -06:00
dahall 8213ebac3a Fixed handle versions and types 2022-07-29 07:17:04 -06:00
dahall 8dff6d9feb Added Vanara.PInvoke.HttpApi assembly 2022-07-28 22:20:19 -06:00
dahall 34bed8cfb4 Cleaned handle classes 2022-07-28 22:19:53 -06:00
dahall ad68923132 Another addition to DNS_ADDR_ARRAY.ctor 2022-07-26 17:15:54 -06:00
dahall 8162d0923d Added helper ctos to DNS_ADDR_ARRAY, DNS_QUERY_REQUEST, DNS_QUERY_RESULT and IP4_ARRAY. Added DNS_QUERY_REQUEST3 and DnsQueryEx overloads for it. 2022-07-26 17:04:05 -06:00
dahall c2fb30345d Changed PeerCaching enum to match others better before release 2022-07-26 10:37:56 -06:00
dahall b8d04de27c Fixed typo with BackgroundCopyJob.PeerCachingEnablment return value. 2022-07-26 10:05:16 -06:00
dahall e0945614d2 Added BackgroundCopyJob.AutoCompleteOnSuccess that will call Complete() for the user after the Completed event. 2022-07-26 07:35:15 -06:00
dahall 93cc820db4 Fixed entrypoint #308 2022-07-26 07:23:27 -06:00
dahall 0407e8007f Tests and fixes to additions to BITS 2022-07-25 20:45:25 -06:00
dahall da5f3d4ee8 Made changes to new cache admin access. 2022-07-25 15:25:47 -06:00
dahall 2f98621983 Added support for BITS peer caching 2022-07-25 14:09:39 -06:00
dahall 294b956f83 Added missing winhttp.h constants 2022-07-25 08:53:24 -06:00
dahall 666392b2e5 Changed OBJECTS_AND_SID.pSid to PSID type and cleaned AccCtrl.cs 2022-07-22 07:41:49 -06:00
dahall a16440036f Removed Pack=4 from TRUSTEE struct per #307. It breaks on 64-bit builds. Default is sufficient for both 32 and 64-bit. 2022-07-22 07:34:26 -06:00
dahall 215a87460c Added overloads to WinHttpReadData, WinHttpReadDataEx and WinHttpWriteData accepted byte[] 2022-07-21 17:38:15 -06:00
dahall 677081358a Refactored base handle structures into templates 2022-07-21 09:20:46 -06:00
dahall 660215dc19 Moved Shared\Handles.cs to Shared\Handles\IHandle.cs in prep for refactoring 2022-07-20 19:35:31 -06:00
dahall 0467cde74e Added ! operator to SafeHANDLE and cleaned Handles.cs 2022-07-20 19:32:12 -06:00
dahall 480f5df595 Added string classes via template 2022-07-20 17:40:09 -06:00
dahall eeb429ebb6 Added ! operator support to SafeAllocatedMemoryHandle and SafeMemoryHandle.Clone() method 2022-07-20 17:36:27 -06:00
dahall 2ce6552190 Enhanced SafeMemString with nullable support and the addition of methods, properties and operators to mimic StringBuilder 2022-07-20 17:35:05 -06:00
dahall 0320c6b7b6 Enabled nullable support for string related classes 2022-07-20 17:33:26 -06:00
dahall c80f9b6c00 Fixed param types on ReadFile/WriteFile overloads 2022-07-20 10:58:59 -06:00
dahall c2c24d49a2 In WinINet, added InternetReadFile overload and InternetCookieHistory and INTERNET_ASYNC_RESULT structures 2022-07-20 09:54:05 -06:00
dahall 88c8bbbfef Updated version to 3.4.6 2022-07-20 09:53:13 -06:00
dahall bf8ad0ac35 Added ReadFile and WriteFile overloads for NativeOverlap 2022-07-20 09:52:20 -06:00
dahall e97896fda6 Updated project files 2022-07-16 19:30:05 -06:00
dahall bfdab66b6f Added CryptCATAdminAddCatalog to simplify use. 2022-07-16 18:18:02 -06:00
dahall b0d7174d5a Added SafeMemoryPool class to auto dispose temporary pointers. 2022-07-16 17:43:48 -06:00