Re: [PATCH libxtrans] Add TRANS(Listen) function to re-enable specific listen sockets

2014-09-24 Thread Alan Coopersmith
I'd started working on a similar patch series last year, but never finished it after getting sidetracked by our security fixes - for whatever it's worth, I've attached the work-in-progress I had - I don't even remember at this point what was still left to do. -- -Alan Coopersmith-

Re: [PATCH libxtrans] Add TRANS(Listen) function to re-enable specific listen sockets

2014-09-13 Thread Hans de Goede
Hi, On 09/12/2014 08:33 PM, Keith Packard wrote: This will allow a server to disable listeners by default and then let later configuration re-enable them. In particular, this lets the X server disable inet and unix listen sockets by default while still providing a '-listen' command line

Re: [PATCH libxtrans] Add TRANS(Listen) function to re-enable specific listen sockets

2014-09-13 Thread Keith Packard
Hans de Goede hdego...@redhat.com writes: Signed-off-by: Keith Packard kei...@keithp.com Looks good: Reviewed-by: Hans de Goede hdego...@redhat.com I've pushed this to master. We'll need a release before we can use it in the X server. You did the last release of that library; feel free to

Re: [PATCH libxtrans] Add TRANS(Listen) function to re-enable specific listen sockets

2014-09-13 Thread Hans de Goede
Hi, On 09/13/2014 08:00 PM, Keith Packard wrote: Hans de Goede hdego...@redhat.com writes: Signed-off-by: Keith Packard kei...@keithp.com Looks good: Reviewed-by: Hans de Goede hdego...@redhat.com I've pushed this to master. We'll need a release before we can use it in the X server.

[PATCH libxtrans] Add TRANS(Listen) function to re-enable specific listen sockets

2014-09-12 Thread Keith Packard
This will allow a server to disable listeners by default and then let later configuration re-enable them. In particular, this lets the X server disable inet and unix listen sockets by default while still providing a '-listen' command line option to re-enable them later on. Signed-off-by: Keith