summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Don't wait for _writable_ when _reading_ a TCP socket.Linus Nordberg2016-09-191-3/+2
* Let env DOCBOOK2X_MAN optionally name the docbook2x-man program.Linus Nordberg2016-09-191-3/+6
* Make docbook2x-man happy on RedHat.Linus Nordberg2016-09-161-3/+1
* Don't build radsecproxy.conf.5 unless HAVE_DOCBOOK2X_MAN.Linus Nordberg2016-09-161-1/+1
* Fix spelling.Linus Nordberg2016-03-231-4/+4
* Add changes from 1.6.7.Linus Nordberg2016-03-141-1/+9
* Add info about license change to ChangeLog.Linus Nordberg2016-03-111-1/+7
* Fix the html target.Linus Nordberg2016-03-091-5/+6
* #include <string.h> for memcpy() and strcmp().Linus Nordberg2016-03-092-0/+2
* Use DTLS_method() for new SSL context if it exists.Linus Nordberg2016-03-061-0/+5
* Use TLS_method() for new SSL context if it exists.Linus Nordberg2016-03-061-1/+7
* Allow TLSv1.1 and TLSv1.2.Linus Nordberg2016-02-251-1/+2
* Mention radsecproxy-hash(1) in radsecproxy.1.Linus Nordberg2015-09-171-3/+2
* Merge branch 'docu'Linus Nordberg2015-01-222-2/+15
|\
| * Revamp the documentation of a request+response being proxied.Linus Nordberg2015-01-221-9/+7
| * Add comments on functions.Linus Nordberg2015-01-161-0/+3
| * Add more overview to develdoc and correct a factual error.Linus Nordberg2015-01-161-2/+14
* | Install radsecproxy.conf.5 unconditionally.Linus Nordberg2015-01-192-1/+3
* | Refer to RFC6614 instead of the old draft.Linus Nordberg2015-01-191-2/+2
* | ChangeLog for the four security patches.Linus Nordberg2015-01-161-0/+4
* | Fix heap overflow in raddtlsget(), radtcpget() and radtlsget().Linus Nordberg2015-01-163-0/+12
* | 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 use-after-free in hash_extract().Linus Nordberg2015-01-162-1/+4
|/
* Fix some issues showing when DEBUG is defined.Linus Nordberg2015-01-164-8/+7
* Remove 'compile', generated by Automake.Linus Nordberg2015-01-163-143/+2
* Update copyright notice.Linus Nordberg2015-01-161-1/+1
* When CHAP-Password, copy Request Authenticator to CHAP-Challenge.Linus Nordberg2015-01-163-0/+27
* Be consistent with naming of attribute defines.Linus Nordberg2015-01-162-2/+2
* Have rewriteIn for servers use the correct config section.Linus Nordberg2015-01-142-3/+11
* Have radmsg_copy_attrs() return error in all error cases.Linus Nordberg2013-09-061-4/+2
* Add ChangeLog entry for -53.Linus Nordberg2013-09-061-1/+6
* Make a _copy_ of the attributes when copying them.Linus Nordberg2013-09-061-1/+1
* ChangeLog updates bc 1.6.3 is tagged.Linus Nordberg2013-09-051-3/+5
* Keep Proxy-State attributes in all replies to clients.Linus Nordberg2013-09-056-16/+102
* Remove generated files (auto tools).Linus Nordberg2013-09-046-5462/+0
* Update ChangeLog with two older bug fixes.Linus Nordberg2013-08-271-0/+4
* Improve warning message when failing to resolve a dynamic server config.Linus Nordberg2013-08-271-2/+2
* Don't mention a version number in ChangeLog in the master branch.Linus Nordberg2013-08-271-1/+2
* Time out on TLS clients not closing the connection properly.Linus Nordberg2013-08-262-1/+3
* When timing out while reading from a TLS server, shutdown the socket properly.Linus Nordberg2013-08-262-0/+11
* Don't wait for _writable_ when _reading_ an SSL socket.Linus Nordberg2013-08-261-10/+11
* Don't free struct clsrvconf members rewritein and rewriteout.Linus Nordberg2013-08-262-2/+4
* Update ChangeLog with the last three bug fixes/ehancements.Linus Nordberg2013-08-261-0/+11
* Purge the duplication cache once per received packet.Linus Nordberg2013-08-261-0/+17
* Add Fabian Mauchle to AUTHORS.Linus Nordberg2013-08-261-0/+1
* Return free memory more aggressively.Linus Nordberg2013-08-262-1/+10
* Create threads with a 32 KB stack rather than what happens to be the default.Linus Nordberg2013-08-266-16/+23
* Honour escaped slashes in regular expressions.Linus Nordberg2013-05-311-1/+3
* Verify a single hash/hmac in the tests, not two.Linus Nordberg2013-05-061-6/+5