summaryrefslogtreecommitdiff
path: root/radsecproxy.c
Commit message (Expand)AuthorAgeFilesLines
* Reindent and remove trailing whitespace.linus2010-03-081-225/+225
* Missing parantheses bug spotted by Daniel Bertolokolla2010-01-131-9/+10
* Creditskolla2009-09-111-0/+1
* Added Stefan's UDP fragmentation fixkolla2009-09-111-0/+3
* Contribution acknowledgementskolla2009-07-221-0/+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
* Shorter way to accomplish the samekolla2009-04-031-8/+2
* Individual messages per msg typekolla2009-04-031-3/+7
* Ouptut "replyh: passing reply to client" as WARN (level 2) when reply messagekolla2009-04-021-1/+5
* adjusted some log levels, log level 2 default, preparing for 1.3 releasevenaas2009-03-121-17/+17
* added -i option for pid file, HUP for reopening log filevenaas2009-02-131-8/+26
* set dynamic timeout to 5venaas2009-02-051-1/+1
* timeout for connectvenaas2009-02-051-1/+0
* allowing multiple host statements in client and server blocksvenaas2009-02-031-18/+65
* minor fixes to hostport stuffvenaas2009-01-291-7/+7
* rewriting code for hosts,ports,resolving,currently does not buildvenaas2009-01-271-237/+63
* delay for retrying dynamic after various other failuresvenaas2009-01-131-0/+4
* made it so it works with mix of dynamic and static servers for a realmvenaas2009-01-131-79/+90
* don't exit just because of bad dynamic configvenaas2009-01-121-2/+4
* fixed bug with dynamicserver and default secretvenaas2009-01-081-13/+13
* renamed struct queue to gqueue due to solaris defining queuevenaas2009-01-071-5/+5
* reverting makefile, emovign some includesvenaas2008-12-221-2/+0
* adding configure options for various transports, and -v output which transpor...venaas2008-12-221-1/+15
* moved more code to tlscommon, fixed a couple of minor lint warningsvenaas2008-12-221-237/+14
* split out code that is needed only when tls or dtls is usedvenaas2008-12-221-369/+20
* allowing build with only specific transportsvenaas2008-12-191-0/+26
* cleaning up codevenaas2008-12-191-25/+51
* cleaning up codevenaas2008-12-191-92/+22
* cleaning up codevenaas2008-12-181-24/+18
* 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
* addttl option for client/servervenaas2008-11-041-40/+64
* fixed length of ttl attrvenaas2008-11-041-0/+1
* 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