Re: [Spice-devel] [PATCH spice-server 4/5] reds: Use monotonic time for ticket expiration

2018-10-09 Thread Frediano Ziglio
> On Tue, Oct 09, 2018 at 07:48:00AM -0400, Frediano Ziglio wrote: > > > On Tue, Oct 09, 2018 at 09:30:05AM +0100, Frediano Ziglio wrote: > > > > Avoid time adjustment issues. > > > > For instance ticket validity can change when daylight time changes. > > > > > > > > Signed-off-by: Frediano

Re: [Spice-devel] [PATCH spice-server 4/5] reds: Use monotonic time for ticket expiration

2018-10-09 Thread Christophe Fergeau
On Tue, Oct 09, 2018 at 07:48:00AM -0400, Frediano Ziglio wrote: > > On Tue, Oct 09, 2018 at 09:30:05AM +0100, Frediano Ziglio wrote: > > > Avoid time adjustment issues. > > > For instance ticket validity can change when daylight time changes. > > > > > > Signed-off-by: Frediano Ziglio > > > ---

Re: [Spice-devel] [PATCH spice-server 4/5] reds: Use monotonic time for ticket expiration

2018-10-09 Thread Frediano Ziglio
> On Tue, Oct 09, 2018 at 09:30:05AM +0100, Frediano Ziglio wrote: > > Avoid time adjustment issues. > > For instance ticket validity can change when daylight time changes. > > > > Signed-off-by: Frediano Ziglio > > --- > > server/reds.c | 5 ++--- > > server/utils.h | 8 > > 2 files

Re: [Spice-devel] [PATCH spice-server 4/5] reds: Use monotonic time for ticket expiration

2018-10-09 Thread Christophe Fergeau
On Tue, Oct 09, 2018 at 09:30:05AM +0100, Frediano Ziglio wrote: > Avoid time adjustment issues. > For instance ticket validity can change when daylight time changes. > > Signed-off-by: Frediano Ziglio > --- > server/reds.c | 5 ++--- > server/utils.h | 8 > 2 files changed, 10

[Spice-devel] [PATCH spice-server 4/5] reds: Use monotonic time for ticket expiration

2018-10-09 Thread Frediano Ziglio
Avoid time adjustment issues. For instance ticket validity can change when daylight time changes. Signed-off-by: Frediano Ziglio --- server/reds.c | 5 ++--- server/utils.h | 8 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/server/reds.c b/server/reds.c index