<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5.git/src/include/foreachaddr.c, branch proxymech</title>
<subtitle>MIT Kerberos patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/'/>
<entry>
<title>Rename header file foreachaddr.c to foreachaddr.h, now that it isn't</title>
<updated>2004-05-05T22:44:46+00:00</updated>
<author>
<name>Ken Raeburn</name>
<email>raeburn@mit.edu</email>
</author>
<published>2004-05-05T22:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=b5e1cf204bc5d8348ce16388e905882a1bc4bd42'/>
<id>b5e1cf204bc5d8348ce16388e905882a1bc4bd42</id>
<content type='text'>
mostly static functions to be compiled in.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16314 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mostly static functions to be compiled in.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16314 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>* foreachaddr.c: Implementation moved to lib/krb5/os/localaddr.c.</title>
<updated>2004-05-05T22:18:01+00:00</updated>
<author>
<name>Ken Raeburn</name>
<email>raeburn@mit.edu</email>
</author>
<published>2004-05-05T22:18:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=f65517ef2167c1cad3ec8cd707d41de6ec687c12'/>
<id>f65517ef2167c1cad3ec8cd707d41de6ec687c12</id>
<content type='text'>
(krb5int_foreach_localaddr): Declare.
(foreach_localaddr): New macro.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16310 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(krb5int_foreach_localaddr): Declare.
(foreach_localaddr): New macro.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16310 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>* foreachaddr.c (foreach_localaddr) [HAVE_IFADDRS_H]: Skip over any returned</title>
<updated>2003-08-26T16:57:32+00:00</updated>
<author>
<name>Ken Raeburn</name>
<email>raeburn@mit.edu</email>
</author>
<published>2003-08-26T16:57:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=b8972b4c97dbc1c7960158b9e05c83a35efcb0e8'/>
<id>b8972b4c97dbc1c7960158b9e05c83a35efcb0e8</id>
<content type='text'>
data structure with a NULL ifa_addr field.

ticket: 1770
version_reported: 1.3
target_version: 1.3.2
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15790 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
data structure with a NULL ifa_addr field.

ticket: 1770
version_reported: 1.3
target_version: 1.3.2
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15790 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>* foreachaddr.c: Include errno.h instead of declaring errno</title>
<updated>2002-09-03T22:11:02+00:00</updated>
<author>
<name>Ken Raeburn</name>
<email>raeburn@mit.edu</email>
</author>
<published>2002-09-03T22:11:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=4ae9d14de7195334bcd03ea00ca213da32cc81a5'/>
<id>4ae9d14de7195334bcd03ea00ca213da32cc81a5</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14824 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14824 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>* foreachaddr.c (SLOP): New macro.</title>
<updated>2002-03-06T01:20:45+00:00</updated>
<author>
<name>Ken Raeburn</name>
<email>raeburn@mit.edu</email>
</author>
<published>2002-03-06T01:20:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=fb4848dba7869155383e349606e2bc3316d81755'/>
<id>fb4848dba7869155383e349606e2bc3316d81755</id>
<content type='text'>
(foreach_localaddr): Use it as the amount of extra space we look for past the
ifreq structures actually filled in.  Add SLOP to the size of the buffer
allocated to hold the ifreq structures.  Place an upper bound on the buffer
size.  Don't crash if the returned ifc_len is larger than the supplied buffer
size.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14226 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(foreach_localaddr): Use it as the amount of extra space we look for past the
ifreq structures actually filled in.  Add SLOP to the size of the buffer
allocated to hold the ifreq structures.  Place an upper bound on the buffer
size.  Don't crash if the returned ifc_len is larger than the supplied buffer
size.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14226 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>* foreachaddr.c: New file, contents taken from code shared between</title>
<updated>2002-02-20T05:06:43+00:00</updated>
<author>
<name>Ken Raeburn</name>
<email>raeburn@mit.edu</email>
</author>
<published>2002-02-20T05:06:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=938dae788bb951d5561f838c9ee0e64c8507453f'/>
<id>938dae788bb951d5561f838c9ee0e64c8507453f</id>
<content type='text'>
kdc/network.c and lib/krb5/os/localaddr.c.  Split out multiple branches within
foreach_localaddr into separate functions.  Fixed a couple minor compiler
warnings on Linux.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14155 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
kdc/network.c and lib/krb5/os/localaddr.c.  Split out multiple branches within
foreach_localaddr into separate functions.  Fixed a couple minor compiler
warnings on Linux.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14155 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
</feed>
