Re: SNI support for ftp(1)

2014-03-30 Thread Philip Guenther
On Sat, Mar 29, 2014 at 3:31 AM, Jérémie Courrèges-Anglas wrote: > Yup, there is no documentation, not even for the s_client -servername > option. But I heard that the source code of upstream applications > counted as official documentation. ;) Yeah, best of a bad choice. Your code matches the

Another small mg tweak

2014-03-30 Thread Brian Callahan
Hi tech -- In cmode.c, line 455 has slashp=FALSE, but then it is defined again about 12 lines later, also to slashp=FALSE. It doesn't look like we need to do that twice. I removed the first one, because the second one has a comment about it. OK? ~Brian Index: cmode.c ==