summaryrefslogtreecommitdiff
path: root/radsecproxy.h
Commit message (Expand)AuthorAgeFilesLines
* Add mutex guarding realm refcount.Linus Nordberg2017-08-011-0/+1
* Remove --enable-experimental-dyndisc build config knob.Linus Nordberg2016-11-011-4/+1
* Don't use a smaller pthread stack size than what's allowed.Linus Nordberg2016-10-171-0/+9
* Create threads with a 32 KB stack rather than what happens to be the default.Linus Nordberg2013-08-261-0/+2
* Adjust copyright lines to reflect git (svn) history of each and every file.Linus Nordberg2012-11-121-1/+1
* Formatting changes.licensing-nogplLinus Nordberg2012-09-251-2/+2
* Remove the second copyright line, with both UNINETT and NORDUnet.Linus Nordberg2012-09-171-1/+0
* Remove Stig from first copyright line.Linus Nordberg2012-09-171-1/+1
* Update copyright and licensing information.Linus Nordberg2012-09-141-8/+4
* 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