components/curl/curl.p5m
author Yiteng Zhang <yiteng.zhang@oracle.com>
Thu, 16 Jul 2015 15:20:48 -0700
changeset 4660 0cca05cde869
parent 4295 8e6a71e8754b
child 5164 0cb4fcf7f320
permissions -rw-r--r--
21272559 curl versions before 7.43.0 may be vulnerable to CVE-2015-3236 & CVE-2015-3237
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     1
#
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     3
#
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     7
#
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    12
#
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    18
#
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    20
#
3726
1c80a90dd005 19728335 Remove the libcurl.so.2 sym link for curl 7.38.0 after transition.
Rich Burridge <rich.burridge@oracle.com>
parents: 2193
diff changeset
    21
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    22
#
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 174
diff changeset
    23
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 174
diff changeset
    24
<transform file path=usr/share/doc/curl/html/(.+)$ -> \
4295
8e6a71e8754b 19810791 Numerous Userland components have an unwanted back slash
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    25
    set action.hash curl-$(COMPONENT_VERSION)/docs/%<1> >
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 174
diff changeset
    26
<transform file path=usr/share/doc/libcurl/html/(.+)$ -> \
4295
8e6a71e8754b 19810791 Numerous Userland components have an unwanted back slash
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    27
    set action.hash curl-$(COMPONENT_VERSION)/docs/libcurl/%<1> >
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    28
set name=pkg.fmri value=pkg:/web/curl@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    29
set name=pkg.summary value="The CURL Network Utility and Library"
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    30
set name=pkg.description \
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    31
    value="A command-line tool and library for transforming data with URL syntax"
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    32
set name=com.oracle.info.description \
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    33
    value="the CURL Network Utility and Library"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1745
diff changeset
    34
set name=com.oracle.info.tpno value=$(TPNO)
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    35
set name=info.classification \
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    36
    value=org.opensolaris.category.2008:System/Libraries
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 181
diff changeset
    37
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    38
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    39
set name=org.opensolaris.arc-caseid value=PSARC/2007/165 value=PSARC/2012/252 \
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    40
    value=PSARC/2013/303 value=PSARC/2014/332
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    41
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    42
file path=usr/bin/$(MACH64)/curl
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    43
file path=usr/bin/$(MACH64)/curl-config
1745
d6648ecc3e8b 18328743 pkg:/library/aalib still delivering 32-bit executables
Rich Burridge <rich.burridge@oracle.com>
parents: 1479
diff changeset
    44
file usr/bin/$(MACH64)/curl path=usr/bin/curl
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    45
file path=usr/bin/curl-config
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    46
file path=usr/include/curl/curl.h
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    47
file path=usr/include/curl/curlbuild.h
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    48
file path=usr/include/curl/curlrules.h
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    49
file path=usr/include/curl/curlver.h
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    50
file path=usr/include/curl/easy.h
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    51
file path=usr/include/curl/mprintf.h
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    52
file path=usr/include/curl/multi.h
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    53
file path=usr/include/curl/stdcheaders.h
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    54
file path=usr/include/curl/typecheck-gcc.h
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    55
link path=usr/lib/$(MACH64)/libcurl.so target=libcurl.so.4.3.0
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    56
link path=usr/lib/$(MACH64)/libcurl.so.3 target=libcurl.so.4.3.0
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    57
link path=usr/lib/$(MACH64)/libcurl.so.4 target=libcurl.so.4.3.0
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    58
file path=usr/lib/$(MACH64)/libcurl.so.4.3.0
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    59
file path=usr/lib/$(MACH64)/llib-lcurl.ln
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    60
file path=usr/lib/$(MACH64)/pkgconfig/libcurl.pc
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    61
link path=usr/lib/libcurl.so target=libcurl.so.4.3.0
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    62
link path=usr/lib/libcurl.so.3 target=libcurl.so.4.3.0
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    63
link path=usr/lib/libcurl.so.4 target=libcurl.so.4.3.0
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    64
file path=usr/lib/libcurl.so.4.3.0
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    65
file path=usr/lib/llib-lcurl
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    66
file path=usr/lib/llib-lcurl.ln
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    67
file path=usr/lib/pkgconfig/libcurl.pc
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    68
file path=usr/share/aclocal/libcurl.m4
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    69
file path=usr/share/doc/curl/html/curl-config.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    70
file path=usr/share/doc/curl/html/curl.html
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    71
file path=usr/share/doc/curl/html/index.html
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    72
file path=usr/share/doc/curl/html/mk-ca-bundle.html
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    73
file path=usr/share/doc/libcurl/html/curl_easy_cleanup.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    74
file path=usr/share/doc/libcurl/html/curl_easy_duphandle.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    75
file path=usr/share/doc/libcurl/html/curl_easy_escape.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    76
file path=usr/share/doc/libcurl/html/curl_easy_getinfo.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    77
file path=usr/share/doc/libcurl/html/curl_easy_init.html
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    78
file path=usr/share/doc/libcurl/html/curl_easy_pause.html
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    79
file path=usr/share/doc/libcurl/html/curl_easy_perform.html
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    80
file path=usr/share/doc/libcurl/html/curl_easy_recv.html
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    81
file path=usr/share/doc/libcurl/html/curl_easy_reset.html
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    82
file path=usr/share/doc/libcurl/html/curl_easy_send.html
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    83
file path=usr/share/doc/libcurl/html/curl_easy_setopt.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    84
file path=usr/share/doc/libcurl/html/curl_easy_strerror.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    85
file path=usr/share/doc/libcurl/html/curl_easy_unescape.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    86
file path=usr/share/doc/libcurl/html/curl_escape.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    87
file path=usr/share/doc/libcurl/html/curl_formadd.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    88
file path=usr/share/doc/libcurl/html/curl_formfree.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    89
file path=usr/share/doc/libcurl/html/curl_formget.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    90
file path=usr/share/doc/libcurl/html/curl_free.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    91
file path=usr/share/doc/libcurl/html/curl_getdate.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    92
file path=usr/share/doc/libcurl/html/curl_getenv.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    93
file path=usr/share/doc/libcurl/html/curl_global_cleanup.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    94
file path=usr/share/doc/libcurl/html/curl_global_init.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    95
file path=usr/share/doc/libcurl/html/curl_global_init_mem.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    96
file path=usr/share/doc/libcurl/html/curl_mprintf.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    97
file path=usr/share/doc/libcurl/html/curl_multi_add_handle.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    98
file path=usr/share/doc/libcurl/html/curl_multi_assign.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    99
file path=usr/share/doc/libcurl/html/curl_multi_cleanup.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   100
file path=usr/share/doc/libcurl/html/curl_multi_fdset.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   101
file path=usr/share/doc/libcurl/html/curl_multi_info_read.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   102
file path=usr/share/doc/libcurl/html/curl_multi_init.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   103
file path=usr/share/doc/libcurl/html/curl_multi_perform.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   104
file path=usr/share/doc/libcurl/html/curl_multi_remove_handle.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   105
file path=usr/share/doc/libcurl/html/curl_multi_setopt.html
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   106
file path=usr/share/doc/libcurl/html/curl_multi_socket.html
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
   107
