Re: probably bug in using in combination rdomain + nat-to + specific ip addresses

2016-06-27 Thread Mike Belopuhov
Hi Imre, Not sure you've got a reply to this (I was going through unread mail on bugs@), but your "pass all flags" rule is a last match thus neither of the other pass rules are taken into account. Cheers, Mike On 28 May 2016 at 00:20, wrote: > Hi! > > I think i stumbed onto

Re: relayd: http protocol not supporting some http methods

2016-06-27 Thread Paul Fariello
Hi, here is an updated patch adding support for WebDAV Versioning Extensions RFC3253. Regards, Paul On Mon, Jun 27, 2016 at 09:35:20AM +0200, Paul Fariello wrote: > Hi, > > I've encountered the exact same issue. I think this is due to a miss > handling of message-body. > > RFC2616 states in

Re: when to free tls config?

2016-06-27 Thread Ted Unangst
Joel Sing wrote: > On Saturday 25 June 2016 22:58:59 Ted Unangst wrote: > > It's unfortunately unclear from the documentation when it is safe to call > > tls_config_free(). One might naively assume after a call to tls_configure, > > but that's not correct as the config is also accessed during

Re: when to free tls config?

2016-06-27 Thread Joel Sing
On Saturday 25 June 2016 22:58:59 Ted Unangst wrote: > It's unfortunately unclear from the documentation when it is safe to call > tls_config_free(). One might naively assume after a call to tls_configure, > but that's not correct as the config is also accessed during connect. Right, we currently