Nicola Murino

Results 276 comments of Nicola Murino

Hi, great news, thanks! I think the domain name should be `_sftp-ssh._tcp` https://github.com/lathiat/avahi/blob/master/avahi-daemon/sftp-ssh.service https://kodi.wiki/view/Avahi_Zeroconf#SFTP_service_.28.2Fetc.2Favahi.2Fservices.2Fsftp.service.29 I'll do some experiments the next weekend and I'll test the interoperability with android/java using this...

Hi, I implemented the multicast dns on my side, discovery from Android works using the java API: for a bug in java code the TXT record that can contains credentials...

I added a workaround in sftpgo https://github.com/drakkan/sftpgo/commit/9c4dbbc3f84caecb75331ac813ad4d71f6280325

I get the posted response if I generate the service in java using the posted wsdl and jax-ws. A quick search seems to show that cxf has the same behaviour...

Here are some spec references https://lists.w3.org/Archives/Public/xmlp-comments/2002Mar/0006.html http://www.w3.org/2000/xp/Group/xmlp-issues#x16

@aphistic do you plan to rebase this patch on the master branch? For what I can understand the upstream seems quite unresponsive. I'm a little short on time but if...

> @drakkan I am not sure if you need client or server support, but client support got merged a few days ago. Bumping golang.org/x/crypto should fix client issues. @rmohr thanks,...

Here is a rebase of this patch against current master: [0001-ssh-add-support-for-extension-negotiation-rfc-8308.zip](https://github.com/golang/crypto/files/8364907/0001-ssh-add-support-for-extension-negotiation-rfc-8308.zip) I just modified extInfoMsg marshal/unmarshal to match the one introduced upstream and added support for client certificate authentication which...