<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/slcl/usergen, branch thumbnail</title>
<subtitle>Small and lightweight cloud storage written in C99 and POSIX.1-2008.
</subtitle>
<id>https://gitea.privatedns.org/xavi/slcl/atom?h=thumbnail</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/slcl/atom?h=thumbnail'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/'/>
<updated>2023-05-28T10:07:37+00:00</updated>
<entry>
<title>usergen: Force newline after password input</title>
<updated>2023-05-28T10:07:37+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-05-28T10:07:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=20afa79038ec04e8a222d384410efec74ac40931'/>
<id>urn:sha1:20afa79038ec04e8a222d384410efec74ac40931</id>
<content type='text'>
</content>
</entry>
<entry>
<title>usergen: Do not print password to tty</title>
<updated>2023-05-18T18:02:55+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-05-18T18:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=83b00b2cda355744fa7d7faac4440198e9f33fad'/>
<id>urn:sha1:83b00b2cda355744fa7d7faac4440198e9f33fad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>usergen: Fix wrong password and username usage</title>
<updated>2023-05-01T02:13:25+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-04-30T21:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=291d951ee1428955179a5f3ed4435c1538045651'/>
<id>urn:sha1:291d951ee1428955179a5f3ed4435c1538045651</id>
<content type='text'>
Due to the lack of double quotes, passwords with whitespaces were not
passed correctly to printf(1), thus making users not able to log into
their account.

OTOH, for some reason usernames containing whitespaces made jq(1)
complain, so it has been decided not to support them.
</content>
</entry>
<entry>
<title>Make usergen a bit more useful</title>
<updated>2023-03-16T00:55:22+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-03-16T00:53:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=f6fd20fdc4def2406614eebb958ef15f6085bb0e'/>
<id>urn:sha1:f6fd20fdc4def2406614eebb958ef15f6085bb0e</id>
<content type='text'>
So far, usergen printed a JSON object over standard output that had to
be manually copied into db.json. Now, this step is done automatically,
thanks to jq(1). OTOH, user directory is now also created by usergen.
</content>
</entry>
<entry>
<title>Implement user quota</title>
<updated>2023-03-06T04:51:49+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-03-06T04:09:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=ff8da797a143cb1dfbeb4ce2d2c3e4a1d0c2e56a'/>
<id>urn:sha1:ff8da797a143cb1dfbeb4ce2d2c3e4a1d0c2e56a</id>
<content type='text'>
This feature allows admins to set a specific quota for each user, in
MiB. This feature is particularly useful for shared instances, where
unlimited user storage might be unfeasible or even dangerous for the
server.

Also, a nice HTML5 &lt;progress&gt; element has been added to the site that
shows how much of the quota has been consumed.

If no quota is set, slcl falls back to the default behaviour i.e.,
assume unlimited storage.

Limitations:

- While HTTP does specify a Content-Length, which determines the length
of the whole request, it does not specify how many files are involved
or their individual sizes.
- Because of this, if multiple files are uploaded simultaneously, the
whole request would be dropped if user quota is exceeded, even if not
all files exceeded it.
- Also, Content-Length adds the length of some HTTP boilerplate
(e.g.: boundaries), but slcl must rely on this before accepting the
whole request. In other words, this means some requests might be
rejected by slcl because of the extra bytes caused by such boilerplate.
- When the quota is exceeded, slcl must close the connection so that
the rest of the transfer is cancelled. Unfortunately, this means no
HTML can be sent back to the customer to inform about the situation.
</content>
</entry>
<entry>
<title>Add usergen</title>
<updated>2023-02-28T00:43:59+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-01-22T01:21:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=08a38aea94f3247fe1334db46b45d74ebaeef892'/>
<id>urn:sha1:08a38aea94f3247fe1334db46b45d74ebaeef892</id>
<content type='text'>
This script takes a username and password from standard input and
generates a JSON object that can be appended to the "users" object in
db.json.
</content>
</entry>
</feed>