file path=usr/share/doc/libcurl/html/curl_multi_socket_action.html
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   108
file path=usr/share/doc/libcurl/html/curl_multi_strerror.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   109
file path=usr/share/doc/libcurl/html/curl_multi_timeout.html
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   110
file path=usr/share/doc/libcurl/html/curl_multi_wait.html
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   111
file path=usr/share/doc/libcurl/html/curl_share_cleanup.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   112
file path=usr/share/doc/libcurl/html/curl_share_init.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   113
file path=usr/share/doc/libcurl/html/curl_share_setopt.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   114
file path=usr/share/doc/libcurl/html/curl_share_strerror.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   115
file path=usr/share/doc/libcurl/html/curl_slist_append.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   116
file path=usr/share/doc/libcurl/html/curl_slist_free_all.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   117
file path=usr/share/doc/libcurl/html/curl_strequal.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   118
file path=usr/share/doc/libcurl/html/curl_unescape.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   119
file path=usr/share/doc/libcurl/html/curl_version.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   120
file path=usr/share/doc/libcurl/html/curl_version_info.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   121
file path=usr/share/doc/libcurl/html/index.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   122
file path=usr/share/doc/libcurl/html/libcurl-easy.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   123
file path=usr/share/doc/libcurl/html/libcurl-errors.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   124
file path=usr/share/doc/libcurl/html/libcurl-multi.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   125
file path=usr/share/doc/libcurl/html/libcurl-share.html
4660
0cca05cde869 21272559 curl versions before 7.43.0 may be vulnerable to CVE-2015-3236 & CVE-2015-3237
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4295
diff changeset
   126
file path=usr/share/doc/libcurl/html/libcurl-symbols.html
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   127
file path=usr/share/doc/libcurl/html/libcurl-tutorial.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   128
file path=usr/share/doc/libcurl/html/libcurl.html
2193
243889cd0b65 19957907 Update to curl 7.39.0
Rich Burridge <rich.burridge@oracle.com>
parents: 2151
diff changeset
   129
file path=usr/share/doc/libcurl/html/opts/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.html
243889cd0b65 19957907 Update to curl 7.39.0
Rich Burridge <rich.burridge@oracle.com>
parents: 2151
diff changeset
   130
file path=usr/share/doc/libcurl/html/opts/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.html
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3726
diff changeset
   131
file path=usr/share/doc/libcurl/html/opts/CURLMOPT_MAXCONNECTS.html
2193
243889cd0b65 19957907 Update to curl 7.39.0
Rich Burridge <rich.burridge@oracle.com>
parents: 2151
diff changeset
   132
file path=usr/share/doc/libcurl/html/opts/CURLMOPT_MAX_HOST_CONNECTIONS.html
243889cd0b65 19957907 Update to curl 7.39.0
Rich Burridge <rich.burridge@oracle.com>
parents: 2151
diff changeset
   133
file path=usr/share/doc/libcurl/html/opts/CURLMOPT_MAX_PIPELINE_LENGTH.html
243889cd0b65 19957907 Update to curl 7.39.0
Rich Burridge <rich.burridge@oracle.com>
parents: 2151
diff changeset
   134
file path=usr/share/doc/libcurl/html/opts/CURLMOPT_MAX_TOTAL_CONNECTIONS.html
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3726
diff changeset
   135
file path=usr/share/doc/libcurl/html/opts/CURLMOPT_PIPELINING.html
2193
243889cd0b65 19957907 Update to curl 7.39.0
Rich Burridge <rich.burridge@oracle.com>
parents: 2151
diff changeset
   136
file path=usr/share/doc/libcurl/html/opts/CURLMOPT_PIPELINING_SERVER_BL.html
243889cd0b65 19957907 Update to curl 7.39.0
Rich Burridge <rich.burridge@oracle.com>
parents: 2151
diff changeset
   137
file path=usr/share/doc/libcurl/html/opts/CURLMOPT_PIPELINING_SITE_BL.html
243889cd0b65 19957907 Update to curl 7.39.0
Rich Burridge <rich.burridge@oracle.com>
parents: 2151
diff changeset
   138
file path=usr/share/doc/libcurl/html/opts/CURLMOPT_SOCKETDATA.html
243889cd0b65 19957907 Update to curl 7.39.0
Rich Burridge <rich.burridge@oracle.com>
parents: 2151
diff changeset
   139
file path=usr/share/doc/libcurl/html/opts/CURLMOPT_SOCKETFUNCTION.html
243889cd0b65 19957907 Update to curl 7.39.0
Rich Burridge <rich.burridge@oracle.com>
parents: 2151
diff changeset
   140
file path=usr/share/doc/libcurl/html/opts/CURLMOPT_TIMERDATA.html
243889cd0b65 19957907 Update to curl 7.39.0
Rich Burridge <rich.burridge@oracle.com>
parents: 2151
diff changeset
   141
