<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gss-proxy.git/proxy/src, branch master</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>Debug: Add debugging macro and config options</title>
<updated>2012-04-03T03:56:54+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2012-03-30T16:13:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/gss-proxy.git/commit/?id=be13a48d8929c6edcc7525749d57ce450204d657'/>
<id>be13a48d8929c6edcc7525749d57ce450204d657</id>
<content type='text'>
Ticket #43
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ticket #43
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid double free on error.</title>
<updated>2012-04-02T16:54:54+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2012-03-23T13:58:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/gss-proxy.git/commit/?id=14ef713434acb89e8c715eed7ba180a38fd604a9'/>
<id>14ef713434acb89e8c715eed7ba180a38fd604a9</id>
<content type='text'>
There is no need to expliciltly free here, as gp_rpc_process_call already
always frees the res structure. By doing this we cause double frees on errors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no need to expliciltly free here, as gp_rpc_process_call already
always frees the res structure. By doing this we cause double frees on errors.
</pre>
</div>
</content>
</entry>
<entry>
<title>conv: Fix typo causing bad output.</title>
<updated>2012-03-22T06:36:45+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2012-03-02T20:04:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/gss-proxy.git/commit/?id=09f970b514d9896c57d958515fca1299c03bc3ea'/>
<id>09f970b514d9896c57d958515fca1299c03bc3ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gp_socket: properly handle fagment bit</title>
<updated>2012-03-22T06:33:52+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2012-03-21T23:11:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/gss-proxy.git/commit/?id=403119d7f4d4070bfd8f7fb796729127666e2e11'/>
<id>403119d7f4d4070bfd8f7fb796729127666e2e11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gp_socket: Optimize sending data with writev</title>
<updated>2012-03-22T06:33:52+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2012-03-22T00:20:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/gss-proxy.git/commit/?id=9714cbbf07093e7b6661d8fb93c0b00172d3d677'/>
<id>9714cbbf07093e7b6661d8fb93c0b00172d3d677</id>
<content type='text'>
Turns out the Linux kernel expects to get the whole reply in a single
operation. This optimizes the code to call one less syscall and makes it also
more compact. So let's please the kernel and get better code in place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turns out the Linux kernel expects to get the whole reply in a single
operation. This optimizes the code to call one less syscall and makes it also
more compact. So let's please the kernel and get better code in place.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to request (or not) delegated credentials back</title>
<updated>2012-03-22T06:33:52+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2012-03-22T05:23:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/gss-proxy.git/commit/?id=402e927b928f5d51d36df72f69211fbc5a2136c8'/>
<id>402e927b928f5d51d36df72f69211fbc5a2136c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gp_conv: Fix conversion functions after change to gss_proxy.x</title>
<updated>2012-03-21T15:02:21+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2012-03-21T15:02:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/gss-proxy.git/commit/?id=1e99cc43f9f1983080b37bc5768a76dae0946183'/>
<id>1e99cc43f9f1983080b37bc5768a76dae0946183</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>config: parse credential/service config sections</title>
<updated>2012-02-23T21:55:46+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2012-02-22T20:23:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/gss-proxy.git/commit/?id=467045ad0a97cfc1edee8b3faafab53433a5b702'/>
<id>467045ad0a97cfc1edee8b3faafab53433a5b702</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gp_conv: use maj/min err codes with gp_conv_ctx_id_to_gssx too</title>
<updated>2012-02-23T21:53:22+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2012-02-23T21:26:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/gss-proxy.git/commit/?id=d0989ef842fb3cd48265521cd139b3ffa2aa3889'/>
<id>d0989ef842fb3cd48265521cd139b3ffa2aa3889</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>server: better handle return status</title>
<updated>2012-02-23T21:53:17+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2012-02-23T07:02:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/gss-proxy.git/commit/?id=e56dff9fe3484e0cc89f8cb75c42fa485176c1f3'/>
<id>e56dff9fe3484e0cc89f8cb75c42fa485176c1f3</id>
<content type='text'>
Ticket #33
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ticket #33
</pre>
</div>
</content>
</entry>
</feed>
