Re: [Tigervnc-devel] [PATCH] Pam based Plain implementation

2010-09-02 Thread Martin Koegler
On Thu, Sep 02, 2010 at 04:14:20PM +0200, Adam Tkac wrote: > On Thu, Sep 02, 2010 at 09:05:54AM +0200, Martin Koegler wrote: > > Signed-off-by: Martin Koegler > > --- > > > > Windows password validator is contained in the VeNCrypt sources. > > Ok, I will port it to TigerVNC. > > *Plain implemen

Re: [Tigervnc-devel] [PATCH] Pam based Plain implementation

2010-09-02 Thread Adam Tkac
On Thu, Sep 02, 2010 at 09:05:54AM +0200, Martin Koegler wrote: > Signed-off-by: Martin Koegler > --- > > Windows password validator is contained in the VeNCrypt sources. Ok, I will port it to TigerVNC. *Plain implementation with PAM support has been commited as r4128 with little improvements,

[Tigervnc-devel] [PATCH] Pam based Plain implementation

2010-09-02 Thread Martin Koegler
Signed-off-by: Martin Koegler --- Windows password validator is contained in the VeNCrypt sources. common/rfb/Makefile.am |5 ++ common/rfb/Security.cxx | 21 +++ common/rfb/Security.h|3 + common/rfb/UnixPasswordValidator.cxx | 42