Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP -- connecting and sending a packet using libevent. | Linus Nordberg | 2010-09-29 | 1 | -2/+4 |
| | |||||
* | WIP -- resolving, crafting packet. | Linus Nordberg | 2010-09-29 | 1 | -13/+8 |
| | |||||
* | WIP | Linus Nordberg | 2010-09-28 | 1 | -4/+5 |
| | |||||
* | WIP. | Linus Nordberg | 2010-09-28 | 1 | -14/+23 |
| | |||||
* | WIP on libradsec: 94e3f46 Example client crafting simple packet using ↵ | Linus Nordberg | 2010-09-27 | 1 | -3/+51 |
| | | | | freeradius-libradius. | ||||
* | Example client crafting simple packet using freeradius-libradius. | Linus Nordberg | 2010-09-26 | 1 | -68/+24 |
| | |||||
* | Rename rs_config to rs_handle. | Linus Nordberg | 2010-09-15 | 1 | -1/+1 |
| | | | | A configuration will be something else. | ||||
* | Add typedefs to use instead of enum to avoid ABI issues. | Linus Nordberg | 2010-09-15 | 1 | -0/+2 |
| | | | | The size of an enum isn't well defined. | ||||
* | First stab at a working blocking example. | Linus Nordberg | 2010-09-13 | 1 | -10/+21 |
| | |||||
* | Low level connect and read working, kind of. At least TCP. | Linus Nordberg | 2010-09-03 | 1 | -16/+24 |
| | | | | Next: serializing. | ||||
* | Split libradsec.h in -base.h and -libevent.h. | Linus Nordberg | 2010-09-02 | 1 | -99/+7 |
| | |||||
* | Thinking out loud some more. | Linus Nordberg | 2010-08-27 | 1 | -6/+7 |
| | |||||
* | Fix typo. | Linus Nordberg | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | Add lib/libradsec.h. | Linus Nordberg | 2010-08-27 | 1 | -0/+148 |
First sketch of the API. |