| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement disable_hostname_check config option. | Linus Nordberg | 2013-10-03 | 1 | -0/+3 |
* | Update copyright years. | Linus Nordberg | 2013-05-09 | 1 | -2/+2 |
* | Handle case where config hasn't yet been read better. | Linus Nordberg | 2013-01-23 | 1 | -2/+4 |
* | Rename COPYING -> LICENSE. | Linus Nordberg | 2012-12-19 | 1 | -1/+1 |
* | Config docu. | Linus Nordberg | 2012-12-18 | 1 | -2/+2 |
* | Merge libradsec-new-client. | Linus Nordberg | 2012-04-27 | 1 | -3/+1 |
|\ |
|
| * | remove dictionary configuration parameter | Luke Howard | 2011-11-14 | 1 | -3/+0 |
| * | port to new RADIUS client library | Luke Howard | 2011-11-14 | 1 | -0/+1 |
* | | Use rs_strdup(). | Linus Nordberg | 2012-04-26 | 1 | -2/+3 |
* | | Postpone resolving of DNS names of server. | Linus Nordberg | 2012-04-25 | 1 | -4/+2 |
* | | Conditionally compile TLS-PSK code (--enable-tls-psk). | Linus Nordberg | 2012-04-23 | 1 | -7/+23 |
* | | Clarify comments about PSK string encoding. | Linus Nordberg | 2012-02-01 | 1 | -2/+2 |
* | | Implement TLS-PSK. | Linus Nordberg | 2012-01-31 | 1 | -6/+21 |
* | | Move a comment, for clarification. | Linus Nordberg | 2012-01-24 | 1 | -1/+1 |
* | | Add TLS PSK configuration options. | Linus Nordberg | 2012-01-24 | 1 | -1/+40 |
|/ |
|
* | Cleanup conf.c. | Linus Nordberg | 2011-07-03 | 1 | -16/+19 |
* | Handle all libconfuse parse errors. | Linus Nordberg | 2011-07-03 | 1 | -3/+18 |
* | Handle configuration errors better. | Linus Nordberg | 2011-07-03 | 1 | -2/+4 |
* | (rs_context_destroy): Use free() rather than rs_free() for realm->name. | Linus Nordberg | 2011-03-21 | 1 | -1/+3 |
* | API AND CONFIG CHANGE: rs_context_create() doesn't take DICT any more. | Linus Nordberg | 2011-03-21 | 1 | -27/+42 |
* | Handle an ENOMEM case in conf.c. | Linus Nordberg | 2011-03-11 | 1 | -0/+2 |
* | Change default configuration to do RadSec rather than UDP. | Linus Nordberg | 2011-03-09 | 1 | -4/+4 |
* | Rename and move around a few helper functions. | Linus Nordberg | 2011-03-09 | 1 | -3/+4 |
* | Restructure code, moving most code out of packet.c | Linus Nordberg | 2011-03-06 | 1 | -1/+2 |
* | Don't free config object until we destroy the context. | Linus Nordberg | 2011-03-06 | 1 | -10/+18 |
* | Do _copy_ the strings from the config object. | Linus Nordberg | 2011-03-06 | 1 | -4/+4 |
* | Do free the config object. | Linus Nordberg | 2011-03-06 | 1 | -0/+1 |
* | Config file changes and small API changes. | Linus Nordberg | 2011-02-24 | 1 | -11/+19 |
* | Fix bug where one or two stanzas in a config file would be but not more. | linus | 2011-01-21 | 1 | -7/+5 |
* | Cosmetic changes to conf.c. | linus | 2011-01-20 | 1 | -2/+2 |
* | Bringing up TLS connections working. | Linus Nordberg | 2010-11-11 | 1 | -1/+22 |
* | Don't ignore connection type configuration. | Linus Nordberg | 2010-11-08 | 1 | -6/+7 |
* | Rename struct rs_handle --> rs_context. | Linus Nordberg | 2010-10-05 | 1 | -2/+2 |
* | Rename top level token "realm" --> "config". | Linus Nordberg | 2010-10-04 | 1 | -11/+12 |
* | WIP -- reading configuration. | Linus Nordberg | 2010-10-04 | 1 | -0/+104 |