Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rename struct rs_handle --> rs_context. | Linus Nordberg | 2010-10-05 | 6 | -40/+55 | |
* | Merge branch 'libradsec' of /tmp/radsecproxy into libradsec | Linus Nordberg | 2010-10-05 | 0 | -0/+0 | |
|\ | ||||||
| * | 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 | |
| * | Autotoolize. | Linus Nordberg | 2010-10-05 | 13 | -42/+8080 | |
* | | 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 | |
* | WIP -- example client sending and receiving Access-Request/Accept. | Linus Nordberg | 2010-10-01 | 6 | -55/+158 | |
* | Refactoring in preparation for handling more cases than client sending one pa... | Linus Nordberg | 2010-09-29 | 5 | -92/+171 | |
* | * lib/examples/client.c: Use UDP. | Linus Nordberg | 2010-09-29 | 1 | -1/+1 | |
* | * lib/Makefile: Clean more. | Linus Nordberg | 2010-09-29 | 1 | -1/+2 | |
* | Remove unused files. | Linus Nordberg | 2010-09-29 | 3 | -412/+0 | |
* | WIP -- connecting and sending a packet using libevent. | Linus Nordberg | 2010-09-29 | 7 | -27/+108 | |
* | WIP -- resolving, crafting packet. | Linus Nordberg | 2010-09-29 | 7 | -40/+116 | |
* | WIP | Linus Nordberg | 2010-09-28 | 4 | -15/+36 | |
* | WIP. | Linus Nordberg | 2010-09-28 | 11 | -178/+300 | |
* | WIP | Linus Nordberg | 2010-09-27 | 1 | -0/+71 | |
* | WIP | Linus Nordberg | 2010-09-27 | 2 | -0/+105 | |
* | WIP on libradsec: 94e3f46 Example client crafting simple packet using freerad... | Linus Nordberg | 2010-09-27 | 7 | -129/+285 | |
* | Example client crafting simple packet using freeradius-libradius. | Linus Nordberg | 2010-09-26 | 9 | -88/+377 | |
* | Add licencing info. | Linus Nordberg | 2010-09-22 | 1 | -0/+29 | |
* | Documentation changes. | Linus Nordberg | 2010-09-15 | 1 | -2/+11 | |
* | Formatting changes. | Linus Nordberg | 2010-09-15 | 1 | -20/+5 | |
* | Rename rs_config to rs_handle. | Linus Nordberg | 2010-09-15 | 7 | -20/+20 | |
* | Add typedefs to use instead of enum to avoid ABI issues. | Linus Nordberg | 2010-09-15 | 1 | -0/+2 | |
* | Add a lost comment. | Linus Nordberg | 2010-09-13 | 1 | -0/+2 | |
* | Improve API docu in libradsec-base.h slightly. | Linus Nordberg | 2010-09-13 | 1 | -22/+28 | |
* | Make git ignore gcc precompiled headers. | Linus Nordberg | 2010-09-13 | 1 | -0/+6 | |
* | First stab at a working blocking example. | Linus Nordberg | 2010-09-13 | 9 | -41/+203 | |
* | Low level connect and read working, kind of. At least TCP. | Linus Nordberg | 2010-09-03 | 8 | -62/+312 | |
* | Rename libradsec-libevent.h --> libradsec-levent.h. | Linus Nordberg | 2010-09-02 | 1 | -0/+0 | |
* | Cosmetic changes. | Linus Nordberg | 2010-09-02 | 1 | -1/+1 | |
* | Change the order of parameters to rc_connect() -- let those who may | Linus Nordberg | 2010-09-02 | 1 | -3/+3 |