<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-shell.git, branch 516-handle-ssl-cert-dir-correctly</title>
<subtitle>gitlab.com: gitlab-org/gitlab-shell.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/'/>
<entry>
<title>gitlab-sshd: Respect the ssl_cert_dir config</title>
<updated>2021-04-30T13:32:06+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2021-04-30T13:15:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=4545fc56e23b476ca2b54cc23ec72a0aa0d7dae1'/>
<id>4545fc56e23b476ca2b54cc23ec72a0aa0d7dae1</id>
<content type='text'>
Changelog: fixed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog: fixed
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'release-13-18-0' into 'main'</title>
<updated>2021-04-26T14:52:28+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2021-04-26T14:52:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=584643e0e10e0cbeee4f8366b5e50656dfee9ea4'/>
<id>584643e0e10e0cbeee4f8366b5e50656dfee9ea4</id>
<content type='text'>
Release v13.18.0

See merge request gitlab-org/gitlab-shell!465</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Release v13.18.0

See merge request gitlab-org/gitlab-shell!465</pre>
</div>
</content>
</entry>
<entry>
<title>Release v13.18.0</title>
<updated>2021-04-26T14:25:58+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2021-04-26T14:25:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=5648b63eb55aa4d7e8126ed3578001e3069b482d'/>
<id>5648b63eb55aa4d7e8126ed3578001e3069b482d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '511-be-safe-against-panics' into 'main'</title>
<updated>2021-04-26T06:37:54+00:00</updated>
<author>
<name>Igor Drozdov</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2021-04-26T06:37:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=9778116c4f213cd7015ac4ebb00ba65f996568f5'/>
<id>9778116c4f213cd7015ac4ebb00ba65f996568f5</id>
<content type='text'>
sshd: Recover from per-session and per-connection panics

Closes #511

See merge request gitlab-org/gitlab-shell!464</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sshd: Recover from per-session and per-connection panics

Closes #511

See merge request gitlab-org/gitlab-shell!464</pre>
</div>
</content>
</entry>
<entry>
<title>sshd: Recover from per-session and per-connection panics</title>
<updated>2021-04-23T14:53:59+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2021-04-23T14:45:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=8cd3599f820b3b877626c5802471bfb85218ab16'/>
<id>8cd3599f820b3b877626c5802471bfb85218ab16</id>
<content type='text'>
Without this, a failure in a single session could take out a whole
connection, or a failure in a single connection could take out the
whole server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this, a failure in a single session could take out a whole
connection, or a failure in a single connection could take out the
whole server.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '511-extract-session' into 'main'</title>
<updated>2021-04-23T14:15:01+00:00</updated>
<author>
<name>Igor Drozdov</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2021-04-23T14:15:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=39792693a2a2d06669103714e7fa9da83b0e9b12'/>
<id>39792693a2a2d06669103714e7fa9da83b0e9b12</id>
<content type='text'>
Extract sshd connections and sessions into their own files and structs

See merge request gitlab-org/gitlab-shell!463</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extract sshd connections and sessions into their own files and structs

See merge request gitlab-org/gitlab-shell!463</pre>
</div>
</content>
</entry>
<entry>
<title>Extract sshd connections and sessions into their own files and structs</title>
<updated>2021-04-23T14:15:01+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2021-04-23T14:15:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=339fa88a70a4450c75965bbf7ba6b64780c2d92d'/>
<id>339fa88a70a4450c75965bbf7ba6b64780c2d92d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '491-support-proxy-protocol' into 'main'</title>
<updated>2021-04-12T18:33:17+00:00</updated>
<author>
<name>Igor Drozdov</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2021-04-12T18:33:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=4ce33557c9364bb1771abaa6a475b1dba9a1ad3e'/>
<id>4ce33557c9364bb1771abaa6a475b1dba9a1ad3e</id>
<content type='text'>
gitlab-sshd: Support the PROXY protocol

Closes #491 and gitlab-com/gl-infra/infrastructure#10954

See merge request gitlab-org/gitlab-shell!461</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gitlab-sshd: Support the PROXY protocol

Closes #491 and gitlab-com/gl-infra/infrastructure#10954

See merge request gitlab-org/gitlab-shell!461</pre>
</div>
</content>
</entry>
<entry>
<title>gitlab-sshd: Support the PROXY protocol</title>
<updated>2021-04-12T17:09:22+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2021-04-09T11:09:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=db4a3558ed7d484c2a45e6f5857e0a1bc36d3810'/>
<id>db4a3558ed7d484c2a45e6f5857e0a1bc36d3810</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '518-fix-thread-safety' into 'main'</title>
<updated>2021-04-12T11:10:48+00:00</updated>
<author>
<name>Patrick Bajao</name>
<email>ebajao@gitlab.com</email>
</author>
<published>2021-04-12T11:10:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=dddd5c2ec16f17ecb8420d84d9a76c75a6c7fd47'/>
<id>dddd5c2ec16f17ecb8420d84d9a76c75a6c7fd47</id>
<content type='text'>
Fix thread-safety issues in gitlab-shell

Closes #518

See merge request gitlab-org/gitlab-shell!462</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix thread-safety issues in gitlab-shell

Closes #518

See merge request gitlab-org/gitlab-shell!462</pre>
</div>
</content>
</entry>
</feed>
