X-Git-Url: http://www.project-moonshot.org/gitweb/?p=radsecproxy.git;a=blobdiff_plain;f=lib%2FHACKING;fp=lib%2FHACKING;h=57369d23955d4acf085a0243849df26b523cfbb0;hp=a92f0f92cbf41e6c3a61cbc00b89f60250f49f8b;hb=3d0b0f8a67726d8336038e0abdedb0dac9480c27;hpb=cac2820722262d60dbc3b1bb1768973e3526d9b3 diff --git a/lib/HACKING b/lib/HACKING index a92f0f9..57369d2 100644 --- a/lib/HACKING +++ b/lib/HACKING @@ -1,10 +1,10 @@ HACKING file for libradsec (in Emacs -*- org -*- mode). -Status as of libradsec-0.0.4.dev (2013-05-06). +Status as of libradsec-0.0.4 (2013-12-18). * Build instructions sh autogen.sh -./configure #--enable-tls +./configure make examples/client -r examples/client.conf blocking-tls; echo $? @@ -37,7 +37,7 @@ examples/client -r examples/client.conf blocking-tls; echo $? - Application chooses allocation regime. -Note that as of 0.0.2.dev libradsec suffers from way too much focus on +Note that as of 0.0.4 libradsec suffers from way too much focus on the behaviour of a blocking client and is totally useless as a server. Not only does it lack most of the functions needed for writing a server but it also contains at least one architectural mishap which