<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit-70, branch cgit-70_v0.1.2.1</title>
<subtitle>a fork of cgit with a Gopher interface</subtitle>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cgit-70/'/>
<entry>
<title>merging upstream 1.2.1</title>
<updated>2018-08-06T11:23:51+00:00</updated>
<author>
<name>KatolaZ</name>
<email>katolaz@freaknet.org</email>
</author>
<published>2018-08-06T11:23:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cgit-70/commit/?id=7fd094820d26cade130638a57847f20acb4ebe62'/>
<id>7fd094820d26cade130638a57847f20acb4ebe62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master' into upstream</title>
<updated>2018-08-06T11:16:09+00:00</updated>
<author>
<name>KatolaZ</name>
<email>katolaz@freaknet.org</email>
</author>
<published>2018-08-06T11:16:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cgit-70/commit/?id=fcc9b201ea499a424b3bda8c504c7beb7e0ec0bd'/>
<id>fcc9b201ea499a424b3bda8c504c7beb7e0ec0bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added readme stuff</title>
<updated>2018-08-06T11:10:36+00:00</updated>
<author>
<name>KatolaZ</name>
<email>katolaz@freaknet.org</email>
</author>
<published>2018-08-06T11:10:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cgit-70/commit/?id=3f675fb1c087228111bf76b9d4ac7ef0ba18d153'/>
<id>3f675fb1c087228111bf76b9d4ac7ef0ba18d153</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version.</title>
<updated>2018-08-03T15:04:03+00:00</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2018-08-03T14:26:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cgit-70/commit/?id=824138e59194acaf5efe53690d4ef6eaf38e1549'/>
<id>824138e59194acaf5efe53690d4ef6eaf38e1549</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>clone: fix directory traversal</title>
<updated>2018-08-03T15:04:03+00:00</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2018-08-03T13:46:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cgit-70/commit/?id=53efaf30b50f095cad8c160488c74bba3e3b2680'/>
<id>53efaf30b50f095cad8c160488c74bba3e3b2680</id>
<content type='text'>
This was introduced in the initial version of this code, way back when
in 2008.

$ curl http://127.0.0.1/cgit/repo/objects/?path=../../../../../../../../../etc/passwd
root:x:0:0:root:/root:/bin/sh
...

Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
Reported-by: Jann Horn &lt;jannh@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was introduced in the initial version of this code, way back when
in 2008.

$ curl http://127.0.0.1/cgit/repo/objects/?path=../../../../../../../../../etc/passwd
root:x:0:0:root:/root:/bin/sh
...

Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
Reported-by: Jann Horn &lt;jannh@google.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>config: record repo.snapshot-prefix in the per-repo config</title>
<updated>2018-08-03T14:12:21+00:00</updated>
<author>
<name>Konstantin Ryabitsev</name>
<email>konstantin@linuxfoundation.org</email>
</author>
<published>2018-07-17T16:38:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cgit-70/commit/?id=c679d9010451b986bae719a6abe0458af2b2dfb9'/>
<id>c679d9010451b986bae719a6abe0458af2b2dfb9</id>
<content type='text'>
Even if we find snapshot-prefix in the repo configuration, we are not
writing it out into the rc- file, so setting the value does not have any
effect.

Signed-off-by: Konstantin Ryabitsev &lt;konstantin@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Even if we find snapshot-prefix in the repo configuration, we are not
writing it out into the rc- file, so setting the value does not have any
effect.

Signed-off-by: Konstantin Ryabitsev &lt;konstantin@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>auth-filters: add simple file-based authentication scheme</title>
<updated>2018-08-03T14:12:21+00:00</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2018-07-15T02:45:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cgit-70/commit/?id=77b6f833441dda1dd50f5a51a81036b1fde815d5'/>
<id>77b6f833441dda1dd50f5a51a81036b1fde815d5</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>added README_70</title>
<updated>2018-08-02T09:19:37+00:00</updated>
<author>
<name>KatolaZ</name>
<email>katolaz@freaknet.org</email>
</author>
<published>2018-08-02T09:19:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cgit-70/commit/?id=f7c45be70147b8b477ce27bd5f09370d70d35b9a'/>
<id>f7c45be70147b8b477ce27bd5f09370d70d35b9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed dir entries in tree view</title>
<updated>2018-08-01T10:42:15+00:00</updated>
<author>
<name>KatolaZ</name>
<email>katolaz@freaknet.org</email>
</author>
<published>2018-08-01T10:42:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cgit-70/commit/?id=bd650dd4ecc96cebf067f9d716c7f597ecdb74c5'/>
<id>bd650dd4ecc96cebf067f9d716c7f597ecdb74c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed selector for repo page</title>
<updated>2018-07-31T10:11:21+00:00</updated>
<author>
<name>KatolaZ</name>
<email>katolaz@freaknet.org</email>
</author>
<published>2018-07-31T10:11:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cgit-70/commit/?id=d45de4dd4558be1db607f3315ddecf4814f37ba2'/>
<id>d45de4dd4558be1db607f3315ddecf4814f37ba2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
