Teddy Reed
|
79ddc5ba38
|
Remove unused shell functions
|
2015-03-19 16:14:29 -07:00 |
|
Teddy Reed
|
91dce32095
|
Speed up shell and add max value size
|
2015-03-18 15:07:13 -07:00 |
|
Teddy Reed
|
16832ba72c
|
Merge pull request #766 from theopolis/logs
Improved logging control
|
2015-02-17 16:37:50 -08:00 |
|
Teddy Reed
|
1f8dacec3c
|
Add flag aliasing, logger/flag tests
|
2015-02-17 16:26:14 -08:00 |
|
Mitchell Grenier
|
e3a1c0638d
|
Added osquery version to .version because it makes sense
|
2015-02-17 11:18:28 -08:00 |
|
Teddy Reed
|
ed9bae29b7
|
Organizing headers/build for SDK
|
2015-02-03 14:59:32 -08:00 |
|
Teddy Reed
|
f8cc579d36
|
Fix json results clear
|
2014-12-07 15:53:37 -07:00 |
|
Teddy Reed
|
78ecc73d81
|
Add -json output mode for shell
|
2014-12-06 18:22:48 -07:00 |
|
Teddy Reed
|
7c738c8497
|
Codemod to improve include search paths
|
2014-12-03 15:14:02 -08:00 |
|
Teddy Reed
|
f4337243ec
|
Towards simple table generation
|
2014-12-02 20:36:46 -08:00 |
|
mike@arpaia.co
|
8f50cae3aa
|
clang-format on the codebase
Periodic clang-format run.
|
2014-11-25 09:05:16 -08:00 |
|
Teddy Reed
|
b0ff403d3d
|
Fixing librpm API usage leaks
|
2014-11-10 01:48:07 -08:00 |
|
Teddy Reed
|
84cc45a366
|
SQLite DBfile not needed
|
2014-11-09 01:01:17 -08:00 |
|
Teddy Reed
|
078d4cf7d2
|
Refector shell flags/versioning
|
2014-11-08 20:27:28 -08:00 |
|
Teddy Reed
|
dc77df602e
|
[format] Cleanup various PRs not run through clang-format
|
2014-11-03 17:57:01 -08:00 |
|
Teddy Reed
|
24b7be320c
|
Fix #328, add gflags defines for shell-internal flags
|
2014-11-02 15:40:35 -08:00 |
|
Teddy Reed
|
0604b3a5e0
|
Fix 301, pragma cols pretty print
|
2014-10-31 10:19:49 -07:00 |
|
Teddy Reed
|
bcca0824b0
|
Fix memset/memcpy for pretty print in osqueryi
|
2014-10-30 18:07:32 -07:00 |
|
mike@arpaia.co
|
ce5d53e169
|
fixing the shell text [skip ci]
|
2014-10-13 17:23:20 -07:00 |
|
mike@arpaia.co
|
660ef01777
|
iostream in shell
|
2014-10-03 13:48:31 -07:00 |
|
mike@arpaia.co
|
7076aa813c
|
SQL class for executing queries
implements #141
|
2014-09-26 00:28:18 -07: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
|
627821abc1
|
Periodic clang-format
|
2014-09-21 14:29:28 -07:00 |
|
mike@arpaia.co
|
ad9b0bb5c1
|
Doxyfile, for docs
|
2014-09-13 15:18:26 -07:00 |
|
Teddy Reed
|
7e470747b4
|
Moving sublibs to single libosquery
|
2014-09-08 01:58:29 -07:00 |
|
mike@arpaia.co
|
e723306c13
|
Ran clang-format across the codebase
|
2014-08-15 12:29:51 -07:00 |
|
mike@arpaia.co
|
845cb6ef3b
|
more sane formatting by default in the repl
|
2014-08-11 22:38:51 -07:00 |
|
mike@arpaia.co
|
2862407079
|
fixing a spacing issue in the repl so that multi-line SQL statements are aligned properly
|
2014-08-11 21:57:16 -07:00 |
|
mike@arpaia.co
|
e7a65b21c7
|
readline support in the repl
|
2014-08-11 21:55:45 -07:00 |
|
mike@arpaia.co
|
7a56756073
|
moving sqlite to third-party
|
2014-08-11 17:37:49 -07:00 |
|
mike@arpaia.co
|
f7a88ad771
|
automatic table loading
|
2014-08-05 01:21:28 -07:00 |
|
mike@arpaia.co
|
73a32b7294
|
Initial commit
|
2014-07-30 17:35:19 -07:00 |
|