summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update ChangeLog entry for 1.6.2 with correct CVE id.Linus Nordberg2012-11-011-1/+2
| | | | 1.6.2 is already released but correct ChangeLog info is good.
* Merge branch 'licensing-nogpl'Linus Nordberg2012-10-3038-261/+118
|\ | | | | | | | | Conflicts: configure.ac
| * Formatting changes.licensing-nogplLinus Nordberg2012-09-2537-74/+74
| | | | | | | | | | | | | | | | | | And, actually, a typo in catgconf.c. Cherry-picked b712a6bf from branch 'licensing'. Conflicts: LICENSE
| * Remove the "Code contributions from" block from three files.Linus Nordberg2012-09-173-18/+0
| | | | | | | | | | | | | | The contributors are mentioned in AUTHORS and these blocks are not being maintained. Info about what person has written what in source files should be obtained through the source control management system (i.e. git).
| * Remove the GPL license.Linus Nordberg2012-09-171-26/+1
| | | | | | | | | | Also remove the header with two copyright lines. It seems clear what the copyright of this file is even without these two lines.
| * Remove the second copyright line, with both UNINETT and NORDUnet.Linus Nordberg2012-09-1737-38/+0
| | | | | | | | The overlap is clearly expressed without it.
| * Remove Stig from first copyright line.Linus Nordberg2012-09-1737-38/+38
| |
| * Add OpenSSL linking exemption to GPL license.Linus Nordberg2012-09-141-1/+16
| |
| * Add copyright information to LICENSE.Linus Nordberg2012-09-141-0/+4
| | | | | | | | | | | | All source files refer to LICENSE. Without copyright information in the header of that file it might be possible that it changes without all the copyright holders permission.
| * Update copyright and licensing information.Linus Nordberg2012-09-1434-226/+136
| | | | | | | | | | | | Note that this change makes all files carry the same copyright info, regardless of when they've been touched. People interested in more detail will have to consult the commit history.
| * Add copyright and licensing information.Linus Nordberg2012-09-142-0/+10
| |
| * Move information in COPYING to LICENSE and remove COPYING.Linus Nordberg2012-09-142-10/+9
| | | | | | | | | | | | | | Also, rearrange copyright years. Also also, state NORDUnet as being the provider of the software in the BSD license.
* | Bump version to 1.7-dev.Linus Nordberg2012-10-303-3/+3
| |
* | Mention CVE number in ChangeLog.radsecproxy-1.6.2Linus Nordberg2012-10-251-2/+2
| |
* | radsecproxy-1.6.2Linus Nordberg2012-10-254-5/+5
| |
* | Don't mix up pre- and post-handshake verification of DTLS clients.Linus Nordberg2012-10-222-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 Nordberg2012-10-221-3/+5
| | | | | | | | | | The change was done in radsecproxy-1.6 (2012-04-27) but wasn't documented properly.
* | Bump version.Linus Nordberg2012-10-223-3/+3
| |
* | Update ChangeLog with CVE id for RADSECPROXY-43.Linus Nordberg2012-10-181-1/+2
| |
* | Bump version in configure.ac too.radsecproxy-1.6.1Linus Nordberg2012-09-141-1/+1
| |
* | radsecproxy-1.6.1Linus Nordberg2012-09-143-4/+4
| |
* | Document the effects of RADSECPROXY-43.Linus Nordberg2012-09-141-0/+9
|/ | | | https://project.nordu.net/browse/RADSECPROXY-43
* Don't mix up pre- and post-handshake verification of clients.Linus Nordberg2012-09-132-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 Nordberg2012-08-132-2/+3
| | | | Fix by Adam Osuchowski.
* Fix typo in ChangeLog.Linus Nordberg2012-08-131-1/+1
|
* New versions of generated files from the Autotools.Linus Nordberg2012-05-234-301/+374
|
* Bump version to 1.6.1-dev.Linus Nordberg2012-05-233-4/+4
|
* manpage fix: use minus signs instead of hyphensFaidon Liambotis2012-05-232-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.xmlFaidon Liambotis2012-05-231-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.6Linus Nordberg2012-04-277-800/+460
|
* radsecproxy-1.6-rc2.radsecproxy-1.6-rc2Linus Nordberg2012-04-274-5/+5
|
* Release a lock.Linus Nordberg2012-04-271-0/+1
| | | | Patch from Ralf Paffrath <paffrath@dfn.de>.
* radsecproxy-1.6-rc1.radsecproxy-1.6-rc1Linus Nordberg2012-04-264-5/+5
|
* Add experimental code for dynamic discovery (only if ↵Linus Nordberg2012-04-262-4/+44
| | | | | | ENABLE_EXPERIMENTAL_DYNDISC). Patch from Ralf Paffrath <paffrath@dfn.de>.
* Add configure option --enable-experimental-dyndisc.Linus Nordberg2012-04-262-2/+21
|
* Ready for radsecproxy-1.6-rc0.radsecproxy-1.6-rc0Linus Nordberg2012-04-174-11/+11
|
* Document the IPv4Only and IPv6Only options.Linus Nordberg2012-04-172-17/+59
| | | | RADSECPROXY-37.
* Initialize ipv4only and ipv6only.selectfamilyLinus Nordberg2012-04-171-2/+2
|
* Add top-level config options IPv4Only and IPv6Only.Linus Nordberg2012-04-172-3/+19
| | | | | | Related to RADSECPROXY-37. TODO: Add documentation.
* Add client and server config options IPv4Only and IPv6Only.Linus Nordberg2012-04-178-17/+55
| | | | | | Related to RADSECPROXY-37. TODO: Add documentation.
* Use printf(1) instead of 'echo -e' in tools/ scripts.Linus Nordberg2012-04-163-7/+9
| | | | Closes RADSECPROXY-40.
* Update documentation to reflect the change of the default place to look for ↵Linus Nordberg2012-04-161-2/+2
| | | | radsecproxy.conf.
* Add a note about the change of default place to look for radsecproxy.conf.Linus Nordberg2012-04-161-1/+6
|
* Correct changelog entry for RADSECPROXY-33.Linus Nordberg2012-04-161-1/+2
|
* Block a dynamic server for 15 minutes if it's not working.Linus Nordberg2012-04-161-1/+1
| | | | This is the old number. We used 1 minute during testing.
* Document the DynamicLookupCommand option.dynconf2Linus Nordberg2012-04-121-0/+16
| | | | Closes RADSECPROXY-36.
* Merge branch 'master' into dynconf2Linus Nordberg2012-04-121-16/+0
|\
| * Revert "Document the DynamicLookupCommand option."Linus Nordberg2012-04-121-16/+0
| | | | | | | | | | | | This goes in branch dynconf2. This reverts commit dbcc997716f5bec3316c74371eb8077884d6672d.
* | Add a blurb on dynamic lookup in ChangeLog.Linus Nordberg2012-04-121-0/+3
| |
* | Add dynamic config updates to ChangeLog.Linus Nordberg2012-04-121-0/+4
| |