Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | radsecproxy-1.6.4radsecproxy-1.6.4radsecproxy- | Linus Nordberg | 2013-09-05 | 3 | -3/+3 |
| | |||||
* | Keep Proxy-State attributes in all replies to clients. | Linus Nordberg | 2013-09-05 | 6 | -16/+105 |
| | | | | Closes RADSECPROXY-52. | ||||
* | radsecproxy-1.6.3radsecproxy-1.6.3 | Linus Nordberg | 2013-09-04 | 4 | -4/+4 |
| | |||||
* | Remove generated files (auto tools). | Linus Nordberg | 2013-09-04 | 6 | -5462/+0 |
| | | | | | | | | | Some of these were revived in 4c163b1e bc they were supposedly not generated when running autogen.sh. That's not the case (any more) so let's avoid checking in generated files. Note that these files will be included in tar balls made from make dist. | ||||
* | radsecproxy-1.6.3-rc0radsecproxy-1.6.3-rc0 | Linus Nordberg | 2013-09-02 | 4 | -4/+4 |
| | |||||
* | Update ChangeLog with two older bug fixes. | Linus Nordberg | 2013-09-02 | 1 | -0/+4 |
| | |||||
* | Improve warning message when failing to resolve a dynamic server config. | Linus Nordberg | 2013-09-02 | 1 | -2/+2 |
| | |||||
* | Time out on TLS clients not closing the connection properly. | Linus Nordberg | 2013-09-02 | 2 | -1/+3 |
| | | | | Patch by Fabian Mauchle. | ||||
* | When timing out while reading from a TLS server, shutdown the socket properly. | Linus Nordberg | 2013-09-02 | 2 | -0/+11 |
| | | | | | | | Also signal the "client writer" (clientwr()). Together, this should result in TLS connections being cleaned up properly. Patch by Fabian Mauchle. | ||||
* | Don't wait for _writable_ when _reading_ an SSL socket. | Linus Nordberg | 2013-09-02 | 1 | -10/+11 |
| | | | | | | | Also, don't select() at all if SSL_pending() says there's data to read. Patch by Fabian Mauchle. | ||||
* | Don't free struct clsrvconf members rewritein and rewriteout. | Linus Nordberg | 2013-09-02 | 2 | -2/+4 |
| | | | | | | | They are pointers into static struct hash *rewriteconfs and should live forever. Patch by Fabian Mauchle. | ||||
* | Update ChangeLog with the last three bug fixes/ehancements. | Linus Nordberg | 2013-09-02 | 1 | -0/+11 |
| | | | | | | | Also, in a lame attempt att giving credit for last commit where I failed at doing that: 4920ff44 is a patch from Fabian Mauchle. | ||||
* | Purge the duplication cache once per received packet. | Linus Nordberg | 2013-09-02 | 1 | -0/+17 |
| | |||||
* | Add Fabian Mauchle to AUTHORS. | Linus Nordberg | 2013-09-02 | 1 | -0/+1 |
| | |||||
* | Return free memory more aggressively. | Linus Nordberg | 2013-09-02 | 2 | -0/+9 |
| | | | | | | | | | | Have free(3) call sbrk(2) when there's 4 MB to free (default on Linux seems to be 128). Patch by Fabian Mauchle. Conflicts: configure.ac | ||||
* | Create threads with a 32 KB stack rather than what happens to be the default. | Linus Nordberg | 2013-09-02 | 6 | -16/+23 |
| | | | | | | On Linux, the default stack size is typically 8 MB. Patch by Fabian Mauchle. | ||||
* | Honour escaped slashes in regular expressions. | Linus Nordberg | 2013-09-02 | 1 | -1/+3 |
| | | | | Closes RADSECPROXY-51. | ||||
* | Verify a single hash/hmac in the tests, not two. | Linus Nordberg | 2013-09-02 | 1 | -6/+5 |
| | |||||
* | Add Simon Lundström to AUTHORS. | Linus Nordberg | 2013-09-02 | 1 | -0/+1 |
| | |||||
* | Fix a help string in radsecproxy-hash(1) (-h). | Linus Nordberg | 2013-09-02 | 1 | -1/+1 |
| | | | | Spotted by Simon Lundström. | ||||
* | Make radsecproxy-hash(1) not print the hash four times. | Linus Nordberg | 2013-09-02 | 1 | -2/+2 |
| | | | | | | | Bug found by Simon Lundström and jocar. Conflicts: radsecproxy-hash.c | ||||
* | Improve the documentation for the fticks_hashmac() interface. | Linus Nordberg | 2013-09-02 | 1 | -3/+19 |
| | | | | | | | | | | That interface is a bit surprising. radsecproxy-hash(1) was indeed bitten by it. Also, make _format_hash() behave consistently even when out_len < 3. Conflicts: fticks_hashmac.c | ||||
* | Update ChangeLog entry for 1.6.2 with correct CVE id. | Linus Nordberg | 2013-09-02 | 1 | -1/+2 |
| | | | | 1.6.2 is already released but correct ChangeLog info is good. | ||||
* | Mention CVE number in ChangeLog.radsecproxy-1.6.2 | Linus Nordberg | 2012-10-25 | 1 | -2/+2 |
| | |||||
* | radsecproxy-1.6.2 | Linus Nordberg | 2012-10-25 | 4 | -5/+5 |
| | |||||
* | Don't mix up pre- and post-handshake verification of DTLS clients. | Linus Nordberg | 2012-10-22 | 2 | -1/+9 |
| | | | | | | | | | | | | | Commit db965c9b addressed TLS clients only. When verifying DTLS clients, don't consider config blocks with CA settings ('tls') which differ from the one used for verifying the certificate chain. Original issue reported and analysed by Ralf Paffrath. DTLS being vulnerable reported by Raphael Geisser. Addresses issue RADSECPROXY-43, CVE-2012-4523. | ||||
* | Update documentation on default secret for TLS and DTLS. | Linus Nordberg | 2012-10-22 | 1 | -3/+5 |
| | | | | | The change was done in radsecproxy-1.6 (2012-04-27) but wasn't documented properly. | ||||
* | Bump version. | Linus Nordberg | 2012-10-22 | 3 | -3/+3 |
| | |||||
* | Update ChangeLog with CVE id for RADSECPROXY-43. | Linus Nordberg | 2012-10-18 | 1 | -1/+2 |
| | |||||
* | Bump version in configure.ac too.radsecproxy-1.6.1 | Linus Nordberg | 2012-09-14 | 1 | -1/+1 |
| | |||||
* | radsecproxy-1.6.1 | Linus Nordberg | 2012-09-14 | 3 | -4/+4 |
| | |||||
* | Document the effects of RADSECPROXY-43. | Linus Nordberg | 2012-09-14 | 1 | -0/+9 |
| | | | | https://project.nordu.net/browse/RADSECPROXY-43 | ||||
* | Don't mix up pre- and post-handshake verification of clients. | Linus Nordberg | 2012-09-13 | 2 | -13/+25 |
| | | | | | | | | | | When verifying clients, don't consider config blocks with CA settings ('tls') which differ from the one used for verifying the certificate chain. Reported by Ralf Paffrath. Reported and analysed by Ralf Paffrath. Addresses issue RADSECPROXY-43. | ||||
* | Make naptr-eduroam.sh check NAPTR type case insensitively. | Linus Nordberg | 2012-08-13 | 2 | -2/+3 |
| | | | | Fix by Adam Osuchowski. | ||||
* | Fix typo in ChangeLog. | Linus Nordberg | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | New versions of generated files from the Autotools. | Linus Nordberg | 2012-05-23 | 4 | -301/+374 |
| | |||||
* | Bump version to 1.6.1-dev. | Linus Nordberg | 2012-05-23 | 3 | -4/+4 |
| | |||||
* | manpage fix: use minus signs instead of hyphens | Faidon Liambotis | 2012-05-23 | 2 | -11/+11 |
| | | | | | | | | | | To: radsecproxy@uninett.no Cc: Faidon Liambotis <paravoid@debian.org> Date: Wed, 23 May 2012 01:50:26 +0300 groff interprets "-" as hyphens (U+2010) and not as minus signs (U+002D). Process arguments are clearly being done with minus signs, so escape them properly and make copy/paste work again. | ||||
* | Tiny spelling fix on radsecproxy.conf.5.xml | Faidon Liambotis | 2012-05-23 | 1 | -1/+1 |
| | | | | | | | | To: radsecproxy@uninett.no Cc: Faidon Liambotis <paravoid@debian.org> Date: Wed, 23 May 2012 01:50:27 +0300 s/specifed/specified/ | ||||
* | radsecproxy-1.6.radsecproxy-1.6 | Linus Nordberg | 2012-04-27 | 7 | -800/+460 |
| | |||||
* | radsecproxy-1.6-rc2.radsecproxy-1.6-rc2 | Linus Nordberg | 2012-04-27 | 4 | -5/+5 |
| | |||||
* | Release a lock. | Linus Nordberg | 2012-04-27 | 1 | -0/+1 |
| | | | | Patch from Ralf Paffrath <paffrath@dfn.de>. | ||||
* | radsecproxy-1.6-rc1.radsecproxy-1.6-rc1 | Linus Nordberg | 2012-04-26 | 4 | -5/+5 |
| | |||||
* | Add experimental code for dynamic discovery (only if ↵ | Linus Nordberg | 2012-04-26 | 2 | -4/+44 |
| | | | | | | ENABLE_EXPERIMENTAL_DYNDISC). Patch from Ralf Paffrath <paffrath@dfn.de>. | ||||
* | Add configure option --enable-experimental-dyndisc. | Linus Nordberg | 2012-04-26 | 2 | -2/+21 |
| | |||||
* | Ready for radsecproxy-1.6-rc0.radsecproxy-1.6-rc0 | Linus Nordberg | 2012-04-17 | 4 | -11/+11 |
| | |||||
* | Document the IPv4Only and IPv6Only options. | Linus Nordberg | 2012-04-17 | 2 | -17/+59 |
| | | | | RADSECPROXY-37. | ||||
* | Initialize ipv4only and ipv6only.selectfamily | Linus Nordberg | 2012-04-17 | 1 | -2/+2 |
| | |||||
* | Add top-level config options IPv4Only and IPv6Only. | Linus Nordberg | 2012-04-17 | 2 | -3/+19 |
| | | | | | | Related to RADSECPROXY-37. TODO: Add documentation. | ||||
* | Add client and server config options IPv4Only and IPv6Only. | Linus Nordberg | 2012-04-17 | 8 | -17/+55 |
| | | | | | | Related to RADSECPROXY-37. TODO: Add documentation. |