summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2024-03-14ucb: webdav-curl: always set CURLOPT_NOBODY for HEADMichael Stahl1-10/+5
2024-03-14ucb: webdav-curl: improve fallback authenticationMichael Stahl1-9/+41
2024-03-12ucb: webdav-curl: add missing returnMichael Stahl1-1/+5
2024-03-12ucb: webdav-curl: only set CURLOPT_NOBODY for HEADMichael Stahl1-10/+9
2024-03-12ucb: webdav-curl: avoid crashing in SAL_INFOMichael Stahl1-1/+3
2024-03-08ucb: webdav-curl: don't set CURLOPT_NOBODY for OPTIONSMichael Stahl1-3/+2
2023-09-28Fix curl proxy access for non-authenticated proxyNoel Grandin1-4/+11
2023-06-06ucb: webdav-curl: auth data is invalid when receiving 401cib-6.4-18Michael Stahl1-0/+4
2023-06-02tdf#149921 ucb: webdav-curl: WNT: certificate revocation checkMichael Stahl1-1/+9
2022-10-26ucb: FTP UCP: report CURLE_URL_MALFORMAT as IllegalIdentifierExceptionMichael Stahl1-0/+15
2022-10-26more UCB test more robust on my systemNoel Grandin1-3/+4
2022-10-20ucb: webdav-curl: forgot to commit this lineMichael Stahl1-0/+2
2022-10-19Revert "statushack"Michael Stahl1-4/+1
2022-10-19statushackMichael Stahl1-1/+4
2022-10-19ucb: webdav-curl: try to share DNS and TLS data as wellMichael Stahl1-0/+4
2022-10-19ucb: webdav-curl: add a shared cookie storeMichael Stahl1-0/+41
2022-10-19ucb: webdav-curl: enable cookie engine on 403 fallbackMichael Stahl1-3/+4
2022-10-18ucb: webdav-curl: add magic header to disable FBA in 403 fallbackMichael Stahl1-0/+7
2022-10-13ucb: webdav-curl: try fallback authentication with Negotiate insteadMichael Stahl1-2/+2
2022-10-12ucb: webdav-curl: try fallback authentication on 403 errorMichael Stahl1-20/+40
2022-10-10Revert "ucb: webdav-curl: try fallback authentication on 403 error"cib-6.4-11Michael Stahl1-38/+20
2022-10-07ucb: webdav-curl: try fallback authentication on 403 errorMichael Stahl1-20/+38
2022-09-16ucb: webdav-curl: tweak cookie importcib-6.4-10Michael Stahl2-19/+38
2022-09-01Revert "ucb: webdav-curl: try to auth on 403"Michael Stahl1-6/+0
2022-08-26ucb: webdav-curl: import Sharepoint FedAuth cookie from EdgeMichael Stahl5-0/+286
2022-07-19ucb: webdav-curl: try to auth on 403Michael Stahl1-0/+6
2022-05-09ucb: webdav-curl: if LOCK fails, display error messageMichael Stahl1-32/+47
2022-05-09ucb: webdav-curl: fix handling of non-standard propertiesMichael Stahl2-6/+16
2022-05-09tdf#148426 ucb: webdav-curl: fall-back to GET if OPTIONS status 500Michael Stahl1-1/+3
2022-04-22ucb: webdav-curl: put user name from config into LOCK requestMichael Stahl3-2/+8
2022-04-22ucb: webdav-curl: fix getting DAV:lockdiscovery propertyMichael Stahl1-2/+20
2022-04-22tdf#146460 tdf#148429 ucb: webdav-curl: censor "curl" in UserAgentMichael Stahl1-1/+1
2022-04-14ucb: webdav-curl: only allow system credentials for auth oncecib-6.4-7Michael Stahl1-2/+18
2022-03-10ucb: add webdav configuration settingMichael Stahl3-2/+13
2022-03-10ucb: webdav-curl: add sources to Library_ucpdav1.mkMichael Stahl1-0/+24
2022-03-10ucb/neon: create instances with uno constructorsNoel Grandin5-99/+18
2022-03-10expand out an UNO macroNoel Grandin2-2/+19
2022-03-10ucb: webdav-curl: demodernize code so it buildsMichael Stahl9-86/+83
2022-03-09ucb: webdav-curl: fix CurlUri::CloneWithRelativeRefPathAbsolute()Michael Stahl1-0/+34
2022-03-09ucb: webdav-curl: consolidate unit testsMichael Stahl9-189/+16
2022-03-09ucb: webdav-curl: convert webdav unit tests to curlMichael Stahl9-26/+35
2022-03-09ucb: add webdav-curl from libreoffice-7-3 branchMichael Stahl41-0/+14918
2020-04-15"General Internet Error" dialog appearing on gio mountCaolán McNamara1-1/+3
2019-11-21tdf#128598: Revert "Move dubious file: -> smb: conversion from...Stephan Bergmann2-20/+0
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann1-1/+1
2019-11-03loplugin:stringaddNoel Grandin2-4/+4
2019-11-02New loplugin:conditionalstringStephan Bergmann4-8/+8
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann3-28/+14
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen89-227/+84
2019-10-28loplugin:stringadd improve detectionNoel Grandin1-4/+2