Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Cosmetic changes. | linus | 2011-01-17 | 2 | -1/+2 |
| | |||||
* | Update copyright years. | linus | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | Use standard RadSec port in example config. | Linus Nordberg | 2010-11-11 | 1 | -1/+1 |
| | |||||
* | Add extern "C" guards to all header files. | Linus Nordberg | 2010-11-11 | 11 | -0/+89 |
| | |||||
* | Do print generic error strings. | Linus Nordberg | 2010-11-11 | 1 | -21/+21 |
| | |||||
* | Remove spurious comment. | Linus Nordberg | 2010-11-11 | 1 | -1/+0 |
| | |||||
* | Disable debugging. | Linus Nordberg | 2010-11-11 | 1 | -1/+1 |
| | |||||
* | Build even when not configured with `--enable-tls'. | Linus Nordberg | 2010-11-11 | 3 | -16/+22 |
| | |||||
* | Bringing up TLS connections working. | Linus Nordberg | 2010-11-11 | 25 | -21/+1855 |
| | | | | | | | NOTE: Clean up of resources not yet sane. Expect resource leakages. NOTE: Most failure cases are not handled properly. With the wind at your back and the sun shining, it might work. | ||||
* | Don't ignore connection type configuration. | Linus Nordberg | 2010-11-08 | 1 | -6/+7 |
| | |||||
* | Use the request object in example programs. | Linus Nordberg | 2010-10-28 | 1 | -1/+1 |
| | |||||
* | "Thou shalt not follow the NULL pointer, for chaos and madness await | Linus Nordberg | 2010-10-28 | 1 | -6/+10 |
| | | | | thee at its end." | ||||
* | Move connection related functions to conn.c. | Linus Nordberg | 2010-10-19 | 3 | -135/+142 |
| | |||||
* | Revert "Require Autoconf 2.68 since 2.65 doesn't work on OSX." | Linus Nordberg | 2010-10-16 | 1 | -1/+1 |
| | | | | | | | That was wrong -- 2.65 is _not_ known to not work on OSX. (2.61 is known to not work on OSX but we don't care.) This reverts commit d726d4a61e0516b18df5903088e58d015c7cd1b8. | ||||
* | Require Autoconf 2.68 since 2.65 doesn't work on OSX. | Linus Nordberg | 2010-10-16 | 1 | -1/+1 |
| | | | | | | | | | With 2.65 on OSX, libradsec isn't linked correctly with libfreeradius-radius and libevent-core. The effect is that a program linking with -lradsec need to add the other two libraries on the link line as well. Whether 2.66 or 2.67 works on OSX is unknown. | ||||
* | Add stub. | Linus Nordberg | 2010-10-15 | 1 | -0/+8 |
| | |||||
* | Merge branch 'merge-luke' into libradsec | Linus Nordberg | 2010-10-11 | 8 | -53/+172 |
|\ | | | | | | | | | | | 8a676ab Robustness fixes (and some callback invocation) by Luke Howard. ff55882 Request object implementation and bug fixes by Luke Howard. 06936d1 Have rad_decode() verify responses. | ||||
| * | Have rad_decode() verify responses. | Luke Howard | 2010-10-11 | 6 | -140/+49 |
| | | |||||
| * | Request object implementation and bug fixes by Luke Howard. | Linus Nordberg | 2010-10-11 | 6 | -32/+220 |
| | | |||||
| * | Compile again after bad fixes. | Linus Nordberg | 2010-10-10 | 1 | -5/+4 |
| | | |||||
| * | Cosmetics. | Linus Nordberg | 2010-10-10 | 1 | -1/+1 |
| | | |||||
| * | Robustness fixes (and some callback invocation) by Luke Howard. | Linus Nordberg | 2010-10-10 | 2 | -8/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | * lib/packet.c (_packet_create): Set packet identity properly. (_do_send): Return an int. (_do_send): Don't ignore rad_encode() errors. (_do_send): Do invoke rad_sign(). (_event_cb): Invoke callbacks. (_event_cb): Honour _do_send() return code. (_read_cb): Check packet (by invoking rad_packet_ok()). (_read_cb): Don't ignore rad_decode() errors. (_read_cb): Invoke callbacks. | ||||
| * | Rename rs_req_* --> rs_request_. | Linus Nordberg | 2010-10-10 | 3 | -7/+11 |
| | | | | | | | | Contributed by Luke Howard. | ||||
* | | Don't require username & pw in rs_packet_create_acc_request(). | Linus Nordberg | 2010-10-10 | 2 | -9/+16 |
|/ | |||||
* | Fail at configure time rather than build time when missing a library. | Linus Nordberg | 2010-10-09 | 1 | -3/+6 |
| | |||||
* | #include assert.h. | Linus Nordberg | 2010-10-05 | 1 | -0/+1 |
| | |||||
* | Add rs_conn_fd(). | Linus Nordberg | 2010-10-05 | 2 | -0/+8 |
| | |||||
* | More info to README and HACKING. | Linus Nordberg | 2010-10-05 | 3 | -21/+46 |
| | |||||
* | Rename struct rs_handle --> rs_context. | Linus Nordberg | 2010-10-05 | 6 | -40/+55 |
| | |||||
* | Disable debug printouts. | Linus Nordberg | 2010-10-05 | 2 | -4/+2 |
| | |||||
* | Parameterize and disable libevent debug printouts. | Linus Nordberg | 2010-10-05 | 2 | -1/+4 |
| | |||||
* | More autotools. | Linus Nordberg | 2010-10-05 | 5 | -0/+7983 |
| | |||||
* | Add missing file. | Linus Nordberg | 2010-10-05 | 1 | -0/+10 |
| | |||||
* | Autotoolize. | Linus Nordberg | 2010-10-05 | 7 | -42/+87 |
| | |||||
* | Remove unused. | Linus Nordberg | 2010-10-04 | 1 | -3/+0 |
| | |||||
* | Formatting (indent -kr). | Linus Nordberg | 2010-10-04 | 1 | -26/+44 |
| | |||||
* | Rename top level token "realm" --> "config". | Linus Nordberg | 2010-10-04 | 2 | -12/+13 |
| | |||||
* | WIP | Linus Nordberg | 2010-10-04 | 2 | -6/+10 |
| | |||||
* | WIP -- reading configuration. | Linus Nordberg | 2010-10-04 | 8 | -62/+211 |
| | |||||
* | WIP | Linus Nordberg | 2010-10-03 | 6 | -18/+41 |
| | |||||
* | WIP | Linus Nordberg | 2010-10-03 | 4 | -55/+62 |
| | |||||
* | Rename the error functions. | Linus Nordberg | 2010-10-03 | 8 | -51/+51 |
| | |||||
* | WIP -- prepare for request objects. | Linus Nordberg | 2010-10-03 | 7 | -7/+93 |
| | |||||
* | WIP | Linus Nordberg | 2010-10-03 | 5 | -12/+141 |
| | |||||
* | WIP | Linus Nordberg | 2010-10-03 | 4 | -61/+124 |
| | |||||
* | WIP. | Linus Nordberg | 2010-10-02 | 10 | -139/+19 |
| | |||||
* | WIP | Linus Nordberg | 2010-10-02 | 11 | -61/+79 |
| | |||||
* | WIP | Linus Nordberg | 2010-10-01 | 9 | -12/+40 |
| |