<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gss-proxy.git/proxy, branch master-fixes2</title>
<subtitle>gssproxy wip repository</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/gss-proxy.git/'/>
<entry>
<title>gssproxy: Call gp_logging_init() before load_config().</title>
<updated>2013-06-06T14:52:11+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gdeschner@redhat.com</email>
</author>
<published>2013-06-04T12:33:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/gss-proxy.git/commit/?id=38f048d6450096859df0d5d0cb65d4ec12eb1ef5'/>
<id>38f048d6450096859df0d5d0cb65d4ec12eb1ef5</id>
<content type='text'>
This makes sure openlog() is called before any syslog() call.

Signed-off-by: Günther Deschner &lt;gdeschner@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes sure openlog() is called before any syslog() call.

Signed-off-by: Günther Deschner &lt;gdeschner@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use GPERROR when config parsing fails.</title>
<updated>2013-06-06T14:52:10+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gdeschner@redhat.com</email>
</author>
<published>2013-06-03T10:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/gss-proxy.git/commit/?id=88a3f308ab8008f49ec8a517d771f9c9ab49800d'/>
<id>88a3f308ab8008f49ec8a517d771f9c9ab49800d</id>
<content type='text'>
This makes it more likely configuration parsing failures are detected.

Signed-off-by: Günther Deschner &lt;gdeschner@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it more likely configuration parsing failures are detected.

Signed-off-by: Günther Deschner &lt;gdeschner@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Let GPERROR also print warning on stderr, not only in syslog.</title>
<updated>2013-06-06T14:52:10+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gdeschner@redhat.com</email>
</author>
<published>2013-06-03T15:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/gss-proxy.git/commit/?id=d8b62de102ba91989563164f7717457e4aa07a06'/>
<id>d8b62de102ba91989563164f7717457e4aa07a06</id>
<content type='text'>
This make it easier to identify issues when run interactively.

Signed-off-by: Günther Deschner &lt;gdeschner@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This make it easier to identify issues when run interactively.

Signed-off-by: Günther Deschner &lt;gdeschner@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make it easier to enable mechglue plugin debugging.</title>
<updated>2013-06-06T14:52:10+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gdeschner@redhat.com</email>
</author>
<published>2013-05-30T13:54:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/gss-proxy.git/commit/?id=ef891ef33eac43d8f91e4c3b167afd72aba613a7'/>
<id>ef891ef33eac43d8f91e4c3b167afd72aba613a7</id>
<content type='text'>
Instead of recompiling, one can set the "GSSI_DEBUG" environment variable at
runtime.

Signed-off-by: Günther Deschner &lt;gdeschner@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of recompiling, one can set the "GSSI_DEBUG" environment variable at
runtime.

Signed-off-by: Günther Deschner &lt;gdeschner@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix nfsd socket</title>
<updated>2013-06-06T14:51:16+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-06-05T15:58:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/gss-proxy.git/commit/?id=b52f868b7fce0828409b55790c21bbf8ed228641'/>
<id>b52f868b7fce0828409b55790c21bbf8ed228641</id>
<content type='text'>
The Kernel expect the knfsd socket in a specific plce that is not where
our standard socket is created.
Add a knfsd specific socket in the default configuration.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
Reviewed-by: Günther Deschner &lt;gdeschner@redhat.com&gt;

Resolves: https://fedorahosted.org/gss-proxy/ticket/93
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Kernel expect the knfsd socket in a specific plce that is not where
our standard socket is created.
Add a knfsd specific socket in the default configuration.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
Reviewed-by: Günther Deschner &lt;gdeschner@redhat.com&gt;

Resolves: https://fedorahosted.org/gss-proxy/ticket/93
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Requires: libini_config &gt;= 1.0.0.1 to the rpm spec file.</title>
<updated>2013-06-06T14:51:05+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gdeschner@redhat.com</email>
</author>
<published>2013-06-05T17:06:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/gss-proxy.git/commit/?id=d703096b8bc37e78e28e68fb4f250cc2ed8e6f16'/>
<id>d703096b8bc37e78e28e68fb4f250cc2ed8e6f16</id>
<content type='text'>
Otherwise we would allow to be installed with an outdated and non-working
libiniconfig version.

Signed-off-by: Günther Deschner &lt;gdeschner@redhat.com&gt;
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;

Resolves: https://fedorahosted.org/gss-proxy/ticket/92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise we would allow to be installed with an outdated and non-working
libiniconfig version.

Signed-off-by: Günther Deschner &lt;gdeschner@redhat.com&gt;
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;

Resolves: https://fedorahosted.org/gss-proxy/ticket/92
</pre>
</div>
</content>
</entry>
<entry>
<title>Use verbose ding-libs error reporting when config parsing failed.</title>
<updated>2013-06-05T12:15:18+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gdeschner@redhat.com</email>
</author>
<published>2013-06-03T15:55:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/gss-proxy.git/commit/?id=e4ac6f8ac8b31d7e08e66c7ae50b12f520c005f9'/>
<id>e4ac6f8ac8b31d7e08e66c7ae50b12f520c005f9</id>
<content type='text'>
Signed-off-by: Günther Deschner &lt;gdeschner@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>
Signed-off-by: Günther Deschner &lt;gdeschner@redhat.com&gt;
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Require libverto-tevent to make sure libverto initialization succeeds</title>
<updated>2013-06-03T10:40:14+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gdeschner@redhat.com</email>
</author>
<published>2013-05-31T18:09:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/gss-proxy.git/commit/?id=d08d3f514fb1d61d53b0962102f96c584dcd5f65'/>
<id>d08d3f514fb1d61d53b0962102f96c584dcd5f65</id>
<content type='text'>
Signed-off-by: Günther Deschner &lt;gdeschner@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>
Signed-off-by: Günther Deschner &lt;gdeschner@redhat.com&gt;
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gssproxy: report an error message on event loop failure.</title>
<updated>2013-06-03T10:40:05+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gdeschner@redhat.com</email>
</author>
<published>2013-05-31T17:51:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/gss-proxy.git/commit/?id=7f104596939af61bf20ce9efe6408572f2378a80'/>
<id>7f104596939af61bf20ce9efe6408572f2378a80</id>
<content type='text'>
Signed-off-by: Günther Deschner &lt;gdeschner@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>
Signed-off-by: Günther Deschner &lt;gdeschner@redhat.com&gt;
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>systemd: add require for the nfs kernel modules.</title>
<updated>2013-06-03T10:39:49+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gdeschner@redhat.com</email>
</author>
<published>2013-05-31T14:04:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/gss-proxy.git/commit/?id=f0b471b794414eaad3ad983e914c9cdf0fc413c7'/>
<id>f0b471b794414eaad3ad983e914c9cdf0fc413c7</id>
<content type='text'>
This assures the right startup and checking order for gssproxy and kernel nfs
gssproxy client interface.

Signed-off-by: Günther Deschner &lt;gdeschner@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>
This assures the right startup and checking order for gssproxy and kernel nfs
gssproxy client interface.

Signed-off-by: Günther Deschner &lt;gdeschner@redhat.com&gt;
Reviewed-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
