- Feb 10, 2019
-
-
Kevin Albertson authored
-
samantharitter authored
-
Kevin Albertson authored
-
- Jan 25, 2019
-
-
Kevin Albertson authored
-
Kevin Albertson authored
Signed-off-by:Kevin Albertson <kevin.albertson@mongodb.com>
-
- Jan 24, 2019
-
-
Roberto C. Sánchez authored
also make generation of uninstall optional with default to ON
-
Kevin Albertson authored
-
Kevin Albertson authored
And warn when ENABLE_SASL=GSSAPI. This is left for backwards compatibility.
-
Kevin Albertson authored
-
A. Jesse Jiryu Davis authored
-
Kevin Albertson authored
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
Permits reproducible build of the release tarball.
-
Henrik Edin authored
-
Kevin Albertson authored
-
Kevin Albertson authored
-
- Jan 17, 2019
-
-
Roberto C. Sánchez authored
-
- Jan 14, 2019
-
-
Kevin Albertson authored
-
- Jan 13, 2019
-
-
A. Jesse Jiryu Davis authored
-
- Jan 12, 2019
-
-
Kevin Albertson authored
- set latest tested version to 4.0 - do not change download version on ubuntu 12.04 - apply openssl fix through a patch - fix ASAN tasks
-
- Sep 18, 2018
-
-
Kevin Albertson authored
-
Kevin Albertson authored
Signed-off-by:Kevin Albertson <kevin.albertson@10gen.com>
-
Scott Gayou authored
As reported here: https://jira.mongodb.org/browse/CDRIVER-2819, a heap overread occurs due a failure to correctly verify data bounds. In the original check, len - o returns the data left including the sizeof(l) we just read. Instead, the comparison should check against the data left NOT including the binary int32, i.e. just subtype (byte*) instead of int32 subtype (byte*). Added in test for corrupted BSON example.
-
- Sep 17, 2018
-
-
Henrik Edin authored
-
Kevin Albertson authored
This reverts commit 80486f66.
-
Kevin Albertson authored
This reverts commit d061b310.
-
- Sep 16, 2018
-
-
Kevin Albertson authored
It uses the "create" command, not "createDatabase".
-
- Sep 14, 2018
-
-
Kaitlin Mahar authored
-
- Sep 13, 2018
-
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
-
- Sep 12, 2018
-
-
Kevin Albertson authored
-
Kevin Albertson authored
-
- Sep 11, 2018
-
-
A. Jesse Jiryu Davis authored
-
- Sep 10, 2018
-
-
Roberto C. Sánchez authored
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
Always set BSON_MEMCHECK for valgrind and ASAN tests, and add replica set auth tests to the valgrind, ASAN, and code-coverage matrixes. Reduce the number of special rules and exceptions in the matrix.
-
A. Jesse Jiryu Davis authored
-
- Sep 08, 2018
-
-
Roberto C. Sánchez authored
-