Teddy Reed
2c5fc5b699
Update cmake openssl curl python linenoise-ng bottles ( #2728 )
2016-11-06 20:26:39 -08:00
Teddy Reed
e5a8bba87f
[ Fix #2726 ] Update OpenSSL to 1.0.2j: cmake python curl ( #2727 )
2016-11-06 19:41:10 -08:00
Teddy Reed
0330917294
packages: Add darwin to OS X RPM iteration ( #2721 )
2016-11-03 23:47:07 -07:00
Teddy Reed
a8a8e26393
[ Fix #2697 ] Create RPMs on OS X ( #2718 )
2016-11-03 15:12:04 -07:00
Teddy Reed
a3acf2a3e5
Fix Config TLS plugin default verb ( #2708 )
2016-11-02 17:08:44 -07:00
Nick Anderson
0ef97d1acc
[ Fix #2466 ] Reduced verbosity and added Pending Reboot Check ( #2669 )
2016-11-02 10:46:45 -07:00
Teddy Reed
3495b3cafe
Remove /maxcpucount from Windows build script ( #2699 )
2016-10-31 19:21:57 -07:00
Teddy Reed
26c796f340
[ Fix #2678 ] Run postinstall for OpenSSL to install certs.pem ( #2679 )
2016-10-24 17:12:37 -07:00
Teddy Reed
71887f3ae0
Refactor test/ctest and suppressions ( #2676 )
2016-10-24 02:31:22 -07:00
Teddy Reed
bbf2cf7726
Silence several git messages when running make deps ( #2668 )
2016-10-22 00:56:18 -07:00
Nick Anderson
87c9a6ae24
Adding cppcheck analysis script ( #2661 )
2016-10-21 14:27:10 -07:00
Teddy Reed
793584e803
Use underscores for long RPM package versions ( #2655 )
2016-10-20 09:25:10 -07:00
Teddy Reed
60bbf129af
Update OS X build and add Sierra hashes ( #2650 )
2016-10-19 15:25:31 -07:00
Nick Anderson
81d2794b26
platformGetUid returns 0 for Administrator user ( #2643 )
2016-10-19 10:25:32 -07:00
Teddy Reed
faea0ccf9c
[ Fix #2626 ] deps: Add no-avx to linenoise-ng build ( #2628 )
2016-10-14 16:09:16 -07:00
Teddy Reed
9a0c5c4556
deps: Use linenoise-ng for all platforms ( #2613 )
2016-10-11 22:16:21 -07:00
Teddy Reed
1694a87e7b
deps: Bump xz revision and bottle hash on Linux ( #2614 )
2016-10-11 09:49:52 -07:00
Rogelio Domínguez Hernández
a07c3cce59
RPM packages now follow the form name-version-rev.platform.arch.rpm ( #2561 )
2016-10-10 18:33:48 -07:00
Teddy Reed
37bacc3a7f
[ Fix #2549 ] Windows: use all CPUs with minimal verbosity ( #2588 )
2016-10-02 19:31:12 -07:00
Tony
6f1031a155
Remove package gcc from arch linux provisioner ( #2577 )
2016-09-30 15:59:57 -07:00
Michele Adduci
65f41d3afe
added ctest after build ( #2558 )
2016-09-29 10:47:45 -07:00
Teddy Reed
68e68b1d6a
deps: Add yara 3.5.0 and sleuthkit 4.3.0 bottles ( #2565 )
2016-09-28 17:39:33 -07:00
Nick Anderson
71bd3b6416
Adding gates to non-implemented windows tests ( #2563 )
2016-09-28 17:15:24 -07:00
Lennart Espe
ae4a09ac0f
Update yara to version 3.5.0 ( #2546 ) ( #2552 )
2016-09-28 14:16:39 -07:00
Fedor Sumkin
165e19e394
Fix for directories with spaces in path ( #2555 )
2016-09-28 12:01:58 -07:00
Daniel Bayerlein
80de6e3d3b
Update sleuthkit to v4.3.0 ( #2545 ) ( #2557 )
2016-09-28 12:00:07 -07:00
Teddy Reed
f21f931d40
Add option for status-only secondary logger plugins ( #2534 )
2016-09-27 03:33:58 -07:00
Teddy Reed
53b32b2aa0
deps: Update OS X asio, openssl, thrift ( #2519 )
2016-09-23 19:49:41 -07:00
Teddy Reed
2a7824e583
deps: Add ccache to provision ( #2518 )
2016-09-23 18:01:15 -07:00
Teddy Reed
bc09fee04d
deps: cppcheck and zzuf ( #2516 )
2016-09-23 13:25:16 -07:00
Teddy Reed
dabf025bd6
Update bottles: asio, libgpg-error, openssl, thrift, zlib ( #2511 )
2016-09-23 08:22:14 -07:00
Teddy Reed
92a68b514e
Add PYTHONPATH to brew environment for Python postinstall ( #2502 )
2016-09-21 18:04:22 -07:00
Teddy Reed
1a43d4e4c3
Reorganize analysis tools/artifacts into analysis ( #2497 )
2016-09-21 15:15:25 -07:00
Teddy Reed
36cf429b0e
Prefer the osquery dependencies root for Python tests ( #2496 )
2016-09-21 13:36:07 -07:00
Teddy Reed
a6589c49e3
[ Fix #2482 ] Use atomic member in Dispatcher tests ( #2494 )
2016-09-21 10:52:52 -07:00
Teddy Reed
94df7cb691
Build OpenSSL with no-asm to remove AVX2 dependency ( #2493 )
...
To support machines without AVX2 features we need to avoid compiling
and linking the dependent instructions found the ASM implementations
of some OpenSSL crypto algorithms.
Additionally, we are removing the SSL3 methods from our OpenSSL build.
The osquery TLS plugins explicitly define a cipher list that excludes
SSL3, but as an extra measure (for plugins not using our transports)
we remove it from ASIO and Thrift too.
2016-09-21 10:37:07 -07:00
Teddy Reed
f87e9df38f
[ #2491 ] Add Homebrew contributors license ( #2492 )
2016-09-21 09:16:06 -07:00
Nick Anderson
2abdd120a7
Small fixes to PSScriptAnalyzer install verbosity ( #2489 )
2016-09-20 17:45:43 -07:00
Alex
575685d3c7
Add support for pre-uninstall scripts at package creation ( #2480 )
2016-09-20 16:39:40 -07:00
Ryan Holeman
9d9e32badc
Changed the naming convention of the tls server file to match osx ( #2485 )
2016-09-20 16:35:36 -07:00
yying
a7af70d021
Adding remote config/logging capabilities to Windows build ( #2469 )
2016-09-20 14:18:58 -07:00
Nick Anderson
c7687df3ee
Adding version checking to provisioning script ( #2478 )
2016-09-20 11:29:29 -07:00
Nick Anderson
99795033b2
Fixing powershell linting warnings ( #2470 )
2016-09-19 13:46:49 -07:00
Teddy Reed
c9880cad17
Refactor legacy runtime ( #2473 )
2016-09-16 11:29:43 -07:00
Teddy Reed
366b5f08ca
Limit Linux package dependencies ( #2463 )
2016-09-14 10:31:21 -07:00
Teddy Reed
df1e3b9481
Add make fuzz ( #2458 )
2016-09-13 20:37:31 -07:00
Teddy Reed
ad3349ff92
Update RPM packages with bottle hashes ( #2459 )
2016-09-13 10:10:05 -07:00
Teddy Reed
c7ee4f9ca4
Add librpm build and RPM tables ( #2456 )
2016-09-12 22:43:36 -07:00
Mitchell Grenier
072a93ccac
Accelerated checkins ( #2454 )
2016-09-12 16:53:42 -07:00
yying
a27d6567e4
Core and Additional Tests ( #2441 )
2016-09-12 09:46:52 -07:00