summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | Merge remote-tracking branch 'origin/libradsec' into moonshotSam Hartman2013-09-30
| |\|
| | * 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
| | * Rename rs_packet_flags members.Linus Nordberg2013-01-24
| | * New demo CA for tests.Linus Nordberg2013-01-23
| | * Handle case where config hasn't yet been read better.Linus Nordberg2013-01-23
| | * Add some info on usage modes.Linus Nordberg2013-01-23
| | * Add docstrings and a comment.Linus Nordberg2013-01-22
| | * Remove unnecessary #includes.Linus Nordberg2013-01-22
| | * Whitespace.Linus Nordberg2013-01-22
| | * Compile with -Werror.Linus Nordberg2013-01-22