Blame


1 2ad4a6a2 2022-01-23 op # kamid
2 2ad4a6a2 2022-01-23 op
3 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.
4 2ad4a6a2 2022-01-23 op
5 383c4b31 2022-02-10 op => GH/releases/download/CURRV/kamid-CURRV.tar.gz kamid-CURRV.tar.gz
6 383c4b31 2022-02-10 op
7 383c4b31 2022-02-10 op Signify pubkeys for this and the next release:
8 383c4b31 2022-02-10 op ```
9 383c4b31 2022-02-10 op kamid-CURRV.pub: CURRSIGN
10 383c4b31 2022-02-10 op kamid-NEXTV.pub: NEXTSIGN
11 383c4b31 2022-02-10 op ```
12 383c4b31 2022-02-10 op
13 4c8aba72 2022-01-23 op => https://git.omarpolo.com/kamid git repository
14 4c8aba72 2022-01-23 op => https://github.com/omar-polo/kamid GitHub mirror
15 2ad4a6a2 2022-01-23 op
16 f6a3556c 2022-01-23 op => install.EXT Installation guide
17 4c8aba72 2022-01-23 op => tutorial.EXT Tutorial
18 383c4b31 2022-02-10 op => caveats.EXT Caveats
19 4c8aba72 2022-01-23 op
20 e68057df 2022-01-23 op
21 4c8aba72 2022-01-23 op ## Kamid documentation
22 4c8aba72 2022-01-23 op
23 10382cde 2022-01-23 op => 9p.7.MANEXT 9p.7: protocol documentation
24 4c8aba72 2022-01-23 op => kamictl.8.MANEXT kamictl.8: command line utility to manage kamid
25 5313a027 2022-01-30 op => kamid.conf.5.MANEXT kamid.conf.5: daemon configuration file
26 4c8aba72 2022-01-23 op => kamid.8.MANEXT kamid.8: 9p daemon documentation
27 4c8aba72 2022-01-23 op => kamiftp.1.MANEXT kamiftp.1: ftp(1)-like command line utility for 9p
28 c4cd64f0 2022-02-09 op => kamiproxy.1.MANEXT kamiproxy.1: proxy for 9P-over-TLS
29 4c8aba72 2022-01-23 op
30 e68057df 2022-01-23 op
31 4c8aba72 2022-01-23 op ## Other useful links
32 4c8aba72 2022-01-23 op
33 4c8aba72 2022-01-23 op => https://man.cat-v.org/plan_9/5/intro plan9 intro(5)
34 4c8aba72 2022-01-23 op => https://9p.cat-v.org/ 9p page on cat-v.org
35 264cc846 2022-01-23 op => https://9p.cat-v.org/documentation/rfc/ 9p "RFC" (not exactly, but...)