file path=usr/share/doc/libcurl/html/opts/CURLMOPT_TIMERFUNCTION.html
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   142
file path=usr/share/doc/libcurl/html/opts/CURLOPT_ACCEPTTIMEOUT_MS.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   143
file path=usr/share/doc/libcurl/html/opts/CURLOPT_ACCEPT_ENCODING.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   144
file path=usr/share/doc/libcurl/html/opts/CURLOPT_ADDRESS_SCOPE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   145
file path=usr/share/doc/libcurl/html/opts/CURLOPT_APPEND.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   146
file path=usr/share/doc/libcurl/html/opts/CURLOPT_AUTOREFERER.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   147
file path=usr/share/doc/libcurl/html/opts/CURLOPT_BUFFERSIZE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   148
file path=usr/share/doc/libcurl/html/opts/CURLOPT_CAINFO.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   149
file path=usr/share/doc/libcurl/html/opts/CURLOPT_CAPATH.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   150
file path=usr/share/doc/libcurl/html/opts/CURLOPT_CERTINFO.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   151
file path=usr/share/doc/libcurl/html/opts/CURLOPT_CHUNK_BGN_FUNCTION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   152
file path=usr/share/doc/libcurl/html/opts/CURLOPT_CHUNK_DATA.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   153
file path=usr/share/doc/libcurl/html/opts/CURLOPT_CHUNK_END_FUNCTION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   154
file path=usr/share/doc/libcurl/html/opts/CURLOPT_CLOSESOCKETDATA.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   155
file path=usr/share/doc/libcurl/html/opts/CURLOPT_CLOSESOCKETFUNCTION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   156
file path=usr/share/doc/libcurl/html/opts/CURLOPT_CONNECTTIMEOUT.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   157
file path=usr/share/doc/libcurl/html/opts/CURLOPT_CONNECTTIMEOUT_MS.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   158
file path=usr/share/doc/libcurl/html/opts/CURLOPT_CONNECT_ONLY.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   159
file path=usr/share/doc/libcurl/html/opts/CURLOPT_CONV_FROM_NETWORK_FUNCTION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   160
file path=usr/share/doc/libcurl/html/opts/CURLOPT_CONV_FROM_UTF8_FUNCTION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   161
file path=usr/share/doc/libcurl/html/opts/CURLOPT_CONV_TO_NETWORK_FUNCTION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   162
file path=usr/share/doc/libcurl/html/opts/CURLOPT_COOKIE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   163
file path=usr/share/doc/libcurl/html/opts/CURLOPT_COOKIEFILE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   164
file path=usr/share/doc/libcurl/html/opts/CURLOPT_COOKIEJAR.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   165
file path=usr/share/doc/libcurl/html/opts/CURLOPT_COOKIELIST.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   166
file path=usr/share/doc/libcurl/html/opts/CURLOPT_COOKIESESSION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   167
file path=usr/share/doc/libcurl/html/opts/CURLOPT_COPYPOSTFIELDS.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   168
file path=usr/share/doc/libcurl/html/opts/CURLOPT_CRLF.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   169
file path=usr/share/doc/libcurl/html/opts/CURLOPT_CRLFILE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   170
file path=usr/share/doc/libcurl/html/opts/CURLOPT_CUSTOMREQUEST.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   171
file path=usr/share/doc/libcurl/html/opts/CURLOPT_DEBUGDATA.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   172
file path=usr/share/doc/libcurl/html/opts/CURLOPT_DEBUGFUNCTION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   173
file path=usr/share/doc/libcurl/html/opts/CURLOPT_DIRLISTONLY.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   174
file path=usr/share/doc/libcurl/html/opts/CURLOPT_DNS_CACHE_TIMEOUT.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   175
file path=usr/share/doc/libcurl/html/opts/CURLOPT_DNS_INTERFACE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   176
file path=usr/share/doc/libcurl/html/opts/CURLOPT_DNS_LOCAL_IP4.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   177
file path=usr/share/doc/libcurl/html/opts/CURLOPT_DNS_LOCAL_IP6.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   178
file path=usr/share/doc/libcurl/html/opts/CURLOPT_DNS_SERVERS.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   179
file path=usr/share/doc/libcurl/html/opts/CURLOPT_DNS_USE_GLOBAL_CACHE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   180
file path=usr/share/doc/libcurl/html/opts/CURLOPT_EGDSOCKET.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   181
file path=usr/share/doc/libcurl/html/opts/CURLOPT_ERRORBUFFER.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   182
file path=usr/share/doc/libcurl/html/opts/CURLOPT_EXPECT_100_TIMEOUT_MS.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   183
file path=usr/share/doc/libcurl/html/opts/CURLOPT_FAILONERROR.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   184
file path=usr/share/doc/libcurl/html/opts/CURLOPT_FILETIME.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   185
file path=usr/share/doc/libcurl/html/opts/CURLOPT_FNMATCH_DATA.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   186
file path=usr/share/doc/libcurl/html/opts/CURLOPT_FNMATCH_FUNCTION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   187
file path=usr/share/doc/libcurl/html/opts/CURLOPT_FOLLOWLOCATION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   188
file path=usr/share/doc/libcurl/html/opts/CURLOPT_FORBID_REUSE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   189
file path=usr/share/doc/libcurl/html/opts/CURLOPT_FRESH_CONNECT.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   190
file path=usr/share/doc/libcurl/html/opts/CURLOPT_FTPPORT.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   191
file path=usr/share/doc/libcurl/html/opts/CURLOPT_FTPSSLAUTH.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   192
file path=usr/share/doc/libcurl/html/opts/CURLOPT_FTP_ACCOUNT.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   193
file path=usr/share/doc/libcurl/html/opts/CURLOPT_FTP_ALTERNATIVE_TO_USER.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   194
file path=usr/share/doc/libcurl/html/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   195
file path=usr/share/doc/libcurl/html/opts/CURLOPT_FTP_FILEMETHOD.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   196
file path=usr/share/doc/libcurl/html/opts/CURLOPT_FTP_RESPONSE_TIMEOUT.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   197
file path=usr/share/doc/libcurl/html/opts/CURLOPT_FTP_SKIP_PASV_IP.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   198
file path=usr/share/doc/libcurl/html/opts/CURLOPT_FTP_SSL_CCC.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   199
file path=usr/share/doc/libcurl/html/opts/CURLOPT_FTP_USE_EPRT.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   200
file path=usr/share/doc/libcurl/html/opts/CURLOPT_FTP_USE_EPSV.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   201
file path=usr/share/doc/libcurl/html/opts/CURLOPT_FTP_USE_PRET.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   202
file path=usr/share/doc/libcurl/html/opts/CURLOPT_GSSAPI_DELEGATION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   203
file path=usr/share/doc/libcurl/html/opts/CURLOPT_HEADER.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   204
file path=usr/share/doc/libcurl/html/opts/CURLOPT_HEADERDATA.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   205
file path=usr/share/doc/libcurl/html/opts/CURLOPT_HEADERFUNCTION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   206
file path=usr/share/doc/libcurl/html/opts/CURLOPT_HEADEROPT.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   207
file path=usr/share/doc/libcurl/html/opts/CURLOPT_HTTP200ALIASES.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   208
file path=usr/share/doc/libcurl/html/opts/CURLOPT_HTTPAUTH.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   209
file path=usr/share/doc/libcurl/html/opts/CURLOPT_HTTPGET.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   210
file path=usr/share/doc/libcurl/html/opts/CURLOPT_HTTPHEADER.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   211
file path=usr/share/doc/libcurl/html/opts/CURLOPT_HTTPPOST.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   212
file path=usr/share/doc/libcurl/html/opts/CURLOPT_HTTPPROXYTUNNEL.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   213
file path=usr/share/doc/libcurl/html/opts/CURLOPT_HTTP_CONTENT_DECODING.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   214
file path=usr/share/doc/libcurl/html/opts/CURLOPT_HTTP_TRANSFER_DECODING.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   215
file path=usr/share/doc/libcurl/html/opts/CURLOPT_HTTP_VERSION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   216
file path=usr/share/doc/libcurl/html/opts/CURLOPT_IGNORE_CONTENT_LENGTH.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   217
file path=usr/share/doc/libcurl/html/opts/CURLOPT_INFILESIZE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   218
file path=usr/share/doc/libcurl/html/opts/CURLOPT_INFILESIZE_LARGE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   219
file path=usr/share/doc/libcurl/html/opts/CURLOPT_INTERFACE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   220
file path=usr/share/doc/libcurl/html/opts/CURLOPT_INTERLEAVEDATA.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   221
file path=usr/share/doc/libcurl/html/opts/CURLOPT_INTERLEAVEFUNCTION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   222
file path=usr/share/doc/libcurl/html/opts/CURLOPT_IOCTLDATA.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   223
file path=usr/share/doc/libcurl/html/opts/CURLOPT_IOCTLFUNCTION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   224
file path=usr/share/doc/libcurl/html/opts/CURLOPT_IPRESOLVE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   225
file path=usr/share/doc/libcurl/html/opts/CURLOPT_ISSUERCERT.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   226
file path=usr/share/doc/libcurl/html/opts/CURLOPT_KEYPASSWD.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   227
file path=usr/share/doc/libcurl/html/opts/CURLOPT_KRBLEVEL.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   228
file path=usr/share/doc/libcurl/html/opts/CURLOPT_LOCALPORT.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   229
file path=usr/share/doc/libcurl/html/opts/CURLOPT_LOCALPORTRANGE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   230
file path=usr/share/doc/libcurl/html/opts/CURLOPT_LOGIN_OPTIONS.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   231
file path=usr/share/doc/libcurl/html/opts/CURLOPT_LOW_SPEED_LIMIT.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   232
file path=usr/share/doc/libcurl/html/opts/CURLOPT_LOW_SPEED_TIME.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   233
file path=usr/share/doc/libcurl/html/opts/CURLOPT_MAIL_AUTH.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   234
file path=usr/share/doc/libcurl/html/opts/CURLOPT_MAIL_FROM.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   235
file path=usr/share/doc/libcurl/html/opts/CURLOPT_MAIL_RCPT.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   236
file path=usr/share/doc/libcurl/html/opts/CURLOPT_MAXCONNECTS.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   237
file path=usr/share/doc/libcurl/html/opts/CURLOPT_MAXFILESIZE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   238
file path=usr/share/doc/libcurl/html/opts/CURLOPT_MAXFILESIZE_LARGE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   239
file path=usr/share/doc/libcurl/html/opts/CURLOPT_MAXREDIRS.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   240
file path=usr/share/doc/libcurl/html/opts/CURLOPT_MAX_RECV_SPEED_LARGE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   241
file path=usr/share/doc/libcurl/html/opts/CURLOPT_MAX_SEND_SPEED_LARGE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   242
file path=usr/share/doc/libcurl/html/opts/CURLOPT_NETRC.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   243
file path=usr/share/doc/libcurl/html/opts/CURLOPT_NETRC_FILE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   244
file path=usr/share/doc/libcurl/html/opts/CURLOPT_NEW_DIRECTORY_PERMS.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   245
file path=usr/share/doc/libcurl/html/opts/CURLOPT_NEW_FILE_PERMS.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   246
file path=usr/share/doc/libcurl/html/opts/CURLOPT_NOBODY.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   247
file path=usr/share/doc/libcurl/html/opts/CURLOPT_NOPROGRESS.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   248
file path=usr/share/doc/libcurl/html/opts/CURLOPT_NOPROXY.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   249
file path=usr/share/doc/libcurl/html/opts/CURLOPT_NOSIGNAL.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   250
file path=usr/share/doc/libcurl/html/opts/CURLOPT_OPENSOCKETDATA.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   251
file path=usr/share/doc/libcurl/html/opts/CURLOPT_OPENSOCKETFUNCTION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   252
file path=usr/share/doc/libcurl/html/opts/CURLOPT_PASSWORD.html
4660
0cca05cde869 21272559 curl versions before 7.43.0 may be vulnerable to CVE-2015-3236 & CVE-2015-3237
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4295
diff changeset
   253
