Javier Marcos
|
b518c6b9e0
|
Adding groups vtable and refactoring users
|
2014-10-10 15:09:14 -07:00 |
|
Javier Marcos
|
7944ab50da
|
Adding vtable for users
|
2014-10-09 12:50:34 -07:00 |
|
Teddy Reed
|
69607c7b32
|
[vtable] Parity with OSX/Linux processes table
|
2014-10-03 16:24:11 -07:00 |
|
Teddy Reed
|
e77ae22fe2
|
[events] Rename EventModule to EventSubscriber
|
2014-10-03 08:08:06 -07:00 |
|
Teddy Reed
|
69bfb92905
|
[events] Fleshing out OSX FSEvent framework
|
2014-10-02 21:30:14 -07:00 |
|
Teddy Reed
|
ed338e8356
|
[events] Events lifecycle complete, passwd_changes vtable
|
2014-09-26 12:58:32 -07:00 |
|
Teddy Reed
|
825b50f932
|
[vtables] Routes table for Linux
|
2014-09-09 16:07:36 -07:00 |
|
Teddy Reed
|
2bcd89d70f
|
[vtables] Adding cmdline, path to Linux processes
|
2014-09-09 10:59:16 -07:00 |
|
Teddy Reed
|
c6a7e86b18
|
[vtables] Processes table for Linux (procps3)
|
2014-09-08 22:42:17 -07:00 |
|
Teddy Reed
|
e23e7bdab8
|
Merge pull request #102 from facebook/linux-build
Changes for Linux (Ubuntu 14.04) build
|
2014-09-05 14:52:35 -07:00 |
|
Teddy Reed
|
4ffd184eaf
|
Changes for Linux (Ubuntu 14.04) build
|
2014-09-05 10:58:58 -07:00 |
|
Javier Marcos
|
344ca31f26
|
Adding last virtual table
|
2014-09-04 16:42:18 -07:00 |
|
mike@arpaia.co
|
c6b7c04626
|
Fixing #65
The column name was misspelled in the table spec, causing the column to
look blank.
|
2014-09-02 12:15:45 -07:00 |
|
mike@arpaia.co
|
6498f45924
|
renaming the cacerts table to ca_certs
|
2014-09-01 18:46:16 -07:00 |
|
mike@arpaia.co
|
da7ec74840
|
new time virtual table. it's pretty useful to have a light weight table that doesn't leak at all which returns data that's always changing.
|
2014-08-28 23:15:45 -07:00 |
|
Teddy Reed
|
02fc4538d7
|
[Fix #66] Moving not_valid fields in cacerts to std string
|
2014-08-22 23:14:44 -07:00 |
|
Teddy Reed
|
f461605b94
|
[vtable_interfaces] Add interface_{details, addresses} vtables
|
2014-08-21 18:49:15 -07:00 |
|
mike@arpaia.co
|
c9fb930ee4
|
OS specific table specs directory structure
|
2014-08-20 01:14:20 -07:00 |
|
mike@arpaia.co
|
807a3617c2
|
Removing example table
|
2014-08-19 21:49:42 -07:00 |
|
Teddy Reed
|
42d7f982e9
|
[vtable_routes] Added vtable for various network routes
|
2014-08-19 21:39:16 -07:00 |
|
Teddy Reed
|
95ceb21ec5
|
[vtable_listening_ports] Listening sockets, IPv4, IPv6
|
2014-08-19 15:25:16 -07:00 |
|
Teddy Reed
|
444cea0649
|
[vtable_cacerts] New CA certificates table.
|
2014-08-19 13:47:09 -07:00 |
|
mike@arpaia.co
|
3760e4cce5
|
Apple virtual table for LaunchAgents and LaunchDaemons
|
2014-08-15 13:46:09 -07:00 |
|
mike@arpaia.co
|
9973335e49
|
OS X virtual tables for currently installed applications
|
2014-08-15 12:58:19 -07:00 |
|
mike@arpaia.co
|
1a381e0feb
|
Virtual tables for Apple's application level firewall
|
2014-08-14 11:33:20 -07:00 |
|
Mike Arpaia
|
5f9a24202f
|
Merge pull request #42 from facebook/kexts
Loaded kernel extensions vtable
|
2014-08-13 11:49:48 -07:00 |
|
mike@arpaia.co
|
e2bd07008d
|
[kextstat] osquery virtual table which uses the Core Foundation APIs to
expose kernel extension information.
For information about memory managament in Core Foudnation, see:
https://developer.apple.com/library/ios/documentation/CoreFoundation/Conceptual/CFMemoryMgmt/Concepts/Ownership.html#//apple_ref/doc/uid/20001148-103029
|
2014-08-13 11:48:53 -07:00 |
|
mike@arpaia.co
|
b65f96d666
|
osx_version table which exposes the major, minor and patch version of
the operating system
|
2014-08-13 11:02:17 -07:00 |
|
Teddy Reed
|
1888150596
|
[vtable_nvram] Added NVRAM variables vtable (name, variable type, value).
|
2014-08-12 00:02:38 -07:00 |
|
mike@arpaia.co
|
d32a7a8037
|
moving the example table to an examples directory
|
2014-08-06 16:33:54 -07:00 |
|
mike@arpaia.co
|
a453db8a09
|
merging etc_hosts with master
|
2014-08-06 16:26:33 -07:00 |
|
mike@arpaia.co
|
32808d5830
|
moving processes table into systems dir
|
2014-08-05 18:14:32 -07:00 |
|
mike@arpaia.co
|
48c8ebed17
|
moving networking vtables into their own dir
|
2014-08-05 18:10:18 -07:00 |
|
mike@arpaia.co
|
14c20204a6
|
more columns
|
2014-08-05 17:53:59 -07:00 |
|
mike@arpaia.co
|
8b7282bd60
|
initial commit of processes table
Tasks #31 and #14
|
2014-08-05 17:53:59 -07:00 |
|
mike@arpaia.co
|
7b3de7a3eb
|
implementation for /etc/hosts vtable
|
2014-08-05 17:42:24 -07:00 |
|
mike@arpaia.co
|
0c1e7de598
|
virtual table structure for #25, the /etc/hosts vtable
|
2014-08-05 17:42:24 -07:00 |
|
mike@arpaia.co
|
73a32b7294
|
Initial commit
|
2014-07-30 17:35:19 -07:00 |
|