summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* authfs.RootDir: implement Dir interfacemockupSam Anthony21 hours3-52/+118
|
* authfs: implement remaining 9p methodsSam Anthony23 hours1-6/+38
|
* authfs: implement RstatSam Anthony24 hours2-28/+41
|
* authfs: implement Rwalk, RcreateSam Anthony24 hours3-17/+89
|
* authfs: implement Rclunk and RopenSam Anthony25 hours6-0/+62
|
* authfs: implement Qid() for Session and SessionsDirSam Anthony25 hours4-7/+36
|
* authfs: rewrite with Harvey-OS/ninep, implement RattachharveyosSam Anthony30 hours11-244/+401
|
* back: add qver package to track qid versionsSam Anthony31 hours4-0/+445
|
* makefile: rebuild backend when source changesSam Anthony2 days3-2/+6
|
* doc: remove authfs passwdhash fileSam Anthony3 days2-7/+2
|
* authfs: implement p9p.SessionSam Anthony8 days10-20/+307
|
* remove theme submoduleSam Anthony8 days3-4/+0
|
* doc: simplify architecture, some notesSam Anthony8 days8-55/+107
| | | | | | | | | | Got rid of client-side 9p, which was just silly bloat. Using HTTP exclusively on the client side now, with htmx. Combined auth and api servers into monolithic buthd, which translates http/9p between client and backend 9p servers. Added some implementation and security notes, and part of shopfs.
* doc: authfs 9p interface descriptionSam Anthony9 days1-0/+33
|
* doc: architecture and authenticationSam Anthony9 days10-1/+121
|
* init Go and HugoSam Anthony9 days9-0/+44