Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rename-packet-to-message' into libradsec-user-dispatch | Linus Nordberg | 2013-01-24 | 1 | -9/+9 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/include/radsec/radsec.h Original commit message (1e3a2613): Rename most 'package' to 'message'. 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 most 'package' to 'message'. | Linus Nordberg | 2013-01-24 | 1 | -9/+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. | ||||
* | | user dispatch WIP 0 | Linus Nordberg | 2013-01-24 | 1 | -0/+1 |
|/ | |||||
* | add rs_attr_display_name/rs_attr_parse_name | Luke Howard | 2011-11-14 | 1 | -0/+2 |
| | |||||
* | remove rs_packet_frpkt | Luke Howard | 2011-11-14 | 1 | -1/+0 |
| | |||||
* | remove rs_context_init_freeradius_dict | Luke Howard | 2011-11-14 | 1 | -1/+0 |
| | |||||
* | port to new RADIUS client library | Luke Howard | 2011-11-14 | 1 | -0/+38 |
| | |||||
* | Export only symbols listed in radsec.sym. | Linus Nordberg | 2011-07-18 | 1 | -0/+47 |