Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: third_party/apple_apsl/README.chromium

Issue 21368005: Detect domain-specific resolvers on OS X and disable DnsClient in such cases. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: responded to review Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/dns/host_resolver_impl.cc ('k') | third_party/apple_apsl/dnsinfo.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Darwin 1 Name: Darwin
2 URL: http://www.opensource.apple.com/ 2 URL: http://www.opensource.apple.com/
3 Version: unknown 3 Version: unknown
4 Security Critical: yes 4 Security Critical: yes
5 License: Apple Public Source License 2.0 5 License: Apple Public Source License 2.0
6 6
7 Four files are excerpted here: 7 Four files are excerpted here:
8 8
9 malloc.h from: 9 malloc.h from:
10 http://www.opensource.apple.com/source/Libc/Libc-763.11/include/malloc/malloc.h 10 http://www.opensource.apple.com/source/Libc/Libc-763.11/include/malloc/malloc.h
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 guarantee for API stability. However, the use of this header is the only way 42 guarantee for API stability. However, the use of this header is the only way
43 to implement OCSP checking per Apple's public documentation on the usage of 43 to implement OCSP checking per Apple's public documentation on the usage of
44 their Trust Policy Module. Further, the use of this private header is the 44 their Trust Policy Module. Further, the use of this private header is the
45 recommended approach from Apple for modifying OCSP policies. 45 recommended approach from Apple for modifying OCSP policies.
46 46
47 See: http://developer.apple.com/documentation/Security/Reference/SecAppleTrustPo licyModuleSpec/Apple_Trust_Policy_Module_Functional_Specification.pdf 47 See: http://developer.apple.com/documentation/Security/Reference/SecAppleTrustPo licyModuleSpec/Apple_Trust_Policy_Module_Functional_Specification.pdf
48 and http://lists.apple.com/archives/apple-cdsa/2008/Aug/msg00008.html 48 and http://lists.apple.com/archives/apple-cdsa/2008/Aug/msg00008.html
49 49
50 Modifications: 50 Modifications:
51 - Removed unneeded definitions for internal Apple CSP DL enums and structs 51 - Removed unneeded definitions for internal Apple CSP DL enums and structs
52
53 dnsinfo.h from:
54 http://www.opensource.apple.com/source/configd/configd-453.19/dnsinfo/dnsinfo.h
55
56 Provides dns_config_t which is used by /net/dns/dns_config_service_posix.cc to
57 obtain system DNS configuration on Mac OS X. This private header is also used by
58 Apple's open source mDNSResponder.
59
60 Modifications:
61 - Removed Availability.h and the corresponding macros.
OLDNEW
« no previous file with comments | « net/dns/host_resolver_impl.cc ('k') | third_party/apple_apsl/dnsinfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698