Implement disable_hostname_check config option.
[libradsec.git] / lib / conf.c
2013-10-03 Linus NordbergImplement disable_hostname_check config option.
2013-05-17 Linus NordbergMerge branch 'libradsec-add-avp-2' into libradsec
2013-05-09 Linus NordbergUpdate copyright years.
2013-01-23 Linus NordbergHandle case where config hasn't yet been read better.
2013-01-21 Linus NordbergMerge branch 'libradsec-new-client' into libradsec
2012-12-19 Linus NordbergRename COPYING -> LICENSE.
2012-12-18 Linus NordbergConfig docu.
2012-04-27 Linus NordbergMerge libradsec-new-client.
2012-04-26 Linus NordbergUse rs_strdup().
2012-04-25 Linus NordbergPostpone resolving of DNS names of server.
2012-04-23 Linus NordbergConditionally compile TLS-PSK code (--enable-tls-psk).
2012-02-01 Linus NordbergClarify comments about PSK string encoding.
2012-01-31 Linus NordbergImplement TLS-PSK.
2012-01-24 Linus NordbergMove a comment, for clarification.
2012-01-24 Linus NordbergAdd TLS PSK configuration options.
2011-11-14 Luke Howardremove dictionary configuration parameter
2011-11-14 Luke Howardport to new RADIUS client library
2011-07-03 Linus NordbergCleanup conf.c.
2011-07-03 Linus NordbergHandle all libconfuse parse errors.
2011-07-03 Linus NordbergHandle configuration errors better.
2011-03-21 Linus Nordberg(rs_context_destroy): Use free() rather than rs_free...
2011-03-21 Linus NordbergAPI AND CONFIG CHANGE: rs_context_create() doesn't...
2011-03-12 Linus NordbergMerge branch 'udp' into libradsec.
2011-03-11 Linus NordbergHandle an ENOMEM case in conf.c.
2011-03-09 Linus NordbergChange default configuration to do RadSec rather than...
2011-03-09 Linus NordbergRename and move around a few helper functions.
2011-03-06 Linus NordbergRestructure code, moving most code out of packet.c
2011-03-06 Linus NordbergDon't free config object until we destroy the context.
2011-03-06 Linus NordbergDon't free config object until we destroy the context.
2011-03-06 Linus NordbergDo _copy_ the strings from the config object.
2011-03-06 Linus NordbergDo free the config object.
2011-03-04 Linus NordbergDo _copy_ the strings from the config object.
2011-03-04 Linus NordbergDo free the config object.
2011-02-24 Linus NordbergConfig file changes and small API changes.
2011-01-21 linusFix bug where one or two stanzas in a config file would...
2011-01-20 linusCosmetic changes to conf.c.
2010-11-11 Linus NordbergBringing up TLS connections working.
2010-11-08 Linus NordbergDon't ignore connection type configuration.
2010-10-05 Linus NordbergRename struct rs_handle --> rs_context.
2010-10-04 Linus NordbergRename top level token "realm" --> "config".
2010-10-03 Linus NordbergWIP -- reading configuration.