summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Look at servers->dynamiclookuparg for deciding if a server is dynamic.radsecproxy-69Linus Nordberg2017-08-062-1/+3
* update ChangeLogradsecproxy-71-rebaseFabian Mauchle2017-08-061-0/+2
* replace server states with enumFabian Mauchle2017-08-065-31/+32
* proposed fix for RADSECPROXY-71Fabian Mauchle2017-08-061-3/+4
* Update email addresses.HEADmasterLinus Nordberg2017-08-021-2/+2
* Add ChangeLog entry for RADSECPROXY-72.Linus Nordberg2017-08-021-0/+1
* Update ChangeLog.Linus Nordberg2017-08-011-0/+1
* Move allocation of memory to not have to free in error case.Linus Nordberg2017-08-011-7/+6
* Verify return code from fcntl calls.Linus Nordberg2017-08-011-2/+10
* Cleanup varargs in error case too.Linus Nordberg2017-08-011-0/+1
* Don't use 'out' if malloc fails.Linus Nordberg2017-08-011-8/+8
* Don't risk calling _validauth() with sec == NULL.Linus Nordberg2017-08-011-1/+1
* Check return value from setsockopt().Linus Nordberg2017-08-012-4/+8
* Free 'in' in success case too.Linus Nordberg2017-08-011-0/+1
* Revert ed6f9b47.Linus Nordberg2017-08-011-2/+1
* Don't pthread_join unless we actually created a thread.Linus Nordberg2017-08-011-1/+2
* maketlv() makes a copy of v, so free it.Linus Nordberg2017-08-011-3/+2
* Add mutex guarding realm refcount.Linus Nordberg2017-08-013-3/+13
* Add ChangeLog entry for RADSECPROXY-60.Linus Nordberg2017-08-011-0/+1
* Merge branch 'mauchle-radsecproxy-60'Linus Nordberg2017-08-011-3/+2
|\
| * add msg-id to debug log outputFabian Mauchle2017-08-011-3/+2
* | create new cert_store before reloading CAs and CRLsFabian Mauchle2017-08-012-0/+2
* | Don't try to set IPV6_V6ONLY on IPv4 sockets.Linus Nordberg2017-07-302-2/+2
|/
* make sure rq->to is set to NULL when cleaning up server output queueFabian Mauchle2017-03-102-2/+2
* Use a listen(2) backlog of 128.Linus Nordberg2017-01-182-2/+2
* Revert partial fix for RADSECPROXY-69 (98d7bbe).Linus Nordberg2016-11-012-4/+5
* Look at servers->dynamiclookuparg for deciding if a server is dynamic.Linus Nordberg2016-11-012-3/+3
* Copyright year fixes.Linus Nordberg2016-11-017-6/+13
* Add PGP key info.Linus Nordberg2016-11-011-2/+5
* Update README with version, new web site and minor wording.Linus Nordberg2016-11-011-15/+12
* Remove --enable-experimental-dyndisc build config knob.Linus Nordberg2016-11-014-58/+5
* Bump version to 1.7.1-alpha-dev.Linus Nordberg2016-11-012-3/+3
* Make addr2string(), returning a literal string, const.Linus Nordberg2016-10-192-2/+2
* Exit if stringcopy() fails at allocating memory.Linus Nordberg2016-10-181-1/+1
* Don't follow the NULL pointer, not even in debug printouts.Linus Nordberg2016-10-172-1/+5
* Don't use a smaller pthread stack size than what's allowed.Linus Nordberg2016-10-171-0/+9
* Hopefully make clang less unhappy about '#if defined'.Linus Nordberg2016-10-172-1/+2
* Update ChangeLog.Linus Nordberg2016-10-171-4/+14
* Update contact email address.Linus Nordberg2016-10-171-1/+1
* Assert that the server argument is non-NULL.Linus Nordberg2016-10-061-0/+1
* Don't follow the NULL pointer.Linus Nordberg2016-10-061-1/+2
* Update ChangeLog.Linus Nordberg2016-09-211-0/+8
* Require libnettle unconditionally.Linus Nordberg2016-09-216-57/+5
* Use libnettle instead of libcrypto (from openssl) for MD5 and HMAC(MD5).Linus Nordberg2016-09-213-137/+75
* EVP_MD_CTX and HMAC_CTX are now pointers.Linus Nordberg2016-09-212-106/+106
* Remove openssl thread lock handling.Linus Nordberg2016-09-211-25/+0
* ASN1_STRING_data() -> ASN1_STRING_get0_data().Linus Nordberg2016-09-211-3/+3
* Don't call ERR_remove_thread_state().Linus Nordberg2016-09-213-7/+0
* Use ERR_remove_thread_state() instead of ERR_remove_state().Linus Nordberg2016-09-213-7/+7
* Stop accessing ssl->rbio directly.Linus Nordberg2016-09-211-5/+5