Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP commit for listener support. | Linus Nordberg | 2013-02-19 | 1 | -1/+2 |
| | |||||
* | Rename most 'package' to 'message'. | Linus Nordberg | 2013-01-24 | 1 | -6/+9 |
| | | | | | | | | | | | | | 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. | ||||
* | Fix a doc comment. | Linus Nordberg | 2013-01-16 | 1 | -4/+5 |
| | |||||
* | Rename COPYING -> LICENSE. | Linus Nordberg | 2012-12-19 | 1 | -1/+1 |
| | | | | And distribute LICENSE and HACKING. | ||||
* | Add formal argument 'secret' to two public functions. | Linus Nordberg | 2012-12-17 | 1 | -2/+4 |
| | | | | | | | | | | The functions are rs_packet_create_authn_request() and rs_request_create_authn(). Attributes of type PW_USER_PASSWORD are supposed to be MD5 obfuscated (see vp2data_any()). NOTE: This is a non-backward compatible API change. | ||||
* | port to new RADIUS client library | Luke Howard | 2011-11-14 | 1 | -0/+5 |
| | |||||
* | Add rs_request_get_reqmsg() and update documentation. | Linus Nordberg | 2011-03-14 | 1 | -8/+13 |
| | |||||
* | Add Doxygen documentation for public API. | Linus Nordberg | 2011-03-13 | 1 | -3/+21 |
| | |||||
* | Rename relevant functions to reflect authn as opposed to authz. | Linus Nordberg | 2011-02-28 | 1 | -4/+7 |
| | | | | Also add a "bare" create request function. | ||||
* | Cosmetic header file changes. | Linus Nordberg | 2011-02-28 | 1 | -1/+4 |
| | |||||
* | API change. Have the request object create its own request message. | Linus Nordberg | 2011-02-25 | 1 | -2/+2 |
| | |||||
* | Reorder function prototypes. | Linus Nordberg | 2011-02-02 | 1 | -1/+1 |
| | |||||
* | Add extern "C" guards to all header files. | Linus Nordberg | 2010-11-11 | 1 | -0/+8 |
| | |||||
* | Rename rs_req_* --> rs_request_. | Linus Nordberg | 2010-10-10 | 1 | -3/+3 |
| | | | | Contributed by Luke Howard. | ||||
* | WIP -- prepare for request objects. | Linus Nordberg | 2010-10-03 | 1 | -0/+7 |