[9fans] "\"Re: [go-nuts] [ANN] amail - a new mail client for Acme\""

2014-01-19 Thread santucco
Hi, I have made a support of TLS in p9p's upas/smtp and remade the support of TLS in p9p's upas/nfs (stunnel is not needed anymore). The sources are avaliable in my working copy of plan9port: https://bitbucket.org/santucco/plan9port I have made changes in amail to fix some problems with sending

[9fans] Duplicate fids on 9p server

2014-01-19 Thread Amol Dixit
Hi, I am pretty new to 9P and I was attempting to write a basic file server for 9P clients. I am using 9pfuse on the client end to connect to my server. I have a question about *fid* alloction on the server. In the sample server implementation of plan9port lib9p/{ramfs.c, srv.c} … the server c