Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove an unused error code and unusued RSE_MAX. | Linus Nordberg | 2013-05-08 | 1 | -2/+0 |
| | | | | Also, remove unused file attr.c. | ||||
* | Revert "Add formal argument 'secret' to two public functions." | Linus Nordberg | 2013-05-08 | 1 | -5/+3 |
| | | | | | | | This reverts commit 09d1cff2418a900b587b2113f508984f2417cc11. Conflicts: lib/include/radsec/request.h | ||||
* | Improve documentation. | Linus Nordberg | 2013-01-29 | 1 | -8/+13 |
| | |||||
* | 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 | -3/+5 |
| | | | | | | | | | | 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. | ||||
* | Merge libradsec-new-client. | Linus Nordberg | 2012-04-27 | 1 | -28/+295 |
|\ | |||||
| * | add rs_attr_display_name/rs_attr_parse_name | Luke Howard | 2011-11-14 | 1 | -4/+53 |
| | | |||||
| * | port new RADIUS library to Windows | Luke Howard | 2011-11-14 | 1 | -3/+13 |
| | | | | | | | | | | | | | | | | Conflicts: lib/configure.ac lib/include/radsec/radsec.h lib/radius/client.h | ||||
| * | remove rs_context_init_freeradius_dict | Luke Howard | 2011-11-14 | 1 | -14/+0 |
| | | |||||
| * | port to new RADIUS client library | Luke Howard | 2011-11-14 | 1 | -12/+234 |
| | | |||||
* | | Add an error code. | Linus Nordberg | 2012-04-26 | 1 | -0/+1 |
| | | | | | | | | Also add error text for missing RSE_CRED. | ||||
* | | Implement TLS-PSK. | Linus Nordberg | 2012-01-31 | 1 | -0/+1 |
|/ | |||||
* | Define RS_FREERADIUS_DICT and use it when missing "dictionary" in config. | Linus Nordberg | 2011-03-21 | 1 | -0/+6 |
| | |||||
* | API AND CONFIG CHANGE: rs_context_create() doesn't take DICT any more. | Linus Nordberg | 2011-03-21 | 1 | -6/+18 |
| | | | | | | | Use rs_context_create() to read FreeRADIUS dictionary, possibly by taking dict file from configuration file. CONFIG CHANGE: s/config/realm/g. | ||||
* | Remove struct rs_attr and all use of it. | Linus Nordberg | 2011-03-14 | 1 | -17/+0 |
| | | | | | | | A new API for attributes will be added once we've decided how to deal with RADIUS packets internally. For now, removing the half baked wrapping seems more sensible than trying to free rs_attr objects and their VALUE_PAIR's. | ||||
* | Add Doxygen documentation for public API. | Linus Nordberg | 2011-03-13 | 1 | -4/+141 |
| | |||||
* | Add RSE_DISCO. | Linus Nordberg | 2011-03-09 | 1 | -0/+1 |
| | |||||
* | Update rs_err_msg() prototype. | Linus Nordberg | 2011-03-08 | 1 | -2/+2 |
| | | | | | Also, rename enum rs_err_code to not collide with the function named the same. | ||||
* | Timeout implemented in request objects, supported by TCP. | Linus Nordberg | 2011-03-08 | 1 | -3/+6 |
| | | | | TODO: UDP. | ||||
* | Be consistent with naming of formal arguments. | Linus Nordberg | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | Error handling cleanup 3. | Linus Nordberg | 2011-03-01 | 1 | -1/+2 |
| | | | | Split timeout errors in connecting and I/O. | ||||
* | Error handling cleanup | Linus Nordberg | 2011-03-01 | 1 | -1/+0 |
| | | | | | Remove RSE_SOME_ERROR. rs_tls_init: Push SSL error stack on libradsec error stack. | ||||
* | Add RSE_INVAL. | Linus Nordberg | 2011-03-01 | 1 | -0/+1 |
| | |||||
* | Remove last trace of server and client in API. | Linus Nordberg | 2011-02-28 | 1 | -5/+5 |
| | |||||
* | Rename relevant functions to reflect authn as opposed to authz. | Linus Nordberg | 2011-02-28 | 1 | -4/+4 |
| | | | | Also add a "bare" create request function. | ||||
* | API changes: rs_client* --> rs_peer. | Linus Nordberg | 2011-02-28 | 1 | -7/+7 |
| | | | | | Move peer (former server) things to new file peer.c. Update examples. | ||||
* | Cosmetic header file changes. | Linus Nordberg | 2011-02-28 | 1 | -28/+39 |
| | |||||
* | Config file changes and small API changes. | Linus Nordberg | 2011-02-24 | 1 | -1/+3 |
| | | | | | | | | 'timeout' and 'tries' move from 'server' stanza to top. 'tries' is now 'retries'. Moving around in internal data structs, making struct peer strictly config. Bug fixes in configuration code. Adding some more cleanup code, freeing allocated memory (still not done!). | ||||
* | Improve protocol robustness and invoke user callbacks. | Linus Nordberg | 2011-02-19 | 1 | -8/+10 |
| | | | | | | | | | | | | All aborts are removed, as well as all asserts which aren't programming errors. When an invalid packet is received, the connection is closed, as per draft-ietf-radext-tcp-transport-08 (2.6.4). Use new rs_debug() macro rather than fprintf() for debug printouts. Coding style overhaul. | ||||
* | Add comments on some error codes. | Linus Nordberg | 2011-02-04 | 1 | -4/+4 |
| | |||||
* | API breakage -- rename rs_packet_create_acc_request(). | linus | 2011-01-21 | 1 | -5/+6 |
| | |||||
* | Add extern "C" guards to all header files. | Linus Nordberg | 2010-11-11 | 1 | -0/+8 |
| | |||||
* | Bringing up TLS connections working. | Linus Nordberg | 2010-11-11 | 1 | -0/+2 |
| | | | | | | | NOTE: Clean up of resources not yet sane. Expect resource leakages. NOTE: Most failure cases are not handled properly. With the wind at your back and the sun shining, it might work. | ||||
* | Merge branch 'merge-luke' into libradsec | Linus Nordberg | 2010-10-11 | 1 | -0/+3 |
|\ | | | | | | | | | | | 8a676ab Robustness fixes (and some callback invocation) by Luke Howard. ff55882 Request object implementation and bug fixes by Luke Howard. 06936d1 Have rad_decode() verify responses. | ||||
| * | Have rad_decode() verify responses. | Luke Howard | 2010-10-11 | 1 | -0/+1 |
| | | |||||
| * | Request object implementation and bug fixes by Luke Howard. | Linus Nordberg | 2010-10-11 | 1 | -0/+2 |
| | | |||||
* | | Don't require username & pw in rs_packet_create_acc_request(). | Linus Nordberg | 2010-10-10 | 1 | -2/+2 |
|/ | |||||
* | Add rs_conn_fd(). | Linus Nordberg | 2010-10-05 | 1 | -0/+1 |
| | |||||
* | Rename struct rs_handle --> rs_context. | Linus Nordberg | 2010-10-05 | 1 | -10/+12 |
| | |||||
* | Remove unused. | Linus Nordberg | 2010-10-04 | 1 | -3/+0 |
| | |||||
* | Formatting (indent -kr). | Linus Nordberg | 2010-10-04 | 1 | -26/+44 |
| | |||||
* | WIP -- reading configuration. | Linus Nordberg | 2010-10-04 | 1 | -1/+2 |
| | |||||
* | WIP | Linus Nordberg | 2010-10-03 | 1 | -8/+12 |
| | |||||
* | WIP | Linus Nordberg | 2010-10-03 | 1 | -4/+5 |
| | |||||
* | Rename the error functions. | Linus Nordberg | 2010-10-03 | 1 | -6/+6 |
| | |||||
* | WIP | Linus Nordberg | 2010-10-03 | 1 | -0/+122 |