summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ready for libradsec-0.0.5.libradsec-0.0.5libradsecLinus Nordberg2014-02-033-3/+3
* Add PRNG improvements to CHANGES.Linus Nordberg2014-02-031-0/+2
* Update documentation with info on multithread protection.Linus Nordberg2013-12-201-1/+6
* Detect POSIX threads at configure time and use them for OpenSSL.Linus Nordberg2013-12-203-2/+65
* Don't use deprecated 'INCLUDES' variable in Makefile.am files.Linus Nordberg2013-12-205-5/+5
* Remove unused code.Linus Nordberg2013-12-202-77/+0
* Improve initialisation of OpenSSL PRNG.Linus Nordberg2013-12-207-25/+99
* Bump version number.Linus Nordberg2013-12-181-1/+1
* Distribute new CHANGES file.libradsec-0.0.4Linus Nordberg2013-12-181-1/+1
* Update documentation and configure.ac for libradsec-0.0.4.Linus Nordberg2013-12-184-7/+15
* Clarify README.Linus Nordberg2013-12-181-3/+4
* Add a debug printout when dropping an incoming response message.Linus Nordberg2013-11-181-1/+3
* Avoid leaking memory when receiving a bad response.Linus Nordberg2013-11-181-11/+14
* Stop rs_request_send() from leaking RSE_TIMEOUT_CONN and RSE_TIMEOUT_IO.Linus Nordberg2013-11-181-5/+7
* Disable/delete events in the timeout callback.Linus Nordberg2013-11-181-0/+15
* Make sure that configure without --enable-tls works.Linus Nordberg2013-11-151-11/+14
* Merge branch 'libradsec' of git.nordu.net:radsecproxy into libradsecLinus Nordberg2013-10-031-1/+2
|\
| * Enable TLS by default, configure time.Linus Nordberg2013-10-011-1/+2
* | Implement disable_hostname_check config option.Linus Nordberg2013-10-033-0/+6
|/
* Have the library depend on radsec.sym.Linus Nordberg2013-05-171-0/+1
* Merge branch 'libradsec-add-avp-2' into libradsecLinus Nordberg2013-05-175-5/+61
|\
| * Export rs_packet_add_avp() and set library revision.libradsec-add-avp-2Linus Nordberg2013-05-082-1/+2
| * Add rs_packet_add_avp() and use it.Linus Nordberg2013-05-083-4/+59
* | Don't provide bogus info in an error.Linus Nordberg2013-05-171-3/+1
* | Move PSK example configuration to a separate file.Linus Nordberg2013-05-172-15/+18
* | Fix typo.Linus Nordberg2013-05-151-1/+1
* | Don't crash on reading invalid messages.Linus Nordberg2013-05-154-37/+40
* | Whitespace changes in license headers.Linus Nordberg2013-05-0915-15/+15
* | Update copyright years.Linus Nordberg2013-05-0918-31/+35
* | Include stdlib.h everywhere we call (m|c)alloc.Linus Nordberg2013-05-093-2/+5
* | Use malloc+memcpy rather than calloc+strcpy in rs_strdup.Linus Nordberg2013-05-091-5/+10
* | Revert "Bump library interface revision."Linus Nordberg2013-05-081-1/+1
* | Clarify and reformat comments on how to use Libtool's -version-info.Linus Nordberg2013-05-081-10/+10
* | Pass make distcheck.Linus Nordberg2013-05-085-12/+19
* | Don't include tests in SUBIDRS after all.Linus Nordberg2013-05-081-1/+2
* | Initial RPM packagingLinus Nordberg2013-05-083-5/+97
* | Add a few bits to README.Linus Nordberg2013-05-081-8/+23
* | Exit tests with number of failures.Linus Nordberg2013-05-081-2/+4
* | Add 'tests' to SUBDIRS to make 'make check' work.Linus Nordberg2013-05-081-1/+1
* | Constify the MD5 implementation.Linus Nordberg2013-05-082-4/+4
* | Push an error on the error stack when returning !RSE_OK.Linus Nordberg2013-05-081-1/+1
|/
* Revive RSE_MAX.Linus Nordberg2013-05-081-0/+1
* Add an assert in error handling code.Linus Nordberg2013-05-081-0/+2
* Remove an unused error code and unusued RSE_MAX.Linus Nordberg2013-05-082-50/+0
* Follow API change in tests.Linus Nordberg2013-05-081-5/+3
* Revert "Add formal argument 'secret' to two public functions."Linus Nordberg2013-05-085-21/+12
* Add and fix RADIUS attributes (4b9e4cb1, e4b6e972).Sam Hartman2013-05-073-5/+12
* Build include before building '.'Linus Nordberg2013-05-071-1/+1
* Use CUnit for tests.Linus Nordberg2013-05-067-78/+71
* Bump library interface revision.Linus Nordberg2013-05-061-1/+1