Commit Graph

2944 Commits

Author SHA1 Message Date
Matt Michie
b806529313 Update initd script to respect LSB values
The LSB init syntax is different than chkconfig, this was breaking Debian installation.
2016-02-24 13:59:10 -08:00
Teddy Reed
c314428c66 Merge pull request #1871 from theopolis/more_tests
Add fstests and reduce SQLite scope
2016-02-23 23:54:25 -08:00
Teddy Reed
cf40b8a967 Merge pull request #1869 from theopolis/deps_cxxflags
Add CXXFLAGS to deps build
2016-02-23 23:49:47 -08:00
Teddy Reed
897b2225b1 Add fstests and reduce SQLite scope 2016-02-23 17:09:02 -08:00
Teddy Reed
c3abb1ef38 Minor addition to multiple logger wiki docs 2016-02-23 10:42:08 -08:00
Teddy Reed
7720dbbbb6 Merge pull request #1868 from theopolis/fix_1866
[Fix #1866] Emit warning log with unknown options
2016-02-22 23:13:27 -08:00
Teddy Reed
08a1d852a2 Add CXXFLAGS to deps build 2016-02-22 22:12:06 -08:00
Teddy Reed
50440ddea5 [Fix #1866] Emit warning log with unknown options 2016-02-22 21:39:17 -08:00
Teddy Reed
35e102fb01 Merge pull request #1867 from lexelby/master
fix typo in config example
2016-02-22 11:17:47 -08:00
Lex Neva
bcc901780f fix typo in config example 2016-02-22 11:37:29 -05:00
Teddy Reed
69e08f994e Allow build.sh target overrides 2016-02-22 00:10:48 -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
b588cb6484 Merge pull request #1864 from theopolis/improve_logger_tests
Improve logging tests, add filesystem logger tests
2016-02-21 20:20:04 -08:00
Teddy Reed
3101a32b01 Improve logging tests, add filesystem logger tests 2016-02-21 19:40:16 -08:00
Teddy Reed
4b60d8f9d4 Merge pull request #1863 from theopolis/fix_1861
[Fix #1861] Add newline to all filesystem logger writes
2016-02-21 17:05:02 -08:00
Teddy Reed
23380686df Merge pull request #1862 from theopolis/fix_1854
[Fix #1854] Unify power sensor tables
2016-02-21 16:32:22 -08:00
Teddy Reed
c1b2af92c3 [Fix #1854] Unify power sensor tables 2016-02-21 16:02:58 -08:00
Teddy Reed
14ff03dbf7 [Fix #1861] Add newline to all filesystem logger writes 2016-02-21 14:12:58 -08:00
Teddy Reed
2b304154d2 Merge pull request #1856 from theopolis/cppnetlib_0.12_sni
[Fix #1746] Add SNI options for TLS plugins
2016-02-21 12:29:31 -08:00
Teddy Reed
65be01d574 Merge pull request #1857 from kaizensoze/add-sensor-prefix
add sensor_ prefix to sensor-related tables
2016-02-20 18:29:30 -08:00
Teddy Reed
4d41f7e5ba [Fix #1746] Add SNI options for TLS plugins 2016-02-19 22:39:29 -08:00
Teddy Reed
87564d012f Merge pull request #1860 from kaizensoze/add-powers-table
add powers table
2016-02-19 21:59:40 -08:00
Joe Gallo
3cb18f9428 add powers table 2016-02-17 21:59:32 -05:00
Joe Gallo
3e5693d996 add sensor_ prefix to sensor-related tables 2016-02-17 01:05:36 -05:00
Teddy Reed
9b2cc95094 Merge pull request #1855 from sharvilshah/cmake_fixes
Fix setting CMake variables to the environment variables.
2016-02-16 15:03:00 -08:00
Sharvil Shah
606d3978fa Fix setting CMake variables to the environment variables.
When setting a CMake variable to an environment variable, correctly evaluate it
to ensure that it's not set to the literal value.
2016-02-16 13:20:54 -08:00
Teddy Reed
4dabecade8 Merge pull request #1853 from kaizensoze/add-currents-table
Add currents table
2016-02-15 23:42:55 -08: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
Teddy Reed
f327b972b4 Merge pull request #1852 from kaizensoze/fix-smc-temp-celsius-to-fahrenheit
fix smc celsius -> fahrenheit calc
2016-02-13 09:50:22 -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
2b6070d1dc Merge pull request #1848 from theopolis/fix_1828
[Fix #1828] Remove inline include from distributed
2016-02-12 13:12:55 -08: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
Teddy Reed
ab2f4857c9 Merge pull request #1851 from mdevens/master
Build fix for file_events_tests
2016-02-12 11:12:45 -08:00
Teddy Reed
db3377a536 Merge pull request #1846 from zwass/logger_plugin_doc_edit
Update logger plugin docs
2016-02-12 10:13:20 -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
Teddy Reed
1bd518ec09 Merge pull request #1847 from theopolis/end_shell
Exit shell with CTRL+C
2016-02-11 22:29:04 -08:00
Teddy Reed
a9f1c65324 [Fix #1828] Remove inline include from distributed 2016-02-11 22:19:49 -08:00
Teddy Reed
dfbe049357 Exit shell with CTRL+C 2016-02-11 22:04:53 -08:00
Zachary Wasserman
8eb4d2776b Update logger plugin docs
* Add explanation for how to  use multiple logger plugins
* Add syslog plugin to the (short) list of plugins in the CLI flags
* Make docs consistent by changing uses of "logging plugin" to "logger plugin"
2016-02-11 18:23:25 -08:00
Teddy Reed
33f7c1ccac Merge pull request #1844 from bhamodi/master
[osquery] Updated copyright headers to new format.
2016-02-11 12:52:10 -08:00
Baraa Hamodi
21c2237eca [osquery] Update copyright headers to new format. 2016-02-11 11:48:58 -08:00
Teddy Reed
0e1a476a20 Merge pull request #1841 from theopolis/file_events_cleaning
Cleanup/stabilize file_events-related APIs
2016-02-11 10:15:17 -08:00
Teddy Reed
2a76e90ac7 Merge pull request #1842 from theopolis/minor_extensions_docs_edit
[#1810] Minor changes to extensions-use docs
2016-02-11 08:36:49 -08:00
Teddy Reed
089de478cd [#1810] Minor changes to extensions-use docs 2016-02-10 23:39:29 -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