Blame


1 2ad4a6a2 2022-01-23 op # kamid
2 2ad4a6a2 2022-01-23 op
3 be734542 2022-02-12 op <section class="with-image">
4 be734542 2022-02-12 op <img src="tohru.png" alt="Tohru from \"Kobayashi' Dragon Maid\"" title="tohru.png" />
5 be734542 2022-02-12 op <div>
6 e44272b6 2022-02-09 op kamid is a FREE, easy-to-use and portable implementation of a 9p file server daemon for UNIX-like systems with a strong focus on security and correctness.
7 2ad4a6a2 2022-01-23 op
8 383c4b31 2022-02-10 op => GH/releases/download/CURRV/kamid-CURRV.tar.gz kamid-CURRV.tar.gz
9 383c4b31 2022-02-10 op
10 383c4b31 2022-02-10 op Signify pubkeys for this and the next release:
11 383c4b31 2022-02-10 op ```
12 383c4b31 2022-02-10 op kamid-CURRV.pub: CURRSIGN
13 383c4b31 2022-02-10 op kamid-NEXTV.pub: NEXTSIGN
14 383c4b31 2022-02-10 op ```
15 383c4b31 2022-02-10 op
16 4c8aba72 2022-01-23 op => https://git.omarpolo.com/kamid git repository
17 4c8aba72 2022-01-23 op => https://github.com/omar-polo/kamid GitHub mirror
18 2ad4a6a2 2022-01-23 op
19 f6a3556c 2022-01-23 op => install.EXT Installation guide
20 4c8aba72 2022-01-23 op => tutorial.EXT Tutorial
21 383c4b31 2022-02-10 op => caveats.EXT Caveats
22 be734542 2022-02-12 op </div>
23 be734542 2022-02-12 op </section>
24 4c8aba72 2022-01-23 op
25 4c8aba72 2022-01-23 op ## Kamid documentation
26 4c8aba72 2022-01-23 op
27 10382cde 2022-01-23 op => 9p.7.MANEXT 9p.7: protocol documentation
28 4c8aba72 2022-01-23 op => kamictl.8.MANEXT kamictl.8: command line utility to manage kamid
29 5313a027 2022-01-30 op => kamid.conf.5.MANEXT kamid.conf.5: daemon configuration file
30 4c8aba72 2022-01-23 op => kamid.8.MANEXT kamid.8: 9p daemon documentation
31 4c8aba72 2022-01-23 op => kamiftp.1.MANEXT kamiftp.1: ftp(1)-like command line utility for 9p
32 c4cd64f0 2022-02-09 op => kamiproxy.1.MANEXT kamiproxy.1: proxy for 9P-over-TLS
33 4c8aba72 2022-01-23 op
34 e68057df 2022-01-23 op
35 4c8aba72 2022-01-23 op ## Other useful links
36 4c8aba72 2022-01-23 op
37 4c8aba72 2022-01-23 op => https://man.cat-v.org/plan_9/5/intro plan9 intro(5)
38 4c8aba72 2022-01-23 op => https://9p.cat-v.org/ 9p page on cat-v.org
39 264cc846 2022-01-23 op => https://9p.cat-v.org/documentation/rfc/ 9p "RFC" (not exactly, but...)