<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gss-ntlmssp.git, branch fix32bit</title>
<subtitle>GSS NTLMSSP</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/'/>
<entry>
<title>Fix length check of nt_response</title>
<updated>2015-03-20T00:22:49+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-03-20T00:22:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=64d1db926674fcc0ebda6e2d06238a19ea695206'/>
<id>64d1db926674fcc0ebda6e2d06238a19ea695206</id>
<content type='text'>
An array passed as a function argument is just a cosmetic ay to pass just a
pointer. Therefore sizeof(array) will only return the pointer length, not
the array length, and on 32 bit pointers are 4 bytes long.

Fix payload calculation by passing in the known correct length instead of using
fancy sizeofs ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An array passed as a function argument is just a cosmetic ay to pass just a
pointer. Therefore sizeof(array) will only return the pointer length, not
the array length, and on 32 bit pointers are 4 bytes long.

Fix payload calculation by passing in the known correct length instead of using
fancy sizeofs ...
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error reporting in some tests</title>
<updated>2015-03-19T23:22:04+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-03-19T23:22:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=8c664f7e8523e8fb8136c1912d9f86b901558155'/>
<id>8c664f7e8523e8fb8136c1912d9f86b901558155</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support openssl optimized 32bit RC4 key packing</title>
<updated>2015-03-19T23:18:27+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-03-19T22:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=4844f1e77523664298e601df3a0fb33e5cb28e31'/>
<id>4844f1e77523664298e601df3a0fb33e5cb28e31</id>
<content type='text'>
Openssl detects at runtime the CPU type and on some 32 bit CPUs will
automatically switch to a compressed schedule for the RC4_KEY.
Don't try to be too smart nd just copy all the data even if it takes
4 times the space.

The code still assumes sizeof(RC4_INT) == sizeof(uint32_t)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Openssl detects at runtime the CPU type and on some 32 bit CPUs will
automatically switch to a compressed schedule for the RC4_KEY.
Don't try to be too smart nd just copy all the data even if it takes
4 times the space.

The code still assumes sizeof(RC4_INT) == sizeof(uint32_t)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix incorrect import of exported_session_key</title>
<updated>2015-03-19T22:29:33+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-03-19T22:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=d3e922fab076fbaee8630c61eb2cb033c3561049'/>
<id>d3e922fab076fbaee8630c61eb2cb033c3561049</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Zanata for transalations</title>
<updated>2015-02-20T14:55:03+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-02-20T14:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=4736e0a503b3c51ebe9ca1f8b13c6146ca915d46'/>
<id>4736e0a503b3c51ebe9ca1f8b13c6146ca915d46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Store pot file in git</title>
<updated>2015-02-20T14:54:49+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-02-20T14:54:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=266115af21d833b9e3a35236cf089345051c485b'/>
<id>266115af21d833b9e3a35236cf089345051c485b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix make dist builds with automake 1.15</title>
<updated>2015-01-08T17:38:40+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-01-08T17:34:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=1eebbcf85c230cedf2eae06afd6254a5fed1d879'/>
<id>1eebbcf85c230cedf2eae06afd6254a5fed1d879</id>
<content type='text'>
Do this by removing directives that we do not really depend on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do this by removing directives that we do not really depend on.
</pre>
</div>
</content>
</entry>
<entry>
<title>Names with a . in the domain are enteprise names</title>
<updated>2015-01-06T19:33:26+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-01-06T19:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=12cfa317b8cdee94d0c4a6daf30dec56cd8d8fe2'/>
<id>12cfa317b8cdee94d0c4a6daf30dec56cd8d8fe2</id>
<content type='text'>
This allows people to put in an email address as the source name and
have i treated automatically as an enterprise name as well.

Although technically NetBIOS names can have dots it is unlikely and the
user@domain form is generally undestood to be used with UPNs and email
like addresses which use the DNS Domain Name.

The fallback case for NetBIOS domain names with a dot is to configure the
client to use the DOMAIN\user name form instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows people to put in an email address as the source name and
have i treated automatically as an enterprise name as well.

Although technically NetBIOS names can have dots it is unlikely and the
user@domain form is generally undestood to be used with UPNs and email
like addresses which use the DNS Domain Name.

The fallback case for NetBIOS domain names with a dot is to configure the
client to use the DOMAIN\user name form instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix spec file (was missing lang detection)</title>
<updated>2014-08-13T16:38:22+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-08-13T16:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=4e22b88064cb973264fc0ba967017a1b6e3cb4d8'/>
<id>4e22b88064cb973264fc0ba967017a1b6e3cb4d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rleasese 0.5.0</title>
<updated>2014-08-12T13:06:52+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-08-12T13:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/gss-ntlmssp.git/commit/?id=801faad02c6e584288e2e145140dddf8065323d9'/>
<id>801faad02c6e584288e2e145140dddf8065323d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
