Re: Dynamic cookies support

2017-03-15 Thread Willy Tarreau
On Wed, Mar 15, 2017 at 03:19:15PM +0100, Olivier Houchard wrote: > Oops my bad, I'm an idiot. Great, that's exactly what we were missing here, I needed some help. > Willy, can you commit the attached patch ? Both patches merged, thanks guys. Willy

Re: Dynamic cookies support

2017-03-15 Thread Olivier Houchard
On Wed, Mar 15, 2017 at 03:52:04PM +0200, Jarno Huuskonen wrote: > Hi Olivier, > > On Tue, Mar 14, Olivier Houchard wrote: > > Hi guys, > > > > You'll find attached patches to add support for dynamically-generated > > session > > cookies for each server, the said cookies will be a hash of the IP

Re: Dynamic cookies support

2017-03-15 Thread Jarno Huuskonen
Hi Olivier, On Tue, Mar 14, Olivier Houchard wrote: > Hi guys, > > You'll find attached patches to add support for dynamically-generated session > cookies for each server, the said cookies will be a hash of the IP, the > TCP port, and a secret key provided. > This adds 2 keywords to the config fi

Re: Dynamic cookies support

2017-03-15 Thread Willy Tarreau
On Tue, Mar 14, 2017 at 11:22:35PM +0100, Willy Tarreau wrote: > Well that looks pretty good, I have no comment to make about it. > Do you want me to merge them now or are you seeking more comments first ? now applied, thanks! Willy

Re: Dynamic cookies support

2017-03-14 Thread Willy Tarreau
Hi Olivier, On Tue, Mar 14, 2017 at 08:23:56PM +0100, Olivier Houchard wrote: > Hi guys, > > You'll find attached patches to add support for dynamically-generated session > cookies for each server, the said cookies will be a hash of the IP, the > TCP port, and a secret key provided. > This adds 2

Dynamic cookies support

2017-03-14 Thread Olivier Houchard
Hi guys, You'll find attached patches to add support for dynamically-generated session cookies for each server, the said cookies will be a hash of the IP, the TCP port, and a secret key provided. This adds 2 keywords to the config file, a "dynamic" keyword in the cookie line, which just enables dy