file path=usr/share/doc/libcurl/html/opts/CURLOPT_PATH_AS_IS.html
0cca05cde869 21272559 curl versions before 7.43.0 may be vulnerable to CVE-2015-3236 & CVE-2015-3237
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4295
diff changeset
   254
file path=usr/share/doc/libcurl/html/opts/CURLOPT_PINNEDPUBLICKEY.html
0cca05cde869 21272559 curl versions before 7.43.0 may be vulnerable to CVE-2015-3236 & CVE-2015-3237
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4295
diff changeset
   255
file path=usr/share/doc/libcurl/html/opts/CURLOPT_PIPEWAIT.html
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   256
file path=usr/share/doc/libcurl/html/opts/CURLOPT_PORT.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   257
file path=usr/share/doc/libcurl/html/opts/CURLOPT_POST.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   258
file path=usr/share/doc/libcurl/html/opts/CURLOPT_POSTFIELDS.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   259
file path=usr/share/doc/libcurl/html/opts/CURLOPT_POSTFIELDSIZE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   260
file path=usr/share/doc/libcurl/html/opts/CURLOPT_POSTFIELDSIZE_LARGE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   261
file path=usr/share/doc/libcurl/html/opts/CURLOPT_POSTQUOTE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   262
file path=usr/share/doc/libcurl/html/opts/CURLOPT_POSTREDIR.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   263
file path=usr/share/doc/libcurl/html/opts/CURLOPT_PREQUOTE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   264
file path=usr/share/doc/libcurl/html/opts/CURLOPT_PRIVATE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   265
file path=usr/share/doc/libcurl/html/opts/CURLOPT_PROGRESSDATA.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   266
file path=usr/share/doc/libcurl/html/opts/CURLOPT_PROGRESSFUNCTION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   267
file path=usr/share/doc/libcurl/html/opts/CURLOPT_PROTOCOLS.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   268
file path=usr/share/doc/libcurl/html/opts/CURLOPT_PROXY.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   269
file path=usr/share/doc/libcurl/html/opts/CURLOPT_PROXYAUTH.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   270
file path=usr/share/doc/libcurl/html/opts/CURLOPT_PROXYHEADER.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   271
file path=usr/share/doc/libcurl/html/opts/CURLOPT_PROXYPASSWORD.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   272
file path=usr/share/doc/libcurl/html/opts/CURLOPT_PROXYPORT.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   273
file path=usr/share/doc/libcurl/html/opts/CURLOPT_PROXYTYPE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   274
file path=usr/share/doc/libcurl/html/opts/CURLOPT_PROXYUSERNAME.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   275
file path=usr/share/doc/libcurl/html/opts/CURLOPT_PROXYUSERPWD.html
4660
0cca05cde869 21272559 curl versions before 7.43.0 may be vulnerable to CVE-2015-3236 & CVE-2015-3237
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4295
diff changeset
   276
file path=usr/share/doc/libcurl/html/opts/CURLOPT_PROXY_SERVICE_NAME.html
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   277
file path=usr/share/doc/libcurl/html/opts/CURLOPT_PROXY_TRANSFER_MODE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   278
file path=usr/share/doc/libcurl/html/opts/CURLOPT_PUT.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   279
file path=usr/share/doc/libcurl/html/opts/CURLOPT_QUOTE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   280
file path=usr/share/doc/libcurl/html/opts/CURLOPT_RANDOM_FILE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   281
file path=usr/share/doc/libcurl/html/opts/CURLOPT_RANGE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   282
file path=usr/share/doc/libcurl/html/opts/CURLOPT_READDATA.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   283
file path=usr/share/doc/libcurl/html/opts/CURLOPT_READFUNCTION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   284
file path=usr/share/doc/libcurl/html/opts/CURLOPT_REDIR_PROTOCOLS.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   285
file path=usr/share/doc/libcurl/html/opts/CURLOPT_REFERER.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   286
file path=usr/share/doc/libcurl/html/opts/CURLOPT_RESOLVE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   287
file path=usr/share/doc/libcurl/html/opts/CURLOPT_RESUME_FROM.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   288
file path=usr/share/doc/libcurl/html/opts/CURLOPT_RESUME_FROM_LARGE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   289
file path=usr/share/doc/libcurl/html/opts/CURLOPT_RTSP_CLIENT_CSEQ.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   290
file path=usr/share/doc/libcurl/html/opts/CURLOPT_RTSP_REQUEST.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   291
file path=usr/share/doc/libcurl/html/opts/CURLOPT_RTSP_SERVER_CSEQ.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   292
file path=usr/share/doc/libcurl/html/opts/CURLOPT_RTSP_SESSION_ID.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   293
file path=usr/share/doc/libcurl/html/opts/CURLOPT_RTSP_STREAM_URI.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   294
file path=usr/share/doc/libcurl/html/opts/CURLOPT_RTSP_TRANSPORT.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   295
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SASL_IR.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   296
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SEEKDATA.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   297
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SEEKFUNCTION.html
4660
0cca05cde869 21272559 curl versions before 7.43.0 may be vulnerable to CVE-2015-3236 & CVE-2015-3237
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4295
diff changeset
   298
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SERVICE_NAME.html
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   299
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SHARE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   300
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SOCKOPTDATA.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   301
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SOCKOPTFUNCTION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   302
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SOCKS5_GSSAPI_NEC.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   303
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   304
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSH_AUTH_TYPES.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   305
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   306
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSH_KEYDATA.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   307
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSH_KEYFUNCTION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   308
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSH_KNOWNHOSTS.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   309
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSH_PRIVATE_KEYFILE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   310
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSH_PUBLIC_KEYFILE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   311
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSLCERT.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   312
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSLCERTTYPE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   313
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSLENGINE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   314
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSLENGINE_DEFAULT.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   315
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSLKEY.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   316
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSLKEYTYPE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   317
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSLVERSION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   318
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSL_CIPHER_LIST.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   319
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSL_CTX_DATA.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   320
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSL_CTX_FUNCTION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   321
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSL_ENABLE_ALPN.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   322
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSL_ENABLE_NPN.html
4660
0cca05cde869 21272559 curl versions before 7.43.0 may be vulnerable to CVE-2015-3236 & CVE-2015-3237
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4295
diff changeset
   323
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSL_FALSESTART.html
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   324
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSL_OPTIONS.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   325
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSL_SESSIONID_CACHE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   326
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSL_VERIFYHOST.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   327
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSL_VERIFYPEER.html
4660
0cca05cde869 21272559 curl versions before 7.43.0 may be vulnerable to CVE-2015-3236 & CVE-2015-3237
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4295
diff changeset
   328
