summaryrefslogtreecommitdiff
path: root/lib/include/radsec/request-impl.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename most 'package' to 'message'.Linus Nordberg2013-01-241-1/+1
| | | | | | | | | | | | | RADIUS (RFC2865) is defined to be transported over UDP so the term "radius packet" makes a lot of sense. RADIUS/TCP (RFC6613) and RADIUS/TLS (RFC6614), a.k.a. RadSec, use stream transport protocols though. The term "message" doesn't imply any kind of transport -- a message can be sent using datagrams as well as in a stream. This (large) commit changes 'package' to 'message' where it makes sense. It does not touch the 'radius' subdirectory. It includes preprocessor directives (#define) to make the public interface compatible with previous releases of the library.
* Rename COPYING -> LICENSE.Linus Nordberg2012-12-191-1/+1
| | | | And distribute LICENSE and HACKING.
* port to new RADIUS client libraryLuke Howard2011-11-141-0/+5
|
* Remove unused resp_msg from struct request.Linus Nordberg2011-03-141-1/+0
|
* request: Save callers user_data and do invoke callers callbacks.Linus Nordberg2011-03-061-0/+1
|
* API change. Have the request object create its own request message.Linus Nordberg2011-02-251-2/+2
|
* Add extern "C" guards to all header files.Linus Nordberg2010-11-111-0/+8
|
* WIP -- prepare for request objects.Linus Nordberg2010-10-031-0/+10