summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-06-02renamesHEADmasterGordon GECOS
2023-06-02rename apache conf source fileGordon GECOS
2023-06-02trailing / was necessary after allGordon GECOS
2023-06-02use socket instead of port to expose fossil to apacheAndrew Cady
2023-06-01Access to directory named with public key hashAndrew Cady
Inside a directory whose name is the user's public key hash, any fossil repository is directly accessible to the user (without a .fossil-remotes/ intermediary).
2023-06-01ConditionUser for safetyAndrew Cady
2023-06-01automatic apache configuration of fossil reverse proxy for virtual host of ↵Andrew Cady
local hostname
2023-06-01fix missing install section in socket unit filesAndrew Cady
2023-06-01simplify and improve MakefileAndrew Cady
clean separation of user units and system units for systemd all user units files now installed into /etc/systemd/user the source files have been moved so that the source directory structure indicates whether the unit is for system or user activation.
2023-06-01fossil http socket listenerAndrew Cady
2023-05-31fix stripping of "src/" from repo filenameu
also added comments explaining string functions
2023-05-31simplify; remove commented out code and unused dependencyAndrew Cady
2023-05-31remove fossil clone tests that don't get cleaned upAndrew Cady
2023-05-31change names of test instances, and do some clean up after testsAndrew Cady
2023-05-31endofossil: move nested case up to top to fail earlier and simplifyAndrew Cady
2023-05-31improve ssh command parsingAndrew Cady
check for and forbid .. and empty basename simplify
2023-05-30auto init fossil test instancesAndrew Cady
2023-05-30simplify AnonymousForceCommandAndrew Cady
2023-05-30chmod -xAndrew Cady
2023-05-30less log noiseAndrew Cady
2023-05-30read keyhash (calling ssh-keygen) lateru
2023-05-30endofossil will return success upon requestu
2023-05-30fossil-test uses either fakeroot or libnss-systemd with same ExecStartu
2023-05-30working non-root fossil-test (depends on libnss-systemdu
2023-05-29improve commentAndrew Cady
2023-05-29fossil-test@ cleaned upAndrew Cady
2023-05-29fossil-test: seems to work..?Andrew Cady
2023-05-29fossil-test service will use generated keyu
2023-05-29endofossil testing as a serviceu
2023-05-29fix regression causing fossil db not to be foundAndrew Cady
2023-05-29fix regression causing homedir not to be searchedAndrew Cady
2023-05-29Remove references to user "u". Uses $SUDO_USER.u
2023-05-29fix shell escaping to fix systemdu
fix for filenames containing hyphens
2023-05-29variable renameu
2023-05-29avoid use of dirname/basenameu
2023-05-29avoid redundant filesystem queryu
2023-05-29move constants to topu
2023-05-28endofossil will find *.fossil files in various pathsAndrew Cady
2023-05-27add sshd config filesAndrew Cady
these contain a hard-coded username at the moment
2023-05-27endoforge proof of conceptAndrew Cady
2023-05-27begin to implement user serviceAndrew Cady
2023-05-25move files to src/Andrew Cady