<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libradsec.git/lib/examples, branch libradsec-server-support</title>
<subtitle>RADIUS library with support for TLS RadSec</subtitle>
<link rel='alternate' type='text/html' href='https://git.sunet.se/libradsec.git/'/>
<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.sunet.se/libradsec.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.sunet.se/libradsec.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>Pass make distcheck.</title>
<updated>2013-05-08T20:18:27+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-08T20:18:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/libradsec.git/commit/?id=b73a7432ab85d5ca8d0683166c2c7cc75553db69'/>
<id>b73a7432ab85d5ca8d0683166c2c7cc75553db69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add formal argument 'secret' to two public functions."</title>
<updated>2013-05-08T15:03:49+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-06T10:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/libradsec.git/commit/?id=c682577a243902164de1d80f38425a66a4853d82'/>
<id>c682577a243902164de1d80f38425a66a4853d82</id>
<content type='text'>
This reverts commit 09d1cff2418a900b587b2113f508984f2417cc11.

Conflicts:
	lib/include/radsec/request.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 09d1cff2418a900b587b2113f508984f2417cc11.

Conflicts:
	lib/include/radsec/request.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Revamping for listeners.</title>
<updated>2013-03-01T13:34:21+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-03-01T13:34:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/libradsec.git/commit/?id=f3252b34114236c65624862d2a572f5e290e8cc8'/>
<id>f3252b34114236c65624862d2a572f5e290e8cc8</id>
<content type='text'>
Split rs_connection into rs_baseconn plus rs_connection and rs_listener.

Connections now has a state variable.

Connect buffer event and fd of _source_ connection, not that of
conn-&gt;active_peer. The connection object referred to by a peer is not
meant for using as a connection, only for reporting errors on.

Make sure things are sane even when not using a config file.

Bump library interface version to 1.0.0 since it's changed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Split rs_connection into rs_baseconn plus rs_connection and rs_listener.

Connections now has a state variable.

Connect buffer event and fd of _source_ connection, not that of
conn-&gt;active_peer. The connection object referred to by a peer is not
meant for using as a connection, only for reporting errors on.

Make sure things are sane even when not using a config file.

Bump library interface version to 1.0.0 since it's changed.
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP commit for listener support.</title>
<updated>2013-02-19T10:07:00+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-02-18T16:12:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/libradsec.git/commit/?id=ec47efe2b20e8ff21489744caaf646c692243860'/>
<id>ec47efe2b20e8ff21489744caaf646c692243860</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the dummy server example.</title>
<updated>2013-02-11T15:46:54+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-02-11T15:46:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/libradsec.git/commit/?id=e6b0f4f404e06be4fdbf7a7cf5a475278ba3e587'/>
<id>e6b0f4f404e06be4fdbf7a7cf5a475278ba3e587</id>
<content type='text'>
This is not a server. It's just testing server config atm.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is not a server. It's just testing server config atm.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add PSK example in examples/client.conf.</title>
<updated>2013-01-24T16:33:08+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-01-24T16:33:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/libradsec.git/commit/?id=7847caaf22f0fadd5532fc6f0525bfd75ef72fef'/>
<id>7847caaf22f0fadd5532fc6f0525bfd75ef72fef</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 'rename-packet-to-message' into libradsec-user-dispatch</title>
<updated>2013-01-24T14:19:43+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-01-24T14:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/libradsec.git/commit/?id=a11aab1d9b4ecd4e8c31a5002af142b1828a4016'/>
<id>a11aab1d9b4ecd4e8c31a5002af142b1828a4016</id>
<content type='text'>
Conflicts:
	lib/include/radsec/radsec.h

Original commit message (1e3a2613):

    Rename most 'package' to 'message'.

    RADIUS (RFC2865) is defined to be transported over UDP so the term
    "radius packet" makes a lot of sense. RADIUS/TCP (RFC6613) and
    RADIUS/TLS (RFC6614), a.k.a. RadSec, use stream transport protocols
    though. The term "message" doesn't imply any kind of transport -- a
    message can be sent using datagrams as well as in a stream.

    This (large) commit changes 'package' to 'message' where it makes
    sense. It does not touch the 'radius' subdirectory. It includes
    preprocessor directives (#define) to make the public interface
    compatible with previous releases of the library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	lib/include/radsec/radsec.h

Original commit message (1e3a2613):

    Rename most 'package' to 'message'.

    RADIUS (RFC2865) is defined to be transported over UDP so the term
    "radius packet" makes a lot of sense. RADIUS/TCP (RFC6613) and
    RADIUS/TLS (RFC6614), a.k.a. RadSec, use stream transport protocols
    though. The term "message" doesn't imply any kind of transport -- a
    message can be sent using datagrams as well as in a stream.

    This (large) commit changes 'package' to 'message' where it makes
    sense. It does not touch the 'radius' subdirectory. It includes
    preprocessor directives (#define) to make the public interface
    compatible with previous releases of the library.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename most 'package' to 'message'.</title>
<updated>2013-01-24T13:06:35+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-01-24T13:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/libradsec.git/commit/?id=1e3a2613b356bf542fd75c198e9c9813e24f08d1'/>
<id>1e3a2613b356bf542fd75c198e9c9813e24f08d1</id>
<content type='text'>
RADIUS (RFC2865) is defined to be transported over UDP so the term
"radius packet" makes a lot of sense. RADIUS/TCP (RFC6613) and
RADIUS/TLS (RFC6614), a.k.a. RadSec, use stream transport protocols
though. The term "message" doesn't imply any kind of transport -- a
message can be sent using datagrams as well as in a stream.

This (large) commit changes 'package' to 'message' where it makes
sense. It does not touch the 'radius' subdirectory. It includes
preprocessor directives (#define) to make the public interface
compatible with previous releases of the library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RADIUS (RFC2865) is defined to be transported over UDP so the term
"radius packet" makes a lot of sense. RADIUS/TCP (RFC6613) and
RADIUS/TLS (RFC6614), a.k.a. RadSec, use stream transport protocols
though. The term "message" doesn't imply any kind of transport -- a
message can be sent using datagrams as well as in a stream.

This (large) commit changes 'package' to 'message' where it makes
sense. It does not touch the 'radius' subdirectory. It includes
preprocessor directives (#define) to make the public interface
compatible with previous releases of the library.
</pre>
</div>
</content>
</entry>
</feed>
