summaryrefslogtreecommitdiff
path: root/radsecproxy.c
Commit message (Expand)AuthorAgeFilesLines
* Missing parantheses bug spotted by Daniel Bertolokolla2010-01-191-9/+10
* Creditskolla2009-09-111-0/+1
* Added Stefan's UDP fragmentation fixkolla2009-09-111-0/+3
* Contribution acknowledgementskolla2009-07-221-0/+2
* Oppdatert til 1.3.1kolla2009-07-221-2/+2
* From: Simon Leinen <simon.leinen@switch.ch>Simon Leinen2009-07-221-4/+4
* Added contributed patch by Maja Wolniewicz <mgw@umk.pl>kolla2009-04-241-8/+8
* adjusted some log levels, log level 2 default, preparing for 1.3 releasevenaas2009-03-121-17/+17
* preparing for 1.3 releasevenaas2009-03-111-2/+2
* updated files for 1.3-beta releasevenaas2009-02-181-1045/+368
* removing some lint warningsvenaas2008-12-181-4/+4
* now freeing buffer of outgoing request as soon as we give up sending request,...venaas2008-12-181-0/+4
* 1.3 branch with alpha releasevenaas2008-12-041-2/+2
* made 20081106 snapshot branch, updated version/date infovenaas2008-11-061-42/+67
* added initial ttl support, need testingvenaas2008-10-311-12/+131
* cleaning up codevenaas2008-10-131-27/+18
* using freegconfmstrvenaas2008-10-131-18/+8
* support for checking certificate policy oidsvenaas2008-10-131-12/+27
* support for checking certificate policy oidsvenaas2008-10-131-39/+78
* expiry of udp clientsvenaas2008-09-301-6/+13
* improved findserver a bitvenaas2008-09-301-9/+9
* updated todovenaas2008-09-291-1/+0
* refcounts for realms, rewritten some locking and subrealm stuffvenaas2008-09-291-50/+96
* more abstracted refcountingvenaas2008-09-261-8/+9
* trying to refresh only ca and crl stuff when tls cache expiresvenaas2008-09-261-50/+71
* work around to check tls blocks at startupvenaas2008-09-251-1/+2
* updated todovenaas2008-09-241-1/+1
* added some locking to handle server removal, think need to do refcounting for...venaas2008-09-241-6/+30
* some code improvemetns, more efficiently removing outstanding requests when r...venaas2008-09-241-69/+26
* make clientwr not try to connect (left to reader), changed some timing stuff,...venaas2008-09-231-14/+53
* updates todosvenaas2008-09-221-4/+4
* reserving id 0 for status server when enabledvenaas2008-09-221-22/+36
* new debug version with timestamp off by defaultvenaas2008-09-221-0/+1
* sending old reply when receiving duplicated messagevenaas2008-09-181-9/+6
* updated todovenaas2008-09-181-1/+3
* fixed some bugs, improved duplicate detectionvenaas2008-09-181-42/+33
* trying to avoid some silly compiler warningsvenaas2008-09-171-1/+1
* logging of replymsg, patch from Arne Schwabevenaas2008-09-171-5/+23
* better logging, fixed bug with crash when removing clientvenaas2008-09-171-5/+7
* fixed couple of bugsvenaas2008-09-171-1/+2
* cleaning up codevenaas2008-09-171-35/+9
* cleaning up codevenaas2008-09-171-44/+40
* moved more stuff from rqout to rqvenaas2008-09-161-174/+106
* simplifying code a bit by using lock per rqoutvenaas2008-09-161-44/+86
* moved some stuff from rqout to rqvenaas2008-09-161-20/+28
* renamed some stuff, added client state for received rqs etcvenaas2008-09-161-115/+246
* changing to use a separate client structure for each udp clientvenaas2008-09-141-0/+1
* cleaning up codevenaas2008-09-141-82/+36
* various code improvementsvenaas2008-09-111-131/+64
* lots of changes to radsrv/reply and use of new radmsg stuffvenaas2008-09-111-387/+267