summaryrefslogtreecommitdiff
path: root/lib/radsec.sym
Commit message (Collapse)AuthorAgeFilesLines
* Alphabetise radsec.sym.libradsec-server-supportLinus Nordberg2013-05-151-2/+2
|
* WIP commit moving towards working server support.Linus Nordberg2013-05-151-1/+6
|
* Revamping for listeners.Linus Nordberg2013-03-011-1/+4
| | | | | | | | | | | | | | Split rs_connection into rs_baseconn plus rs_connection and rs_listener. Connections now has a state variable. Connect buffer event and fd of _source_ connection, not that of conn->active_peer. The connection object referred to by a peer is not meant for using as a connection, only for reporting errors on. Make sure things are sane even when not using a config file. Bump library interface version to 1.0.0 since it's changed.
* WIP commit for listener support.Linus Nordberg2013-02-191-0/+3
|
* Add support for configuring client connections too.Linus Nordberg2013-02-111-0/+1
| | | | | | | | We're moving x509 and psk config from rs_realm to rs_peer while allowing these to be configured on the realm level and overriden at peer level. Also, add support for printing the read configuration, for debugging.
* Merge branch 'rename-packet-to-message' into libradsec-user-dispatchLinus Nordberg2013-01-241-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 Nordberg2013-01-241-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 0Linus Nordberg2013-01-241-0/+1
|/
* add rs_attr_display_name/rs_attr_parse_nameLuke Howard2011-11-141-0/+2
|
* remove rs_packet_frpktLuke Howard2011-11-141-1/+0
|
* remove rs_context_init_freeradius_dictLuke Howard2011-11-141-1/+0
|
* port to new RADIUS client libraryLuke Howard2011-11-141-0/+38
|
* Export only symbols listed in radsec.sym.Linus Nordberg2011-07-181-0/+47