summaryrefslogtreecommitdiff
path: root/radsecproxy.h
Commit message (Expand)AuthorAgeFilesLines
* Add mutex guarding realm refcount.RADSECPROXY-77Linus Nordberg2017-07-281-0/+1
* Create threads with a 32 KB stack rather than what happens to be the default.Linus Nordberg2013-09-021-0/+2
* Add experimental code for dynamic discovery (only if ENABLE_EXPERIMENTAL_DYND...Linus Nordberg2012-04-261-0/+3
* Add top-level config options IPv4Only and IPv6Only.Linus Nordberg2012-04-171-0/+2
* Add client and server config options IPv4Only and IPv6Only.Linus Nordberg2012-04-171-0/+1
* Keep track of a failing dynamic server and don't use it while failing.Linus Nordberg2012-04-121-0/+1
* Add/update copyright years.Linus Nordberg2012-04-121-1/+1
* Add config option PidFile.Linus Nordberg2012-04-111-0/+1
* Honour configure option --sysconfdir.Linus Nordberg2012-04-111-1/+1
* New option for client block - fticksVISINSTMaja Gorecka-Wolniewicz2011-12-211-0/+1
* F-Ticks logging changesMaja Gorecka-Wolniewicz2011-12-121-0/+1
* Change the default value for config option FTicksMac.Linus Nordberg2011-10-081-2/+2
* Update copyright info.radsecproxy-1.5Linus Nordberg2011-09-291-1/+1
* Make radsecproxy.h self-sustaining.Linus Nordberg2011-09-261-0/+5
* Move F-Ticks logging to fticks.c.Linus Nordberg2011-04-041-0/+1
* Add F-Ticks logging support.Linus Nordberg2011-04-041-1/+1
* Add configuration of client fticksVISINST.Linus Nordberg2011-04-041-0/+1
* Add configuration options for F-Ticks logging.Linus Nordberg2011-04-011-0/+18
* Update copyright notices.Linus Nordberg2011-03-311-0/+1
* Add LoopPrevention per server (RADSECPROXY-1).linus2010-03-311-0/+1
* Add Emacs local variable for stroustrup style.linus2010-03-231-0/+4
* adjusted some log levels, log level 2 default, preparing for 1.3 releasevenaas2009-03-121-1/+1
* allowing multiple host statements in client and server blocksvenaas2009-02-031-1/+1
* rewriting code for hosts,ports,resolving,currently does not buildvenaas2009-01-271-5/+4
* made it so it works with mix of dynamic and static servers for a realmvenaas2009-01-131-0/+1
* renamed struct queue to gqueue due to solaris defining queuevenaas2009-01-071-6/+6
* moved more code to tlscommon, fixed a couple of minor lint warningsvenaas2008-12-221-3/+3
* split out code that is needed only when tls or dtls is usedvenaas2008-12-221-17/+0
* cleaning up codevenaas2008-12-191-3/+8
* cleaning up codevenaas2008-12-181-2/+2
* removing some lint warningsvenaas2008-12-181-1/+1
* addttl option for client/servervenaas2008-11-041-0/+1
* added initial ttl support, need testingvenaas2008-10-311-5/+7
* cleaning up codevenaas2008-10-131-5/+3
* support for checking certificate policy oidsvenaas2008-10-131-0/+1
* support for checking certificate policy oidsvenaas2008-10-131-0/+1
* expiry of udp clientsvenaas2008-09-301-0/+2
* refcounts for realms, rewritten some locking and subrealm stuffvenaas2008-09-291-2/+4
* some code improvemetns, more efficiently removing outstanding requests when r...venaas2008-09-241-4/+2
* make clientwr not try to connect (left to reader), changed some timing stuff,...venaas2008-09-231-1/+5
* fixed some bugs, improved duplicate detectionvenaas2008-09-181-4/+3
* better logging, fixed bug with crash when removing clientvenaas2008-09-171-9/+1
* cleaning up codevenaas2008-09-171-12/+9
* moved more stuff from rqout to rqvenaas2008-09-161-4/+2
* simplifying code a bit by using lock per rqoutvenaas2008-09-161-1/+2
* moved some stuff from rqout to rqvenaas2008-09-161-3/+3
* renamed some stuff, added client state for received rqs etcvenaas2008-09-161-6/+21
* changing to use a separate client structure for each udp clientvenaas2008-09-141-1/+1
* various code improvementsvenaas2008-09-111-1/+5
* lots of changes to radsrv/reply and use of new radmsg stuffvenaas2008-09-111-25/+0