<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_pycommon.git/src/leap/common/keymanager, branch debian/experimental</title>
<subtitle>[leap_pycommon] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/'/>
<entry>
<title>Remove keymanager from this repository.</title>
<updated>2013-05-29T13:20:16+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-05-29T13:18:44+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=de1677894afd4dd85e9616d5cf58bfe86bd866e2'/>
<id>de1677894afd4dd85e9616d5cf58bfe86bd866e2</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 'drebs/feature/2341-use-indexes-to-store-and-fetch-keys' into develop</title>
<updated>2013-05-29T12:50:38+00:00</updated>
<author>
<name>Tomás Touceda</name>
<email>chiiph@leap.se</email>
</author>
<published>2013-05-29T12:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=cec2baa24f454c9f9168b5faed1a465e9943f591'/>
<id>cec2baa24f454c9f9168b5faed1a465e9943f591</id>
<content type='text'>
Conflicts:
	src/leap/common/keymanager/keys.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	src/leap/common/keymanager/keys.py
</pre>
</div>
</content>
</entry>
<entry>
<title>change docstring comments to use sphinx style</title>
<updated>2013-05-28T20:05:09+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-05-28T20:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=354467c605f07042568c10c3e931f7fc093c0bf4'/>
<id>354467c605f07042568c10c3e931f7fc093c0bf4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use indexes to fetch keys.</title>
<updated>2013-05-28T14:28:40+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-05-28T14:00:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=2a81dd8b4c885870933f76dec23807f1d5a1a91c'/>
<id>2a81dd8b4c885870933f76dec23807f1d5a1a91c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove openpgp symmetric encryption.</title>
<updated>2013-05-21T20:22:14+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-05-21T20:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=b16437ac68a72b128e3771e0847f376237f649a3'/>
<id>b16437ac68a72b128e3771e0847f376237f649a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt get_key() and send_key() to the spec.</title>
<updated>2013-05-20T20:55:26+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-05-20T20:53:45+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=c2b8ebb38a72acd2f60659241883a146cc384aec'/>
<id>c2b8ebb38a72acd2f60659241883a146cc384aec</id>
<content type='text'>
* Use session_id instead of token for now.
* Receive info needed to interact with webapp API as params and
  setters/getters.
* Use the webapp API for sending the key to server.
* Prevent from refreshing own key.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use session_id instead of token for now.
* Receive info needed to interact with webapp API as params and
  setters/getters.
* Use the webapp API for sending the key to server.
* Prevent from refreshing own key.
</pre>
</div>
</content>
</entry>
<entry>
<title>use temporary openpgpwrapper as a context manager</title>
<updated>2013-05-20T16:57:26+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-05-13T14:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=7c6a87acaead5f54e1f2155ecf0a089eff97d654'/>
<id>7c6a87acaead5f54e1f2155ecf0a089eff97d654</id>
<content type='text'>
in this way we implicitely catch any exception during
the wrapped call, and ensure that the destructor is always
called.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in this way we implicitely catch any exception during
the wrapped call, and ensure that the destructor is always
called.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not attempt to fetch private keys from server.</title>
<updated>2013-05-17T18:27:06+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-05-17T18:27:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=9d07bbae0a4d9c64603481a9452b99cbff0f435e'/>
<id>9d07bbae0a4d9c64603481a9452b99cbff0f435e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pep8 style.</title>
<updated>2013-05-16T20:12:45+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-05-16T15:09:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=92ab86bf33b57e40745d4af80e4bc2aa7fc4ac89'/>
<id>92ab86bf33b57e40745d4af80e4bc2aa7fc4ac89</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 'drebs/feature/2488-openpgp-sign-3' into develop</title>
<updated>2013-05-13T13:00:39+00:00</updated>
<author>
<name>Tomas Touceda</name>
<email>chiiph@leap.se</email>
</author>
<published>2013-05-13T13:00:39+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=2784a01a4d12dca8ad4c66bac3125c692cee44ef'/>
<id>2784a01a4d12dca8ad4c66bac3125c692cee44ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
