<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mod_auth_gssapi.git/tests, branch master</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>tests: move core dumps to scratchdir</title>
<updated>2017-01-11T19:44:21+00:00</updated>
<author>
<name>Isaac Boukris</name>
<email>iboukris@gmail.com</email>
</author>
<published>2017-01-09T18:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=7f7e66474c7ea1c0b565734a824a40c317b1faa3'/>
<id>7f7e66474c7ea1c0b565734a824a40c317b1faa3</id>
<content type='text'>
Signed-off-by: Isaac Boukris &lt;iboukris@gmail.com&gt;
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
Closes #121
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Isaac Boukris &lt;iboukris@gmail.com&gt;
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
Closes #121
</pre>
</div>
</content>
</entry>
<entry>
<title>rewrite: implicitly handle internal redirects</title>
<updated>2017-01-11T19:43:08+00:00</updated>
<author>
<name>Isaac Boukris</name>
<email>iboukris@gmail.com</email>
</author>
<published>2016-12-17T21:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=a64a32f520884039be0a2240bfa2b5f4040c9c99'/>
<id>a64a32f520884039be0a2240bfa2b5f4040c9c99</id>
<content type='text'>
Internal redirects are a special case of subrequest - they
have no req-&gt;main but req-&gt;prev instead, so we should check
for that too in case the request is not initial.

Also, make sure to export MAG environment variables to
subrequests and internal redirects.

Signed-off-by: Isaac Boukris &lt;iboukris@gmail.com&gt;
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
Reported-by: scopev24
Closes #119
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Internal redirects are a special case of subrequest - they
have no req-&gt;main but req-&gt;prev instead, so we should check
for that too in case the request is not initial.

Also, make sure to export MAG environment variables to
subrequests and internal redirects.

Signed-off-by: Isaac Boukris &lt;iboukris@gmail.com&gt;
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
Reported-by: scopev24
Closes #119
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to store the session encryption key.</title>
<updated>2017-01-03T16:42:52+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2016-12-16T14:43:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=e2a50ad80f55bf2a933ef177914caa5c7ac6f4a9'/>
<id>e2a50ad80f55bf2a933ef177914caa5c7ac6f4a9</id>
<content type='text'>
With the new 'file:' sytnax a session key can be automatically generated
the first time mod_auth_gssapi runs and stored on the filesystem.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
Reviewed-by: Robbie Harwood &lt;rharwood@redhat.com&gt;

Closes #117
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the new 'file:' sytnax a session key can be automatically generated
the first time mod_auth_gssapi runs and stored on the filesystem.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
Reviewed-by: Robbie Harwood &lt;rharwood@redhat.com&gt;

Closes #117
</pre>
</div>
</content>
</entry>
<entry>
<title>Make test suite runnable on Debian-likes</title>
<updated>2017-01-03T16:36:37+00:00</updated>
<author>
<name>Robbie Harwood</name>
<email>rharwood@redhat.com</email>
</author>
<published>2016-12-20T20:32:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=0d6a1a390a578ab8be5bc0d6225e3e0b07dc7eba'/>
<id>0d6a1a390a578ab8be5bc0d6225e3e0b07dc7eba</id>
<content type='text'>
This is mostly gunk around how the webserver is called and what is
built-in versus a module.  I have mostly added templating logic for
commenting pieces of the conf file.

Signed-off-by: Robbie Harwood &lt;rharwood@redhat.com&gt;
Reviewed-by: Isaac Boukris &lt;iboukris@gmail.com&gt;

Closes #118
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is mostly gunk around how the webserver is called and what is
built-in versus a module.  I have mostly added templating logic for
commenting pieces of the conf file.

Signed-off-by: Robbie Harwood &lt;rharwood@redhat.com&gt;
Reviewed-by: Isaac Boukris &lt;iboukris@gmail.com&gt;

Closes #118
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for delegation and ccache mode setting</title>
<updated>2016-11-30T10:40:10+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=33ba08354e2637ef0f3d76f285f07f44783709ac'/>
<id>33ba08354e2637ef0f3d76f285f07f44783709ac</id>
<content type='text'>
Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
Reviewed-by: Robbie Harwood &lt;rharwood@redhat.com&gt;
Closes #112
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
Reviewed-by: Robbie Harwood &lt;rharwood@redhat.com&gt;
Closes #112
</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>
</feed>
