<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mod_auth_gssapi.git/README, branch name_attrs</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 code to set attribute names in the environment</title>
<updated>2015-12-03T18:30:09+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-11-30T22:53:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=7f11db955b8440668fc806b4203f584bb44f58c1'/>
<id>7f11db955b8440668fc806b4203f584bb44f58c1</id>
<content type='text'>
This code allows to specify which attributes in a name are interesting
to the application and set them as named environemnt variables.
Optionally the whole set of attributes can be exported in a json
formatted structure.

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

Close #62
Close #63
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This code allows to specify which attributes in a name are interesting
to the application and set them as named environemnt variables.
Optionally the whole set of attributes can be exported in a json
formatted structure.

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

Close #62
Close #63
</pre>
</div>
</content>
</entry>
<entry>
<title>Mention test dependencies in README</title>
<updated>2015-09-03T17:04:21+00:00</updated>
<author>
<name>Dennis Schridde</name>
<email>dennis.schridde@uni-heidelberg.de</email>
</author>
<published>2015-09-03T15:59:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=d42296e3e7cb8add473c8e028646ce134e17ca44'/>
<id>d42296e3e7cb8add473c8e028646ce134e17ca44</id>
<content type='text'>
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
Closes #56
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
Closes #56
</pre>
</div>
</content>
</entry>
<entry>
<title>Update and rename README to README.md</title>
<updated>2015-09-03T13:41:40+00:00</updated>
<author>
<name>James Groffen</name>
<email>jim_groffen@msn.com</email>
</author>
<published>2015-08-19T01:59:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=7d7e020f0b9ad103c7129ede66854f7b02a16add'/>
<id>7d7e020f0b9ad103c7129ede66854f7b02a16add</id>
<content type='text'>
Add symlink to .md so the markdown is picked up.
Updated styling and fixed a couple of typos.

Simo: Changed rename into a symlink. Reworded commit message
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
Closes #51
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add symlink to .md so the markdown is picked up.
Updated styling and fixed a couple of typos.

Simo: Changed rename into a symlink. Reworded commit message
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
Closes #51
</pre>
</div>
</content>
</entry>
<entry>
<title>Add GssapiBasicAuthMech option</title>
<updated>2015-06-20T21:38:49+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-06-19T21:11:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=db999f985dc4357e32db6bcc893aa354d2595c98'/>
<id>db999f985dc4357e32db6bcc893aa354d2595c98</id>
<content type='text'>
This option allows to set a different list of mechanisms to use
with Basic Auth (Basic Auth must be explicitly enabled) than the
list of mechs that are allowed with Negotiate or Raw GSSAPI Client
authentication.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option allows to set a different list of mechanisms to use
with Basic Auth (Basic Auth must be explicitly enabled) than the
list of mechs that are allowed with Negotiate or Raw GSSAPI Client
authentication.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add GssapiAllowedMech option</title>
<updated>2015-06-03T19:20:16+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-05-25T14:46:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=a2c2a02edaadda09408708cf9d7b57aa59ae4b39'/>
<id>a2c2a02edaadda09408708cf9d7b57aa59ae4b39</id>
<content type='text'>
This option allows the admin to list the mechanisms that can be used for
authentication. An empty list allows any locally supported mechanisms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option allows the admin to list the mechanisms that can be used for
authentication. An empty list allows any locally supported mechanisms.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add GssapiSignalPersistentAuth directive</title>
<updated>2015-05-24T21:12:15+00:00</updated>
<author>
<name>Isaac Boukris</name>
<email>iboukris@gmail.com</email>
</author>
<published>2015-04-25T12:36:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=908581fd3bca791d24cae7fe5a8ae6adfb614ad8'/>
<id>908581fd3bca791d24cae7fe5a8ae6adfb614ad8</id>
<content type='text'>
Controls whether to send the Persistent-Auth header, and sets it only
when necessary/appropriate

Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Controls whether to send the Persistent-Auth header, and sets it only
when necessary/appropriate

Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation fixes</title>
<updated>2015-03-09T14:46:55+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-03-09T14:46:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=d11c2c952df6b232b17a26f8433d4919589649ad'/>
<id>d11c2c952df6b232b17a26f8433d4919589649ad</id>
<content type='text'>
Fix GssapiDelegCcacheDir examples and add all the required options to
make GssapiUseS4U2Proxy really work.

Thanks to David Kupka for testing that highlighted these issues.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix GssapiDelegCcacheDir examples and add all the required options to
make GssapiUseS4U2Proxy really work.

Thanks to David Kupka for testing that highlighted these issues.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove forward basic auth and fix docs</title>
<updated>2015-03-06T14:55:37+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-03-06T14:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=e6d9a30c889fe042cf3ad5073519f348dbe924f0'/>
<id>e6d9a30c889fe042cf3ad5073519f348dbe924f0</id>
<content type='text'>
Fixes #8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #8
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for handling Basic Auth</title>
<updated>2015-03-06T00:12:27+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-03-05T22:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=7407b64481bc49ad552f9ba0ff2efe1f6fb0982e'/>
<id>7407b64481bc49ad552f9ba0ff2efe1f6fb0982e</id>
<content type='text'>
Support either passing Basic Auth Through to another module,
or handling it directly through gss_acquire_cred_with_password()

Fixes #8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support either passing Basic Auth Through to another module,
or handling it directly through gss_acquire_cred_with_password()

Fixes #8
</pre>
</div>
</content>
</entry>
<entry>
<title>Add instructions to README file</title>
<updated>2014-08-26T22:22:37+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-08-26T22:06:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=67b274a3d9f84b9c07d55b056b7b2893dccf6619'/>
<id>67b274a3d9f84b9c07d55b056b7b2893dccf6619</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
