Brian R. Bondy
|
e6fe7374c3
|
Bug 935042 - Allow more than one process to be sandboxed from a single sandboxbroker. r=aklotz
|
2013-11-05 13:07:40 -05:00 |
|
Ryan VanderMeulen
|
f204ac27b3
|
Merge m-c to inbound.
|
2013-11-04 16:31:13 -05:00 |
|
Carsten "Tomcat" Book
|
f10da167db
|
merge b2g-inbound to mozilla-central
|
2013-11-04 13:52:18 +01:00 |
|
Brian R. Bondy
|
2edaa77988
|
Bug 934445 - Fix Windows linking error in Release mode only when MOZ_CONTENT_SANDBOX is defined. r=aklotz
|
2013-11-04 15:35:03 -05:00 |
|
Michael Shuen
|
8cc948db31
|
Bug 933998 - Prevent leak in nsNSSCertificateDB::ConstructX509FromBase64. r=bsmith
|
2013-11-04 14:22:37 -05:00 |
|
Meadhbh Hamrick
|
873b00084f
|
Bug 861266: Enable TLS 1.2 by default, r=briansmith
--HG--
extra : rebase_source : 4f28724d58791e1ee0e281ff48232f5aaca2048f
|
2013-11-01 04:48:57 -07:00 |
|
Brian Smith
|
303d322823
|
Bug 932176: Add preference to control whether OCSP GET is used, off by default, r=cviecco
--HG--
extra : rebase_source : 7cbc273155d04bc64a110eda9216c6f727ce0c18
|
2013-10-24 14:32:09 -07:00 |
|
Brian Smith
|
84fc62b0e0
|
Bug 898431: Update NSS to NSS 3.15.3 Beta 2 (NSS_3_15_3_BETA2), r=me
--HG--
extra : rebase_source : e0c24dc8228477fc0647a9e1f534dcf96a355095
|
2013-11-01 04:08:28 -07:00 |
|
Brian Smith
|
b20d734e51
|
Bug 934171: Fix OCSP stapling test, r=mcmanus
--HG--
extra : rebase_source : 4f77b595b2004dabf3444187424ac4426fb7a41a
|
2013-11-02 19:57:26 -07:00 |
|
ffxbld
|
1394251eca
|
No bug, Automated HSTS preload list update from host bld-linux64-ec2-406 - a=hsts-update
|
2013-11-02 03:19:53 -07:00 |
|
Mike Hommey
|
ff4fa14954
|
Bug 933135 - Treat SIMPLE_PROGRAMS more like PROGRAM. r=mshal
|
2013-11-02 08:43:55 +09:00 |
|
Brian R. Bondy
|
9b594b1851
|
Bug 925571 - Packaging for Sandboxing dll. r=bsmedberg
|
2013-10-30 16:58:56 -07:00 |
|
Brian R. Bondy
|
038d21bf1d
|
Bug 925571 - Initial Windows content process sandbox broker code. r=aklotz
|
2013-10-30 16:58:52 -07:00 |
|
Brian R. Bondy
|
b77c4127db
|
Bug 925571 - Build config for plugin_container windows sandboxing. r=bsmedberg
|
2013-10-30 16:58:45 -07:00 |
|
Brian Smith
|
49651e60b3
|
Bug 733647: Enable TLS 1.1 by default, r=wtc
--HG--
extra : rebase_source : 539406fa06a715e60d84b207a6112257262817f6
|
2013-10-26 01:01:37 -07:00 |
|
David Keeler
|
77da53a2c2
|
bug 930209 - differentiate empty OCSP response from no OCSP response in tests r=cviecco
|
2013-10-28 13:15:53 -07:00 |
|
Brian R. Bondy
|
4d159c0649
|
Bug 922756 - Changes to import of Chromium sandbox so that it's buildable. r=aklotz
|
2013-10-28 14:54:46 -07:00 |
|
Brian R. Bondy
|
5763932590
|
Bug 922756 - Initial import of subset of Chromium sandbox. r=aklotz
|
2013-10-28 14:54:42 -07:00 |
|
Brian R. Bondy
|
f0bbd6b4f3
|
Bug 922756 - Build config for Chromium sandbox. r=bsmedberg
--HG--
rename : security/sandbox/LICENSE => security/sandbox/linux/LICENSE
rename : security/sandbox/Makefile.in => security/sandbox/linux/Makefile.in
rename : security/sandbox/Sandbox.cpp => security/sandbox/linux/Sandbox.cpp
rename : security/sandbox/Sandbox.h => security/sandbox/linux/Sandbox.h
rename : security/sandbox/android_arm_ucontext.h => security/sandbox/linux/android_arm_ucontext.h
rename : security/sandbox/android_i386_ucontext.h => security/sandbox/linux/android_i386_ucontext.h
rename : security/sandbox/android_ucontext.h => security/sandbox/linux/android_ucontext.h
rename : security/sandbox/arm_linux_syscalls.h => security/sandbox/linux/arm_linux_syscalls.h
rename : security/sandbox/linux_seccomp.h => security/sandbox/linux/linux_seccomp.h
rename : security/sandbox/linux_syscalls.h => security/sandbox/linux/linux_syscalls.h
rename : security/sandbox/moz.build => security/sandbox/linux/moz.build
rename : security/sandbox/seccomp_filter.h => security/sandbox/linux/seccomp_filter.h
rename : security/sandbox/x86_32_linux_syscalls.h => security/sandbox/linux/x86_32_linux_syscalls.h
rename : security/sandbox/x86_64_linux_syscalls.h => security/sandbox/linux/x86_64_linux_syscalls.h
|
2013-10-28 14:54:36 -07:00 |
|
Brian R. Bondy
|
66dccd9d5b
|
Bug 931429 - Fix PR_LOG compiling error for sandbox code on Linux. r=kang
|
2013-10-28 14:42:26 -07:00 |
|
Birunthan Mohanathas
|
5d748e0ca5
|
Bug 784739 - Switch from NULL to nullptr in security/; r=ehsan
|
2013-10-28 10:05:19 -04:00 |
|
Eddy Bruel
|
14baac685a
|
Bug 880330 - Refactor crypto to use the new options API; r=bholley
|
2013-10-28 12:57:08 +01:00 |
|
Phil Ringnalda
|
482514a7e6
|
Merge m-c to m-i
|
2013-10-26 11:19:17 -07:00 |
|
ffxbld
|
36f17102a2
|
No bug, Automated HSTS preload list update from host bld-linux64-ec2-441 - a=hsts-update
|
2013-10-26 03:17:16 -07:00 |
|
Mike Hommey
|
1d566f7586
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Brian Smith
|
26cbddf5a5
|
Bug 754356: Remove TLS intolerance timeout logic, r=honzab
--HG--
extra : rebase_source : 49c4563800ce9727e11e08d857db44c1294a074b
|
2013-10-15 01:14:50 -07:00 |
|
Brian Smith
|
65651fe591
|
Backed out changeset 673ca84a9171 because of wrong bug number in commit message
--HG--
extra : rebase_source : 32c92c4cb98097caf8805fdae98d9c435580c8c9
|
2013-10-26 00:51:47 -07:00 |
|
Brian Smith
|
db090c14ff
|
Bug 450280: Remove timeout logic for TLS intolerance, r=honzab
|
2013-10-15 01:14:50 -07:00 |
|
Patrick Wang
|
a7d87f751d
|
Bug 881761 - Part 2: Exposing configureMD5 in nsNSSComponent. r=bsmith
|
2013-10-11 11:27:51 +08:00 |
|
Patrick Wang
|
d59e23d5c6
|
Bug 881761 - Part 1: Move initializing cipher suite to public function. r=keeler,honzab
|
2013-09-17 15:29:15 +08:00 |
|
Brian O'Keefe
|
4c98f61956
|
Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal
|
2013-10-02 13:17:55 -04:00 |
|
Michael Harrison
|
ba6232742c
|
Bug 917049 - Remove the security.enable_tls_session_tickets pref. r=keeler
|
2013-10-22 12:33:00 +01:00 |
|
Carsten "Tomcat" Book
|
5b11b4cbda
|
Merge mozilla-inbound to Mozilla-Central
|
2013-10-24 07:05:29 +02:00 |
|
Mike Hommey
|
61124c1afc
|
Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps
|
2013-10-24 08:05:43 +09:00 |
|
Mike Hommey
|
e2ae65f67a
|
Bug 913268 - Make CPP_SOURCES a StrictOrderingOnAppendList. r=mshal
|
2013-10-24 08:00:23 +09:00 |
|
Paolo Amadini
|
30c71292f2
|
Bug 928349 - Add a build-time setting to use only the JavaScript API for downloads, and enable it in Firefox for Desktop. r=enn
|
2013-10-23 21:46:47 +02:00 |
|
Camilo Viecco
|
099c910276
|
Bug 918120: reduce soft fail ocsp timeouts to 3 secs. r=bsmith.
|
2013-09-23 09:25:53 -07:00 |
|
Camilo Viecco
|
98413b598f
|
Bug 911336: nsNSSCertificateDB does not lock nssShutdown correctly. r=keeler.
|
2013-08-29 16:15:35 -07:00 |
|
Ms2ger
|
bfd2d90f89
|
Bug 908142 - Part b: Move FAIL_ON_WARNINGS to moz.build in security/sandbox/; r=gps
|
2013-10-20 09:25:19 +02:00 |
|
ffxbld
|
58d4d14962
|
No bug, Automated HSTS preload list update from host bld-linux64-ec2-326 - a=hsts-update
|
2013-10-19 03:22:40 -07:00 |
|
Camilo Viecco
|
6a58b9a90d
|
Bug 895601: Add tests to cert verification in psm. r=keeler.
|
2013-07-30 11:18:40 -07:00 |
|
Chris Peterson
|
2bfe498067
|
Bug 927209 - Fix -Wunused-function and -Wreorder warnings in nsNSSIOLayer.cpp. r=bsmith
|
2013-10-15 16:22:13 -07:00 |
|
Mike Hommey
|
6aeae2f437
|
Bug 926906 - Kill core_abspath, core_realpath and core_winabspath. r=gps
|
2013-10-17 07:55:16 +09:00 |
|
Mike Hommey
|
e14c138103
|
Bug 925605 - Allow to build with a special build of GNU make on windows. r=gps
|
2013-10-16 08:34:18 +09:00 |
|
Wes Kocher
|
e36f9ab572
|
Backed out changeset 5f0bfb16fa4a (bug 925605)
|
2013-10-15 16:57:00 -07:00 |
|
Mike Hommey
|
a83240dce1
|
Bug 925605 - Allow to build with a special build of GNU make on windows. r=gps
|
2013-10-16 08:34:18 +09:00 |
|
Brian Smith
|
03dc3ced83
|
Bug 839310: Expand TLS intolerance logic to work for versions beyond TLS 1.0, r=keeler, r=wtc
--HG--
extra : rebase_source : b83a610d08abb428f0f6894fa935712f820ddfe8
|
2013-10-11 00:17:19 -07:00 |
|
ffxbld
|
28ccca446e
|
No bug, Automated HSTS preload list update from host bld-linux64-ec2-391 - a=hsts-update
|
2013-10-12 03:18:11 -07:00 |
|
Ed Morley
|
7f4630ecfd
|
Backed out changeset cff5a22acb7c (bug 924992) for breaking upload_symbolds on Nightlies
|
2013-10-11 17:49:25 +01:00 |
|
Honza Bambas
|
0893241978
|
Bug 923248 - Fix typo in proxy/direct NTLM module telemetry accumulation, r=jduell
|
2013-10-10 19:10:45 +02:00 |
|