Example code: Don't create rs_error on failing context creation.
[radsecproxy.git] / radsecproxy.c
2010-06-02 Linus Nordberg* README: Correct number of debug levels.
2010-06-01 Linus NordbergReflect new debug level in man pages and comments in...
2010-06-01 Linus NordbergAdded DBG_NOTICE to the access accept/reject and accoun...
2010-05-28 Linus Nordberg* radsecproxy.c (createpidfile): Don't use r uninitialized. radsecproxy-1.4-beta1
2010-05-28 Linus Nordberg* radsecproxy.c (createpidfile): Treat pid_t as long...
2010-05-28 Linus NordbergPrint a better version string than "$Rev$".
2010-05-28 Linus Nordberg* debug.c (debugerrno): New function.
2010-05-27 Linus Nordberg* radsecproxy.c (extractattr): Add vendor_flag argument... look-mom-no-warnings
2010-05-26 Linus Nordberg* radsecproxy.c (pwdencrypt): Fix bug with User-Passwor...
2010-05-25 Linus Nordberg* radsecproxy.c (extractattr): Bug! When s is changed...
2010-05-25 Linus Nordberg* radsecproxy.c (extractattr): Fix bug where 'name...
2010-05-25 Linus Nordberg* radsecproxy.c (addrewrite): Add some detail to error...
2010-05-25 Linus Nordberg* radsecproxy.c (makevendortlv): Free attr when it...
2010-05-24 Linus Nordberg* radsecproxy.c: Fix typo introduced in 4779686 making...
2010-03-31 linus(dorewrite): Do modattrs even if addattrs fails. Do...
2010-03-31 linusAdd LoopPrevention per server (RADSECPROXY-1).
2010-03-23 linusAdd Emacs local variable for stroustrup style.
2010-03-08 linusReindent and remove trailing whitespace.
2010-01-13 kollaMissing parantheses bug spotted by Daniel Bertolo
2009-09-11 kollaCredits
2009-09-11 kollaAdded Stefan's UDP fragmentation fix
2009-07-22 kollaContribution acknowledgements
2009-07-22 Simon LeinenFrom: Simon Leinen <simon.leinen@switch.ch>
2009-04-24 kollaAdded contributed patch by Maja Wolniewicz <mgw@umk.pl>
2009-04-03 kollaShorter way to accomplish the same
2009-04-03 kollaIndividual messages per msg type
2009-04-02 kollaOuptut "replyh: passing reply to client" as WARN (level...
2009-03-12 venaasadjusted some log levels, log level 2 default, preparin...
2009-02-13 venaasadded -i option for pid file, HUP for reopening log...
2009-02-05 venaasset dynamic timeout to 5
2009-02-05 venaastimeout for connect
2009-02-03 venaasallowing multiple host statements in client and server...
2009-01-29 venaasminor fixes to hostport stuff
2009-01-27 venaasrewriting code for hosts,ports,resolving,currently...
2009-01-13 venaasdelay for retrying dynamic after various other failures
2009-01-13 venaasmade it so it works with mix of dynamic and static...
2009-01-12 venaasdon't exit just because of bad dynamic config
2009-01-08 venaasfixed bug with dynamicserver and default secret
2009-01-07 venaasrenamed struct queue to gqueue due to solaris defining...
2008-12-22 venaasreverting makefile, emovign some includes
2008-12-22 venaasadding configure options for various transports, and...
2008-12-22 venaasmoved more code to tlscommon, fixed a couple of minor...
2008-12-22 venaassplit out code that is needed only when tls or dtls...
2008-12-19 venaasallowing build with only specific transports
2008-12-19 venaascleaning up code
2008-12-19 venaascleaning up code
2008-12-18 venaascleaning up code
2008-12-18 venaasremoving some lint warnings
2008-12-18 venaasnow freeing buffer of outgoing request as soon as we...
2008-11-04 venaasaddttl option for client/server
2008-11-04 venaasfixed length of ttl attr
2008-10-31 venaasadded initial ttl support, need testing
2008-10-13 venaascleaning up code
2008-10-13 venaasusing freegconfmstr
2008-10-13 venaassupport for checking certificate policy oids
2008-10-13 venaassupport for checking certificate policy oids
2008-09-30 venaasexpiry of udp clients
2008-09-30 venaasimproved findserver a bit
2008-09-29 venaasupdated todo
2008-09-29 venaasrefcounts for realms, rewritten some locking and subrea...
2008-09-26 venaasmore abstracted refcounting
2008-09-26 venaastrying to refresh only ca and crl stuff when tls cache...
2008-09-25 venaaswork around to check tls blocks at startup
2008-09-24 venaasupdated todo
2008-09-24 venaasadded some locking to handle server removal, think...
2008-09-24 venaassome code improvemetns, more efficiently removing outst...
2008-09-23 venaasmake clientwr not try to connect (left to reader),...
2008-09-22 venaasupdates todos
2008-09-22 venaasreserving id 0 for status server when enabled
2008-09-22 venaasnew debug version with timestamp off by default
2008-09-18 venaassending old reply when receiving duplicated message
2008-09-18 venaasupdated todo
2008-09-18 venaasfixed some bugs, improved duplicate detection
2008-09-17 venaastrying to avoid some silly compiler warnings
2008-09-17 venaaslogging of replymsg, patch from Arne Schwabe
2008-09-17 venaasbetter logging, fixed bug with crash when removing...
2008-09-17 venaasfixed couple of bugs
2008-09-17 venaascleaning up code
2008-09-17 venaascleaning up code
2008-09-16 venaasmoved more stuff from rqout to rq
2008-09-16 venaassimplifying code a bit by using lock per rqout
2008-09-16 venaasmoved some stuff from rqout to rq
2008-09-16 venaasrenamed some stuff, added client state for received...
2008-09-14 venaaschanging to use a separate client structure for each...
2008-09-14 venaascleaning up code
2008-09-11 venaasvarious code improvements
2008-09-11 venaaslots of changes to radsrv/reply and use of new radmsg...
2008-09-09 venaasfixed problem when rewritten username not in response...
2008-09-08 venaasfinished attribute rewrite code, also used for username...
2008-09-08 venaasadded addattribute support to rewrite
2008-09-08 venaasnow performing rewriteOut
2008-09-08 venaasconfiguration of rewriteOut, but so far does nothing
2008-09-08 venaasrewriteIn and rewrite are now synonyms, rewrite should...
2008-09-08 venaasmore variable renaming
2008-09-08 venaass/rewriteattr.*/rewriteusername.*/
2008-09-08 venaasmake all regexps extended
2008-08-22 venaasfixed bug with multiple status server sent, some dtls...
2008-08-21 venaasmade dtls server do proper certificate matching
2008-08-21 venaasmoved bindtoaddr back to radsecproxy.c
2008-08-21 venaasminor change for tlsconf
next