file path=usr/share/doc/libcurl/html/opts/CURLOPT_SSL_VERIFYSTATUS.html
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   329
file path=usr/share/doc/libcurl/html/opts/CURLOPT_STDERR.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   330
file path=usr/share/doc/libcurl/html/opts/CURLOPT_TCP_KEEPALIVE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   331
file path=usr/share/doc/libcurl/html/opts/CURLOPT_TCP_KEEPIDLE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   332
file path=usr/share/doc/libcurl/html/opts/CURLOPT_TCP_KEEPINTVL.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   333
file path=usr/share/doc/libcurl/html/opts/CURLOPT_TCP_NODELAY.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   334
file path=usr/share/doc/libcurl/html/opts/CURLOPT_TELNETOPTIONS.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   335
file path=usr/share/doc/libcurl/html/opts/CURLOPT_TFTP_BLKSIZE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   336
file path=usr/share/doc/libcurl/html/opts/CURLOPT_TIMECONDITION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   337
file path=usr/share/doc/libcurl/html/opts/CURLOPT_TIMEOUT.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   338
file path=usr/share/doc/libcurl/html/opts/CURLOPT_TIMEOUT_MS.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   339
file path=usr/share/doc/libcurl/html/opts/CURLOPT_TIMEVALUE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   340
file path=usr/share/doc/libcurl/html/opts/CURLOPT_TLSAUTH_PASSWORD.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   341
file path=usr/share/doc/libcurl/html/opts/CURLOPT_TLSAUTH_TYPE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   342
file path=usr/share/doc/libcurl/html/opts/CURLOPT_TLSAUTH_USERNAME.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   343
file path=usr/share/doc/libcurl/html/opts/CURLOPT_TRANSFERTEXT.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   344
file path=usr/share/doc/libcurl/html/opts/CURLOPT_TRANSFER_ENCODING.html
3726
1c80a90dd005 19728335 Remove the libcurl.so.2 sym link for curl 7.38.0 after transition.
Rich Burridge <rich.burridge@oracle.com>
parents: 2193
diff changeset
   345
file path=usr/share/doc/libcurl/html/opts/CURLOPT_UNIX_SOCKET_PATH.html
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   346
file path=usr/share/doc/libcurl/html/opts/CURLOPT_UNRESTRICTED_AUTH.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   347
file path=usr/share/doc/libcurl/html/opts/CURLOPT_UPLOAD.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   348
file path=usr/share/doc/libcurl/html/opts/CURLOPT_URL.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   349
file path=usr/share/doc/libcurl/html/opts/CURLOPT_USERAGENT.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   350
file path=usr/share/doc/libcurl/html/opts/CURLOPT_USERNAME.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   351
file path=usr/share/doc/libcurl/html/opts/CURLOPT_USERPWD.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   352
file path=usr/share/doc/libcurl/html/opts/CURLOPT_USE_SSL.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   353
file path=usr/share/doc/libcurl/html/opts/CURLOPT_VERBOSE.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   354
file path=usr/share/doc/libcurl/html/opts/CURLOPT_WILDCARDMATCH.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   355
file path=usr/share/doc/libcurl/html/opts/CURLOPT_WRITEDATA.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   356
file path=usr/share/doc/libcurl/html/opts/CURLOPT_WRITEFUNCTION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   357
file path=usr/share/doc/libcurl/html/opts/CURLOPT_XFERINFODATA.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   358
file path=usr/share/doc/libcurl/html/opts/CURLOPT_XFERINFOFUNCTION.html
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   359
file path=usr/share/doc/libcurl/html/opts/CURLOPT_XOAUTH2_BEARER.html
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   360
file path=usr/share/man/man1/curl-config.1
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   361
file path=usr/share/man/man1/curl.1
2193
243889cd0b65 19957907 Update to curl 7.39.0
Rich Burridge <rich.burridge@oracle.com>
parents: 2151
diff changeset
   362
file path=usr/share/man/man3/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3
243889cd0b65 19957907 Update to curl 7.39.0
Rich Burridge <rich.burridge@oracle.com>
parents: 2151
diff changeset
   363
file path=usr/share/man/man3/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3726
diff changeset
   364
file path=usr/share/man/man3/CURLMOPT_MAXCONNECTS.3
2193
243889cd0b65 19957907 Update to curl 7.39.0
Rich Burridge <rich.burridge@oracle.com>
parents: 2151
diff changeset
   365
file path=usr/share/man/man3/CURLMOPT_MAX_HOST_CONNECTIONS.3
243889cd0b65 19957907 Update to curl 7.39.0
Rich Burridge <rich.burridge@oracle.com>
parents: 2151
diff changeset
   366
file path=usr/share/man/man3/CURLMOPT_MAX_PIPELINE_LENGTH.3
243889cd0b65 19957907 Update to curl 7.39.0
Rich Burridge <rich.burridge@oracle.com>
parents: 2151
diff changeset
   367
file path=usr/share/man/man3/CURLMOPT_MAX_TOTAL_CONNECTIONS.3
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3726
diff changeset
   368
file path=usr/share/man/man3/CURLMOPT_PIPELINING.3
2193
243889cd0b65 19957907 Update to curl 7.39.0
Rich Burridge <rich.burridge@oracle.com>
parents: 2151
diff changeset
   369
file path=usr/share/man/man3/CURLMOPT_PIPELINING_SERVER_BL.3
243889cd0b65 19957907 Update to curl 7.39.0
Rich Burridge <rich.burridge@oracle.com>
parents: 2151
diff changeset
   370
file path=usr/share/man/man3/CURLMOPT_PIPELINING_SITE_BL.3
243889cd0b65 19957907 Update to curl 7.39.0
Rich Burridge <rich.burridge@oracle.com>
parents: 2151
diff changeset
   371
file path=usr/share/man/man3/CURLMOPT_SOCKETDATA.3
243889cd0b65 19957907 Update to curl 7.39.0
Rich Burridge <rich.burridge@oracle.com>
parents: 2151
diff changeset
   372
file path=usr/share/man/man3/CURLMOPT_SOCKETFUNCTION.3
243889cd0b65 19957907 Update to curl 7.39.0
Rich Burridge <rich.burridge@oracle.com>
parents: 2151
diff changeset
   373
file path=usr/share/man/man3/CURLMOPT_TIMERDATA.3
243889cd0b65 19957907 Update to curl 7.39.0
Rich Burridge <rich.burridge@oracle.com>
parents: 2151
diff changeset
   374
