summaryrefslogtreecommitdiff
path: root/lib/examples
Commit message (Collapse)AuthorAgeFilesLines
* Add (disabled) linkage to libefence.Linus Nordberg2011-03-081-1/+1
|
* examples/client-blocking: pull out the error before freeing conn.Linus Nordberg2011-03-081-1/+3
|
* Clean up struct rs_error somewhat.Linus Nordberg2011-03-081-1/+1
| | | | More to be done here!
* examples/client-blocking.c: Clean up and improve error handling.Linus Nordberg2011-03-071-37/+31
|
* UDP w/o bufferevents, part 1.Linus Nordberg2011-03-061-3/+3
| | | | Sending, no retransmitting and no receiving.
* Rename relevant functions to reflect authn as opposed to authz.Linus Nordberg2011-02-281-2/+2
| | | | Also add a "bare" create request function.
* API changes: rs_client* --> rs_peer.Linus Nordberg2011-02-281-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 Nordberg2011-02-251-5/+5
|
* Split example config in two files.Linus Nordberg2011-02-242-0/+24
|
* Split example config in two files.Linus Nordberg2011-02-241-30/+0
|
* Use AM_CFLAGS when setting CFLAGS.Linus Nordberg2011-02-191-1/+1
|
* Do build examples with -Wall -g.Linus Nordberg2011-02-041-2/+2
|
* Initialize pointer in example program before trusting it.Linus Nordberg2011-02-041-5/+6
|
* Pick usage of struct request in example code at run time.Linus Nordberg2011-02-022-23/+29
|
* Follow API changes.linus2011-01-211-3/+3
|
* Use standard RadSec port in example config.Linus Nordberg2010-11-111-1/+1
|
* Bringing up TLS connections working.Linus Nordberg2010-11-111-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 Nordberg2010-10-281-1/+1
|
* "Thou shalt not follow the NULL pointer, for chaos and madness awaitLinus Nordberg2010-10-281-6/+10
| | | | thee at its end."
* Have rad_decode() verify responses.Luke Howard2010-10-111-4/+10
|
* Rename rs_req_* --> rs_request_.Linus Nordberg2010-10-101-2/+2
| | | | Contributed by Luke Howard.
* Rename struct rs_handle --> rs_context.Linus Nordberg2010-10-051-1/+1
|
* Autotoolize.Linus Nordberg2010-10-052-15/+8
|
* Rename top level token "realm" --> "config".Linus Nordberg2010-10-041-1/+1
|
* WIP -- reading configuration.Linus Nordberg2010-10-043-15/+28
|
* WIPLinus Nordberg2010-10-032-5/+8
|
* WIPLinus Nordberg2010-10-031-9/+15
|
* Rename the error functions.Linus Nordberg2010-10-031-9/+9
|
* WIP -- prepare for request objects.Linus Nordberg2010-10-032-3/+20
|
* WIPLinus Nordberg2010-10-032-10/+1
|
* WIP.Linus Nordberg2010-10-022-2/+2
|
* WIPLinus Nordberg2010-10-022-10/+14
|
* WIP -- example client sending and receiving Access-Request/Accept.Linus Nordberg2010-10-011-6/+11
|
* Refactoring in preparation for handling more cases than client sending one ↵Linus Nordberg2010-09-291-5/+15
| | | | packet.
* * lib/examples/client.c: Use UDP.Linus Nordberg2010-09-291-1/+1
|
* WIP -- connecting and sending a packet using libevent.Linus Nordberg2010-09-292-11/+3
|
* WIP -- resolving, crafting packet.Linus Nordberg2010-09-292-3/+7
|
* WIP.Linus Nordberg2010-09-282-16/+34
|
* WIP on libradsec: 94e3f46 Example client crafting simple packet using ↵Linus Nordberg2010-09-272-79/+20
| | | | freeradius-libradius.
* Example client crafting simple packet using freeradius-libradius.Linus Nordberg2010-09-262-0/+108
|
* Rename rs_config to rs_handle.Linus Nordberg2010-09-152-4/+4
| | | | A configuration will be something else.
* Add a lost comment.Linus Nordberg2010-09-131-0/+2
|
* First stab at a working blocking example.Linus Nordberg2010-09-133-0/+82