<feed xmlns='http://www.w3.org/2005/Atom'>
<title>radsecproxy.git/lib, branch libradsec-server-support</title>
<subtitle>RADIUS proxy with support for TLS RadSec</subtitle>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/'/>
<entry>
<title>Alphabetise radsec.sym.</title>
<updated>2013-05-15T16:32:22+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-15T16:32:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=035f05092135d21b573440b28f5782971e52485e'/>
<id>035f05092135d21b573440b28f5782971e52485e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'libradsec' into libradsec-server-support</title>
<updated>2013-05-15T13:39:20+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-15T13:39:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=f8207d6d51b665d6af54262c593372dd73eae0d0'/>
<id>f8207d6d51b665d6af54262c593372dd73eae0d0</id>
<content type='text'>
Conflicts:
	lib/HACKING
	lib/Makefile.am
	lib/README
	lib/compat.h
	lib/conf.c
	lib/configure.ac
	lib/conn.c
	lib/conn.h
	lib/err.c
	lib/err.h
	lib/event.c
	lib/event.h
	lib/examples/Makefile.am
	lib/examples/client-blocking.c
	lib/examples/client.conf
	lib/include/radsec/radsec-impl.h
	lib/include/radsec/radsec.h
	lib/include/radsec/request-impl.h
	lib/include/radsec/request.h
	lib/packet.c
	lib/packet.h
	lib/peer.c
	lib/peer.h
	lib/request.c
	lib/send.c
	lib/tcp.c
	lib/tests/Makefile.am
	lib/tls.c
	lib/udp.c
	lib/util.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	lib/HACKING
	lib/Makefile.am
	lib/README
	lib/compat.h
	lib/conf.c
	lib/configure.ac
	lib/conn.c
	lib/conn.h
	lib/err.c
	lib/err.h
	lib/event.c
	lib/event.h
	lib/examples/Makefile.am
	lib/examples/client-blocking.c
	lib/examples/client.conf
	lib/include/radsec/radsec-impl.h
	lib/include/radsec/radsec.h
	lib/include/radsec/request-impl.h
	lib/include/radsec/request.h
	lib/packet.c
	lib/packet.h
	lib/peer.c
	lib/peer.h
	lib/request.c
	lib/send.c
	lib/tcp.c
	lib/tests/Makefile.am
	lib/tls.c
	lib/udp.c
	lib/util.c
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP commit moving towards working server support.</title>
<updated>2013-05-15T12:20:52+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-15T12:20:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=fba1c7d1a6418221a94965d0431bf7df0a9a74a0'/>
<id>fba1c7d1a6418221a94965d0431bf7df0a9a74a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't crash on reading invalid messages.</title>
<updated>2013-05-15T09:57:09+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-15T09:57:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=65b62d83ee72012d1171f1813b8f989f8805497c'/>
<id>65b62d83ee72012d1171f1813b8f989f8805497c</id>
<content type='text'>
Also, invoke disconnected callback and close connection in error
cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, invoke disconnected callback and close connection in error
cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use malloc+memcpy rather than calloc+strcpy in rs_strdup.</title>
<updated>2013-05-10T16:06:44+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-10T16:06:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=58f591ffc9a7d4fea5879210d56db3ca11e98f1e'/>
<id>58f591ffc9a7d4fea5879210d56db3ca11e98f1e</id>
<content type='text'>
For effiency (but triggered by calloc needing unistd.h on Darwin).

Conflicts:
	lib/util.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For effiency (but triggered by calloc needing unistd.h on Darwin).

Conflicts:
	lib/util.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Whitespace changes in license headers.</title>
<updated>2013-05-09T07:50:11+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-09T07:50:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=fed9094cd8cda69605d0c103acd14308379b6eb0'/>
<id>fed9094cd8cda69605d0c103acd14308379b6eb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years.</title>
<updated>2013-05-09T07:49:37+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-09T07:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=f0df8b47b0c7639ab3842c2b92c80f70b8ed66d3'/>
<id>f0df8b47b0c7639ab3842c2b92c80f70b8ed66d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include stdlib.h everywhere we call (m|c)alloc.</title>
<updated>2013-05-09T07:35:16+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-09T07:32:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=4f9a7e63c1d14837ec880b9a63cc6a92a822e7d5'/>
<id>4f9a7e63c1d14837ec880b9a63cc6a92a822e7d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use malloc+memcpy rather than calloc+strcpy in rs_strdup.</title>
<updated>2013-05-09T06:59:00+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-09T06:59:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=65a9a8786d5507e7f150567e4effd6e7409ac92c'/>
<id>65a9a8786d5507e7f150567e4effd6e7409ac92c</id>
<content type='text'>
For effiency (but triggered by calloc needing unistd.h on Darwin).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For effiency (but triggered by calloc needing unistd.h on Darwin).
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Bump library interface revision."</title>
<updated>2013-05-08T21:10:11+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-08T21:10:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=de670651b8d513c3956fc8618bca303ba55a04f4'/>
<id>de670651b8d513c3956fc8618bca303ba55a04f4</id>
<content type='text'>
So there were two things wrong with that commit.

1. Library interface revision should be bumped only immediately before
a public release.

2. Given the changes in the library, it should change to 0:1:0 since
the interface didn't change (including not being extended).

This reverts commit b9e967b3cde6af41cd0e863e9ff073897019625a.

Conflicts:
	lib/Makefile.am
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So there were two things wrong with that commit.

1. Library interface revision should be bumped only immediately before
a public release.

2. Given the changes in the library, it should change to 0:1:0 since
the interface didn't change (including not being extended).

This reverts commit b9e967b3cde6af41cd0e863e9ff073897019625a.

Conflicts:
	lib/Makefile.am
</pre>
</div>
</content>
</entry>
</feed>
