Re: [HACKERS] Add support for RADIUS passwords longer than 16 octets

2015-09-06 Thread Magnus Hagander
On Tue, Aug 18, 2015 at 11:36 PM, Marko Tiikkaja wrote: > On 2015-08-15 17:55, I wrote: > >> The attached patch adds support for RADIUS passwords longer than 16 >> octets. >> > > Improved the coding and comments a bit, new version attached. Looks good to me. Applied, thanks! As a note - psql

Re: [HACKERS] Add support for RADIUS passwords longer than 16 octets

2015-08-18 Thread Marko Tiikkaja
On 2015-08-15 17:55, I wrote: The attached patch adds support for RADIUS passwords longer than 16 octets. Improved the coding and comments a bit, new version attached. .m *** a/src/backend/libpq/auth.c --- b/src/backend/libpq/auth.c *** *** 2168,2173 CheckCertAuth(Port *port)