Stephen Frost writes:
> Robbie,
>
> * Robbie Harwood (rharw...@redhat.com) wrote:
>> Michael Paquier writes:
>> > - maj_stat = gss_accept_sec_context(
>> > - &min_stat,
>> > + maj_stat = gss_accept_sec_context(&min_stat,
>> >
>> > This is just
Robbie,
* Robbie Harwood (rharw...@redhat.com) wrote:
> Michael Paquier writes:
> > - maj_stat = gss_accept_sec_context(
> > - &min_stat,
> > + maj_stat = gss_accept_sec_context(&min_stat,
> >
> > This is just noise.
>
> You're not wrong, thoug
Michael Paquier writes:
> On Tue, Mar 15, 2016 at 3:12 PM, David Steele wrote:
>> On 3/8/16 5:44 PM, Robbie Harwood wrote:
>>> Here's yet another version of GSSAPI encryption support.
>>
>> This looks far more stable than last versions, cool to see the
>> progress. pgbench -C does not complain o
On Tue, Mar 15, 2016 at 3:12 PM, David Steele wrote:
> On 3/8/16 5:44 PM, Robbie Harwood wrote:
>> Here's yet another version of GSSAPI encryption support.
This looks far more stable than last versions, cool to see the
progress. pgbench -C does not complain on my side so that's a good
thing. This
On 3/8/16 5:44 PM, Robbie Harwood wrote:
> Here's yet another version of GSSAPI encryption support.
OK, everything seems to be working fine with a 9.6 client and server so
next I tested older clients and I got this error:
$ /usr/lib/postgresql/9.1/bin/psql -h localhost \
-U vagr...@pgmasters.n
On 3/14/16 7:20 PM, Robbie Harwood wrote:
> David Steele writes:
>
>>
>> Strange timing since I was just testing this. Here's what I got:
>>
>> $ pg/bin/psql -h localhost -U vagr...@pgmasters.net postgres
>> conn->inStart = 179, conn->inEnd = 179, conn->inCursor = 179
>> psql (9.6devel)
>> Type
David Steele writes:
> On 3/14/16 4:10 PM, Robbie Harwood wrote:
>
>> David Steele writes:
>>
>>> On 3/8/16 5:44 PM, Robbie Harwood wrote:
>>>
Here's yet another version of GSSAPI encryption support. It's also
available for viewing on my github:
>>>
>>> psql simply hangs and never ret
On 3/14/16 4:10 PM, Robbie Harwood wrote:
> David Steele writes:
>
>> Hi Robbie,
>>
>> On 3/8/16 5:44 PM, Robbie Harwood wrote:
>>> Hello friends,
>>>
>>> Here's yet another version of GSSAPI encryption support. It's also
>>> available for viewing on my github:
>>
>> The build went fine but when
David Steele writes:
> Hi Robbie,
>
> On 3/8/16 5:44 PM, Robbie Harwood wrote:
>> Hello friends,
>>
>> Here's yet another version of GSSAPI encryption support. It's also
>> available for viewing on my github:
>
> The build went fine but when testing I was unable to logon at all. I'm
> using th
David Steele writes:
> On 3/8/16 5:44 PM, Robbie Harwood wrote:
>>
>> Here's yet another version of GSSAPI encryption support. It's also
>> available for viewing on my github:
>
> I got this warning when applying the first patch in the set:
>
> ../other/v6-0001-Move-common-GSSAPI-code-into-its-
Hi Robbie,
On 3/8/16 5:44 PM, Robbie Harwood wrote:
> Hello friends,
>
> Here's yet another version of GSSAPI encryption support. It's also
> available for viewing on my github:
I got this warning when applying the first patch in the set:
../other/v6-0001-Move-common-GSSAPI-code-into-its-own-f
Hello friends,
Here's yet another version of GSSAPI encryption support. It's also
available for viewing on my github:
https://github.com/frozencemetery/postgres/tree/feature/gssencrypt6
Let me hit the highlights of this time around:
- Fallback code is back! It's almost unchanged from early ve
12 matches
Mail list logo