<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-shell.git/lib/gitlab_keys.rb, branch fix/git-annex-ssh</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>Merge branch 'batch-add-keys-timeout'</title>
<updated>2015-07-17T16:04:29+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-07-17T16:04:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=3c97aea3e7cceaa5f212e72bfade28883685d21b'/>
<id>3c97aea3e7cceaa5f212e72bfade28883685d21b</id>
<content type='text'>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase batch_add_keys lock timeout to 300 seconds</title>
<updated>2015-07-16T08:22:56+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2015-07-16T08:22:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=1bfa3fda1d466e1ef97c3e4106b8b3d7fbe5f020'/>
<id>1bfa3fda1d466e1ef97c3e4106b8b3d7fbe5f020</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove keys from authorized_keys in-place</title>
<updated>2015-07-16T08:10:46+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2015-07-16T08:10:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=4fd8e44ba12d126b0553b90c099d1b63fa163d00'/>
<id>4fd8e44ba12d126b0553b90c099d1b63fa163d00</id>
<content type='text'>
This will speed up the rm-key operation. The downside is that
authorized_keys will not shrink when you remove a key. If this ever
becomes a problem it can be fixed by running 'rake gitlab:shell:setup'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will speed up the rm-key operation. The downside is that
authorized_keys will not shrink when you remove a key. If this ever
becomes a problem it can be fixed by running 'rake gitlab:shell:setup'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent keys with a very specific comment from accidentally being deleted.</title>
<updated>2015-04-14T09:30:46+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-04-10T15:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=c11c923c036bf8247d92b9d3ca8812c1b1240339'/>
<id>c11c923c036bf8247d92b9d3ca8812c1b1240339</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include ecdsa keys in `gitlab_keys list-keys`.</title>
<updated>2015-04-10T15:56:15+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-04-10T15:56:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=2d59bd09fa58fe37e6a11a8af686b9340a8ed77d'/>
<id>2d59bd09fa58fe37e6a11a8af686b9340a8ed77d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added list-keys command and spec</title>
<updated>2014-10-15T09:21:05+00:00</updated>
<author>
<name>David Martin</name>
<email>david.martin@feedhenry.com</email>
</author>
<published>2014-09-16T16:20:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=89d8af466ba283b31d7800fe604defa0ce189902'/>
<id>89d8af466ba283b31d7800fe604defa0ce189902</id>
<content type='text'>
Removed puts and tidied up regex

Address the hound

Address the hound, again

Use single quotes

Add back travis.yml file

Remove travis.yml, only keep on fh-master

Use single quotes

Use single quotes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed puts and tidied up regex

Address the hound

Address the hound, again

Use single quotes

Add back travis.yml file

Remove travis.yml, only keep on fh-master

Use single quotes

Use single quotes
</pre>
</div>
</content>
</entry>
<entry>
<title>Expliclity require 'timeout' from the stdlib</title>
<updated>2014-06-10T15:32:27+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2014-06-10T15:28:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=5cd99d57102678befbb3a831054e0ab566f067d7'/>
<id>5cd99d57102678befbb3a831054e0ab566f067d7</id>
<content type='text'>
This avoids getting the following error on some platforms:

NameError: uninitialized constant GitlabKeys::Timeout
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids getting the following error on some platforms:

NameError: uninitialized constant GitlabKeys::Timeout
</pre>
</div>
</content>
</entry>
<entry>
<title>Use authorized_keys lock when add new key to file</title>
<updated>2014-05-31T12:41:22+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2014-05-31T12:41:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=324fa5cebc9091ee4dfc30b6c1fd9d5c18188522'/>
<id>324fa5cebc9091ee4dfc30b6c1fd9d5c18188522</id>
<content type='text'>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Put authorized_keys.lock in the .ssh directory</title>
<updated>2014-05-30T09:44:38+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2014-05-30T09:44:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=2c5d04deb2e9252b346e5701da81f62f28f800db'/>
<id>2c5d04deb2e9252b346e5701da81f62f28f800db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use lock file when add or remove keys from authorized_keys file</title>
<updated>2014-04-18T11:25:21+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2014-04-18T11:25:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=acc1d88374e8e555b6a94d878f569f51e692bfe3'/>
<id>acc1d88374e8e555b6a94d878f569f51e692bfe3</id>
<content type='text'>
This prevents concurrent modification of authorized_keys file

Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents concurrent modification of authorized_keys file

Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
