Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'libradsec' into libradsec-server-support | Linus Nordberg | 2013-05-15 | 16 | -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 Nordberg | 2013-05-08 | 1 | -3/+3 |
| | | |||||
| * | Exit tests with number of failures. | Linus Nordberg | 2013-05-08 | 1 | -2/+4 |
| | | | | | | | | Now 'make check' really fails when a test fails. | ||||
| * | Follow API change in tests. | Linus Nordberg | 2013-05-08 | 1 | -5/+3 |
| | | |||||
| * | Use CUnit for tests. | Linus Nordberg | 2013-05-06 | 7 | -78/+71 |
| | | | | | | | | cgreen didn't seem properly maintained. CUnit seems to be widely used. | ||||
| * | Add missing key files to demoCA. | Linus Nordberg | 2013-01-24 | 2 | -0/+18 |
| | | |||||
| * | New demo CA for tests. | Linus Nordberg | 2013-01-23 | 7 | -125/+99 |
| | | | | | | | | Update examples config file accordingly. | ||||
* | | WIP commit moving towards working server support. | Linus Nordberg | 2013-05-15 | 1 | -1/+5 |
|/ | |||||
* | Compile with -Werror. | Linus Nordberg | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Merge libradsec-new-client. | Linus Nordberg | 2012-04-27 | 2 | -13/+9 |
|\ | |||||
| * | remove rs_packet_frpkt | Luke Howard | 2011-11-14 | 1 | -2/+1 |
| | | |||||
| * | port to new RADIUS client library | Luke Howard | 2011-11-14 | 2 | -9/+7 |
| | | |||||
* | | Get the test suite going again.libradsec-psk | Linus Nordberg | 2012-01-31 | 4 | -18/+49 |
| | | |||||
* | | Cosmetic changes. | Linus Nordberg | 2012-01-19 | 1 | -6/+6 |
|/ | | | | Language and typos in a README. | ||||
* | Add cert 3 ("client cert") with key. | Linus Nordberg | 2011-03-25 | 4 | -1/+61 |
| | |||||
* | demoCA: Rename c1key --> c2key to match certificate file name. | Linus Nordberg | 2011-03-25 | 1 | -0/+0 |
| | |||||
* | Add tests/demoCA and use certs and key in there for the examples. | Linus Nordberg | 2011-03-25 | 7 | -0/+124 |
| | |||||
* | Make tests run again. | Linus Nordberg | 2011-02-28 | 2 | -5/+30 |
| | | | | NOTE: 2 exceptions ATM. | ||||
* | Disable some debug printout in tests. | Linus Nordberg | 2011-02-02 | 1 | -1/+1 |
| | |||||
* | Remove unused Makefile. | linus | 2011-01-21 | 1 | -10/+0 |
| | |||||
* | Some more UDP tests. | linus | 2011-01-21 | 7 | -103/+154 |
| | |||||
* | Rename external functions in UDP test files. | linus | 2011-01-20 | 3 | -7/+6 |
| | |||||
* | Add basic testing code. | linus | 2011-01-19 | 6 | -0/+271 |
| | |||||
* | Rename rs_config to rs_handle. | Linus Nordberg | 2010-09-15 | 1 | -1/+1 |
| | | | | A configuration will be something else. | ||||
* | First stab at a working blocking example. | Linus Nordberg | 2010-09-13 | 2 | -0/+74 |