<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gss-ntlmssp.git/src, branch connectionless</title>
<subtitle>GSS NTLMSSP</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/'/>
<entry>
<title>Support connectionless signing and sealing.</title>
<updated>2013-10-18T20:29:51+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-10-17T04:57:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=e3e42a950ada355a41f7dfa1fd4609ef4c102500'/>
<id>e3e42a950ada355a41f7dfa1fd4609ef4c102500</id>
<content type='text'>
In connectionless mode (GSS_C_DATAGRAM_FLAG on) sealing keys
ust be rotated for each message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In connectionless mode (GSS_C_DATAGRAM_FLAG on) sealing keys
ust be rotated for each message.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add way to set sequence numbres.</title>
<updated>2013-10-18T20:29:51+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-10-17T01:51:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=fd8d8833e2f3496893c970550eecc6449b59b9d5'/>
<id>fd8d8833e2f3496893c970550eecc6449b59b9d5</id>
<content type='text'>
In NTLMSSP connectionless mode applications are supposed to provide the
sequence number, however GSSAPI's get_mic and verify_mic functions do
not allow to pass an explicit sequence number.

Allow to override the context sequence numbers using a custom oid and
implemnting gss_set_sec_context_option()

Allows the operation only if the context is in connectionless mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In NTLMSSP connectionless mode applications are supposed to provide the
sequence number, however GSSAPI's get_mic and verify_mic functions do
not allow to pass an explicit sequence number.

Allow to override the context sequence numbers using a custom oid and
implemnting gss_set_sec_context_option()

Allows the operation only if the context is in connectionless mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for connectionless mode</title>
<updated>2013-10-18T20:29:51+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-10-16T15:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=1793582754d508191bf90404b0936060060b9027'/>
<id>1793582754d508191bf90404b0936060060b9027</id>
<content type='text'>
This needs a new GSSAPI flag, for now grab a number and define
GSS_C_DATAGRAM_FLAG ourselves.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This needs a new GSSAPI flag, for now grab a number and define
GSS_C_DATAGRAM_FLAG ourselves.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add public devel header file</title>
<updated>2013-10-18T20:29:50+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-10-16T21:59:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=11b40086ed584a20764be67f4345ccee7ea5bcaf'/>
<id>11b40086ed584a20764be67f4345ccee7ea5bcaf</id>
<content type='text'>
This contains definitions for various OIDs and flags needed to
implemented non-standard features like NTLMSSP Connectionless mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This contains definitions for various OIDs and flags needed to
implemented non-standard features like NTLMSSP Connectionless mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add special case for enterprise names</title>
<updated>2013-10-18T20:29:15+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-10-18T18:45:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=e6370d26843206bcf7e418d3c3014611fdecc489'/>
<id>e6370d26843206bcf7e418d3c3014611fdecc489</id>
<content type='text'>
When enterprise names are used they need to be passed with the embedded
'@' signed escaped with a '\', when that is done the whole name is used
as the user name and the name is not split on the @ or \ characters.

These forms are now supported:

foo
    USERNAME: foo
    DOMAIN: &lt;null&gt;

BAR\foo
    USERNAME: foo
    DOMAIN: BAR

foo@BAR
    USERNAME: foo
    DOMAIN: BAR

foo\@bar.example.com
    USERNAME: foo\@bar.example.com
    DOMAIN: &lt;null&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When enterprise names are used they need to be passed with the embedded
'@' signed escaped with a '\', when that is done the whole name is used
as the user name and the name is not split on the @ or \ characters.

These forms are now supported:

foo
    USERNAME: foo
    DOMAIN: &lt;null&gt;

BAR\foo
    USERNAME: foo
    DOMAIN: BAR

foo@BAR
    USERNAME: foo
    DOMAIN: BAR

foo\@bar.example.com
    USERNAME: foo\@bar.example.com
    DOMAIN: &lt;null&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Treat NO OID as GSS_C_NT_USER_NAME on import</title>
<updated>2013-10-18T19:29:00+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-10-18T18:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=4f648eb87e317298749e2848331bc42a5622bca9'/>
<id>4f648eb87e317298749e2848331bc42a5622bca9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix potential segfault condition in RC4_FREE</title>
<updated>2013-10-18T19:26:37+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-10-17T04:53:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=b01f6c6dcbc141abd528bfffee9aa513993e9c48'/>
<id>b01f6c6dcbc141abd528bfffee9aa513993e9c48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix generation of signing keys and add tests</title>
<updated>2013-10-18T19:26:32+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-10-17T15:26:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=9aae9989eae728b66cd1476eb216c95bf3d28981'/>
<id>9aae9989eae728b66cd1476eb216c95bf3d28981</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for gss_acquire_cred_with_password()</title>
<updated>2013-10-17T06:08:29+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-10-16T17:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=e7d73a051132ab94a12d3ca42b8035bcb9c5b970'/>
<id>e7d73a051132ab94a12d3ca42b8035bcb9c5b970</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix handling of NULL domain</title>
<updated>2013-10-17T06:08:29+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-10-16T17:36:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=bc9ea2e15794e64b91b707a0896307b4953cbfb3'/>
<id>bc9ea2e15794e64b91b707a0896307b4953cbfb3</id>
<content type='text'>
Fix segafult in NTOWFv2. When domain is NULL it is just omitted from the
NTOWFv2 computation.

Fix segfault in accept_sec_context, just make dom_name be an empty string.

Fix also memory leaks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix segafult in NTOWFv2. When domain is NULL it is just omitted from the
NTOWFv2 computation.

Fix segfault in accept_sec_context, just make dom_name be an empty string.

Fix also memory leaks.
</pre>
</div>
</content>
</entry>
</feed>