file path=usr/share/man/man3/CURLMOPT_TIMERFUNCTION.3
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   375
file path=usr/share/man/man3/CURLOPT_ACCEPTTIMEOUT_MS.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   376
file path=usr/share/man/man3/CURLOPT_ACCEPT_ENCODING.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   377
file path=usr/share/man/man3/CURLOPT_ADDRESS_SCOPE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   378
file path=usr/share/man/man3/CURLOPT_APPEND.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   379
file path=usr/share/man/man3/CURLOPT_AUTOREFERER.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   380
file path=usr/share/man/man3/CURLOPT_BUFFERSIZE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   381
file path=usr/share/man/man3/CURLOPT_CAINFO.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   382
file path=usr/share/man/man3/CURLOPT_CAPATH.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   383
file path=usr/share/man/man3/CURLOPT_CERTINFO.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   384
file path=usr/share/man/man3/CURLOPT_CHUNK_BGN_FUNCTION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   385
file path=usr/share/man/man3/CURLOPT_CHUNK_DATA.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   386
file path=usr/share/man/man3/CURLOPT_CHUNK_END_FUNCTION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   387
file path=usr/share/man/man3/CURLOPT_CLOSESOCKETDATA.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   388
file path=usr/share/man/man3/CURLOPT_CLOSESOCKETFUNCTION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   389
file path=usr/share/man/man3/CURLOPT_CONNECTTIMEOUT.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   390
file path=usr/share/man/man3/CURLOPT_CONNECTTIMEOUT_MS.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   391
file path=usr/share/man/man3/CURLOPT_CONNECT_ONLY.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   392
file path=usr/share/man/man3/CURLOPT_CONV_FROM_NETWORK_FUNCTION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   393
file path=usr/share/man/man3/CURLOPT_CONV_FROM_UTF8_FUNCTION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   394
file path=usr/share/man/man3/CURLOPT_CONV_TO_NETWORK_FUNCTION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   395
file path=usr/share/man/man3/CURLOPT_COOKIE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   396
file path=usr/share/man/man3/CURLOPT_COOKIEFILE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   397
file path=usr/share/man/man3/CURLOPT_COOKIEJAR.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   398
file path=usr/share/man/man3/CURLOPT_COOKIELIST.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   399
file path=usr/share/man/man3/CURLOPT_COOKIESESSION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   400
file path=usr/share/man/man3/CURLOPT_COPYPOSTFIELDS.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   401
file path=usr/share/man/man3/CURLOPT_CRLF.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   402
file path=usr/share/man/man3/CURLOPT_CRLFILE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   403
file path=usr/share/man/man3/CURLOPT_CUSTOMREQUEST.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   404
file path=usr/share/man/man3/CURLOPT_DEBUGDATA.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   405
file path=usr/share/man/man3/CURLOPT_DEBUGFUNCTION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   406
file path=usr/share/man/man3/CURLOPT_DIRLISTONLY.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   407
file path=usr/share/man/man3/CURLOPT_DNS_CACHE_TIMEOUT.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   408
file path=usr/share/man/man3/CURLOPT_DNS_INTERFACE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   409
file path=usr/share/man/man3/CURLOPT_DNS_LOCAL_IP4.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   410
file path=usr/share/man/man3/CURLOPT_DNS_LOCAL_IP6.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   411
file path=usr/share/man/man3/CURLOPT_DNS_SERVERS.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   412
file path=usr/share/man/man3/CURLOPT_DNS_USE_GLOBAL_CACHE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   413
file path=usr/share/man/man3/CURLOPT_EGDSOCKET.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   414
file path=usr/share/man/man3/CURLOPT_ERRORBUFFER.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   415
file path=usr/share/man/man3/CURLOPT_EXPECT_100_TIMEOUT_MS.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   416
file path=usr/share/man/man3/CURLOPT_FAILONERROR.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   417
file path=usr/share/man/man3/CURLOPT_FILETIME.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   418
file path=usr/share/man/man3/CURLOPT_FNMATCH_DATA.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   419
file path=usr/share/man/man3/CURLOPT_FNMATCH_FUNCTION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   420
file path=usr/share/man/man3/CURLOPT_FOLLOWLOCATION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   421
file path=usr/share/man/man3/CURLOPT_FORBID_REUSE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   422
file path=usr/share/man/man3/CURLOPT_FRESH_CONNECT.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   423
file path=usr/share/man/man3/CURLOPT_FTPPORT.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   424
file path=usr/share/man/man3/CURLOPT_FTPSSLAUTH.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   425
file path=usr/share/man/man3/CURLOPT_FTP_ACCOUNT.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   426
file path=usr/share/man/man3/CURLOPT_FTP_ALTERNATIVE_TO_USER.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   427
file path=usr/share/man/man3/CURLOPT_FTP_CREATE_MISSING_DIRS.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   428
file path=usr/share/man/man3/CURLOPT_FTP_FILEMETHOD.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   429
file path=usr/share/man/man3/CURLOPT_FTP_RESPONSE_TIMEOUT.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   430
file path=usr/share/man/man3/CURLOPT_FTP_SKIP_PASV_IP.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   431
file path=usr/share/man/man3/CURLOPT_FTP_SSL_CCC.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   432
file path=usr/share/man/man3/CURLOPT_FTP_USE_EPRT.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   433
file path=usr/share/man/man3/CURLOPT_FTP_USE_EPSV.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   434
file path=usr/share/man/man3/CURLOPT_FTP_USE_PRET.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   435
file path=usr/share/man/man3/CURLOPT_GSSAPI_DELEGATION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   436
file path=usr/share/man/man3/CURLOPT_HEADER.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   437
file path=usr/share/man/man3/CURLOPT_HEADERDATA.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   438
file path=usr/share/man/man3/CURLOPT_HEADERFUNCTION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   439
file path=usr/share/man/man3/CURLOPT_HEADEROPT.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   440
file path=usr/share/man/man3/CURLOPT_HTTP200ALIASES.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   441
file path=usr/share/man/man3/CURLOPT_HTTPAUTH.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   442
file path=usr/share/man/man3/CURLOPT_HTTPGET.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   443
file path=usr/share/man/man3/CURLOPT_HTTPHEADER.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   444
file path=usr/share/man/man3/CURLOPT_HTTPPOST.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   445
file path=usr/share/man/man3/CURLOPT_HTTPPROXYTUNNEL.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   446
file path=usr/share/man/man3/CURLOPT_HTTP_CONTENT_DECODING.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   447
file path=usr/share/man/man3/CURLOPT_HTTP_TRANSFER_DECODING.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   448
file path=usr/share/man/man3/CURLOPT_HTTP_VERSION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   449
file path=usr/share/man/man3/CURLOPT_IGNORE_CONTENT_LENGTH.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   450
file path=usr/share/man/man3/CURLOPT_INFILESIZE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   451
file path=usr/share/man/man3/CURLOPT_INFILESIZE_LARGE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   452
file path=usr/share/man/man3/CURLOPT_INTERFACE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   453
file path=usr/share/man/man3/CURLOPT_INTERLEAVEDATA.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   454
file path=usr/share/man/man3/CURLOPT_INTERLEAVEFUNCTION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   455
file path=usr/share/man/man3/CURLOPT_IOCTLDATA.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   456
file path=usr/share/man/man3/CURLOPT_IOCTLFUNCTION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   457
file path=usr/share/man/man3/CURLOPT_IPRESOLVE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   458
file path=usr/share/man/man3/CURLOPT_ISSUERCERT.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   459
file path=usr/share/man/man3/CURLOPT_KEYPASSWD.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   460
file path=usr/share/man/man3/CURLOPT_KRBLEVEL.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   461
file path=usr/share/man/man3/CURLOPT_LOCALPORT.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   462
file path=usr/share/man/man3/CURLOPT_LOCALPORTRANGE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   463
file path=usr/share/man/man3/CURLOPT_LOGIN_OPTIONS.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   464
file path=usr/share/man/man3/CURLOPT_LOW_SPEED_LIMIT.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   465
file path=usr/share/man/man3/CURLOPT_LOW_SPEED_TIME.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   466
file path=usr/share/man/man3/CURLOPT_MAIL_AUTH.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   467
file path=usr/share/man/man3/CURLOPT_MAIL_FROM.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   468
file path=usr/share/man/man3/CURLOPT_MAIL_RCPT.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   469
file path=usr/share/man/man3/CURLOPT_MAXCONNECTS.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   470
file path=usr/share/man/man3/CURLOPT_MAXFILESIZE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   471
file path=usr/share/man/man3/CURLOPT_MAXFILESIZE_LARGE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   472
file path=usr/share/man/man3/CURLOPT_MAXREDIRS.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   473
file path=usr/share/man/man3/CURLOPT_MAX_RECV_SPEED_LARGE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   474
file path=usr/share/man/man3/CURLOPT_MAX_SEND_SPEED_LARGE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   475
file path=usr/share/man/man3/CURLOPT_NETRC.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   476
file path=usr/share/man/man3/CURLOPT_NETRC_FILE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   477
file path=usr/share/man/man3/CURLOPT_NEW_DIRECTORY_PERMS.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   478
file path=usr/share/man/man3/CURLOPT_NEW_FILE_PERMS.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   479
file path=usr/share/man/man3/CURLOPT_NOBODY.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   480
file path=usr/share/man/man3/CURLOPT_NOPROGRESS.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   481
file path=usr/share/man/man3/CURLOPT_NOPROXY.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   482
file path=usr/share/man/man3/CURLOPT_NOSIGNAL.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   483
file path=usr/share/man/man3/CURLOPT_OPENSOCKETDATA.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   484
file path=usr/share/man/man3/CURLOPT_OPENSOCKETFUNCTION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   485
file path=usr/share/man/man3/CURLOPT_PASSWORD.3
4660
0cca05cde869 21272559 curl versions before 7.43.0 may be vulnerable to CVE-2015-3236 & CVE-2015-3237
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4295
diff changeset
   486
