<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5.git/src/lib/krad, branch kinit-c</title>
<subtitle>MIT Kerberos patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/'/>
<entry>
<title>Avoid closing fd -1 in libkrad</title>
<updated>2014-07-12T17:35:46+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2014-06-21T14:43:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=315d1ef769d3e3e7cc17884623c1baaad680c26b'/>
<id>315d1ef769d3e3e7cc17884623c1baaad680c26b</id>
<content type='text'>
If a krad_remote is released before its fd is set, we could close the
file descriptor -1, which is harmless but incorrect.  Check the fd in
remote_disconnect to avoid this.

[ghudson@mit.edu: clarified commit message, minor style change]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a krad_remote is released before its fd is set, we could close the
file descriptor -1, which is harmless but incorrect.  Check the fd in
remote_disconnect to avoid this.

[ghudson@mit.edu: clarified commit message, minor style change]
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix fencepost error in krad timeout handler</title>
<updated>2014-05-24T15:10:03+00:00</updated>
<author>
<name>Greg Hudson</name>
<email>ghudson@mit.edu</email>
</author>
<published>2014-05-17T14:48:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=f4fce5afd8c4bb5e46aa7041f10118026c5152f0'/>
<id>f4fce5afd8c4bb5e46aa7041f10118026c5152f0</id>
<content type='text'>
ticket: 7911
target_version: 1.12.2
tags: pullup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ticket: 7911
target_version: 1.12.2
tags: pullup
</pre>
</div>
</content>
</entry>
<entry>
<title>Use pipe instead of sigwait for krad tests</title>
<updated>2013-07-15T03:19:00+00:00</updated>
<author>
<name>Greg Hudson</name>
<email>ghudson@mit.edu</email>
</author>
<published>2013-07-15T01:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=443193a040b9c2fa8668ca85fda505c92d3facfe'/>
<id>443193a040b9c2fa8668ca85fda505c92d3facfe</id>
<content type='text'>
We've never used sigwait() before, and it has some problems on Solaris
10 (a nonconformant prototype by default, and experimentally it didn't
seem to work correctly with _POSIX_PTHREAD_SEMANTICS defined).  Use a
pipe instead.  Make t_daemon.py less chatty on stdout to avoid filling
the pipe buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We've never used sigwait() before, and it has some problems on Solaris
10 (a nonconformant prototype by default, and experimentally it didn't
seem to work correctly with _POSIX_PTHREAD_SEMANTICS defined).  Use a
pipe instead.  Make t_daemon.py less chatty on stdout to avoid filling
the pipe buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix minor type issues in krad tests</title>
<updated>2013-07-14T23:28:08+00:00</updated>
<author>
<name>Greg Hudson</name>
<email>ghudson@mit.edu</email>
</author>
<published>2013-07-14T23:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=6e9ad5ceaea50e16a2534e191f65ccedbff3bc8b'/>
<id>6e9ad5ceaea50e16a2534e191f65ccedbff3bc8b</id>
<content type='text'>
Use unsigned char for test encodings, since the initializers use
values greater than 127.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use unsigned char for test encodings, since the initializers use
values greater than 127.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add libkrad</title>
<updated>2013-07-11T18:14:32+00:00</updated>
<author>
<name>Nathaniel McCallum</name>
<email>npmccallum@redhat.com</email>
</author>
<published>2013-04-04T17:39:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=8b8f031c6e64360a26c484b548d2158944e09087'/>
<id>8b8f031c6e64360a26c484b548d2158944e09087</id>
<content type='text'>
The new library libkrad provides code for the parsing of RADIUS packets
as well as client implementation based around libverto.  This library
should be considered unstable.

ticket: 7678 (new)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new library libkrad provides code for the parsing of RADIUS packets
as well as client implementation based around libverto.  This library
should be considered unstable.

ticket: 7678 (new)
</pre>
</div>
</content>
</entry>
</feed>
