Teddy Reed
|
fd8f5782ab
|
Merge pull request #308 from facebook/lsof
Darwin lsof
|
2014-10-31 16:32:30 -07:00 |
|
Mark Roberts
|
675dc308b9
|
Fix possible errors with getProcPath and getProcName
|
2014-10-31 16:07:09 -07:00 |
|
Pablo S. Torralba
|
42c73897bf
|
Some minor stetic changes to keep the code clean
|
2014-10-31 14:27:15 -07:00 |
|
Mark Roberts
|
534999b396
|
Whitespace
|
2014-10-31 13:49:25 -07:00 |
|
Pablo S. Torralba
|
366274504b
|
Feedback fixes to clean the code a bit
|
2014-10-31 13:44:00 -07:00 |
|
Mark Roberts
|
f38bcd390e
|
Add file_type to process_open_files
|
2014-10-31 11:13:35 -07:00 |
|
Pablo S. Torralba
|
a6e04efdd7
|
Add quarantine vtable for OSX
The tables reports:
- path: The file in quarantine
- creator: The application that created the file
Example:
osquery> select * from quarantine limit 10;
+----------------------------------------------------------------------------+---------------+
| path | creator |
+----------------------------------------------------------------------------+---------------+
| /Applications/Adium.app | Google Chrome |
| /Applications/Adium.app/Contents | Google Chrome |
| /Applications/Adium.app/Contents/_CodeSignature | Google Chrome |
| /Applications/Adium.app/Contents/_CodeSignature/CodeResources | Google Chrome |
| /Applications/Adium.app/Contents/Frameworks | Google Chrome |
| /Applications/Adium.app/Contents/Frameworks/Adium.framework | Google Chrome |
| /Applications/Adium.app/Contents/Frameworks/Adium.framework/Adium | Google Chrome |
| /Applications/Adium.app/Contents/Frameworks/Adium.framework/Headers | Google Chrome |
| /Applications/Adium.app/Contents/Frameworks/Adium.framework/PrivateHeaders | Google Chrome |
| /Applications/Adium.app/Contents/Frameworks/Adium.framework/Resources | Google Chrome |
+----------------------------------------------------------------------------+---------------+
Fixes issue #231
|
2014-10-31 06:10:51 -07:00 |
|
Mark Roberts
|
3cf5aa4bae
|
Add lsof for #28 functionality to Darwin, refactor to use shared infra for process_envs
|
2014-10-31 03:28:14 -07:00 |
|
yetanotherhacker
|
8cee7e0b3c
|
Spelling fixes in comments and output.
|
2014-10-30 04:27:00 -04:00 |
|
Mark Roberts
|
0867c2b547
|
Add process_envs table for OSX and Linux for issue #99
|
2014-10-29 03:45:26 -07:00 |
|
Teddy Reed
|
339b63677e
|
[vtables] Rename homebrew files, some cleanup
|
2014-10-29 00:34:55 -07:00 |
|
Martin Majlis
|
d645dfc257
|
Initial implementation for the homebrew table.
|
2014-10-28 21:03:56 -07:00 |
|
Teddy Reed
|
6e60612520
|
Using clang-format 3.5
|
2014-10-27 17:37:36 -07:00 |
|
Teddy Reed
|
a82792b3f7
|
Log results as events
|
2014-10-24 17:05:17 -07:00 |
|
Javier Marcos
|
bf3cd15c91
|
Final fix for the allocation problem
|
2014-10-23 17:17:50 -07:00 |
|
Javier Marcos
|
f69913938f
|
Bad memory leak with OpenDirectory and pwd/grp.h code
|
2014-10-22 23:49:16 -07:00 |
|
Javier Marcos
|
b3208bab70
|
Errors handled, shit is on fire
|
2014-10-10 16:09:45 -07:00 |
|
Javier Marcos
|
b518c6b9e0
|
Adding groups vtable and refactoring users
|
2014-10-10 15:09:14 -07:00 |
|
mike@arpaia.co
|
ae91f7af7e
|
only index if it's not nullptr
|
2014-10-09 22:08:37 -07:00 |
|
mike@arpaia.co
|
0033e9bd02
|
cleaning up some memory leak supps
|
2014-10-09 22:06:55 -07:00 |
|
mike@arpaia.co
|
f45798d31a
|
OMG memory leaks
|
2014-10-09 18:08:31 -07:00 |
|
mike@arpaia.co
|
627821abc1
|
Periodic clang-format
|
2014-09-21 14:29:28 -07:00 |
|
mike@arpaia.co
|
b5ee19f49f
|
Removing the osquery::db namespace
|
2014-09-21 14:27:09 -07:00 |
|
mike@arpaia.co
|
de426754d9
|
moving fs to the global namespace
|
2014-09-15 11:47:52 -07:00 |
|
mike@arpaia.co
|
ad9b0bb5c1
|
Doxyfile, for docs
|
2014-09-13 15:18:26 -07:00 |
|
mike@arpaia.co
|
cec7b33afb
|
removing unused header includes
|
2014-09-09 18:43:41 -07:00 |
|
Teddy Reed
|
bfba3d491d
|
Merge pull request #117 from facebook/linux-processes-vtable
[vtables] Processes table for Linux (procps3)
|
2014-09-09 14:43:26 -07:00 |
|
Teddy Reed
|
2bcd89d70f
|
[vtables] Adding cmdline, path to Linux processes
|
2014-09-09 10:59:16 -07:00 |
|
mike@arpaia.co
|
8fcad82b35
|
periodic clang-format
|
2014-09-09 00:56:27 -07:00 |
|
Teddy Reed
|
c6a7e86b18
|
[vtables] Processes table for Linux (procps3)
|
2014-09-08 22:42:17 -07:00 |
|
Teddy Reed
|
4ffd184eaf
|
Changes for Linux (Ubuntu 14.04) build
|
2014-09-05 10:58:58 -07:00 |
|