summaryrefslogtreecommitdiff
path: root/lib/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'libradsec' into libradsec-server-supportLinus Nordberg2013-05-1516-207/+191
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/HACKING lib/Makefile.am lib/README lib/compat.h lib/conf.c lib/configure.ac lib/conn.c lib/conn.h lib/err.c lib/err.h lib/event.c lib/event.h lib/examples/Makefile.am lib/examples/client-blocking.c lib/examples/client.conf lib/include/radsec/radsec-impl.h lib/include/radsec/radsec.h lib/include/radsec/request-impl.h lib/include/radsec/request.h lib/packet.c lib/packet.h lib/peer.c lib/peer.h lib/request.c lib/send.c lib/tcp.c lib/tests/Makefile.am lib/tls.c lib/udp.c lib/util.c
| * Pass make distcheck.Linus Nordberg2013-05-081-3/+3
| |
| * Exit tests with number of failures.Linus Nordberg2013-05-081-2/+4
| | | | | | | | Now 'make check' really fails when a test fails.
| * Follow API change in tests.Linus Nordberg2013-05-081-5/+3
| |
| * Use CUnit for tests.Linus Nordberg2013-05-067-78/+71
| | | | | | | | cgreen didn't seem properly maintained. CUnit seems to be widely used.
| * Add missing key files to demoCA.Linus Nordberg2013-01-242-0/+18
| |
| * New demo CA for tests.Linus Nordberg2013-01-237-125/+99
| | | | | | | | Update examples config file accordingly.
* | WIP commit moving towards working server support.Linus Nordberg2013-05-151-1/+5
|/
* Compile with -Werror.Linus Nordberg2013-01-221-1/+1
|
* Merge libradsec-new-client.Linus Nordberg2012-04-272-13/+9
|\
| * remove rs_packet_frpktLuke Howard2011-11-141-2/+1
| |
| * port to new RADIUS client libraryLuke Howard2011-11-142-9/+7
| |
* | Get the test suite going again.libradsec-pskLinus Nordberg2012-01-314-18/+49
| |
* | Cosmetic changes.Linus Nordberg2012-01-191-6/+6
|/ | | | Language and typos in a README.
* Add cert 3 ("client cert") with key.Linus Nordberg2011-03-254-1/+61
|
* demoCA: Rename c1key --> c2key to match certificate file name.Linus Nordberg2011-03-251-0/+0
|
* Add tests/demoCA and use certs and key in there for the examples.Linus Nordberg2011-03-257-0/+124
|
* Make tests run again.Linus Nordberg2011-02-282-5/+30
| | | | NOTE: 2 exceptions ATM.
* Disable some debug printout in tests.Linus Nordberg2011-02-021-1/+1
|
* Remove unused Makefile.linus2011-01-211-10/+0
|
* Some more UDP tests.linus2011-01-217-103/+154
|
* Rename external functions in UDP test files.linus2011-01-203-7/+6
|
* Add basic testing code.linus2011-01-196-0/+271
|
* Rename rs_config to rs_handle.Linus Nordberg2010-09-151-1/+1
| | | | A configuration will be something else.
* First stab at a working blocking example.Linus Nordberg2010-09-132-0/+74