387014f Backport upstream patches for 1.15.3 pre-release

Authored and Committed by lslebodn 7 years ago
98 files changed. 37336 lines added. 5 lines removed.
0001-Updating-the-version-for-the-1.15.3-release.patch
file added
+23
0002-UTIL-Typo-in-comment.patch
file added
+29
0003-MAN-Mention-sssd-secrets-in-SEE-ALSO-section.patch
file added
+36
0004-split_on_separator-move-to-a-separate-file.patch
file added
+369
0005-util-move-string_in_list-to-util_ext.patch
file added
+91
0006-certmap-add-new-library-libsss_certmap.patch
file added
+5787
0007-certmap-add-placeholder-for-OpenSSL-implementation.patch
file added
+151
0008-sysdb-add-sysdb_attrs_copy.patch
file added
+173
0009-sdap_get_users_send-new-argument-mapped_attrs.patch
file added
+316
0010-LDAP-always-store-the-certificate-from-the-request.patch
file added
+178
0011-sss_cert_derb64_to_ldap_filter-add-sss_certmap-suppo.patch
file added
+235
0012-sysdb-add-certmap-related-calls.patch
file added
+846
0013-IPA-add-certmap-support.patch
file added
+484
0014-nss-idmap-add-sss_nss_getlistbycert.patch
file added
+736
0015-nss-allow-larger-buffer-for-certificate-based-reques.patch
file added
+70
0016-IPA-Add-s2n-request-to-string-function.patch
file added
+44
0017-IPA-Enhance-debug-logging-for-ipa-s2n-operations.patch
file added
+82
0018-UTIL-iobuf-Make-input-parameter-for-the-readonly-ope.patch
file added
+45
0019-UTIL-Fix-a-typo-in-the-tcurl-test-tool.patch
file added
+32
0020-UTIL-Add-SAFEALIGN_COPY_UINT8_CHECK.patch
file added
+36
0021-UTIL-Add-utility-macro-cli_creds_get_gid.patch
file added
+34
0022-UTIL-Add-type-specific-getsetters-to-sss_iobuf.patch
file added
+194
0023-UTIL-krb5-principal-un-marshalling.patch
file added
+262
0024-KCM-Initial-responder-build-and-packaging.patch
file added
+1013
0025-KCM-request-parsing-and-sending-a-reply.patch
file added
+578
0026-KCM-Implement-an-internal-ccache-storage-and-retriev.patch
file added
+2153
0027-KCM-Add-a-in-memory-credential-storage.patch
file added
+907
0028-KCM-Implement-KCM-server-operations.patch
file added
+2326
0029-MAN-Add-a-manual-page-for-sssd-kcm.patch
file added
+278
0030-TESTS-Add-integration-tests-for-the-KCM-responder.patch
file added
+799
0031-SECRETS-Create-DB-path-before-the-operation-itself.patch
file added
+405
0032-SECRETS-Return-a-nicer-error-message-on-request-with.patch
file added
+40
0033-SECRETS-Store-ccaches-in-secrets-for-the-KCM-respond.patch
file added
+206
0034-TCURL-Support-HTTP-POST-for-creating-containers.patch
file added
+129
0035-KCM-Store-ccaches-in-secrets.patch
file added
+3787
0036-KCM-Make-the-secrets-ccache-back-end-configurable-ma.patch
file added
+219
0037-KCM-Queue-requests-by-the-same-UID.patch
file added
+909
0038-KCM-Idle-terminate-the-responder-if-the-secrets-back.patch
file added
+55
0039-SSSDConfig-Python-3.6-invalid-escape-sequence-deprec.patch
file added
+34
0040-CONFIGURE-Fix-fallback-if-pkg-config-for-uuid-is-mis.patch
file added
+30
0041-intg-fix-configure-failure-with-strict-cflags.patch
file added
+52
0042-intg-Remove-bashism-from-intgcheck-prepare.patch
file added
+54
0043-UTIL-Introduce-subdomain_create_conf_path.patch
file added
+127
0044-SUBDOMAINS-Allow-use_fully_qualified_names-for-subdo.patch
file added
+531
0045-CACHE_REQ-Descend-into-subdomains-on-lookups.patch
file added
+172
0046-NSS-TESTS-Fix-subdomains-attribution.patch
file added
+35
0047-NSS-TESTS-Improve-setup-teardown-for-subdomains-test.patch
file added
+274
0048-NSS-TESTS-Include-searches-for-non-fqnames-members-o.patch
file added
+355
0049-SYSDB-Add-methods-to-deal-with-the-domain-s-resoluti.patch
file added
+289
0050-SYSDB-TESTS-Add-tests-for-the-domain-s-resolution-or.patch
file added
+259
0051-IPA-Get-ipaDomainsResolutionOrder-from-ipaConfig.patch
file added
+369
0052-IPA_SUBDOMAINS-Rename-_refresh_view-to-_refresh_view.patch
file added
+54
0053-IPA-Get-ipaDomainsResolutionOrder-from-IPA-ID-View.patch
file added
+347
0054-DLINKLIST-Add-DLIST_FOR_EACH_SAFE-macro.patch
file added
+37
0055-CACHE_REQ-Make-use-of-domainResolutionOrder.patch
file added
+795
0056-UTIL-Expose-replace_char-as-sss_replace_char.patch
file added
+81
0057-Add-domain_resolution_order-config-option.patch
file added
+205
0058-ssh-handle-binary-keys-correctly.patch
file added
+48
0059-ssh-add-support-for-certificates-from-non-default-vi.patch
file added
+52
0060-krb5-return-to-responder-that-pkinit-is-not-availabl.patch
file added
+60
0061-IPA-add-mapped-attributes-to-user-from-trusted-domai.patch
file added
+153
0062-IPA-lookup-AD-users-by-certificates-on-IPA-clients.patch
file added
+209
0063-IPA-enable-AD-user-lookup-by-certificate.patch
file added
+30
0064-CONFDB-Introduce-SSSD-domain-type-to-distinguish-POS.patch
file added
+242
0065-CONFDB-Allow-configuring-application-sections-as-non.patch
file added
+531
0066-CACHE_REQ-Domain-type-selection-in-cache_req.patch
file added
+976
0067-IFP-Search-both-POSIX-and-non-POSIX-domains.patch
file added
+705
0068-IFP-ListByName-Don-t-crash-when-no-results-are-found.patch
file added
+57
0069-PAM-Remove-unneeded-memory-context.patch
file added
+58
0070-PAM-Add-application-services.patch
file added
+452
0071-SYSDB-Allow-storing-non-POSIX-users.patch
file added
+152
0072-SYSDB-Only-generate-new-UID-in-local-domain.patch
file added
+36
0073-LDAP-save-non-POSIX-users-in-application-domains.patch
file added
+141
0074-LDAP-Relax-search-filters-in-application-domains.patch
file added
+254
0075-KRB5-Authenticate-users-in-a-non-POSIX-domain-using-.patch
file added
+353
0076-KCM-Fix-off-by-one-error-in-secrets-key-parsing.patch
file added
+210
0077-tcurl-add-support-for-ssl-and-raw-output.patch
file added
+1477
0078-tcurl-test-refactor-so-new-options-can-be-added-more.patch
file added
+437
0079-tcurl-test-add-support-for-raw-output.patch
file added
+48
0080-tcurl-test-add-support-for-tls-settings.patch
file added
+61
0081-tcurl-add-support-for-http-basic-auth.patch
file added
+111
0082-tcurl-test-allow-to-set-custom-headers.patch
file added
+62
0083-tcurl-test-add-support-for-client-certificate.patch
file added
+52
0084-ci-do-not-build-secrets-on-rhel6.patch
file added
+114
0085-build-make-curl-required-by-secrets.patch
file added
+64
0086-secrets-use-tcurl-in-proxy-provider.patch
file added
+458
0087-secrets-remove-http-parser-code-in-proxy-provider.patch
file added
+611
0088-secrets-allow-to-configure-certificate-check.patch
file added
+253
0089-secrets-support-HTTP-basic-authentication-with-proxy.patch
file added
+38
0090-secrets-fix-debug-message.patch
file added
+28
0091-secrets-always-add-Content-Length-header.patch
file added
+111
0092-sss_iobuf-fix-read-shadows-a-global-declaration.patch
file added
+39
0093-configure-fix-typo.patch
file added
+28
0094-libsss_certmap-Accept-certificate-with-data-before-h.patch
file added
+87
0095-BUILD-Fix-compilation-of-libsss_certmap-with-libcryp.patch
file added
+48
0096-responders-do-not-leak-selinux-context-on-clients-de.patch
file added
+68
0097-ipa_s2n_get_acct_info_send-provide-correct-req_input.patch
file added
+88
sssd.spec
file modified
+177 -5
    Backport upstream patches for 1.15.3 pre-release
    
    required for building freeipa-4.5.x in rawhide
    
        
file modified
+177 -5