<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gss-ntlmssp.git/src, branch export_ctx</title>
<subtitle>GSS NTLMSSP</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/'/>
<entry>
<title>Implement import context function</title>
<updated>2013-12-16T02:10:20+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-12-16T01:19:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=23a45a4d4de4290ed9eb960881e8caf0a39a92f3'/>
<id>23a45a4d4de4290ed9eb960881e8caf0a39a92f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement export context function</title>
<updated>2013-12-16T02:10:20+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-12-15T01:37:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=b0bd0602c661a0b52bf765180135093d546ed790'/>
<id>b0bd0602c661a0b52bf765180135093d546ed790</id>
<content type='text'>
The Export format version is set to 0.1
Long term keys are not exported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Export format version is set to 0.1
Long term keys are not exported.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add import/export functions for the RC4 state</title>
<updated>2013-12-16T02:10:20+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-12-14T21:55:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=e8df9073aa324482213b878565d3da89a0e191ed'/>
<id>e8df9073aa324482213b878565d3da89a0e191ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use RC4 instead of EVP interface of openssl</title>
<updated>2013-12-16T01:44:09+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-12-14T21:29:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=ed9b71eedad9a5405edc21646576b03526f7fb0c'/>
<id>ed9b71eedad9a5405edc21646576b03526f7fb0c</id>
<content type='text'>
This makes it much easier to export/import the crypto state.
In preparation for implemeting import/export of context.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it much easier to export/import the crypto state.
In preparation for implemeting import/export of context.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix potential leaks in delete_context</title>
<updated>2013-12-16T01:44:09+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-12-16T01:09:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=33c7af608b3004b56a0c55e70191fd4521de6c96'/>
<id>33c7af608b3004b56a0c55e70191fd4521de6c96</id>
<content type='text'>
Free RC4 state if any
Free workstations tring if any

Also make sure to safely zero the struct before freeing to avoid leaking any
key material.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Free RC4 state if any
Free workstations tring if any

Also make sure to safely zero the struct before freeing to avoid leaking any
key material.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not copy creds on the context</title>
<updated>2013-12-15T05:12:16+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-12-15T05:11:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=5d7c2e78fe9c60ecbaf825abccadd3ba7a855afc'/>
<id>5d7c2e78fe9c60ecbaf825abccadd3ba7a855afc</id>
<content type='text'>
There is no need to copy creds around, they are always available
or retrievable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no need to copy creds around, they are always available
or retrievable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memleaks in init_sec_context</title>
<updated>2013-12-13T22:03:01+00:00</updated>
<author>
<name>Stefan Becker</name>
<email>chemobejk@gmail.com</email>
</author>
<published>2013-12-13T22:03:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=3c0c5be24f17fe59c804eecc2710ad0af38bb72e'/>
<id>3c0c5be24f17fe59c804eecc2710ad0af38bb72e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory leak with gssntlm_names</title>
<updated>2013-12-13T20:48:19+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-12-13T20:48:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=043dd6d6847125d78da91cbb8b357576c0e1b996'/>
<id>043dd6d6847125d78da91cbb8b357576c0e1b996</id>
<content type='text'>
Thanks to Stefan Becker &lt;chemobejk@gmail.com&gt; for finding this leak.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Stefan Becker &lt;chemobejk@gmail.com&gt; for finding this leak.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix NTLM specific cred_store prefixes</title>
<updated>2013-11-23T20:09:59+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-11-23T20:09:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=67cc1754f50996f4131db63f7c4789062ec0f4bf'/>
<id>67cc1754f50996f4131db63f7c4789062ec0f4bf</id>
<content type='text'>
Can't use ':' in the prefix name as ':' is the separator between prefix and
values.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Can't use ':' in the prefix name as ':' is the separator between prefix and
values.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add methods to inquire credentials</title>
<updated>2013-10-25T00:57:40+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-10-25T00:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=b693d402926133bf2392b6af62c8dc6ccc4dd66b'/>
<id>b693d402926133bf2392b6af62c8dc6ccc4dd66b</id>
<content type='text'>
Also add simple sanity check test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add simple sanity check test.
</pre>
</div>
</content>
</entry>
</feed>
