Searched +full:ldap +full:- +full:utils (Results 1 – 8 of 8) sorted by relevance
| /third_party/cups-filters/ |
| D | configure.ac | 16 AC_INIT([cups-filters],[cups_filters_version]) 20 m4_include([m4/basic-directories.m4]) 21 AM_INIT_AUTOMAKE([1.11 gnu dist-xz dist-bzip2 subdir-objects]) 74 …[AS_HELP_STRING([--with-fontdir=path], [Specify path to font config directory (default: fonts/conf… 83 AC_ARG_WITH([cups-config], 84 [AS_HELP_STRING([--with-cups-config=path], [Specify path to cups-config executable.])], 92 AC_PATH_TOOL(CUPSCONFIG, [cups-config]) 93 AS_IF([test -z "$CUPSCONFIG"], [ 94 AC_MSG_ERROR([Required cups-config is missing. Please install CUPS developer packages.]) 97 CUPS_CFLAGS=`$CUPSCONFIG --cflags`' -D_PPD_DEPRECATED=""' [all …]
|
| D | NEWS | 1 NEWS - OpenPrinting CUPS Filters v1.28.17 - 2023-01-24 2 ------------------------------------------------------ 6 - libcupsfilters: In PPD generator create only one *cupsFilter2: 9 - libcupsfilters: In get_printer_attributes() poll 10 "media-col-database" separately if needed. On some printers 11 one gets "media-col-database" only this way. Ofte reveals 14 - libcupsfilters: Let PPD generator also parse 15 "media-col-ready" IPP attribute. "media-col-ready" lists the 16 loaded media, in contrary to "media-ready" as list of 17 complete descriptions of the media ("media-col" data [all …]
|
| /third_party/openssl/.github/workflows/ |
| D | ci.yml | 1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved. 14 # BUILDOPTS: "-j4" 15 # HARNESS_JOBS: "${HARNESS_JOBS:-4}" 19 # - make="make -s" 26 runs-on: ubuntu-latest 28 - name: install unifdef 30 sudo apt-get update 31 sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install unifdef 32 - uses: actions/checkout@v2 34 fetch-depth: 0 [all …]
|
| /third_party/curl/ |
| D | curl.spec | 2 %global libpsl_version %(pkg-config --modversion libpsl 2>/dev/null || echo 0) 3 %global libssh_version %(pkg-config --modversion libssh 2>/dev/null || echo 0) 4 %global openssl_version %({ pkg-config --modversion openssl 2>/dev/null || echo 0;} | sed 's|-|-0.|… 13 Source: https://curl.haxx.se/download/curl-%{version}.tar.xz 15 Patch1: backport-0101-curl-7.32.0-multilib.patch 16 Patch2: backport-CVE-2022-22576.patch 17 Patch3: backport-CVE-2022-27775.patch 18 Patch4: backport-CVE-2022-27776.patch 19 Patch5: backport-pre-CVE-2022-27774.patch 20 Patch6: backport-001-CVE-2022-27774.patch [all …]
|
| /third_party/libxml2/test/relaxng/ |
| D | comps_0.xml | 3 <!-- <meta> --> 4 <!-- Meta information will go here eventually --> 5 <!-- </meta> --> 69 <packagereq type="mandatory">redhat-logos</packagereq> 70 <packagereq type="mandatory">redhat-release</packagereq> 78 <packagereq type="mandatory">util-linux</packagereq> 79 <packagereq type="mandatory">vim-minimal</packagereq> 80 <!-- the following are needed for anaconda post-install bits --> 85 <packagereq type="mandatory">shadow-utils</packagereq> 124 <packagereq type="mandatory">bind-utils</packagereq> [all …]
|
| /third_party/python/Tools/peg_generator/data/ |
| D | top-pypi-packages-365-days.json | 2 "last_update": "2020-01-17 15:34:44", 24 "project": "python-dateutil" 124 "project": "pyasn1-modules" 140 "project": "google-api-core" 156 "project": "google-auth" 168 "project": "google-cloud-core" 176 "project": "googleapis-common-protos" 200 "project": "more-itertools" 204 "project": "awscli-cwlogs" 240 "project": "requests-oauthlib" [all …]
|
| /third_party/python/Lib/test/ |
| D | test_urllib2.py | 92 interface. However, .headers pre-dates those methods, and so real code 96 reason: code that previously saw all (urllib2 user)-provided headers in 102 headers={"Spam-eggs": "blah"} 103 ).headers["Spam-eggs"], "blah") 105 headers={"spam-EggS": "blah"} 106 ).headers["Spam-eggs"], "blah") 111 .capitalize()-case. This should be preserved for 112 backwards-compatibility. (In the HTTP case, normalization to 113 .title()-case is done by urllib2 before sending headers to 116 Note that e.g. r.has_header("spam-EggS") is currently False, and [all …]
|
| /third_party/libxml2/test/schemas/ |
| D | nvdcve_0.xml | 1 <?xml version='1.0' encoding='UTF-8'?> 2 …tp://www.w3.org/2001/XMLSchema-instance" xmlns="http://nvd.nist.gov/feeds/cve/1.2" nvd_xml_version… 3 …name="CVE-2008-4503" seq="2008-4503" severity="Medium" type="CVE" published="2008-10-09" CVSS_vers… 17 …<ref source="XF" url="http://xforce.iss.net/xforce/xfdb/45721">adobe-flash-click-hijacking(45721)<… 20 … <ref source="FRSIRT" url="http://www.frsirt.com/english/advisories/2008/2764">ADV-2008-2764</ref> 21 ….com/support/security/advisories/apsa08-08.html" adv="1">http://www.adobe.com/support/security/adv… 23 …"http://ha.ckers.org/blog/20081007/clickjacking-details/">http://ha.ckers.org/blog/20081007/clickj… 24 …ya.net/2008/10/07/malicious-camera-spying-using-clickjacking/">http://blog.guya.net/2008/10/07/mal… 56 …name="CVE-2008-4504" seq="2008-4504" severity="Medium" type="CVE" published="2008-10-09" CVSS_vers… 58 …<descript source="cve">Heap-based buffer overflow in Mplayer.exe in Herosoft Inc. Hero DVD Player … [all …]
|