<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gitolfs3/cmd/git-lfs-authenticate, branch main</title>
<subtitle>A very simple Git LFS server that stores stuff in S3-compatible backends</subtitle>
<id>https://git.fautchen.eu/gitolfs3.git/atom?h=main</id>
<link rel='self' href='https://git.fautchen.eu/gitolfs3.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/gitolfs3.git/'/>
<updated>2024-01-24T17:58:58Z</updated>
<entry>
<title>Remove Go and C source</title>
<updated>2024-01-24T17:58:58Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2024-01-24T17:58:58Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/gitolfs3.git/commit/?id=6095ead99248963ae70091c5bb3399eed49c0826'/>
<id>urn:sha1:6095ead99248963ae70091c5bb3399eed49c0826</id>
<content type='text'>
The Rust implementation now implements all features I need
</content>
</entry>
<entry>
<title>Rust code dump</title>
<updated>2024-01-18T23:21:09Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2024-01-18T23:21:09Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/gitolfs3.git/commit/?id=5156228f18f08255a1f5c7e22097b8e367881e19'/>
<id>urn:sha1:5156228f18f08255a1f5c7e22097b8e367881e19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix makehextag in git-lfs-authenticate (C)</title>
<updated>2024-01-09T22:22:34Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2024-01-09T22:22:34Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/gitolfs3.git/commit/?id=b07332d62c347326baade26e3a3c281b83172615'/>
<id>urn:sha1:b07332d62c347326baade26e3a3c281b83172615</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify git-lfs-authenticate, rip out Gitolite</title>
<updated>2024-01-09T17:13:01Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2024-01-09T17:13:01Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/gitolfs3.git/commit/?id=bc465de960aa5d53b28d51bd6bbead28433f2010'/>
<id>urn:sha1:bc465de960aa5d53b28d51bd6bbead28433f2010</id>
<content type='text'>
Zero dependencies for git-lfs-authenticate now. Not compatible with the
LFS server. Assumes that any user who has access to the Git user, should
have access to all repositories.
</content>
</entry>
<entry>
<title>Make tokens short-lived</title>
<updated>2024-01-02T20:38:45Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2024-01-02T20:38:45Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/gitolfs3.git/commit/?id=ab988b1dae67a04dbcfc7af14052a1b033946029'/>
<id>urn:sha1:ab988b1dae67a04dbcfc7af14052a1b033946029</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't use die() for printing usage</title>
<updated>2024-01-02T16:32:24Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2024-01-02T16:32:24Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/gitolfs3.git/commit/?id=e556fb266333be1938afd8673df2c6cd2fb7a3aa'/>
<id>urn:sha1:e556fb266333be1938afd8673df2c6cd2fb7a3aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Print usage in git-lfs-authenticate</title>
<updated>2024-01-02T16:31:13Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2024-01-02T16:31:13Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/gitolfs3.git/commit/?id=3d315c0de053fa131724fa754cdfe004f95c62ce'/>
<id>urn:sha1:3d315c0de053fa131724fa754cdfe004f95c62ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove concurrency stuff in git-lfs-authenticate</title>
<updated>2024-01-02T16:26:06Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2024-01-02T16:26:06Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/gitolfs3.git/commit/?id=61c9f257bb9a6e22f46e234762f68a3d30c86ae7'/>
<id>urn:sha1:61c9f257bb9a6e22f46e234762f68a3d30c86ae7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Token types, download verification</title>
<updated>2024-01-02T16:16:55Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2024-01-02T16:16:55Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/gitolfs3.git/commit/?id=6e97a3edaa18ef8e5b16feba29f04e993957b7a7'/>
<id>urn:sha1:6e97a3edaa18ef8e5b16feba29f04e993957b7a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add .git suffix to repo in href construction</title>
<updated>2023-12-30T21:26:56Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2023-12-30T21:26:56Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/gitolfs3.git/commit/?id=b1d813a5b1f960b751b8dff5bdd7f6d1059949d0'/>
<id>urn:sha1:b1d813a5b1f960b751b8dff5bdd7f6d1059949d0</id>
<content type='text'>
</content>
</entry>
</feed>