file path=usr/share/man/man3/CURLOPT_PATH_AS_IS.3
0cca05cde869 21272559 curl versions before 7.43.0 may be vulnerable to CVE-2015-3236 & CVE-2015-3237
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4295
diff changeset
   487
file path=usr/share/man/man3/CURLOPT_PINNEDPUBLICKEY.3
0cca05cde869 21272559 curl versions before 7.43.0 may be vulnerable to CVE-2015-3236 & CVE-2015-3237
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4295
diff changeset
   488
file path=usr/share/man/man3/CURLOPT_PIPEWAIT.3
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   489
file path=usr/share/man/man3/CURLOPT_PORT.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   490
file path=usr/share/man/man3/CURLOPT_POST.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   491
file path=usr/share/man/man3/CURLOPT_POSTFIELDS.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   492
file path=usr/share/man/man3/CURLOPT_POSTFIELDSIZE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   493
file path=usr/share/man/man3/CURLOPT_POSTFIELDSIZE_LARGE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   494
file path=usr/share/man/man3/CURLOPT_POSTQUOTE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   495
file path=usr/share/man/man3/CURLOPT_POSTREDIR.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   496
file path=usr/share/man/man3/CURLOPT_PREQUOTE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   497
file path=usr/share/man/man3/CURLOPT_PRIVATE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   498
file path=usr/share/man/man3/CURLOPT_PROGRESSDATA.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   499
file path=usr/share/man/man3/CURLOPT_PROGRESSFUNCTION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   500
file path=usr/share/man/man3/CURLOPT_PROTOCOLS.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   501
file path=usr/share/man/man3/CURLOPT_PROXY.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   502
file path=usr/share/man/man3/CURLOPT_PROXYAUTH.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   503
file path=usr/share/man/man3/CURLOPT_PROXYHEADER.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   504
file path=usr/share/man/man3/CURLOPT_PROXYPASSWORD.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   505
file path=usr/share/man/man3/CURLOPT_PROXYPORT.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   506
file path=usr/share/man/man3/CURLOPT_PROXYTYPE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   507
file path=usr/share/man/man3/CURLOPT_PROXYUSERNAME.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   508
file path=usr/share/man/man3/CURLOPT_PROXYUSERPWD.3
4660
0cca05cde869 21272559 curl versions before 7.43.0 may be vulnerable to CVE-2015-3236 & CVE-2015-3237
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4295
diff changeset
   509
file path=usr/share/man/man3/CURLOPT_PROXY_SERVICE_NAME.3
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   510
file path=usr/share/man/man3/CURLOPT_PROXY_TRANSFER_MODE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   511
file path=usr/share/man/man3/CURLOPT_PUT.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   512
file path=usr/share/man/man3/CURLOPT_QUOTE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   513
file path=usr/share/man/man3/CURLOPT_RANDOM_FILE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   514
file path=usr/share/man/man3/CURLOPT_RANGE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   515
file path=usr/share/man/man3/CURLOPT_READDATA.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   516
file path=usr/share/man/man3/CURLOPT_READFUNCTION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   517
file path=usr/share/man/man3/CURLOPT_REDIR_PROTOCOLS.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   518
file path=usr/share/man/man3/CURLOPT_REFERER.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   519
file path=usr/share/man/man3/CURLOPT_RESOLVE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   520
file path=usr/share/man/man3/CURLOPT_RESUME_FROM.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   521
file path=usr/share/man/man3/CURLOPT_RESUME_FROM_LARGE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   522
file path=usr/share/man/man3/CURLOPT_RTSP_CLIENT_CSEQ.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   523
file path=usr/share/man/man3/CURLOPT_RTSP_REQUEST.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   524
file path=usr/share/man/man3/CURLOPT_RTSP_SERVER_CSEQ.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   525
file path=usr/share/man/man3/CURLOPT_RTSP_SESSION_ID.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   526
file path=usr/share/man/man3/CURLOPT_RTSP_STREAM_URI.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   527
file path=usr/share/man/man3/CURLOPT_RTSP_TRANSPORT.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   528
file path=usr/share/man/man3/CURLOPT_SASL_IR.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   529
file path=usr/share/man/man3/CURLOPT_SEEKDATA.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   530
file path=usr/share/man/man3/CURLOPT_SEEKFUNCTION.3
4660
0cca05cde869 21272559 curl versions before 7.43.0 may be vulnerable to CVE-2015-3236 & CVE-2015-3237
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4295
diff changeset
   531
file path=usr/share/man/man3/CURLOPT_SERVICE_NAME.3
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   532
file path=usr/share/man/man3/CURLOPT_SHARE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   533
file path=usr/share/man/man3/CURLOPT_SOCKOPTDATA.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   534
file path=usr/share/man/man3/CURLOPT_SOCKOPTFUNCTION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   535
file path=usr/share/man/man3/CURLOPT_SOCKS5_GSSAPI_NEC.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   536
file path=usr/share/man/man3/CURLOPT_SOCKS5_GSSAPI_SERVICE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   537
file path=usr/share/man/man3/CURLOPT_SSH_AUTH_TYPES.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   538
file path=usr/share/man/man3/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   539
file path=usr/share/man/man3/CURLOPT_SSH_KEYDATA.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   540
file path=usr/share/man/man3/CURLOPT_SSH_KEYFUNCTION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   541
file path=usr/share/man/man3/CURLOPT_SSH_KNOWNHOSTS.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   542
file path=usr/share/man/man3/CURLOPT_SSH_PRIVATE_KEYFILE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   543
file path=usr/share/man/man3/CURLOPT_SSH_PUBLIC_KEYFILE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   544
file path=usr/share/man/man3/CURLOPT_SSLCERT.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   545
file path=usr/share/man/man3/CURLOPT_SSLCERTTYPE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   546
file path=usr/share/man/man3/CURLOPT_SSLENGINE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   547
file path=usr/share/man/man3/CURLOPT_SSLENGINE_DEFAULT.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   548
file path=usr/share/man/man3/CURLOPT_SSLKEY.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   549
file path=usr/share/man/man3/CURLOPT_SSLKEYTYPE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   550
file path=usr/share/man/man3/CURLOPT_SSLVERSION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   551
file path=usr/share/man/man3/CURLOPT_SSL_CIPHER_LIST.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   552
file path=usr/share/man/man3/CURLOPT_SSL_CTX_DATA.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   553
file path=usr/share/man/man3/CURLOPT_SSL_CTX_FUNCTION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   554
file path=usr/share/man/man3/CURLOPT_SSL_ENABLE_ALPN.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   555
file path=usr/share/man/man3/CURLOPT_SSL_ENABLE_NPN.3
4660
0cca05cde869 21272559 curl versions before 7.43.0 may be vulnerable to CVE-2015-3236 & CVE-2015-3237
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4295
diff changeset
   556
