Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Add formal argument 'secret' to two public functions." | Linus Nordberg | 2013-05-08 | 1 | -2/+2 |
| | | | | | | | This reverts commit 09d1cff2418a900b587b2113f508984f2417cc11. Conflicts: lib/include/radsec/request.h | ||||
* | Add PSK example in examples/client.conf. | Linus Nordberg | 2013-01-24 | 1 | -4/+15 |
| | |||||
* | New demo CA for tests. | Linus Nordberg | 2013-01-23 | 1 | -6/+6 |
| | | | | Update examples config file accordingly. | ||||
* | Add some info on usage modes. | Linus Nordberg | 2013-01-23 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary #includes. | Linus Nordberg | 2013-01-22 | 1 | -5/+1 |
| | |||||
* | Compile with -Werror. | Linus Nordberg | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Add formal argument 'secret' to two public functions. | Linus Nordberg | 2012-12-17 | 1 | -2/+2 |
| | | | | | | | | | | 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. | ||||
* | Example code: Print a little bit more helpful information on failure. | Linus Nordberg | 2012-12-17 | 1 | -1/+1 |
| | |||||
* | Example code: Don't create rs_error on failing context creation. | Linus Nordberg | 2012-12-17 | 1 | -4/+5 |
| | | | | We don't export err_create() and the error is ENOMEM nowadays. | ||||
* | Merge libradsec-new-client. | Linus Nordberg | 2012-04-27 | 2 | -9/+3 |
|\ | |||||
| * | remove dictionary configuration parameter | Luke Howard | 2011-11-14 | 1 | -2/+0 |
| | | |||||
| * | remove rs_packet_frpkt | Luke Howard | 2011-11-14 | 1 | -3/+2 |
| | | |||||
| * | remove rs_context_init_freeradius_dict | Luke Howard | 2011-11-14 | 1 | -4/+0 |
| | | |||||
| * | port to new RADIUS client library | Luke Howard | 2011-11-14 | 1 | -1/+2 |
| | | |||||
* | | Handle failing rs_context_create(). | Linus Nordberg | 2012-04-26 | 1 | -1/+7 |
| | | |||||
* | | Implement TLS-PSK. | Linus Nordberg | 2012-01-31 | 1 | -3/+4 |
| | | |||||
* | | Be user friendly in example program. | Linus Nordberg | 2012-01-24 | 1 | -0/+9 |
| | | |||||
* | | Add TLS PSK configuration options. | Linus Nordberg | 2012-01-24 | 1 | -0/+3 |
| | | |||||
* | | Cosmetic changes. | Linus Nordberg | 2012-01-19 | 1 | -3/+4 |
|/ | | | | Better names of formal arguments in test program. | ||||
* | examples/client.conf: Correct key file. | Linus Nordberg | 2011-04-01 | 1 | -1/+1 |
| | |||||
* | Don't install example programs. | Linus Nordberg | 2011-03-25 | 1 | -1/+1 |
| | |||||
* | Add tests/demoCA and use certs and key in there for the examples. | Linus Nordberg | 2011-03-25 | 1 | -4/+3 |
| | |||||
* | API AND CONFIG CHANGE: rs_context_create() doesn't take DICT any more. | Linus Nordberg | 2011-03-21 | 3 | -16/+25 |
| | | | | | | | Use rs_context_create() to read FreeRADIUS dictionary, possibly by taking dict file from configuration file. CONFIG CHANGE: s/config/realm/g. | ||||
* | Verify result in example program. Also, don't leak a package. | Linus Nordberg | 2011-03-14 | 1 | -1/+9 |
| | |||||
* | Don't double free in example code. | Linus Nordberg | 2011-03-13 | 1 | -6/+2 |
| | |||||
* | Change user name in example code. | Linus Nordberg | 2011-03-13 | 1 | -1/+1 |
| | |||||
* | Add (disabled) linkage to libefence. | Linus Nordberg | 2011-03-08 | 1 | -1/+1 |
| | |||||
* | examples/client-blocking: pull out the error before freeing conn. | Linus Nordberg | 2011-03-08 | 1 | -1/+3 |
| | |||||
* | Clean up struct rs_error somewhat. | Linus Nordberg | 2011-03-08 | 1 | -1/+1 |
| | | | | More to be done here! | ||||
* | examples/client-blocking.c: Clean up and improve error handling. | Linus Nordberg | 2011-03-07 | 1 | -37/+31 |
| | |||||
* | UDP w/o bufferevents, part 1. | Linus Nordberg | 2011-03-06 | 1 | -3/+3 |
| | | | | Sending, no retransmitting and no receiving. | ||||
* | Rename relevant functions to reflect authn as opposed to authz. | Linus Nordberg | 2011-02-28 | 1 | -2/+2 |
| | | | | Also add a "bare" create request function. | ||||
* | API changes: rs_client* --> rs_peer. | Linus Nordberg | 2011-02-28 | 1 | -5/+5 |
| | | | | | Move peer (former server) things to new file peer.c. Update examples. | ||||
* | API change. Have the request object create its own request message. | Linus Nordberg | 2011-02-25 | 1 | -5/+5 |
| | |||||
* | Split example config in two files. | Linus Nordberg | 2011-02-24 | 2 | -0/+24 |
| | |||||
* | Split example config in two files. | Linus Nordberg | 2011-02-24 | 1 | -30/+0 |
| | |||||
* | Use AM_CFLAGS when setting CFLAGS. | Linus Nordberg | 2011-02-19 | 1 | -1/+1 |
| | |||||
* | Do build examples with -Wall -g. | Linus Nordberg | 2011-02-04 | 1 | -2/+2 |
| | |||||
* | Initialize pointer in example program before trusting it. | Linus Nordberg | 2011-02-04 | 1 | -5/+6 |
| | |||||
* | Pick usage of struct request in example code at run time. | Linus Nordberg | 2011-02-02 | 2 | -23/+29 |
| | |||||
* | Follow API changes. | linus | 2011-01-21 | 1 | -3/+3 |
| | |||||
* | Use standard RadSec port in example config. | Linus Nordberg | 2010-11-11 | 1 | -1/+1 |
| | |||||
* | Bringing up TLS connections working. | Linus Nordberg | 2010-11-11 | 1 | -1/+21 |
| | | | | | | | 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. | ||||
* | Use the request object in example programs. | Linus Nordberg | 2010-10-28 | 1 | -1/+1 |
| | |||||
* | "Thou shalt not follow the NULL pointer, for chaos and madness await | Linus Nordberg | 2010-10-28 | 1 | -6/+10 |
| | | | | thee at its end." | ||||
* | Have rad_decode() verify responses. | Luke Howard | 2010-10-11 | 1 | -4/+10 |
| | |||||
* | Rename rs_req_* --> rs_request_. | Linus Nordberg | 2010-10-10 | 1 | -2/+2 |
| | | | | Contributed by Luke Howard. | ||||
* | Rename struct rs_handle --> rs_context. | Linus Nordberg | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | Autotoolize. | Linus Nordberg | 2010-10-05 | 2 | -15/+8 |
| | |||||
* | Rename top level token "realm" --> "config". | Linus Nordberg | 2010-10-04 | 1 | -1/+1 |
| |