Teddy Reed
|
95a9716e02
|
Remove shell tools from daemon
|
2015-03-04 23:21:16 -08:00 |
|
Teddy Reed
|
ed9bae29b7
|
Organizing headers/build for SDK
|
2015-02-03 14:59:32 -08:00 |
|
Theodore M. Reed
|
53d683a3b3
|
Remove tables dependency from CMake build
|
2014-12-23 14:37:07 -08:00 |
|
mike@arpaia.co
|
636ced854f
|
Pretty shell results
Example:
```
osquery> select name, program || program_arguments as executable from launchd limit 5;
+----------------------------------+-------------------------------------------------------------------------------+
| name | executable |
+----------------------------------+-------------------------------------------------------------------------------+
| bootps.plist | /usr/libexec/bootpd |
| com.apple.afpfs_afpLoad.plist | /System/Library/Filesystems/AppleShare/afpLoad |
| com.apple.afpfs_checkafp.plist | /System/Library/Filesystems/AppleShare/check_afp.app/Contents/MacOS/check_afp |
| com.apple.AirPlayXPCHelper.plist | /usr/libexec/AirPlayXPCHelper |
| com.apple.airport.wps.plist | /usr/libexec/wps |
+----------------------------------+-------------------------------------------------------------------------------+
osquery> .tables
=> alf
=> alf_exceptions
=> alf_explicit_auths
=> alf_services
=> apps
=> ca_certs
=> etc_hosts
=> interface_addresses
=> interface_details
=> kextstat
=> last
=> launchd
=> listening_ports
=> nvram
=> osx_version
=> processes
=> routes
=> time
```
|
2014-09-25 21:39:07 -07:00 |
|
mike@arpaia.co
|
4218a4c2ab
|
cmake cleanups
|
2014-09-22 21:23:16 -07:00 |
|
mike@arpaia.co
|
e838110e84
|
Moving header to include
|
2014-09-12 17:50:03 -07:00 |
|
Mike Arpaia
|
d6699bd0fe
|
Adding header files to CMakeLists.txt so that other build tools can perform better introspection into the codebase.
|
2014-09-09 10:53:59 -07:00 |
|
Teddy Reed
|
7e470747b4
|
Moving sublibs to single libosquery
|
2014-09-08 01:58:29 -07:00 |
|
Teddy Reed
|
4ffd184eaf
|
Changes for Linux (Ubuntu 14.04) build
|
2014-09-05 10:58:58 -07:00 |
|
mike@arpaia.co
|
0e806eff83
|
Proper ARC in Objective-C++ code
|
2014-08-30 00:22:26 -07:00 |
|
mike@arpaia.co
|
e7a65b21c7
|
readline support in the repl
|
2014-08-11 21:55:45 -07:00 |
|
mike@arpaia.co
|
9a9ae03506
|
renaming CMakeLists.txt
|
2014-08-10 02:07:15 -07:00 |
|