summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Update documentation and configure.ac for libradsec-0.0.4.Linus Nordberg2013-12-18
* Add a debug printout when dropping an incoming response message.Linus Nordberg2013-11-18
* Avoid leaking memory when receiving a bad response.Linus Nordberg2013-11-18
* Stop rs_request_send() from leaking RSE_TIMEOUT_CONN and RSE_TIMEOUT_IO.Linus Nordberg2013-11-18
* Disable/delete events in the timeout callback.Linus Nordberg2013-11-18
* Make sure that configure without --enable-tls works.Linus Nordberg2013-11-15
* Merge branch 'libradsec' of git.nordu.net:radsecproxy into libradsecLinus Nordberg2013-10-03
|\
| * Enable TLS by default, configure time.Linus Nordberg2013-10-01
* | Implement disable_hostname_check config option.Linus Nordberg2013-10-03
|/
* Have the library depend on radsec.sym.Linus Nordberg2013-05-17
* Merge branch 'libradsec-add-avp-2' into libradsecLinus Nordberg2013-05-17
|\
| * Export rs_packet_add_avp() and set library revision.Linus Nordberg2013-05-08
| * Add rs_packet_add_avp() and use it.Linus Nordberg2013-05-08
* | Don't provide bogus info in an error.Linus Nordberg2013-05-17
* | Move PSK example configuration to a separate file.Linus Nordberg2013-05-17
* | Fix typo.Linus Nordberg2013-05-15
* | Don't crash on reading invalid messages.Linus Nordberg2013-05-15
* | Whitespace changes in license headers.Linus Nordberg2013-05-09
* | Update copyright years.Linus Nordberg2013-05-09
* | Include stdlib.h everywhere we call (m|c)alloc.Linus Nordberg2013-05-09
* | Use malloc+memcpy rather than calloc+strcpy in rs_strdup.Linus Nordberg2013-05-09
* | Revert "Bump library interface revision."Linus Nordberg2013-05-08
* | Clarify and reformat comments on how to use Libtool's -version-info.Linus Nordberg2013-05-08
* | Pass make distcheck.Linus Nordberg2013-05-08
* | Don't include tests in SUBIDRS after all.Linus Nordberg2013-05-08
* | Initial RPM packagingLinus Nordberg2013-05-08
* | Add a few bits to README.Linus Nordberg2013-05-08
* | Exit tests with number of failures.Linus Nordberg2013-05-08
* | Add 'tests' to SUBDIRS to make 'make check' work.Linus Nordberg2013-05-08
* | Constify the MD5 implementation.Linus Nordberg2013-05-08
* | Push an error on the error stack when returning !RSE_OK.Linus Nordberg2013-05-08
|/
* Revive RSE_MAX.Linus Nordberg2013-05-08
* Add an assert in error handling code.Linus Nordberg2013-05-08
* Remove an unused error code and unusued RSE_MAX.Linus Nordberg2013-05-08
* Follow API change in tests.Linus Nordberg2013-05-08
* Revert "Add formal argument 'secret' to two public functions."Linus Nordberg2013-05-08
* Add and fix RADIUS attributes (4b9e4cb1, e4b6e972).Sam Hartman2013-05-07
* Build include before building '.'Linus Nordberg2013-05-07
* Use CUnit for tests.Linus Nordberg2013-05-06
* Bump library interface revision.Linus Nordberg2013-05-06
* Bump version to 0.0.4.dev to keep ahead of moonshot.Linus Nordberg2013-05-06
* Improve documentation.Linus Nordberg2013-01-29
* Remove dead code.Linus Nordberg2013-01-28
* Update HACKING with a rough road map.Linus Nordberg2013-01-25
* Add PSK example in examples/client.conf.Linus Nordberg2013-01-24
* Do the test for PSK properly.Linus Nordberg2013-01-24
* Add two helper functions to conn.[ch].Linus Nordberg2013-01-24
* Order functions properly in conn.c.Linus Nordberg2013-01-24
* Don't verify server certificate if we're using PSK.Linus Nordberg2013-01-24
* Add missing key files to demoCA.Linus Nordberg2013-01-24