Teddy Reed
6e7f3dbbbd
Move logger/config to use Registry getActive
2015-03-08 14:52:13 -07:00
Teddy Reed
995a16d83f
Add keychain_items to include basic item details
2015-03-08 01:59:59 -08:00
Teddy Reed
4916392aa8
Merge pull request #812 from theopolis/keychain
...
Add more keychain search paths for certificates
2015-03-07 23:27:50 -08:00
Teddy Reed
9b30657dab
Merge pull request #827 from theopolis/move_defines
...
Move preprocessor defines before compile flags
2015-03-06 12:23:08 -08:00
Theodore M. Reed
4803b441a2
Move preprocessor defines before compile flags
2015-03-06 12:11:21 -08:00
Mitchell Grenier
cd96c6a213
Merge pull request #828 from donhusa/time
...
Cleaned Up Time Table
2015-03-05 18:17:15 -08:00
Don Husa
f6b5c5a2e3
Cleaned Up Time Table
2015-03-05 16:57:44 -08:00
Teddy Reed
d1b045d588
Add libosquery as a dependency for the testing utils
2015-03-05 09:26:22 -08:00
Teddy Reed
03c05e24bf
Merge pull request #825 from theopolis/daemon_nits
...
Remove shell tools from daemon
2015-03-05 08:37:29 -08:00
Teddy Reed
95a9716e02
Remove shell tools from daemon
2015-03-04 23:21:16 -08:00
Teddy Reed
0a6c360d7a
Merge pull request #818 from theopolis/extensions_load
...
Extensions autoloading prequel
2015-03-04 20:54:07 -08:00
Teddy Reed
0673900837
Registry modules
2015-03-04 20:33:10 -08:00
Teddy Reed
99beceaef6
Switch lazy=active concept for registry setup
2015-03-04 18:51:41 -08:00
Teddy Reed
8efa07e520
Watcher process will fail if DB path is incorrect
2015-03-04 18:51:41 -08:00
Teddy Reed
3c02806cd8
Extensions autoloading prequel
2015-03-04 18:51:41 -08:00
Teddy Reed
1c9f254e53
Merge pull request #824 from theopolis/centos_build
...
[Fix #823 ] Install cmake/boost after clang on centos
2015-03-04 18:10:26 -08:00
Teddy Reed
5b5eb7f693
[ Fix #823 ] Install cmake/boost after clang on centos
2015-03-04 17:32:19 -08:00
Mitchell Grenier
c60021f64e
Merge pull request #822 from jedi22/files_fix
...
Files now returns directories as well
2015-03-04 11:46:09 -08:00
Mitchell Grenier
d5e8fe61d2
Removed the checks
2015-03-04 11:27:11 -08:00
Mitchell Grenier
690c275eec
Merge pull request #819 from jedi22/filesystem_dotdot
...
Filesystem dotdot
2015-03-03 16:25:57 -08:00
Mitchell Grenier
93577f3ab2
Added filesystem .. test
...
Supporting relative paths
2015-03-03 16:18:37 -08:00
Teddy Reed
6ad580a5de
Merge pull request #811 from theopolis/python_tests
...
Organizing osquery python testing
2015-03-02 22:16:20 -08:00
Mitchell Grenier
3d27fff697
Merge pull request #784 from jedi22/directory_monitoring
...
Adding ability to monitor whole folders
2015-03-02 17:21:24 -08:00
Mitchell Grenier
f50593f030
Less capitals
2015-03-02 17:01:05 -08:00
Mitchell Grenier
fc09924a59
clang format
2015-03-02 16:48:01 -08:00
Teddy Reed
41ab6f3161
Organizing osquery python testing
...
Move /osquery/python_tests/* to /tools/tests
Move test_extensions process controls to test_base module
Use test_base.Testing to implement each module's main()
- This applies a default argparse with --build
- test_base.ARGS is the argparse-parsed namespace
- Use test_base.ARGS.build for the platform-specific dir
Move WatchdogTests to /tools/tests/test_watchdog.py
2015-03-02 16:23:22 -08:00
Teddy Reed
d68bb686a9
Use base tag for SDK version
2015-03-02 16:21:15 -08:00
Teddy Reed
722cf3b59c
Merge pull request #813 from theopolis/no_osx_symlinks_pkg
...
[#808 ] Prefer /private/var for PKG install structure
2015-03-02 16:02:30 -08:00
Teddy Reed
40e167d7b7
Merge pull request #810 from theopolis/respect_cflags
...
Respect external CMake C/CXX flags
2015-03-02 16:01:53 -08:00
Teddy Reed
a6bc9d6d97
Merge pull request #804 from theopolis/network_settings
...
Add sysctl (system_controls) table
2015-03-02 16:01:39 -08:00
Teddy Reed
018c1b4f86
Merge pull request #807 from theopolis/with_gmake
...
[Fix #805 ] Add symlink to gmake for gflags
2015-03-02 16:01:33 -08:00
Mitchell Grenier
0016bc4a8c
Addressing theopolis changes
2015-03-02 15:46:42 -08:00
Mitchell Grenier
68ea487137
Addressing theopolis changes
2015-03-02 15:43:31 -08:00
Teddy Reed
e0eff0478b
[ #808 ] Prefer /private/var for PKG install structure
2015-03-02 00:19:52 -08:00
Teddy Reed
e123f9f0a2
Add more keychain search paths for certificates
2015-03-01 21:15:42 -08:00
Teddy Reed
dcff476807
Respect external CMake C/CXX flags
...
Use osquery-C flags for every object compile.
Add CXX flags without conditional logic.
Move the `python-thrift` target into the CPP generation command.
Remove verbose option for extensions python unittest.
Add thrift as a pip install requirement (for unittests).
2015-03-01 21:19:31 -07:00
Mitchell Grenier
544615ef57
Bug fix for REC_LIST_FOLDERS
...
Fixed a bug where when using REC_LIST_FOLDERS, the root resolution directory
would not be returned.
2015-03-01 18:26:37 -08:00
Teddy Reed
be9218ecf1
Add sysctl (system_control) table
2015-03-01 18:51:33 -07:00
Teddy Reed
ff1f1c086b
[ Fix #805 ] Add symlink to gmake for gflags
2015-02-27 19:45:18 -07:00
Mitchell Grenier
0031c6ed57
Fixed many bugs. inotify and fsevents should be same now
2015-02-27 17:28:51 -08:00
Teddy Reed
a3eade9bac
Merge pull request #803 from zwass/python_testing
...
Add Python integration testing to CTest.
2015-02-27 17:16:29 -08:00
Zachary Wasserman
eb778fa361
Add Python integration testing to CTest.
...
Here we create a new CMake macro for adding python integration tests,
as well as a wrapper for easy testing of osqueryi. There is a PoC test
of the time table.
2015-02-27 10:10:26 -08:00
Teddy Reed
74ae25f727
Merge pull request #801 from theopolis/openssl_x509
...
Rename ca_certs to certificates
2015-02-26 23:59:49 -08:00
Teddy Reed
2237f00c12
Rename ca_certs to certificates
2015-02-26 23:47:05 -08:00
Teddy Reed
c6db851833
Merge pull request #799 from theopolis/extension_help
...
Extensions helpers, API additions
2015-02-26 20:07:09 -08:00
Mitchell Grenier
70c82b5a40
Linux inotify more closely resembles fsevents and is generally more awesome
2015-02-25 16:43:37 -08:00
Mitchell Grenier
6548006d3e
Adding ability to monitor whole folders
2015-02-25 16:28:24 -08:00
Teddy Reed
b9dbcb2545
Fix some tooling regressions
2015-02-25 00:09:43 -08:00
Teddy Reed
9031bad609
Extensions helpers, API additions
...
Use --socket for extensions, limit help
Add an 'active' concept to registries, support a blank item call
Add osquery_registry to list the internal/external plugin details
2015-02-25 01:02:05 -07:00
Teddy Reed
c7e4094c53
Merge pull request #795 from theopolis/fix_788
...
[Fix #788 ] Lookup ppids on OS X using CTL_KERN
2015-02-24 13:52:40 -08:00