Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | WIP | Linus Nordberg | 2010-09-27 | 2 | -0/+105 | |
| | ||||||
* | WIP on libradsec: 94e3f46 Example client crafting simple packet using ↵ | Linus Nordberg | 2010-09-27 | 7 | -129/+285 | |
| | | | | freeradius-libradius. | |||||
* | 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 | |
| | | | | 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. | |||||
* | 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 | |
| | | | | Still needs work! | |||||
* | 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 | |
| | | | | Next: serializing. | |||||
* | 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 | |
| | | | | default to 0 or NULL come last. | |||||
* | Complete documentation for functions in libradsec-base.h. | Linus Nordberg | 2010-09-02 | 1 | -13/+21 | |
| | ||||||
* | Split libradsec.h in -base.h and -libevent.h. | Linus Nordberg | 2010-09-02 | 3 | -99/+201 | |
| | ||||||
* | 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 | 2 | -0/+1699 | |
First sketch of the API. |