summaryrefslogtreecommitdiff
path: root/lib/examples
Commit message (Expand)AuthorAge
* move debian directory upSam Hartman2014-03-06
* Merge remote-tracking branch 'origin/master' into debianSam Hartman2014-03-06
|\
| * Move lib to the root.Linus Nordberg2014-02-05
* | Merge tag 'libradsec-0.0.5' into debianSam Hartman2014-02-11
|\|
| * Don't use deprecated 'INCLUDES' variable in Makefile.am files.Linus Nordberg2013-12-20
| * Improve initialisation of OpenSSL PRNG.Linus Nordberg2013-12-20
* | autoreconfSam Hartman2013-09-30
* | Merge branch 'moonshot' into debianSam Hartman2013-09-30
|\|
| * Move PSK example configuration to a separate file.Linus Nordberg2013-05-17
| * Pass make distcheck.Linus Nordberg2013-05-08
| * Revert "Add formal argument 'secret' to two public functions."Linus Nordberg2013-05-08
| * Add PSK example in examples/client.conf.Linus Nordberg2013-01-24
| * New demo CA for tests.Linus Nordberg2013-01-23
| * Add some info on usage modes.Linus Nordberg2013-01-23
| * Remove unnecessary #includes.Linus Nordberg2013-01-22
| * Compile with -Werror.Linus Nordberg2013-01-22
| * Add formal argument 'secret' to two public functions.Linus Nordberg2012-12-17
| * Example code: Print a little bit more helpful information on failure.Linus Nordberg2012-12-17
| * Example code: Don't create rs_error on failing context creation.Linus Nordberg2012-12-17
| * Merge libradsec-new-client.Linus Nordberg2012-04-27
| |\
| * | Handle failing rs_context_create().Linus Nordberg2012-04-26
| * | Implement TLS-PSK.Linus Nordberg2012-01-31
| * | Be user friendly in example program.Linus Nordberg2012-01-24
| * | Add TLS PSK configuration options.Linus Nordberg2012-01-24
| * | Cosmetic changes.Linus Nordberg2012-01-19
* | | Merge remote-tracking branch 'origin/ietf-approved' into debianSam Hartman2012-09-18
|\ \ \ | | |/ | |/|
| * | remove dictionary configuration parameterLuke Howard2011-11-14
| * | remove rs_packet_frpktLuke Howard2011-11-14
| * | remove rs_context_init_freeradius_dictLuke Howard2011-11-14
| * | port to new RADIUS client libraryLuke Howard2011-11-14
| |/
* | Merge remote-tracking branch 'origin/libradsec' into HEADSam Hartman2011-12-05
|\|
| * examples/client.conf: Correct key file.Linus Nordberg2011-04-01
* | autoreconf!Sam Hartman2011-04-26
|/
* Don't install example programs.Linus Nordberg2011-03-25
* Add tests/demoCA and use certs and key in there for the examples.Linus Nordberg2011-03-25
* API AND CONFIG CHANGE: rs_context_create() doesn't take DICT any more.Linus Nordberg2011-03-21
* Verify result in example program. Also, don't leak a package.Linus Nordberg2011-03-14
* Don't double free in example code.Linus Nordberg2011-03-13
* Change user name in example code.Linus Nordberg2011-03-13
* Add (disabled) linkage to libefence.Linus Nordberg2011-03-08
* examples/client-blocking: pull out the error before freeing conn.Linus Nordberg2011-03-08
* Clean up struct rs_error somewhat.Linus Nordberg2011-03-08
* examples/client-blocking.c: Clean up and improve error handling.Linus Nordberg2011-03-07
* UDP w/o bufferevents, part 1.Linus Nordberg2011-03-06
* Rename relevant functions to reflect authn as opposed to authz.Linus Nordberg2011-02-28
* API changes: rs_client* --> rs_peer.Linus Nordberg2011-02-28
* API change. Have the request object create its own request message.Linus Nordberg2011-02-25
* Split example config in two files.Linus Nordberg2011-02-24
* Split example config in two files.Linus Nordberg2011-02-24
* Use AM_CFLAGS when setting CFLAGS.Linus Nordberg2011-02-19