Re: [VFS] UserAuthenticationData enhancement

2013-03-01 Thread Benedikt Ritter
Hello Jean-Marc, 2013/3/1 Jean-Marc Borer > Nobody can answer that? > > On Thursday, February 28, 2013, Jean-Marc Borer wrote: > > > OK guys, thank you for your feedback. I'll provide those patches, but > > it is difficult sometimes to keep up with them because the source code > > in trunk chan

Re: [VFS] UserAuthenticationData enhancement

2013-03-01 Thread Jean-Marc Borer
Nobody can answer that? On Thursday, February 28, 2013, Jean-Marc Borer wrote: > OK guys, thank you for your feedback. I'll provide those patches, but > it is difficult sometimes to keep up with them because the source code > in trunk changes and patches may conflict (it happened recently to me >

Re: [VFS] UserAuthenticationData enhancement

2013-02-28 Thread Jean-Marc Borer
OK guys, thank you for your feedback. I'll provide those patches, but it is difficult sometimes to keep up with them because the source code in trunk changes and patches may conflict (it happened recently to me after making a update). Would it be possible for me to become a commiter for HTTP and w

Re: [VFS] UserAuthenticationData enhancement

2013-02-28 Thread Jörg Schaible
Hi, Benedikt Ritter wrote: > Hello Jean-Marc > > > 2013/2/28 Jean-Marc Borer > >> Jörg, I am new to this list and project. I have actively contributed >> to VFS especially to the HTTP and Webdav parts. When I file an issue >> or a request for improvement, I also publish a patch. >> >> > Nice

Re: [VFS] UserAuthenticationData enhancement

2013-02-28 Thread Benedikt Ritter
Hello Jean-Marc 2013/2/28 Jean-Marc Borer > Jörg, I am new to this list and project. I have actively contributed > to VFS especially to the HTTP and Webdav parts. When I file an issue > or a request for improvement, I also publish a patch. > > Nice that you've joined us! > Where can I find th

Re: [VFS] UserAuthenticationData enhancement

2013-02-28 Thread Jean-Marc Borer
Jörg, I am new to this list and project. I have actively contributed to VFS especially to the HTTP and Webdav parts. When I file an issue or a request for improvement, I also publish a patch. Where can I find the information if my patch will be accepted/integrated in which version and when it is p

Re: [VFS] UserAuthenticationData enhancement

2013-02-27 Thread Jörg Schaible
Hi, Jörg Schaible wrote: > Hello guys, > > the current implementation of the UserAuthenticationData only allows us to > keep character arrays as values for the user authentication. However, for > FTPS or SFTP (maybe more - HTTPS, WebDAVS) we may also have to use private > keys or client-side cer

Re: [VFS] UserAuthenticationData enhancement

2013-02-26 Thread Jean-Marc Borer
Fine for me Jean-Marc On Tue, Feb 26, 2013 at 12:08 PM, Jörg Schaible wrote: > Hello guys, > > the current implementation of the UserAuthenticationData only allows us to > keep character arrays as values for the user authentication. However, for > FTPS or SFTP (maybe more - HTTPS, WebDAVS) we ma

[VFS] UserAuthenticationData enhancement

2013-02-26 Thread Jörg Schaible
Hello guys, the current implementation of the UserAuthenticationData only allows us to keep character arrays as values for the user authentication. However, for FTPS or SFTP (maybe more - HTTPS, WebDAVS) we may also have to use private keys or client-side certificates. Unfortunately I cannot ke