Teddy Reed
44488fe0a6
Merge pull request #1895 from DaanDeMeyer/cpu_time
...
Cpu time table implementation (solves #1889 )
2016-03-08 08:20:12 -08:00
Daan De Meyer
d4737f9214
Create table called cpu_time for inspecting where the cpu cores spent time since the last system restart.
2016-03-08 15:14:06 +01:00
Teddy Reed
677c448dea
Merge pull request #1897 from theopolis/remove_rdb
...
Refactor backing storage
2016-03-06 21:09:23 -08:00
Teddy Reed
afd17f8134
1. Reorganize RocksDB database handle into a plugin
...
2. Introduce a SQLite-based database plugin
3. Refactor database usage to include local 'fast-calls'
4. Introduce an 'ephemeral' database plugin for testing (like a mock)
2016-03-06 20:40:16 -08:00
Teddy Reed
8607d319a1
Merge pull request #1893 from theopolis/dm_bind
...
[Fix #1892 ] Build devmapper statically
2016-03-04 21:04:05 -08:00
Teddy Reed
5fbde8ec4f
[ Fix #1892 ] Build devmapper statically
2016-03-04 20:09:43 -08:00
Teddy Reed
683e5c1778
Merge pull request #1890 from theopolis/join_tests
...
Add high level join tests for processes, file, and hash
2016-03-03 22:01:47 -08:00
Teddy Reed
ee1182f526
Add high level join tests for processes, file, and hash
2016-03-03 18:47:55 -08:00
Joe Gallo
544ae37e9d
add fan name to fan speeds table
2016-03-03 19:44:53 -05:00
Teddy Reed
297d6ae1c3
[ Fix #1887 ] Do not generate row for invalid pids
2016-03-03 13:47:27 -08:00
Russell Hancox
cc964af444
Darwin: Use undocumented getgroupcount() before getgrouplist
2016-03-01 09:39:01 -05:00
Sharvil Shah
cf573d668e
Fix potential leak
2016-02-26 14:54:23 -08:00
Teddy Reed
9c42ba51b3
Merge pull request #1858 from theopolis/sqlite_3.11
...
Bump sqlite to 3.11.0
2016-02-21 23:35:01 -08:00
Teddy Reed
9a54af29ce
Bump sqlite to 3.11.0
2016-02-21 22:40:37 -08:00
Teddy Reed
c1b2af92c3
[ Fix #1854 ] Unify power sensor tables
2016-02-21 16:02:58 -08:00
Joe Gallo
3cb18f9428
add powers table
2016-02-17 21:59:32 -05:00
Joe Gallo
b8d32a74ec
add currents table
...
add smc genCurrent test
2016-02-13 16:09:14 -05:00
Teddy Reed
15b037542e
Merge pull request #1850 from theopolis/consolidate_conversions
...
Consolidate string/text conversions outside of API
2016-02-13 09:53:03 -08:00
Joe Gallo
9704d3183a
fix smc celsius -> fahrenheit calc
...
Add smc tests for temperatures, voltages.
2016-02-12 18:53:27 -05:00
Teddy Reed
44c27a9e5f
Merge pull request #1849 from kaizensoze/consolidate-converting-smc-hex-string-value-to-decimal
...
consolidate smc hex val -> float conversion
2016-02-12 12:59:16 -08:00
Teddy Reed
8dc0fc1c95
Consolidate string/text conversions outside of API
2016-02-12 11:38:15 -08:00
David Evens
cb1662aa79
Build fix for file_events_tests
2016-02-12 11:11:53 +00:00
Joe Gallo
89d8b3a654
consolidate smc hex val -> float conversion
...
Consolidate logic for returning a float given a smc type and value.
2016-02-12 03:49:45 -05:00
Baraa Hamodi
21c2237eca
[osquery] Update copyright headers to new format.
2016-02-11 11:48:58 -08:00
Teddy Reed
4031e299bb
Cleanup/stabilize file_events-related APIs
2016-02-10 22:50:38 -08:00
Teddy Reed
90d2ac4c76
Merge pull request #1839 from sharvilshah/uuid_all_the_things
...
[#1800 ] Add UUID to users and disk_encryption on Darwin
2016-02-10 16:01:48 -08:00
Sharvil Shah
daf7777b54
[ #1800 ] Adds uuid
and user_uuid
columns to the users
table and
...
`disk_encryption` table on Darwin, respectively.
2016-02-10 13:12:43 -08:00
Teddy Reed
b3c8218df7
Merge pull request #1838 from kaizensoze/add-voltages-table
...
add voltages table
2016-02-10 12:26:57 -08:00
Teddy Reed
48a1adf77b
Allow extensions autoloading in osqueryi
2016-02-10 10:20:23 -08:00
Joe Gallo
36ca9f5664
add voltages table
2016-02-10 04:10:44 -05:00
Teddy Reed
09788cd000
Merge pull request #1834 from theopolis/dns
...
Add dns_resolvers table
2016-02-09 09:38:26 -08:00
Teddy Reed
f252431706
Add dns_resolvers table
2016-02-08 21:52:23 -08:00
Teddy Reed
02eb57fc47
Merge pull request #1832 from theopolis/pack_valid
...
Valid bool in packs for shard/plaform/version checking
2016-02-06 20:29:55 -08:00
Teddy Reed
a2754a01ef
Valid bool in packs for shard/plaform/version checking
2016-02-06 17:54:56 -08:00
Joe Gallo
66ed804eb6
add fan speeds table
2016-02-05 21:22:07 -05:00
Teddy Reed
45b8b2d56e
Merge pull request #1826 from kaizensoze/small-temperature-value-change
...
small equivalent change to temperature calculation
2016-02-05 18:06:07 -08:00
Joe Gallo
6307929163
small equivalent change to temperature calculation
2016-02-05 00:15:33 -05:00
Joe Gallo
503ffb6e54
adjust smc parsing fpe2 values
...
Lumping parsing of smc fpe2 values in with the else case, which is also
used for parsing sp78 values, seems to have it show correct values that
match those outputted by `./smc -l | grep -i fpe2` via the smc-fuzzer
tool.
2016-02-05 00:08:14 -05:00
Teddy Reed
6b59d7673b
Merge pull request #1820 from kaizensoze/remove-some-temp-related-comments
...
remove some temp-related comments
2016-02-04 12:12:38 -08:00
Joe Gallo
442c28c814
restrict getTemperatures to smc temp keys
...
Restrict getTemperatures() to smc temperature keys.
2016-02-04 07:18:04 -05:00
Joe Gallo
311dbeed4d
remove some temp-related comments
...
Remove a few unnecessary temperature-related comments.
2016-02-04 07:05:41 -05:00
Teddy Reed
a48109a226
Add developer_id to safari_extensions
2016-02-03 23:46:52 -08:00
Teddy Reed
1e27791cf3
Merge pull request #1812 from theopolis/temp_rename
...
Rename 'temps' temperatures, add constraints
2016-02-03 23:16:25 -08:00
Teddy Reed
77ceca4693
[ #1814 ] Do not stat inotify access subscriptions
2016-02-03 18:13:44 -08:00
Teddy Reed
ccda460ba0
Rename 'temps' temperatures, add constraints
2016-02-03 08:49:22 -08:00
Teddy Reed
fe3766796c
Use '/rom' path for OS X platform_info
2016-02-03 08:31:57 -08:00
Teddy Reed
08ca034f02
Merge pull request #1808 from kaizensoze/add-temps-table
...
add temperature sensors table
2016-02-02 21:52:40 -08:00
Joe Gallo
3c6134c1fa
add temperature sensors table
...
Extract temperature-related data from smc_keys table for table dedicated
to temperature sensors.
2016-02-02 23:57:55 -05:00
Teddy Reed
dd64d1df0d
Use ROM iokit ID instead of name
2016-02-02 13:27:47 -08:00
Sharvil Shah
f0e69204bc
IOKit key csr-active-config not found is the default state and not an error
2016-01-22 12:02:35 -08:00