<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mod_auth_gssapi.git/tests, branch perms</title>
<subtitle>A GSSAPI based replacement for the aging mod_auth_kerb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/'/>
<entry>
<title>Add tests for delegation and ccache mode setting</title>
<updated>2016-11-02T13:09:41+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2016-11-02T12:58:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=e36894f77be2ab20bc91a1d39c087b3f398e332e'/>
<id>e36894f77be2ab20bc91a1d39c087b3f398e332e</id>
<content type='text'>
Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure gssapi_session actually contains MagBearerToken</title>
<updated>2016-08-15T18:32:51+00:00</updated>
<author>
<name>Robbie Harwood</name>
<email>rharwood@redhat.com</email>
</author>
<published>2016-07-22T22:22:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=877476692b4c8a4c3fc5109483b41c74243fc60f'/>
<id>877476692b4c8a4c3fc5109483b41c74243fc60f</id>
<content type='text'>
Fallout from #98

Signed-off-by: Robbie Harwood &lt;rharwood@redhat.com&gt;
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
Closes #100
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fallout from #98

Signed-off-by: Robbie Harwood &lt;rharwood@redhat.com&gt;
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
Closes #100
</pre>
</div>
</content>
</entry>
<entry>
<title>Check at top level for python-requests{,-kerberos}</title>
<updated>2016-07-25T12:16:10+00:00</updated>
<author>
<name>Robbie Harwood</name>
<email>rharwood@redhat.com</email>
</author>
<published>2016-07-22T19:49:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=2a0b41c926f56588946ca3d73a851f7ec452d53b'/>
<id>2a0b41c926f56588946ca3d73a851f7ec452d53b</id>
<content type='text'>
Signed-off-by: Robbie Harwood &lt;rharwood@redhat.com&gt;
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
Merges #99
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Robbie Harwood &lt;rharwood@redhat.com&gt;
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
Merges #99
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: use urandom instead of random</title>
<updated>2016-04-12T22:11:09+00:00</updated>
<author>
<name>Isaac Boukris</name>
<email>iboukris@gmail.com</email>
</author>
<published>2016-04-06T19:23:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=ac42a2df226379e2be7d4604e612c4b068ae7269'/>
<id>ac42a2df226379e2be7d4604e612c4b068ae7269</id>
<content type='text'>
Useful when running tests on VM with low entropy

Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
Closexs #77
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Useful when running tests on VM with low entropy

Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
Closexs #77
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to not send a Negotiate headers</title>
<updated>2016-02-17T23:59:31+00:00</updated>
<author>
<name>James Groffen</name>
<email>james.groffen@dsto.defence.gov.au</email>
</author>
<published>2016-01-08T06:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=f9cc36700c95a88ff7d7489167094556ac0e75cc'/>
<id>f9cc36700c95a88ff7d7489167094556ac0e75cc</id>
<content type='text'>
If negotiation was attempted but failed do not send a new Negotiate header.
Useful when only one single sign on mechanism is allowed and to avoid
misleading login prompts in some browsers.

Added a test of the GssapiDontReauth option to the test suite.
Also added SPNEGO no auth test.

[SS: reworded and fixed commit subject/comment]
[SS: fixed whitespace errors and 80 column wrappings]

Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;

Close #65
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If negotiation was attempted but failed do not send a new Negotiate header.
Useful when only one single sign on mechanism is allowed and to avoid
misleading login prompts in some browsers.

Added a test of the GssapiDontReauth option to the test suite.
Also added SPNEGO no auth test.

[SS: reworded and fixed commit subject/comment]
[SS: fixed whitespace errors and 80 column wrappings]

Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;

Close #65
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for Proxy SPNEGO auth</title>
<updated>2015-09-03T13:37:25+00:00</updated>
<author>
<name>Isaac Boukris</name>
<email>iboukris@gmail.com</email>
</author>
<published>2015-08-09T15:14:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=5e720934614c152fc00f4e02180d99b0b7dfdbe5'/>
<id>5e720934614c152fc00f4e02180d99b0b7dfdbe5</id>
<content type='text'>
Add appropairate authorization headers to test with SPNEGO too as
discussed in #48

Requires recent version of python-gssapi module, see:
https://github.com/pythongssapi/python-gssapi/pull/74

Simo: Squashed original patches in one, removed trailing whitespaces
and reworded the commit message.

Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
Closes #49
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add appropairate authorization headers to test with SPNEGO too as
discussed in #48

Requires recent version of python-gssapi module, see:
https://github.com/pythongssapi/python-gssapi/pull/74

Simo: Squashed original patches in one, removed trailing whitespaces
and reworded the commit message.

Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
Closes #49
</pre>
</div>
</content>
</entry>
<entry>
<title>More basic-auth tests</title>
<updated>2015-08-06T23:07:43+00:00</updated>
<author>
<name>Isaac Boukris</name>
<email>iboukris@gmail.com</email>
</author>
<published>2015-08-02T03:02:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=f206c24dfcf9bbc70d8551aaf6794d50d67feaa0'/>
<id>f206c24dfcf9bbc70d8551aaf6794d50d67feaa0</id>
<content type='text'>
Add test for second user on the same connection with the password
of the first user and without auth at all.

Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
Closes #48
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add test for second user on the same connection with the password
of the first user and without auth at all.

Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
Closes #48
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for Basic Proxy authentication</title>
<updated>2015-08-06T23:06:55+00:00</updated>
<author>
<name>Isaac Boukris</name>
<email>iboukris@gmail.com</email>
</author>
<published>2015-07-27T02:49:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=6dc1e9c2121517d82055f84d94af7e142c3d5228'/>
<id>6dc1e9c2121517d82055f84d94af7e142c3d5228</id>
<content type='text'>
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for basic auth with two different users over the same connection</title>
<updated>2015-08-06T23:06:13+00:00</updated>
<author>
<name>Isaac Boukris</name>
<email>iboukris@gmail.com</email>
</author>
<published>2015-07-26T22:26:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=09104abbab05f92bf1f489fb8e4ee5ab3c2bec1a'/>
<id>09104abbab05f92bf1f489fb8e4ee5ab3c2bec1a</id>
<content type='text'>
Make sure each request is authenticated according to given credentials
even when GssapiConnectionBound is set.

Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure each request is authenticated according to given credentials
even when GssapiConnectionBound is set.

Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add basic auth test</title>
<updated>2015-07-04T15:18:43+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-07-04T15:11:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=47de8ee6c742264ff03e9e3786cca3dabbedff4c'/>
<id>47de8ee6c742264ff03e9e3786cca3dabbedff4c</id>
<content type='text'>
Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
