summaryrefslogtreecommitdiff
path: root/radsecproxy.c
Commit message (Expand)AuthorAge
* don't exit just because of bad dynamic configvenaas2009-01-12
* fixed bug with dynamicserver and default secretvenaas2009-01-08
* renamed struct queue to gqueue due to solaris defining queuevenaas2009-01-07
* reverting makefile, emovign some includesvenaas2008-12-22
* adding configure options for various transports, and -v output which transpor...venaas2008-12-22
* moved more code to tlscommon, fixed a couple of minor lint warningsvenaas2008-12-22
* split out code that is needed only when tls or dtls is usedvenaas2008-12-22
* allowing build with only specific transportsvenaas2008-12-19
* cleaning up codevenaas2008-12-19
* cleaning up codevenaas2008-12-19
* cleaning up codevenaas2008-12-18
* removing some lint warningsvenaas2008-12-18
* now freeing buffer of outgoing request as soon as we give up sending request,...venaas2008-12-18
* addttl option for client/servervenaas2008-11-04
* fixed length of ttl attrvenaas2008-11-04
* added initial ttl support, need testingvenaas2008-10-31
* cleaning up codevenaas2008-10-13
* using freegconfmstrvenaas2008-10-13
* support for checking certificate policy oidsvenaas2008-10-13
* support for checking certificate policy oidsvenaas2008-10-13
* expiry of udp clientsvenaas2008-09-30
* improved findserver a bitvenaas2008-09-30
* updated todovenaas2008-09-29
* refcounts for realms, rewritten some locking and subrealm stuffvenaas2008-09-29
* more abstracted refcountingvenaas2008-09-26
* trying to refresh only ca and crl stuff when tls cache expiresvenaas2008-09-26
* work around to check tls blocks at startupvenaas2008-09-25
* updated todovenaas2008-09-24
* added some locking to handle server removal, think need to do refcounting for...venaas2008-09-24
* some code improvemetns, more efficiently removing outstanding requests when r...venaas2008-09-24
* make clientwr not try to connect (left to reader), changed some timing stuff,...venaas2008-09-23
* updates todosvenaas2008-09-22
* reserving id 0 for status server when enabledvenaas2008-09-22
* new debug version with timestamp off by defaultvenaas2008-09-22
* sending old reply when receiving duplicated messagevenaas2008-09-18
* updated todovenaas2008-09-18
* fixed some bugs, improved duplicate detectionvenaas2008-09-18
* trying to avoid some silly compiler warningsvenaas2008-09-17
* logging of replymsg, patch from Arne Schwabevenaas2008-09-17
* better logging, fixed bug with crash when removing clientvenaas2008-09-17
* fixed couple of bugsvenaas2008-09-17
* cleaning up codevenaas2008-09-17
* cleaning up codevenaas2008-09-17
* moved more stuff from rqout to rqvenaas2008-09-16
* simplifying code a bit by using lock per rqoutvenaas2008-09-16
* moved some stuff from rqout to rqvenaas2008-09-16
* renamed some stuff, added client state for received rqs etcvenaas2008-09-16
* changing to use a separate client structure for each udp clientvenaas2008-09-14
* cleaning up codevenaas2008-09-14
* various code improvementsvenaas2008-09-11