Filipe Manco
366141fda2
Catch exceptions by ref on windows processes ( #4541 )
2018-06-13 21:06:38 +01:00
Nick Anderson
a338c86170
tables: adding user_groups table for Windows ( #4217 )
2018-05-14 16:48:16 -07:00
Nick Anderson
e50a38490b
bug: wait for service thread to finish before exiting with SCM ( #4386 )
2018-05-11 14:30:16 -07:00
Nick Anderson
6ba14264e7
bug: fix handle leaks in Windows process functions ( #4323 )
2018-04-24 14:48:51 -07:00
Nick Anderson
305108155a
bug: handle windows service shutdowns gracefully ( #4286 )
2018-04-18 07:51:04 -07:00
Nick Anderson
f89392bdb4
extensions: adding autoloading python extensions for Windows ( #4096 )
2018-02-16 13:56:38 -08:00
Teddy Reed
00040c6c1a
feature: URI parsing from folly ( #4035 )
2018-01-06 20:26:36 -08:00
Teddy Reed
f6d077cbf7
license: Change license to Apache 2.0 and GPLv2 ( #4007 )
2017-12-18 16:04:06 -08:00
Teddy Reed
13dfd0148c
audit: Force include and source files to be 100644 ( #3971 )
2017-11-30 02:01:04 -08:00
Mike Myers
b79c0e2621
Local Groups table for Windows ( #3855 )
2017-11-27 23:51:47 -08:00
Teddy Reed
ee17e7e6f0
extensions: Fix path quotes on Windows ( #3965 )
2017-11-27 07:17:43 -08:00
Teddy Reed
3ad5267642
[ Fix #3941 ] Stop renaming worker and extension argv[0] ( #3943 )
2017-11-20 07:24:55 -08:00
Nick Anderson
fa78d5db01
[ Fix #3683 ] Setting interface id for interface_addresses ( #3684 )
2017-09-13 16:30:30 -07:00
Teddy Reed
49bb0ecc49
process: Aesthetic changes to process and process_ops ( #3678 )
2017-09-10 10:58:38 -07:00
Teddy Reed
f29de27649
Combine osqueryi and osqueryd into single binary ( #2742 )
2017-08-27 11:09:25 -07:00
Nick Anderson
5172580ac8
bug: Processes name correctly displays uid for domain users ( #3574 )
2017-08-18 21:51:39 -07:00
Teddy Reed
7844a8ea1b
nits: Use char-overload for find ( #3363 )
2017-05-29 23:13:10 -07:00
Nick Anderson
95d916e24b
[ Fix #3268 ] extensions autoload now correctly spawns extension processes ( #3269 )
2017-05-11 16:51:48 -07:00
Nick Anderson
318dfe2d0d
Fixing stringToWstring crashes with wide character strings ( #3170 )
2017-04-18 09:25:30 -07:00
yying
31b78cb996
Adding hostIdentifier, calendarTime, unixTime to status logging ( #3146 )
2017-04-10 11:56:23 -07:00
Teddy Reed
396201b2fb
extensions: No not use noverbose in autoloading ( #3107 )
2017-03-26 19:43:50 -07:00
Teddy Reed
f6f9480874
extensions: Preserve environment in auto-loaded extensions ( #3101 )
2017-03-24 18:47:23 -07:00
Nick Anderson
5299e26bd3
Updating users table to pickup users with no profile ( #3009 )
2017-02-23 20:01:36 -08:00
Teddy Reed
214eeca44a
Allow POSIX to gracefully stop workers ( #2909 )
2017-01-15 01:25:59 -08:00
Teddy Reed
1d758b1d9a
Allow watchdog watcher to wait for child exits ( #2908 )
2017-01-12 18:09:46 -08:00
Dan Sedlacek
1d604fc1af
[windows] arp_cache virtual table ( #2839 )
2017-01-10 19:09:46 -08:00
Teddy Reed
0e9733f94c
Simplify Registry and plugin concepts ( #2887 )
2017-01-07 12:21:35 -08:00
Nick Anderson
91ecf22e44
Updating processes table to contain UID and GID ( #2889 )
2017-01-04 08:41:06 -08:00
Phil Christensen
1c21fe4208
C++ conformance fixes (MSVC /permissive-) ( #2860 )
2016-12-12 00:23:08 -08:00
Nick Anderson
b6b4ced56c
Fixing python installation path in Chocolatey ( #2857 )
2016-12-09 17:18:44 -08:00
lambda-conjecture
cd761d1749
Fix deadlock in RocksDB log callback ( #2749 )
2016-12-02 23:24:08 -08:00
Aditya Srivastava
ef4f8af3b8
Issue #2651 : Changed all NULLs to nullptrs ( #2657 )
2016-10-21 11:20:28 -07:00
Nick Anderson
81d2794b26
platformGetUid returns 0 for Administrator user ( #2643 )
2016-10-19 10:25:32 -07:00
Nick Anderson
208d2324d5
Extending chrome browser extension table to Windows ( #2619 )
2016-10-14 10:23:37 -07:00
Nick Anderson
616d9f5953
Adding support for Windows platform_info table ( #2611 )
2016-10-12 09:01:32 -07:00
Nick Anderson
b69981584f
Fixing COM memory leak ( #2583 )
2016-10-02 12:15:17 -07:00
Nick Anderson
3a351ebf43
Adding windows system_info virtual table ( #2521 )
2016-09-26 11:08:57 -07:00
yying
a7af70d021
Adding remote config/logging capabilities to Windows build ( #2469 )
2016-09-20 14:18:58 -07:00
yying
a27d6567e4
Core and Additional Tests ( #2441 )
2016-09-12 09:46:52 -07:00
yying
84e6a3401a
Reducing compiler warnings and fails on warn in VS ( #2433 )
2016-09-02 15:04:03 -07:00
Nick Anderson
7c90823a0c
Upgrade LLVM to 3.8.1 on Linux ( #2436 ) ( #2435 )
2016-09-02 14:53:04 -07:00
yying
d347c847e1
Support for extensions ( #2363 )
2016-08-31 16:45:06 -07:00
yying
50487c6880
Changes to make pidfile work on Windows ( #2297 )
2016-07-28 16:04:34 -07:00
yying
2fb3797c53
Changes to support building a osquery Windows service. ( #2278 )
2016-07-22 13:29:37 -07:00
Teddy Reed
6df4c8c4d4
The watcher process should apply memory limits to itself ( #2263 )
2016-07-21 12:33:14 -07:00
Teddy Reed
45530c0496
Slight performance improvments ( #2242 )
2016-07-12 19:16:50 -07:00
artemdinaburg
5292100c22
Use vector.data() to get internal vector buffers ( #2204 )
2016-06-30 12:32:26 -07:00
yying
15d1455957
Process Operations - osquery/core Integration ( #2087 )
...
This integrates the process abstraction operations within osquery core.
2016-05-13 19:47:45 -07:00
yying
63c0258aec
Abstracted platform specific process operations into a common interface. ( #2069 )
...
Added Windows support for process operations.
Added unit tests for process abstraction code for POSIX and Windows.
Modified CMake config files to support building the new code and unit tests.
2016-05-11 14:16:32 -07:00