<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gss-ntlmssp.git, branch crypto_reset</title>
<subtitle>GSS NTLMSSP</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/'/>
<entry>
<title>Add context extension to reset crypto state</title>
<updated>2016-05-23T15:31:24+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2016-05-23T14:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=142e6cd68db0d083c4506d52a27ef555217b9620'/>
<id>142e6cd68db0d083c4506d52a27ef555217b9620</id>
<content type='text'>
This is need to account for the special handling described in MS-SPNG 3.3.5.1
It instructs sthat the NTLMSSP crypto state needs to be reset if MIC is
performed in the SPNEGO layer.

Optionally reset sequence numbers too.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is need to account for the special handling described in MS-SPNG 3.3.5.1
It instructs sthat the NTLMSSP crypto state needs to be reset if MIC is
performed in the SPNEGO layer.

Optionally reset sequence numbers too.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move setting seq numbers to a spearate function</title>
<updated>2016-05-23T15:31:24+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2016-05-23T15:09:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=4139b9c68b4a3077d4c816f3de58d838a8c6a4cd'/>
<id>4139b9c68b4a3077d4c816f3de58d838a8c6a4cd</id>
<content type='text'>
In preparation to add another set function.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In preparation to add another set function.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Check that we are actually asking for a known oid</title>
<updated>2016-05-23T15:31:24+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2016-05-23T14:51:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=1939c683413015b28716ec09dec74ac4c92759fc'/>
<id>1939c683413015b28716ec09dec74ac4c92759fc</id>
<content type='text'>
Do not treat any sec context inquiry the same, check the OID.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not treat any sec context inquiry the same, check the OID.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a regression in error handling</title>
<updated>2016-05-20T20:03:16+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2016-05-20T19:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=6f4e960b36983ed8c298693120db43c753dddb8a'/>
<id>6f4e960b36983ed8c298693120db43c753dddb8a</id>
<content type='text'>
Commit fb6ffe0c50e166bf095736a051e4840bd5a5ad4f introduced a regression
in acquire_cred_from() where a processing error would be masked and a
GSS_COMPLETE status would be returned instead. This caused a credential
structure to be returned when no credentials are actually available.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
Reviewed-by: Greg Hudson &lt;ghudson@mit.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit fb6ffe0c50e166bf095736a051e4840bd5a5ad4f introduced a regression
in acquire_cred_from() where a processing error would be masked and a
GSS_COMPLETE status would be returned instead. This caused a credential
structure to be returned when no credentials are actually available.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
Reviewed-by: Greg Hudson &lt;ghudson@mit.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add placeholder inquire_name</title>
<updated>2015-06-06T14:49:32+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-03-19T22:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=b7ff40d4e30e1ee79684abe3c76b781a0c21dc57'/>
<id>b7ff40d4e30e1ee79684abe3c76b781a0c21dc57</id>
<content type='text'>
Otherwise in some cases MIT's GSSAPI can crash after trying to inquire
a name.

For example see: https://github.com/modauthgssapi/mod_auth_gssapi/issues/34

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise in some cases MIT's GSSAPI can crash after trying to inquire
a name.

For example see: https://github.com/modauthgssapi/mod_auth_gssapi/issues/34

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for accept returning mech</title>
<updated>2015-04-20T03:06:23+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-04-20T03:02:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=160940319094d03a5f97d91f31b1e2f4228778c8'/>
<id>160940319094d03a5f97d91f31b1e2f4228778c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Return actual mech on accept context too</title>
<updated>2015-04-20T03:05:07+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-04-20T03:02:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=a7572e70ad98c31537c537b22afa62ec48a2a812'/>
<id>a7572e70ad98c31537c537b22afa62ec48a2a812</id>
<content type='text'>
Related #5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related #5
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix gss_inquire_cred with no creds</title>
<updated>2015-04-19T19:29:58+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-04-19T19:26:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=7f375b9fd126ada5d67dfc0939bbb2113357feb7'/>
<id>7f375b9fd126ada5d67dfc0939bbb2113357feb7</id>
<content type='text'>
For GSS_Inquire_cred RFC 2743 specifies:

  Input:
   o  cred_handle CREDENTIAL HANDLE -- if GSS_C_NO_CREDENTIAL
   -- is specified, default initiator credentials are queried

Thanks to Isaac Boukris for the inital patch on which this one is based.

Fixes: https://fedorahosted.org/gss-ntlmssp/ticket/6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For GSS_Inquire_cred RFC 2743 specifies:

  Input:
   o  cred_handle CREDENTIAL HANDLE -- if GSS_C_NO_CREDENTIAL
   -- is specified, default initiator credentials are queried

Thanks to Isaac Boukris for the inital patch on which this one is based.

Fixes: https://fedorahosted.org/gss-ntlmssp/ticket/6
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test to check actual_mech is actually returned</title>
<updated>2015-04-04T21:10:15+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-04-04T21:10:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=58d3bedb1ba0b9f19045d13534de9a8df9d92df6'/>
<id>58d3bedb1ba0b9f19045d13534de9a8df9d92df6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Return the actual_mech_type when requested</title>
<updated>2015-04-04T20:47:39+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-04-04T20:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=429fcc62a7222e56f0b741158c05d77551443f62'/>
<id>429fcc62a7222e56f0b741158c05d77551443f62</id>
<content type='text'>
Fixes #5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #5
</pre>
</div>
</content>
</entry>
</feed>
