summaryrefslogtreecommitdiff
path: root/radsecproxy.c
Commit message (Expand)AuthorAgeFilesLines
* Require libnettle unconditionally.openssl11-rebasedLinus Nordberg2016-09-211-14/+0
* Use libnettle instead of libcrypto (from openssl) for MD5 and HMAC(MD5).Linus Nordberg2016-09-211-69/+31
* EVP_MD_CTX and HMAC_CTX are now pointers.Linus Nordberg2016-09-211-57/+58
* Remove openssl thread lock handling.Linus Nordberg2016-09-211-25/+0
* Don't call ERR_remove_thread_state().Linus Nordberg2016-09-211-1/+0
* Use ERR_remove_thread_state() instead of ERR_remove_state().Linus Nordberg2016-09-211-1/+1
* Merge branch 'docu'Linus Nordberg2015-01-221-0/+3
|\
| * Add comments on functions.Linus Nordberg2015-01-161-0/+3
* | Fix null pointer dereference in decttl().Linus Nordberg2015-01-161-0/+3
* | Fix use-after-free in _internal_removeserversubrealms().Linus Nordberg2015-01-161-2/+5
|/
* Fix some issues showing when DEBUG is defined.Linus Nordberg2015-01-161-5/+4
* Update copyright notice.Linus Nordberg2015-01-161-1/+1
* When CHAP-Password, copy Request Authenticator to CHAP-Challenge.Linus Nordberg2015-01-161-0/+22
* Be consistent with naming of attribute defines.Linus Nordberg2015-01-161-1/+1
* Have rewriteIn for servers use the correct config section.Linus Nordberg2015-01-141-2/+3
* Keep Proxy-State attributes in all replies to clients.Linus Nordberg2013-09-051-5/+13
* Improve warning message when failing to resolve a dynamic server config.Linus Nordberg2013-08-271-2/+2
* Don't free struct clsrvconf members rewritein and rewriteout.Linus Nordberg2013-08-261-2/+2
* Purge the duplication cache once per received packet.Linus Nordberg2013-08-261-0/+17
* Return free memory more aggressively.pthread_create_attrLinus Nordberg2013-08-261-0/+7
* Create threads with a 32 KB stack rather than what happens to be the default.Linus Nordberg2013-08-261-5/+10
* Honour escaped slashes in regular expressions.RADSECPROXY-51Linus Nordberg2013-05-311-1/+3
* 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 "Code contributions from" block from three files.Linus Nordberg2012-09-171-8/+0
* 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
* Release a lock.Linus Nordberg2012-04-271-0/+1
* Add experimental code for dynamic discovery (only if ENABLE_EXPERIMENTAL_DYND...Linus Nordberg2012-04-261-4/+41
* Initialize ipv4only and ipv6only.selectfamilyLinus Nordberg2012-04-171-2/+2
* Add top-level config options IPv4Only and IPv6Only.Linus Nordberg2012-04-171-3/+17
* Add client and server config options IPv4Only and IPv6Only.Linus Nordberg2012-04-171-4/+32
* Block a dynamic server for 15 minutes if it's not working.Linus Nordberg2012-04-161-1/+1
* Don't treat exit 10 from dynamic scripts differently from any other non-zero ...Linus Nordberg2012-04-121-8/+3
* Keep track of a failing dynamic server and don't use it while failing.Linus Nordberg2012-04-121-8/+35
* Add/update copyright years.Linus Nordberg2012-04-121-1/+1
* Add config option PidFile.Linus Nordberg2012-04-111-0/+3
* Copy three missing clsrvconf members when "merging configurations".Linus Nordberg2012-04-101-1/+4
* Don't free memory which others are still using.Linus Nordberg2012-04-091-1/+2
* Fix two error printouts.Linus Nordberg2012-04-081-2/+2
* New option for client block - fticksVISINSTMaja Gorecka-Wolniewicz2011-12-211-0/+1
* Merge branch 'fticks_syslog2'Linus Nordberg2011-12-121-2/+13
|\
| * Reorder fticks command line options.Linus Nordberg2011-12-121-1/+1
| * Rename DEBUG_LOG and FTICKS_LOG.Linus Nordberg2011-12-121-2/+3
| * cosmeticsLinus Nordberg2011-12-121-6/+8
| * F-Ticks logging changesMaja Gorecka-Wolniewicz2011-12-121-3/+11
* | Use correct capitalisation for defaultClient and defaultServer.Linus Nordberg2011-12-121-4/+12
|/
* A DynamicLookupCommand exiting with 10 is treated like an empty server stanza.Linus Nordberg2011-10-081-2/+8
* Add --enable-fticks to configure.Linus Nordberg2011-09-271-0/+12