<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mod_auth_gssapi.git/src/asn1c, 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>Insure the asn1 definitions are in the tarball</title>
<updated>2016-06-15T15:04:08+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2016-06-15T04:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=3e0f4e980b4bea2f4f347fc39ea3deddf95fe71e'/>
<id>3e0f4e980b4bea2f4f347fc39ea3deddf95fe71e</id>
<content type='text'>
Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
Close #95
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
Close #95
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement unique ccache names</title>
<updated>2016-05-18T21:46:14+00:00</updated>
<author>
<name>Robbie Harwood</name>
<email>rharwood@redhat.com</email>
</author>
<published>2016-05-08T06:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=6a0bc4f5cd46b1ab85dba5bd2de28f568cc947b0'/>
<id>6a0bc4f5cd46b1ab85dba5bd2de28f568cc947b0</id>
<content type='text'>
Unique ccache names may be requested using the GssapiDelegCcacheUnique
configuration option.  This option is off by default.  If both unique
ccache names and session use are enabled, then a mechanism for removing
old ccaches must be supplied.

Signed-off-by: Robbie Harwood &lt;rharwood@redhat.com&gt;
Also-authored-by: Petr Vobornik &lt;pvoborni@redhat.com&gt;
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unique ccache names may be requested using the GssapiDelegCcacheUnique
configuration option.  This option is off by default.  If both unique
ccache names and session use are enabled, then a mechanism for removing
old ccaches must be supplied.

Signed-off-by: Robbie Harwood &lt;rharwood@redhat.com&gt;
Also-authored-by: Petr Vobornik &lt;pvoborni@redhat.com&gt;
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Actually store basic_hash in the session data</title>
<updated>2015-06-13T22:34:04+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-06-13T22:02:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=83930b81b95c3dbb650e5878ec4ecacde7947733'/>
<id>83930b81b95c3dbb650e5878ec4ecacde7947733</id>
<content type='text'>
Also fixes a segfault when mc-&gt;basic_hash.value is NULL

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixes a segfault when mc-&gt;basic_hash.value is NULL

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Set KRB5CCNAME on follow up requests with session</title>
<updated>2015-06-09T22:10:22+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-04-11T21:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=8cabd1e6ac6c300f7e603cd61f1a8a7a7da7fb8f'/>
<id>8cabd1e6ac6c300f7e603cd61f1a8a7a7da7fb8f</id>
<content type='text'>
If the original context establishment delegated credentials, set
the KRB5CCNAME variable to the proper file name for follow up
connections that uses the session to validate access.

Closes #18

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the original context establishment delegated credentials, set
the KRB5CCNAME variable to the proper file name for follow up
connections that uses the session to validate access.

Closes #18

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a compiler to marshall/unmarshall the sessions</title>
<updated>2015-06-09T21:53:34+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-06-09T17:30:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=abd7c2e0ce5bd17997fb4c05eb2c7453060c0a3a'/>
<id>abd7c2e0ce5bd17997fb4c05eb2c7453060c0a3a</id>
<content type='text'>
This way changes are easier, all is needed is to change the session.asn1
file to add or remove elements, and different session types can also be
supported at the same time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way changes are easier, all is needed is to change the session.asn1
file to add or remove elements, and different session types can also be
supported at the same time.
</pre>
</div>
</content>
</entry>
</feed>
