Commit Graph

2415 Commits

Author SHA1 Message Date
wj32 4366e2d5d7 removed BS comments
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2415 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-11 10:33:18 +00:00
wj32 d716223cfa #2912500 - "Failed to compare two elements in the array."
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2414 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-11 08:15:00 +00:00
wj32 19ceee688a #2911957 - "The given key was not present in the dictionary."
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2413 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-10 20:20:18 +00:00
xhmikosr f4af7be6cc git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2412 21ef857c-d57f-4fe0-8362-d861dc6d29cd 2009-12-10 17:15:33 +00:00
wj32 9a269025fd * bump to 1.9
* #2911938 - "The given key was not present in the dictionary."

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2411 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-10 11:36:10 +00:00
wj32 d73a1f11a6 added some FairResourceLock stats
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2410 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-10 11:18:27 +00:00
wj32 e1e334ae88 added defer event creation support to FairResourceLock (not enabled by default)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2409 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-10 10:45:40 +00:00
wj32 d05563fb80 added safety check to ProcessWindow.Dispose
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2408 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-10 08:15:22 +00:00
wj32 f992f9225a improved FairResourceLock
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2407 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-10 01:33:30 +00:00
wj32 11e14a8c71 new synchronization object: FairResourceLock - releases waiters in FIFO order
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2406 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-10 01:09:21 +00:00
wj32 384f22aef1 added another optimization the JIT compiler is too dumb to add in
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2405 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-09 11:41:13 +00:00
wj32 9f3f6ca52f * hacked around PWindows race condition
* disabled loaded modules in diagnostics text

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2404 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-09 10:05:13 +00:00
wj32 0dee309562 switched to FastResourceLock in NetworkProvider
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2403 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-09 09:47:33 +00:00
wj32 9bc410640f fixed comments
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2402 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-09 08:15:33 +00:00
wj32 916cdfe6ce added some comments to FastResourceLock
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2401 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-09 06:05:54 +00:00
wj32 0ab2ba4dbe FastResourceLock normal acquire methods now spin for a while before going to sleep
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2400 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-09 05:57:22 +00:00
wj32 177638a65e fixed another critical bug; introduced some optimizations
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2399 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-09 05:30:29 +00:00
wj32 6336f4b6c8 fixed two typos in FastResourceLock which lead to catastrophic failure
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2398 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-09 04:07:15 +00:00
wj32 4cdc3e5422 * switched to using kernel32.dll instead of System.Threading objects
* made FastEvent 4 bytes smaller
* completed FastResourceLock

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2397 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-09 03:12:52 +00:00
wj32 90d17e4a89 * fixed FastEvent creating an event for every wait
* fixed FastEvent not disposing unused events
* added another shortcut to FastEvent
* added FastLock
* removed all Thread.BeginCriticalRegion calls

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2396 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-08 01:00:39 +00:00
wj32 f2e6ff3357 fixed SsLogger screwing up when stopping then starting - cursor position was thrown away
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2395 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-06 11:03:52 +00:00
wj32 29b7fe6177 added file size limit for stage 2 processing
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2394 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-06 05:53:17 +00:00
wj32 dca3603551 added Bytes capturing to KphSs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2393 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-05 09:59:10 +00:00
wj32 c3a41d5b43 added two properties to RundownProtection
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2392 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-30 10:15:48 +00:00
wj32 77188e9dd3 made RundownProtection uber-fast
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2391 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-30 09:59:20 +00:00
wj32 d639e5fdc4 added WOW64 modules to handle filter results
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2390 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-30 09:04:17 +00:00
wj32 126f2feff5 removed some obsolete code from Provider
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2389 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-29 04:10:37 +00:00
wj32 d284deafb8 * replaced messy half-working code in ProcessWindow for selecting threads with ActionSync
* replaced fast event emulators with FastEvent

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2388 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-29 04:03:14 +00:00
wj32 d4f5abfb9c added permissions editing to NtObjects
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2387 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-29 02:00:27 +00:00
wj32 4f018798b0 fixed SamDomainHandle.GetAliasMembership
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2386 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-29 00:54:44 +00:00
wj32 b7df549afc added Verified Signer column
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2385 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-29 00:41:06 +00:00
wj32 ba5f1fdfae removed a reference
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2384 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-29 00:33:30 +00:00
wj32 499ee08396 improved signature verification - works on x64, and shows subject names
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2383 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-29 00:28:26 +00:00
wj32 c9016e692c added CredUI code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2382 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-28 22:30:44 +00:00
wj32 408a2b1da3 fixed some stuff
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2381 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-28 10:07:41 +00:00
wj32 7f4ccb48c1 added LsaAuthHandle, interactive logon authentication package
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2380 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-28 10:03:45 +00:00
wj32 3c487c5eb9 updated NativeTypeFactory with SAM types
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2379 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-28 06:38:12 +00:00
wj32 0bb361e262 added some SAM definitions from Vista/7
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2378 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-28 02:25:48 +00:00
wj32 0b8c1b0b73 added two convenience functions in LsaAccountHandle
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2377 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-28 01:42:58 +00:00
wj32 571e959421 updated alias functions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2376 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-28 01:41:46 +00:00
wj32 1feaa4b3a3 added the SAM wrapper classes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2375 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-28 01:13:43 +00:00
wj32 6406b5e11c added almost all SAM definitions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2374 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-27 23:24:14 +00:00
wj32 6c07c17a24 added some more stuff
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2373 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-27 11:42:15 +00:00
wj32 2ba1da4d58 added some SAM stuff
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2372 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-27 11:08:06 +00:00
wj32 bcc06383c1 fixed ISecurable wrappers with regards to accessing the SACL
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2371 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-27 10:26:03 +00:00
wj32 f190af0070 improved SecurityEditor ISecurable wrapper
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2370 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-27 10:20:50 +00:00
wj32 187483ce8b enhanced LSA functions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2369 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-27 09:04:53 +00:00
wj32 8321aa9c75 fixed incorrect comment in CircularBuffer
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2368 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-27 08:06:37 +00:00
xhmikosr 3fae9f7c93 git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2367 21ef857c-d57f-4fe0-8362-d861dc6d29cd 2009-11-27 01:48:20 +00:00
xhmikosr 1a8a20a8e6 Installer: remove Assistant.exe even when upgrading
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2366 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-26 13:30:29 +00:00