<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mod_auth_gssapi.git, branch wip</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>Fix error message copy&amp;paste error</title>
<updated>2014-10-21T17:15:29+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-10-21T17:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=f9000fb1c6b26f470029b25f202f39902a4b6b13'/>
<id>f9000fb1c6b26f470029b25f202f39902a4b6b13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build on some platforms by adding extra flags</title>
<updated>2014-10-14T13:17:46+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-10-14T13:17:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=c82c78a7a70147bf103d408b3e97ce2ec77882ed'/>
<id>c82c78a7a70147bf103d408b3e97ce2ec77882ed</id>
<content type='text'>
For some reason all the necessary CFALGS are not returned by simply
querying the CFLAGS from apxs. We also need to query EXTRA_CPPFLAGS
apparently.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For some reason all the necessary CFALGS are not returned by simply
querying the CFLAGS from apxs. We also need to query EXTRA_CPPFLAGS
apparently.
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly initialize logging</title>
<updated>2014-10-13T20:47:55+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-10-13T20:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=aa4f8f9c06eec26248f068f445fe2412cb6f467b'/>
<id>aa4f8f9c06eec26248f068f445fe2412cb6f467b</id>
<content type='text'>
We need to call APLOG_USE_MODULE() so that the module name is reported
properly in log lines, and per module logging level can be set.

Fixes #6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to call APLOG_USE_MODULE() so that the module name is reported
properly in log lines, and per module logging level can be set.

Fixes #6
</pre>
</div>
</content>
</entry>
<entry>
<title>Attempt to use sessions only when they are enabled</title>
<updated>2014-10-13T20:35:57+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-10-13T20:35:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=bb7c20bc7f487b52c79ec0279c3f83d13582f9c2'/>
<id>bb7c20bc7f487b52c79ec0279c3f83d13582f9c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 1.0.3</title>
<updated>2014-10-11T18:47:32+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-09-12T14:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=1d9d2468733fdfffa9fcaa811751e741948aab1d'/>
<id>1d9d2468733fdfffa9fcaa811751e741948aab1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the modules build process</title>
<updated>2014-09-11T21:01:26+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-09-11T21:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=e3d818c06bf103a6121e3f3198d70e60b60cd454'/>
<id>e3d818c06bf103a6121e3f3198d70e60b60cd454</id>
<content type='text'>
USe automake directives to directly invoke the apxs favored libtool,
and use APXS only to perform the final install.

Fixes #4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
USe automake directives to directly invoke the apxs favored libtool,
and use APXS only to perform the final install.

Fixes #4
</pre>
</div>
</content>
</entry>
<entry>
<title>Include only necessary libs when calling apxs</title>
<updated>2014-08-29T18:02:07+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-08-29T17:29:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=3f74c69e8b1b47584818dfc44a64d69ecaabb0eb'/>
<id>3f74c69e8b1b47584818dfc44a64d69ecaabb0eb</id>
<content type='text'>
Drop cflags and libs options that make apxs unhappy

Closes #3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Drop cflags and libs options that make apxs unhappy

Closes #3
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 1.0.2</title>
<updated>2014-08-26T22:22:38+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-08-26T22:11:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=50da5495c526bf94e664aa2f663fed628cfe262e'/>
<id>50da5495c526bf94e664aa2f663fed628cfe262e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
<entry>
<title>Fix GssapiCredStore usage</title>
<updated>2014-08-26T21:12:16+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-08-26T21:10:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_gssapi.git/commit/?id=798ab2c61f44443549520f62bb8cc8c87ff4e33c'/>
<id>798ab2c61f44443549520f62bb8cc8c87ff4e33c</id>
<content type='text'>
This allows to always define the keytab in terms of GssapiCredStore
options instead of having to set a KRB5_KTNAME variable.

Fixes Issue 2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows to always define the keytab in terms of GssapiCredStore
options instead of having to set a KRB5_KTNAME variable.

Fixes Issue 2
</pre>
</div>
</content>
</entry>
</feed>
