Constify the MD5 implementation.
[libradsec.git] / lib / examples /
2013-05-08 Linus NordbergRevert "Add formal argument 'secret' to two public...
2013-01-24 Linus NordbergAdd PSK example in examples/client.conf.
2013-01-23 Linus NordbergNew demo CA for tests.
2013-01-23 Linus NordbergAdd some info on usage modes.
2013-01-22 Linus NordbergRemove unnecessary #includes.
2013-01-22 Linus NordbergCompile with -Werror.
2013-01-21 Linus NordbergMerge branch 'libradsec-new-client' into libradsec
2012-12-17 Linus NordbergAdd formal argument 'secret' to two public functions.
2012-12-17 Linus NordbergExample code: Print a little bit more helpful informati...
2012-12-17 Linus NordbergExample code: Don't create rs_error on failing context...
2012-04-27 Linus NordbergMerge libradsec-new-client.
2012-04-26 Linus NordbergHandle failing rs_context_create().
2012-01-31 Linus NordbergImplement TLS-PSK.
2012-01-24 Linus NordbergBe user friendly in example program.
2012-01-24 Linus NordbergAdd TLS PSK configuration options.
2012-01-19 Linus NordbergCosmetic changes.
2011-11-14 Luke Howardremove dictionary configuration parameter
2011-11-14 Luke Howardremove rs_packet_frpkt
2011-11-14 Luke Howardremove rs_context_init_freeradius_dict
2011-11-14 Luke Howardport to new RADIUS client library
2011-04-01 Linus Nordbergexamples/client.conf: Correct key file.
2011-03-25 Linus NordbergDon't install example programs.
2011-03-25 Linus NordbergAdd tests/demoCA and use certs and key in there for...
2011-03-21 Linus NordbergAPI AND CONFIG CHANGE: rs_context_create() doesn't...
2011-03-14 Linus NordbergVerify result in example program. Also, don't leak...
2011-03-13 Linus NordbergDon't double free in example code.
2011-03-13 Linus NordbergChange user name in example code.
2011-03-12 Linus NordbergMerge branch 'udp' into libradsec.
2011-03-08 Linus NordbergAdd (disabled) linkage to libefence.
2011-03-08 Linus Nordbergexamples/client-blocking: pull out the error before...
2011-03-08 Linus NordbergClean up struct rs_error somewhat.
2011-03-07 Linus Nordbergexamples/client-blocking.c: Clean up and improve error...
2011-03-06 Linus NordbergUDP w/o bufferevents, part 1.
2011-02-28 Linus NordbergRename relevant functions to reflect authn as opposed...
2011-02-28 Linus NordbergAPI changes: rs_client* --> rs_peer.
2011-02-25 Linus NordbergAPI change. Have the request object create its own...
2011-02-24 Linus NordbergSplit example config in two files.
2011-02-24 Linus NordbergSplit example config in two files.
2011-02-19 Linus NordbergUse AM_CFLAGS when setting CFLAGS.
2011-02-04 Linus NordbergDo build examples with -Wall -g.
2011-02-04 Linus NordbergInitialize pointer in example program before trusting it.
2011-02-02 Linus NordbergPick usage of struct request in example code at run...
2011-01-21 linusFollow API changes.
2010-11-11 Linus NordbergUse standard RadSec port in example config.
2010-11-11 Linus NordbergBringing up TLS connections working.
2010-10-28 Linus NordbergUse the request object in example programs.
2010-10-28 Linus Nordberg"Thou shalt not follow the NULL pointer, for chaos...
2010-10-11 Linus NordbergMerge branch 'merge-luke' into libradsec
2010-10-11 Luke HowardHave rad_decode() verify responses.
2010-10-10 Linus NordbergRename rs_req_* --> rs_request_.
2010-10-05 Linus NordbergRename struct rs_handle --> rs_context.
2010-10-05 Linus NordbergAutotoolize.
2010-10-05 Linus NordbergAutotoolize.
2010-10-04 Linus NordbergRename top level token "realm" --> "config".
2010-10-03 Linus NordbergWIP -- reading configuration.
2010-10-03 Linus NordbergWIP
2010-10-03 Linus NordbergWIP
2010-10-03 Linus NordbergRename the error functions.
2010-10-03 Linus NordbergWIP -- prepare for request objects.
2010-10-03 Linus NordbergWIP
2010-10-02 Linus NordbergWIP.
2010-10-02 Linus NordbergWIP
2010-09-30 Linus NordbergWIP -- example client sending and receiving Access...
2010-09-29 Linus NordbergRefactoring in preparation for handling more cases...
2010-09-29 Linus Nordberg* lib/examples/client.c: Use UDP.
2010-09-29 Linus NordbergWIP -- connecting and sending a packet using libevent.
2010-09-29 Linus NordbergWIP -- resolving, crafting packet.
2010-09-28 Linus NordbergWIP.
2010-09-27 Linus NordbergWIP on libradsec: 94e3f46 Example client crafting simpl...
2010-09-25 Linus NordbergExample client crafting simple packet using freeradius...
2010-09-14 Linus NordbergRename rs_config to rs_handle.
2010-09-13 Linus NordbergAdd a lost comment.
2010-09-13 Linus NordbergFirst stab at a working blocking example.