Jesse Kornblum
c7355b19aa
Update osquery licensing wording ( #5452 )
...
Summary:
Pull Request resolved: https://github.com/facebook/osquery/pull/5452
As suggested in another diff, this diff updates the language we use to describe the osquery licensing terms. We are changing all instances of
//This source code is licensed as defined on the LICENSE file found in the root directory of this source tree.//
to
//This source code is licensed in accordance with the terms specified in the LICENSE file found in the root directory of this source tree.//
We accomplish this with a codemod:
$ codemod -md xplat/osquery/oss --extensions cpp,h,in,py,sh,mm,ps1 "(.\s+)This source code is licensed as defined on the LICENSE file found in the(.*)root directory of this source tree\." "\1This source code is licensed in accordance with the terms specified in\2the LICENSE file found in the root directory of this source tree."
Reviewed By: fmanco
Differential Revision: D14131290
fbshipit-source-id: 52c90da342263e2a80f5a678ecd760c19cf7513e
2019-02-19 10:59:48 -08:00
Jesse Kornblum
910e46b28f
Add Facebook Copyright message to Facebook owned, open-source osquery files ( #5445 )
...
Summary:
Pull Request resolved: https://github.com/facebook/osquery/pull/5445
This diff adds a Facebook copyright header to files in the osquery open source repository which:
* Facebook owns
* Do not currently have a Facebook copyright header
Reviewed By: marekcirkos
Differential Revision: D14122845
fbshipit-source-id: 5a0fea10189ec4ec893f7a036911fd51de0e01ae
2019-02-18 13:51:04 -08:00
Filipe Manco
e00a30ef87
Fix files with no newline at end of file
...
Summary: Pull Request resolved: https://github.com/facebook/osquery/pull/5377
Reviewed By: jessek
Differential Revision: D13750577
fbshipit-source-id: a646ff61dcbf1559a9d6f8379fa0295bd3be0451
2019-01-21 11:51:54 -08:00
Filipe Manco
a67525fae1
Fix LICENSE information on file headers ( #5375 )
...
Summary:
Pull Request resolved: https://github.com/facebook/osquery/pull/5375
LICENSE is now defined in a single file on the root of the project, update the
header to contain that information.
**Project LICENSE did not change.**
Reviewed By: akindyakov
Differential Revision: D13750575
fbshipit-source-id: 1e608a81b260b8395f9d008fc67f463160c1fc2b
2019-01-21 11:51:54 -08:00
seph
637eb104b8
Spelling ( #5256 )
...
Summary:
While running `misspell` on a different codebase. I happened to notice that some misspellings in the osquery code base. So, I fixed them
Pull Request resolved: https://github.com/facebook/osquery/pull/5256
Reviewed By: guliashvili
Differential Revision: D13670897
Pulled By: fmanco
fbshipit-source-id: 5d33d858284955c376e8c3980acdf366d4edf3d3
2019-01-16 08:17:07 -08:00
Julien
258f728f41
deploy: add osquery.man to wix config for New-MsiPackage - #5067 ( #5105 )
2018-09-05 14:06:21 -07:00
Chris
f0ed24d826
Initd script ( #4661 )
2018-07-03 12:00:56 -04:00
Max Kareta
690f8f8672
do not strip everything for release build ( #4623 )
2018-06-21 18:29:37 +01:00
Nick Anderson
9259da6cc9
deploy: set default flagfile to utf-8 for MSI package ( #4559 )
2018-06-15 10:18:49 -04:00
Filipe Manco
9bfc6eb7a3
Remove useless links on debug package creation ( #4412 )
2018-05-22 18:27:46 +01:00
Filipe Manco
892fa79e75
Fix debuginfo build-id subdirectory ( #4401 )
2018-05-18 18:41:12 +01:00
Nick Anderson
4125297158
tables: adds a Powershell events table to Windows ( #4351 )
2018-05-07 10:26:43 -07:00
Filipe Manco
96a5bdde7f
Remove --logger_min_stderr from service files ( #4361 )
2018-05-03 16:56:55 +01:00
Filipe Manco
293f2d2628
Improve debugging ( #4277 )
2018-04-16 16:00:54 +01:00
Nick Anderson
7818b94165
deploy: fixing version bug in windows msi build ( #4214 )
2018-03-26 13:02:52 -07:00
Nick Anderson
99c8debe4f
deployment: adding default path for Windows packs to example conf ( #4159 )
2018-02-27 12:22:55 -08:00
TacoRocket
a666d83164
Updated the windows package build script to be clearer on help and usage. Included the proper Get-Help function included in Windows to display help. Changed help from bool to switch where simply typing -h or -help will display the Get-Help information. Included aliases for the script parameters to help those who like to write options certain ways. Also included parameters names that were clearer to identify but the old parameter names are included as aliases. Both will work if identified so no workflow changes should occur. By default will still build chocolatey ( #4117 )
2018-02-18 12:12:58 -08:00
Nick Anderson
290f326957
[Fix 4097] Derive Windows groups for internationalization in MSI ( #4112 )
2018-02-07 22:28:19 -08:00
Teddy Reed
bf2b464301
packages: Install osqueryi as a symlink ( #4074 )
2018-01-31 19:59:00 -08:00
Nick Anderson
d3a847ab02
deploy: fixing error and warning with windows msi package ( #4079 )
2018-01-23 17:27:24 -08:00
Mitchell Grenier
099fb39af7
Add signing functionality to make_osx_package ( #4045 )
2018-01-08 21:59:42 -08:00
Teddy Reed
f6d077cbf7
license: Change license to Apache 2.0 and GPLv2 ( #4007 )
2017-12-18 16:04:06 -08:00
Teddy Reed
70a214b8a6
logger: Remove invalid assumptions about status logging ( #4001 )
2017-12-17 09:44:15 -08:00
Alessandro Gario
e859276739
logging: Adds Windows Event Log support ( #3887 )
2017-12-12 14:15:38 -08:00
Nick Anderson
9726d41c7c
build: adding helper function to add paths to SYSTEM path ( #3986 )
2017-12-05 10:43:20 -08:00
Tom Crayford
fb354b7d22
only daemon-reload if systemd is running ( #3979 )
2017-11-30 09:18:00 -08:00
Nick Anderson
ec2fc1a0c1
deployment: allowing for extra files to be bundled ( #3936 )
2017-11-17 09:23:10 -08:00
Nick Anderson
582f638706
deploy: allowing for MSI packages to upgrade previous installers ( #3927 )
2017-11-16 07:50:01 -08:00
Nick Anderson
f7fe7861e2
docs: Adding details on installing osquery on Windows as a service ( #3705 )
2017-11-15 13:20:22 -08:00
Teddy Reed
6aa127dcde
packages: Use source repo git describe for packages ( #3914 )
2017-11-08 17:40:50 -08:00
RJ Bergeron
47a236ead4
add post-installation script to reload systemd unit files on upgrade
2017-11-03 21:48:14 -07:00
Nick Anderson
c494bc56ae
windows: relax "safe" permissions for binary execution ( #3727 )
2017-10-13 11:54:43 -07:00
Nick Anderson
cdd57dc900
typo: fixing spelling on choco deployment package ( #3724 )
2017-09-24 10:41:59 -07:00
Nick Anderson
34bb5a0361
deploy: updating chocolatey deployment script with license and validations ( #3719 )
2017-09-23 15:18:55 -07:00
Teddy Reed
e83c1dc4b6
packages: Fix debug info break from binary unification ( #3662 )
2017-09-08 02:23:33 -04:00
Nick Anderson
f2736bd809
deploy: removing extraneous/wrong verbosity from windows deployment scripts ( #3595 )
2017-08-22 14:36:15 -07:00
Teddy Reed
1fadfb11d4
deploy: Change OLD_PIDFILE for systemd to be LOCAL_PIDFILE ( #3589 )
2017-08-22 10:46:25 -07:00
Teddy Reed
2e5beca2e2
deps: Add doxygen and valgrind and remove realpath requirement ( #3577 )
2017-08-20 20:14:53 -07:00
Nick Anderson
efcc879450
deploy: adding sanity checks to deployment powershell scripts ( #3572 )
2017-08-18 13:32:41 -07:00
Nick Anderson
0ef2037bd4
Updating package path written to stdout for deployment ( #3537 )
2017-08-06 20:58:05 -07:00
Nick Anderson
d447d624fa
Updating chocolatey deployment script to return to working dir ( #3481 )
2017-07-20 16:22:36 -07:00
Teddy Reed
1e9feba506
pidfile: Update pidfile to /var/run on Linux and fbsd ( #3457 )
2017-07-07 17:57:31 -07:00
Teddy Reed
7f95edb499
packages: Build debug pkg and rpm on macOS ( #3458 )
2017-07-06 21:41:01 -07:00
Teddy Reed
c298718c2a
packages: Build a debug version by default for RPM/DEB ( #3438 )
2017-06-24 15:39:07 -07:00
Nicolas Bigaouette
77066a3d4e
make_osx_package.sh: Add a way to include extra files in the package ( #3389 )
2017-06-15 19:32:15 -07:00
Nicolas Bigaouette
23194c732d
Replace hardcoded paths throughout code base ( #3387 )
2017-06-15 19:31:52 -07:00
Teddy Reed
a66192903c
docs: Quick pass through documentation ( #3391 )
2017-06-09 01:47:16 +01:00
Lambda Conjecture
ebae5785a7
Querypack equivalent of ossec rootkit db ( #3377 )
2017-06-05 12:28:32 -07:00
Seshu Pasam
920a4b5194
[Fix 2956] augeas table returns no data. ( #3260 )
2017-05-11 00:00:34 -07:00
Nick Anderson
6d6c58151b
deploy: fixing the windows osquery chocolatey packaging script ( #3234 )
2017-04-28 16:07:25 -07:00