summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Alphabetise radsec.sym.libradsec-server-supportLinus Nordberg2013-05-151-2/+2
* Merge branch 'libradsec' into libradsec-server-supportLinus Nordberg2013-05-1557-376/+471
|\
| * 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
| * Bump version to 0.0.4.dev to keep ahead of moonshot.Linus Nordberg2013-05-062-2/+2
| * Improve documentation.Linus Nordberg2013-01-291-8/+13
| * Remove dead code.Linus Nordberg2013-01-282-10/+1
| * Update HACKING with a rough road map.Linus Nordberg2013-01-251-5/+6
| * Add PSK example in examples/client.conf.Linus Nordberg2013-01-241-4/+15
| * Do the test for PSK properly.Linus Nordberg2013-01-241-3/+1
| * Add two helper functions to conn.[ch].Linus Nordberg2013-01-242-0/+17
| * Order functions properly in conn.c.Linus Nordberg2013-01-242-18/+20
| * Don't verify server certificate if we're using PSK.Linus Nordberg2013-01-241-2/+3
| * Add missing key files to demoCA.Linus Nordberg2013-01-242-0/+18
| * Rename rs_packet_flags members.Linus Nordberg2013-01-244-11/+11
| * New demo CA for tests.Linus Nordberg2013-01-238-131/+105
| * Handle case where config hasn't yet been read better.Linus Nordberg2013-01-231-2/+4
* | WIP commit moving towards working server support.Linus Nordberg2013-05-1529-358/+959
* | Use malloc+memcpy rather than calloc+strcpy in rs_strdup.Linus Nordberg2013-05-101-5/+9
* | Revamping for listeners.Linus Nordberg2013-03-0117-202/+360
* | READMELinus Nordberg2013-02-191-4/+7
* | WIP commit for listener support.Linus Nordberg2013-02-1920-185/+333
* | Do the test for PSK properly.Linus Nordberg2013-02-181-3/+1
* | Add two helper functions to conn.[ch].Linus Nordberg2013-02-182-0/+19
* | Order functions properly in conn.c.Linus Nordberg2013-02-182-18/+20
* | Compare pointer with NULL rather than autopromote to int.Linus Nordberg2013-02-141-1/+1
* | Parenthesise arguments to helper macros.Linus Nordberg2013-02-141-9/+10
* | Add the dummy server example.Linus Nordberg2013-02-112-6/+86