<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mod_auth_gssapi.git, branch sessions</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 permanent session keys support</title>
<updated>2014-07-09T09:14:36+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-07-07T15:42:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=f9cd5e4ba41b112804f824f460108cfb743526e0'/>
<id>f9cd5e4ba41b112804f824f460108cfb743526e0</id>
<content type='text'>
Keys (encryption+MAC) can now be stored in apache configuration.
The key must be a base64 encoded blob of original length of 32 bytes
(16 bytes for encryption and 16 for the MAC key)

The format is:
key:&lt;base64 blob&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Keys (encryption+MAC) can now be stored in apache configuration.
The key must be a base64 encoded blob of original length of 32 bytes
(16 bytes for encryption and 16 for the MAC key)

The format is:
key:&lt;base64 blob&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add mod_session support</title>
<updated>2014-07-09T09:10:27+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-04-21T20:36:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=285432d9f918c45a1746d0f569eee727aaa9673b'/>
<id>285432d9f918c45a1746d0f569eee727aaa9673b</id>
<content type='text'>
By setting GssapiUseSessions we enable the module to store a bearer
token with the user and gss names in the client, this way we can allow
clients to perform authentication once but then remain authenticaed
for the duration of the session or until the original credentials expire.

The Secure cookie used to store the token is encrypted using a randomly
generated AES key at process startup. This means multiple apache servers
will not be able to use the same cookie, however the client will reauth
transparently if the cookie cannot be read.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By setting GssapiUseSessions we enable the module to store a bearer
token with the user and gss names in the client, this way we can allow
clients to perform authentication once but then remain authenticaed
for the duration of the session or until the original credentials expire.

The Secure cookie used to store the token is encrypted using a randomly
generated AES key at process startup. This means multiple apache servers
will not be able to use the same cookie, however the client will reauth
transparently if the cookie cannot be read.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2014-04-24T19:35:29+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-04-24T19:35:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=197cf29a4ed19e6ec3a3e73e4798d4c114b428b0'/>
<id>197cf29a4ed19e6ec3a3e73e4798d4c114b428b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use more readable configuration option names.</title>
<updated>2014-04-21T15:00:11+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-04-21T15:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=1351170e9d7d58436ed52a5f9941bd51f3e1e1ac'/>
<id>1351170e9d7d58436ed52a5f9941bd51f3e1e1ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify configure.ac and makefile.am files</title>
<updated>2014-04-16T01:44:49+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-04-16T01:08:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=122e879f09cd94d791e0f32141544dacc96bb135'/>
<id>122e879f09cd94d791e0f32141544dacc96bb135</id>
<content type='text'>
Remove unnecessary cruft, that was only making things harder to read.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unnecessary cruft, that was only making things harder to read.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use appropriate flags so make dist works</title>
<updated>2014-04-16T00:58:15+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-04-16T00:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=82b32d097d2e3f4e5b9c9f6c87a5ca016139d562'/>
<id>82b32d097d2e3f4e5b9c9f6c87a5ca016139d562</id>
<content type='text'>
On my system I have high UIds, without tar-pax make dist fails.
Also add other useful parameters
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On my system I have high UIds, without tar-pax make dist fails.
Also add other useful parameters
</pre>
</div>
</content>
</entry>
<entry>
<title>Set context data on the pool with a destructor</title>
<updated>2014-04-16T00:53:15+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-04-16T00:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=574d469f451f2c68809c56a3a8c905a7800df33d'/>
<id>574d469f451f2c68809c56a3a8c905a7800df33d</id>
<content type='text'>
This way the context is available for the duration of the connection.
It is also properly freed if the connection is interrupted before the context
is fully established.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way the context is available for the duration of the connection.
It is also properly freed if the connection is interrupted before the context
is fully established.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix use after free</title>
<updated>2014-04-12T22:18:38+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-04-10T05:22:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=2d095d268ca359728d54d173c0a6943647e02a5b'/>
<id>2d095d268ca359728d54d173c0a6943647e02a5b</id>
<content type='text'>
On errors mc-&gt;ctx would be left pointing at the freed context,
make sure it is cleared if we delete the context.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On errors mc-&gt;ctx would be left pointing at the freed context,
make sure it is cleared if we delete the context.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix base64 encoding of tokens</title>
<updated>2014-04-12T22:18:38+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-04-10T04:52:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=fff9af8f354e4080b3b13bb6b3eb7e033c806bcd'/>
<id>fff9af8f354e4080b3b13bb6b3eb7e033c806bcd</id>
<content type='text'>
The token was being trunkated as the total length should have been:
replen + 10

Just remove this line, apr_base64_encode() already properly terminate
the buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The token was being trunkated as the total length should have been:
replen + 10

Just remove this line, apr_base64_encode() already properly terminate
the buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Register optional functions</title>
<updated>2014-04-12T22:18:38+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-04-12T22:14:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=3e02602bd7ed79fc0ec54256322603f30ee1834f'/>
<id>3e02602bd7ed79fc0ec54256322603f30ee1834f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
