Re: [PATCH] cmake: Enable SPNEGO/SSPI module on Windows

2025-06-01 Thread Branko Čibej
On 1. 6. 25 23:00, Daniel Sahlberg wrote: Den sön 1 juni 2025 kl 13:58 skrev Branko Čibej : On 1. 6. 25 13:20, Timofei Zhakov wrote: > On Sun, Jun 1, 2025 at 12:56 PM Branko Čibej wrote: >     Anyway, yes, that should be backported from trunk, even though it has >     al

Re: [PATCH] cmake: Enable SPNEGO/SSPI module on Windows

2025-06-01 Thread Daniel Sahlberg
Den sön 1 juni 2025 kl 13:58 skrev Branko Čibej : > On 1. 6. 25 13:20, Timofei Zhakov wrote: > > On Sun, Jun 1, 2025 at 12:56 PM Branko Čibej wrote: > > Anyway, yes, that should be backported from trunk, even though it has > > already been superseded. As should all the other CMake build c

Re: [PATCH] cmake: Enable SPNEGO/SSPI module on Windows

2025-06-01 Thread Branko Čibej
On 1. 6. 25 13:20, Timofei Zhakov wrote: On Sun, Jun 1, 2025 at 12:56 PM Branko Čibej wrote: On 8. 1. 25 09:47, Timofei Zhakov wrote: > On Sun, 22 Dec 2024 at 12:42 AM, Daniel Sahlberg < > daniel.l.sahlb...@gmail.com> wrote: > >> HI Timofei, >> >> Den fre 20 dec. 202

Re: [PATCH] cmake: Enable SPNEGO/SSPI module on Windows

2025-06-01 Thread Timofei Zhakov
On Sun, Jun 1, 2025 at 12:56 PM Branko Čibej wrote: > On 8. 1. 25 09:47, Timofei Zhakov wrote: > > On Sun, 22 Dec 2024 at 12:42 AM, Daniel Sahlberg < > > daniel.l.sahlb...@gmail.com> wrote: > > > >> HI Timofei, > >> > >> Den fre 20 dec. 2024 kl 14:21 skrev Timofei Zhakov: > >> > >>> Hi, > >>> > >

Re: [PATCH] cmake: Enable SPNEGO/SSPI module on Windows

2025-06-01 Thread Branko Čibej
On 8. 1. 25 09:47, Timofei Zhakov wrote: On Sun, 22 Dec 2024 at 12:42 AM, Daniel Sahlberg < daniel.l.sahlb...@gmail.com> wrote: HI Timofei, Den fre 20 dec. 2024 kl 14:21 skrev Timofei Zhakov: Hi, I just noticed that the CMake build system doesn't enable the SPNEGO/SSPI module. This could b

Re: [PATCH] cmake: Enable SPNEGO/SSPI module on Windows

2025-01-08 Thread Timofei Zhakov
On Sun, 22 Dec 2024 at 12:42 AM, Daniel Sahlberg < daniel.l.sahlb...@gmail.com> wrote: > HI Timofei, > > Den fre 20 dec. 2024 kl 14:21 skrev Timofei Zhakov : > >> Hi, >> >> I just noticed that the CMake build system doesn't enable the >> SPNEGO/SSPI module. >> >> This could be fixed by adding the

Re: [PATCH] cmake: Enable SPNEGO/SSPI module on Windows

2024-12-21 Thread Daniel Sahlberg
HI Timofei, Den fre 20 dec. 2024 kl 14:21 skrev Timofei Zhakov : > Hi, > > I just noticed that the CMake build system doesn't enable the > SPNEGO/SSPI module. > > This could be fixed by adding the SERF_HAVE_SSPI definition when running > it on the Windows platform. I made a patch that fixes it. Y