file path=usr/share/man/man3/CURLOPT_SSL_FALSESTART.3
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   557
file path=usr/share/man/man3/CURLOPT_SSL_OPTIONS.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   558
file path=usr/share/man/man3/CURLOPT_SSL_SESSIONID_CACHE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   559
file path=usr/share/man/man3/CURLOPT_SSL_VERIFYHOST.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   560
file path=usr/share/man/man3/CURLOPT_SSL_VERIFYPEER.3
4660
0cca05cde869 21272559 curl versions before 7.43.0 may be vulnerable to CVE-2015-3236 & CVE-2015-3237
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4295
diff changeset
   561
file path=usr/share/man/man3/CURLOPT_SSL_VERIFYSTATUS.3
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   562
file path=usr/share/man/man3/CURLOPT_STDERR.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   563
file path=usr/share/man/man3/CURLOPT_TCP_KEEPALIVE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   564
file path=usr/share/man/man3/CURLOPT_TCP_KEEPIDLE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   565
file path=usr/share/man/man3/CURLOPT_TCP_KEEPINTVL.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   566
file path=usr/share/man/man3/CURLOPT_TCP_NODELAY.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   567
file path=usr/share/man/man3/CURLOPT_TELNETOPTIONS.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   568
file path=usr/share/man/man3/CURLOPT_TFTP_BLKSIZE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   569
file path=usr/share/man/man3/CURLOPT_TIMECONDITION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   570
file path=usr/share/man/man3/CURLOPT_TIMEOUT.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   571
file path=usr/share/man/man3/CURLOPT_TIMEOUT_MS.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   572
file path=usr/share/man/man3/CURLOPT_TIMEVALUE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   573
file path=usr/share/man/man3/CURLOPT_TLSAUTH_PASSWORD.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   574
file path=usr/share/man/man3/CURLOPT_TLSAUTH_TYPE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   575
file path=usr/share/man/man3/CURLOPT_TLSAUTH_USERNAME.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   576
file path=usr/share/man/man3/CURLOPT_TRANSFERTEXT.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   577
file path=usr/share/man/man3/CURLOPT_TRANSFER_ENCODING.3
3726
1c80a90dd005 19728335 Remove the libcurl.so.2 sym link for curl 7.38.0 after transition.
Rich Burridge <rich.burridge@oracle.com>
parents: 2193
diff changeset
   578
file path=usr/share/man/man3/CURLOPT_UNIX_SOCKET_PATH.3
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   579
file path=usr/share/man/man3/CURLOPT_UNRESTRICTED_AUTH.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   580
file path=usr/share/man/man3/CURLOPT_UPLOAD.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   581
file path=usr/share/man/man3/CURLOPT_URL.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   582
file path=usr/share/man/man3/CURLOPT_USERAGENT.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   583
file path=usr/share/man/man3/CURLOPT_USERNAME.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   584
file path=usr/share/man/man3/CURLOPT_USERPWD.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   585
file path=usr/share/man/man3/CURLOPT_USE_SSL.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   586
file path=usr/share/man/man3/CURLOPT_VERBOSE.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   587
file path=usr/share/man/man3/CURLOPT_WILDCARDMATCH.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   588
file path=usr/share/man/man3/CURLOPT_WRITEDATA.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   589
file path=usr/share/man/man3/CURLOPT_WRITEFUNCTION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   590
file path=usr/share/man/man3/CURLOPT_XFERINFODATA.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   591
file path=usr/share/man/man3/CURLOPT_XFERINFOFUNCTION.3
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   592
file path=usr/share/man/man3/CURLOPT_XOAUTH2_BEARER.3
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   593
file path=usr/share/man/man3/curl_easy_cleanup.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   594
file path=usr/share/man/man3/curl_easy_duphandle.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   595
file path=usr/share/man/man3/curl_easy_escape.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   596
file path=usr/share/man/man3/curl_easy_getinfo.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   597
file path=usr/share/man/man3/curl_easy_init.3
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
   598
file path=usr/share/man/man3/curl_easy_pause.3
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   599
file path=usr/share/man/man3/curl_easy_perform.3
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
   600
file path=usr/share/man/man3/curl_easy_recv.3
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   601
file path=usr/share/man/man3/curl_easy_reset.3
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
   602
file path=usr/share/man/man3/curl_easy_send.3
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   603
file path=usr/share/man/man3/curl_easy_setopt.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   604
file path=usr/share/man/man3/curl_easy_strerror.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   605
file path=usr/share/man/man3/curl_easy_unescape.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   606
file path=usr/share/man/man3/curl_escape.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   607
file path=usr/share/man/man3/curl_formadd.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   608
file path=usr/share/man/man3/curl_formfree.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   609
file path=usr/share/man/man3/curl_formget.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   610
file path=usr/share/man/man3/curl_free.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   611
file path=usr/share/man/man3/curl_getdate.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   612
file path=usr/share/man/man3/curl_getenv.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   613
file path=usr/share/man/man3/curl_global_cleanup.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   614
file path=usr/share/man/man3/curl_global_init.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   615
file path=usr/share/man/man3/curl_global_init_mem.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   616
file path=usr/share/man/man3/curl_mprintf.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   617
file path=usr/share/man/man3/curl_multi_add_handle.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   618
file path=usr/share/man/man3/curl_multi_assign.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   619
file path=usr/share/man/man3/curl_multi_cleanup.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   620
file path=usr/share/man/man3/curl_multi_fdset.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   621
file path=usr/share/man/man3/curl_multi_info_read.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   622
file path=usr/share/man/man3/curl_multi_init.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   623
file path=usr/share/man/man3/curl_multi_perform.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   624
file path=usr/share/man/man3/curl_multi_remove_handle.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   625
file path=usr/share/man/man3/curl_multi_setopt.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   626
file path=usr/share/man/man3/curl_multi_socket.3
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
   627
file path=usr/share/man/man3/curl_multi_socket_action.3
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   628
file path=usr/share/man/man3/curl_multi_strerror.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   629
file path=usr/share/man/man3/curl_multi_timeout.3
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   630
file path=usr/share/man/man3/curl_multi_wait.3
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   631
file path=usr/share/man/man3/curl_share_cleanup.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   632
file path=usr/share/man/man3/curl_share_init.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   633
file path=usr/share/man/man3/curl_share_setopt.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   634
file path=usr/share/man/man3/curl_share_strerror.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   635
file path=usr/share/man/man3/curl_slist_append.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   636
file path=usr/share/man/man3/curl_slist_free_all.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   637
file path=usr/share/man/man3/curl_strequal.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   638
file path=usr/share/man/man3/curl_unescape.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   639
file path=usr/share/man/man3/curl_version.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   640
file path=usr/share/man/man3/curl_version_info.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   641
file path=usr/share/man/man3/libcurl-easy.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   642
file path=usr/share/man/man3/libcurl-errors.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   643
file path=usr/share/man/man3/libcurl-multi.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   644
file path=usr/share/man/man3/libcurl-share.3
4660
0cca05cde869 21272559 curl versions before 7.43.0 may be vulnerable to CVE-2015-3236 & CVE-2015-3237
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4295
diff changeset
   645
file path=usr/share/man/man3/libcurl-symbols.3
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   646
file path=usr/share/man/man3/libcurl-tutorial.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   647
file path=usr/share/man/man3/libcurl.3
2151
8977d970976a PSARC 2014/332 curl version 7.38.0
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   648
license curl.license license=CURL