<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mod_auth_gssapi.git, branch rfc5929</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>Experimental support for RFC5929 channel bindings</title>
<updated>2014-03-26T03:17:35+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-03-25T21:50:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=346bbdd8b12dd1dfc2acbd415a3aa07786e8b66b'/>
<id>346bbdd8b12dd1dfc2acbd415a3aa07786e8b66b</id>
<content type='text'>
This code depends on a patch that has not yet been upstreamed in mod_ssl,
it also require client support whichis not available in Firefox, unclear if
available in Chrome or other similar browser.

It is available on Windows systems when Extended Protection Authentication
is enabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This code depends on a patch that has not yet been upstreamed in mod_ssl,
it also require client support whichis not available in Firefox, unclear if
available in Chrome or other similar browser.

It is available on Windows systems when Extended Protection Authentication
is enabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add normative reference documents</title>
<updated>2014-03-26T00:54:14+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-03-19T13:33:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=82c6eddc4dc60982db89fdc1f7a35bdd4465d324'/>
<id>82c6eddc4dc60982db89fdc1f7a35bdd4465d324</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement checking for TLS connections</title>
<updated>2014-03-13T20:02:03+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-03-13T20:02:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=66857a8e364591a3f28f47a61f893b400721e1a6'/>
<id>66857a8e364591a3f28f47a61f893b400721e1a6</id>
<content type='text'>
Obey the GSSSSLOnly setting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obey the GSSSSLOnly setting.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow context to be attached to the connection</title>
<updated>2014-03-09T21:33:21+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-03-09T20:24:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=7454bf67ffe23a63fd530895b58f048f207b1e4f'/>
<id>7454bf67ffe23a63fd530895b58f048f207b1e4f</id>
<content type='text'>
This means the authentication is not repeated for every request but
is retained for the life of the connection.

This may be a security issue if a frontend proxy shares connections
between multiple users so must be used with care.
RFC 4559 warns that clients should not try SPNEGO if such a proxy
is present. Unfortuntely the RFC assumes a non-standard method to
determine if a proxy maintain separate connections.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This means the authentication is not repeated for every request but
is retained for the life of the connection.

This may be a security issue if a frontend proxy shares connections
between multiple users so must be used with care.
RFC 4559 warns that clients should not try SPNEGO if such a proxy
is present. Unfortuntely the RFC assumes a non-standard method to
determine if a proxy maintain separate connections.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix module name</title>
<updated>2014-03-09T21:19:05+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-03-09T21:16:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=76a682eda05ce9f2705ccf17503fb3870b6b49ae'/>
<id>76a682eda05ce9f2705ccf17503fb3870b6b49ae</id>
<content type='text'>
The module structure name used throughout the code didn't match the
name of the initialized structure, so the one used was always
uninitialized.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The module structure name used throughout the code didn't match the
name of the initialized structure, so the one used was always
uninitialized.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to map GSS Name to local Name</title>
<updated>2014-03-08T19:57:42+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-03-08T19:23:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=60509195fb41173ba8e6cfac8bf800935ebb86ad'/>
<id>60509195fb41173ba8e6cfac8bf800935ebb86ad</id>
<content type='text'>
Always preserves the received name in GSS_NAME.
In the kereberos case this will result in the environment variable
called GSS_NAME the user's principal, while REMOTE_USER will contain
the user name as mapped by the kerberos library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Always preserves the received name in GSS_NAME.
In the kereberos case this will result in the environment variable
called GSS_NAME the user's principal, while REMOTE_USER will contain
the user name as mapped by the kerberos library.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the cred_store extension to save credentials</title>
<updated>2014-03-08T19:25:39+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-02-15T22:33:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=84983406874813aeeba1d5e45a020c516ccd1b7c'/>
<id>84983406874813aeeba1d5e45a020c516ccd1b7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings</title>
<updated>2014-02-15T22:33:00+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-02-15T22:33:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=fc6a0e4d06efe0320a8ad53331633e7f9e869f53'/>
<id>fc6a0e4d06efe0320a8ad53331633e7f9e869f53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add initial configure scripts</title>
<updated>2014-02-15T21:45:39+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-02-15T20:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=4b6ed2bfeeb912272e57fe9365cb175fd06ed6b0'/>
<id>4b6ed2bfeeb912272e57fe9365cb175fd06ed6b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Example apache module conf</title>
<updated>2014-02-15T19:25:09+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-02-13T22: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=4758b76d90376d6a861dde76f9bf48b420c87d67'/>
<id>4758b76d90376d6a861dde76f9bf48b420c87d67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
