Commit Graph

1780 Commits (af3b7b1abc6e2c28ee88757337984d68587b1ffb)

Author SHA1 Message Date
dahall af3b7b1abc Added missing FOLDERID items 2020-09-03 10:51:51 -06:00
dahall 1f52c4aaf0 Removed warning messages 2020-09-03 10:51:23 -06:00
dahall b83d09aec7 Merge branch 'master' of https://github.com/dahall/Vanara 2020-09-02 08:10:46 -06:00
Tony Hallett 028c169700
Add known folder 3D Objects (#164) 2020-09-02 07:22:01 -06:00
dahall 8eab7bf9a9 Improved compiler ignore process. Now all files starting with ~ are ignored. 2020-09-01 14:54:11 -06:00
dahall 0da3f27dff Optimized some expressions 2020-09-01 14:01:09 -06:00
dahall e7476d7ecc Removed BITS and VirtualDisk project references from SystemServices 2020-09-01 14:00:50 -06:00
dahall b97b8d995d Updated project files after adding DRT and PeerDist libs 2020-08-31 16:57:29 -06:00
dahall 7b44c23bda Added DRT.dll library 2020-08-31 16:55:50 -06:00
dahall 3085b7d412 Added new property keys for Recycle Bin (#162) 2020-08-31 10:43:21 -06:00
dahall 58ab52cba6 Fixed bug in ShellFileOperations when supplying multiple files at once causing an endless loop 2020-08-31 10:42:13 -06:00
dahall c4fe7fc598 Fixed error in ReadOnlyPropertyStore.TryGetValue that only would return true (#163) 2020-08-31 08:59:36 -06:00
dahall abcc1e276d Removed duplicates 2020-08-30 21:14:24 -06:00
dahall 0d5cf22aa5 Merge branch 'master' of https://github.com/dahall/Vanara 2020-08-30 21:12:34 -06:00
dahall 0469e26f83 Initial PeerDist.dll implementation 2020-08-30 21:11:35 -06:00
dahall 7b584a81f2 Updated project versions to 3.2.16 2020-08-30 19:46:13 -06:00
David Hall d1dad313cc
Delete codeql-analysis.yml
Is not working
2020-08-30 15:30:55 -06:00
dahall bd6189ef54 Updated project files for 3.2.15 release 2020-08-30 15:13:44 -06:00
dahall c3676aa036 Final changes to P2P files before release 2020-08-30 13:04:42 -06:00
dahall fc0cf16ba2 Redid the enumeration function in p2p 2020-08-29 10:47:05 -06:00
dahall 005c158ecc More P2P changes/additions 2020-08-28 16:49:21 -06:00
dahall 7ebd5aaf58 Merge branch 'master' of https://github.com/dahall/Vanara 2020-08-28 14:39:34 -06:00
dahall 4cb3f3b75a Added service Guids 2020-08-28 14:39:30 -06:00
dahall 8859b714c5 Updated P2P functions to be more usable 2020-08-28 14:35:20 -06:00
NN 80bfe2ce20
Call to closeMethod in GenericSafeHandle. (#161) 2020-08-27 10:25:14 -06:00
dahall d214434cda Initial implementation of P2P.dll 2020-08-26 21:04:19 -06:00
dahall b7d0a30276 Updated project information 2020-08-26 21:03:04 -06:00
dahall 16cf142959 Fixed doc error 2020-08-26 21:02:09 -06:00
dahall 3c603ad95c Merge branch 'master' of https://github.com/dahall/Vanara 2020-08-26 15:26:06 -06:00
dahall 61b35a58c6 Reversed changes used for testing 2020-08-26 15:25:39 -06:00
dahall 9c843fb72b Added DangerousGetInterface() method to expose the underlying IExplorerBrowser interface. Use with caution. #159 2020-08-26 15:24:58 -06:00
dahall bd7f55f460 Fixed #158 with errors with IServiceProvider definition causing faults in ExplorerBrowser 2020-08-26 14:51:08 -06:00
dahall 67e344975f Updated unit tests with changes to TestCaseSources class 2020-08-26 13:49:55 -06:00
dahall 8a06335cd9 Fixed warnings in Vanara.Windows.Forms 2020-08-25 12:40:35 -06:00
dahall c6cd401ae3 Added more tests for the Computer class 2020-08-24 15:11:07 -06:00
David Hall 7a46a78011
Create codeql-analysis.yml 2020-08-24 12:03:35 -06:00
dahall 42b8e5b414 Added NetworkDeviceConnections to Computer class to manage connection to remote shares and printers. Same functionality as command line 'net use'. 2020-08-23 12:58:34 -06:00
dahall 2e240f5434 For WNetEnumResources helper method, added better error handling, set initial buffer to page size, and fixed bug in loop 2020-08-23 12:56:08 -06:00
dahall 17cc37f622 Added parameter attributes and Win32Error.WNetThrowIfFailed extension method and assoc exception 2020-08-23 12:54:12 -06:00
dahall 2910ffc75c Fixed bug in WindowsIdentity.Run extension method causing method to be called twice if identity was null 2020-08-23 12:47:44 -06:00
dahall b92ae7b922 Fixed incorrect parameters being passed to NetDfsSetClientInfo and NetDfsSetInfo 2020-08-23 12:46:59 -06:00
dahall 8340bd7035 Fixed NullReferenceException for WindowsIdentity to WindowsImpersonatedIdentity 2020-08-23 12:44:50 -06:00
dahall 8d40364e2c Added Lookup property to pull from TestCaseSources.txt 2020-08-23 12:43:20 -06:00
dahall 70ce687307 Genericized test 2020-08-20 13:41:07 -06:00
dahall 83cc81f63a Merge branch 'master' of https://github.com/dahall/Vanara 2020-08-20 13:09:32 -06:00
dahall d0bc420902 Changed version to 3.2.15 2020-08-20 13:09:26 -06:00
David Hall b50c37661b
Update README.md 2020-08-20 10:00:04 -06:00
dahall 37d8521a9d Updated project files for 3.2.14 2020-08-20 09:28:06 -06:00
dahall 8d875a0010 Completed initial work on DbgHelp library that also includes ImageHlp.dll functions 2020-08-19 20:55:22 -06:00
dahall c5814672d5 Added protected size and offset values 2020-08-19 20:51:11 -06:00