| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable TLS by default, configure time. | Linus Nordberg | 2013-10-01 | 1 | -1/+2 |
* | Have the library depend on radsec.sym. | Linus Nordberg | 2013-05-17 | 1 | -0/+1 |
* | Merge branch 'libradsec-add-avp-2' into libradsec | Linus Nordberg | 2013-05-17 | 5 | -5/+61 |
|\ |
|
| * | Export rs_packet_add_avp() and set library revision.libradsec-add-avp-2 | Linus Nordberg | 2013-05-08 | 2 | -1/+2 |
| * | Add rs_packet_add_avp() and use it. | Linus Nordberg | 2013-05-08 | 3 | -4/+59 |
* | | Don't provide bogus info in an error. | Linus Nordberg | 2013-05-17 | 1 | -3/+1 |
* | | Move PSK example configuration to a separate file. | Linus Nordberg | 2013-05-17 | 2 | -15/+18 |
* | | Fix typo. | Linus Nordberg | 2013-05-15 | 1 | -1/+1 |
* | | Don't crash on reading invalid messages. | Linus Nordberg | 2013-05-15 | 4 | -37/+40 |
* | | Whitespace changes in license headers. | Linus Nordberg | 2013-05-09 | 15 | -15/+15 |
* | | Update copyright years. | Linus Nordberg | 2013-05-09 | 18 | -31/+35 |
* | | Include stdlib.h everywhere we call (m|c)alloc. | Linus Nordberg | 2013-05-09 | 3 | -2/+5 |
* | | Use malloc+memcpy rather than calloc+strcpy in rs_strdup. | Linus Nordberg | 2013-05-09 | 1 | -5/+10 |
* | | Revert "Bump library interface revision." | Linus Nordberg | 2013-05-08 | 1 | -1/+1 |
* | | Clarify and reformat comments on how to use Libtool's -version-info. | Linus Nordberg | 2013-05-08 | 1 | -10/+10 |
* | | Pass make distcheck. | Linus Nordberg | 2013-05-08 | 5 | -12/+19 |
* | | Don't include tests in SUBIDRS after all. | Linus Nordberg | 2013-05-08 | 1 | -1/+2 |
* | | Initial RPM packaging | Linus Nordberg | 2013-05-08 | 3 | -5/+97 |
* | | Add a few bits to README. | Linus Nordberg | 2013-05-08 | 1 | -8/+23 |
* | | Exit tests with number of failures. | Linus Nordberg | 2013-05-08 | 1 | -2/+4 |
* | | Add 'tests' to SUBDIRS to make 'make check' work. | Linus Nordberg | 2013-05-08 | 1 | -1/+1 |
* | | Constify the MD5 implementation. | Linus Nordberg | 2013-05-08 | 2 | -4/+4 |
* | | Push an error on the error stack when returning !RSE_OK. | Linus Nordberg | 2013-05-08 | 1 | -1/+1 |
|/ |
|
* | Revive RSE_MAX. | Linus Nordberg | 2013-05-08 | 1 | -0/+1 |
* | Add an assert in error handling code. | Linus Nordberg | 2013-05-08 | 1 | -0/+2 |
* | Remove an unused error code and unusued RSE_MAX. | Linus Nordberg | 2013-05-08 | 2 | -50/+0 |
* | Follow API change in tests. | Linus Nordberg | 2013-05-08 | 1 | -5/+3 |
* | Revert "Add formal argument 'secret' to two public functions." | Linus Nordberg | 2013-05-08 | 5 | -21/+12 |
* | Add and fix RADIUS attributes (4b9e4cb1, e4b6e972). | Sam Hartman | 2013-05-07 | 3 | -5/+12 |
* | Build include before building '.' | Linus Nordberg | 2013-05-07 | 1 | -1/+1 |
* | Use CUnit for tests. | Linus Nordberg | 2013-05-06 | 7 | -78/+71 |
* | Bump library interface revision. | Linus Nordberg | 2013-05-06 | 1 | -1/+1 |
* | Bump version to 0.0.4.dev to keep ahead of moonshot. | Linus Nordberg | 2013-05-06 | 2 | -2/+2 |
* | Improve documentation. | Linus Nordberg | 2013-01-29 | 1 | -8/+13 |
* | Remove dead code. | Linus Nordberg | 2013-01-28 | 2 | -10/+1 |
* | Update HACKING with a rough road map. | Linus Nordberg | 2013-01-25 | 1 | -5/+6 |
* | Add PSK example in examples/client.conf. | Linus Nordberg | 2013-01-24 | 1 | -4/+15 |
* | Do the test for PSK properly. | Linus Nordberg | 2013-01-24 | 1 | -3/+1 |
* | Add two helper functions to conn.[ch]. | Linus Nordberg | 2013-01-24 | 2 | -0/+17 |
* | Order functions properly in conn.c. | Linus Nordberg | 2013-01-24 | 2 | -18/+20 |
* | Don't verify server certificate if we're using PSK. | Linus Nordberg | 2013-01-24 | 1 | -2/+3 |
* | Add missing key files to demoCA. | Linus Nordberg | 2013-01-24 | 2 | -0/+18 |
* | Rename rs_packet_flags members. | Linus Nordberg | 2013-01-24 | 4 | -11/+11 |
* | New demo CA for tests. | Linus Nordberg | 2013-01-23 | 8 | -131/+105 |
* | Handle case where config hasn't yet been read better. | Linus Nordberg | 2013-01-23 | 1 | -2/+4 |
* | Add some info on usage modes. | Linus Nordberg | 2013-01-23 | 2 | -9/+27 |
* | Add docstrings and a comment. | Linus Nordberg | 2013-01-22 | 1 | -3/+15 |
* | Remove unnecessary #includes. | Linus Nordberg | 2013-01-22 | 1 | -5/+1 |
* | Whitespace. | Linus Nordberg | 2013-01-22 | 1 | -1/+1 |
* | Compile with -Werror. | Linus Nordberg | 2013-01-22 | 4 | -4/+4 |