summaryrefslogtreecommitdiff
path: root/lib/examples/client-blocking.c
Commit message (Collapse)AuthorAgeFilesLines
* API AND CONFIG CHANGE: rs_context_create() doesn't take DICT any more.Linus Nordberg2011-03-211-4/+10
| | | | | | | Use rs_context_create() to read FreeRADIUS dictionary, possibly by taking dict file from configuration file. CONFIG CHANGE: s/config/realm/g.
* Verify result in example program. Also, don't leak a package.Linus Nordberg2011-03-141-1/+9
|
* Don't double free in example code.Linus Nordberg2011-03-131-6/+2
|
* Change user name in example code.Linus Nordberg2011-03-131-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
|
* 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
|
* 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-021-22/+28
|
* Follow API changes.linus2011-01-211-3/+3
|
* "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
|
* WIP -- reading configuration.Linus Nordberg2010-10-041-13/+16
|
* WIPLinus Nordberg2010-10-031-4/+5
|
* WIPLinus Nordberg2010-10-031-9/+15
|
* Rename the error functions.Linus Nordberg2010-10-031-9/+9
|
* WIP -- prepare for request objects.Linus Nordberg2010-10-031-2/+17
|
* WIPLinus Nordberg2010-10-031-9/+0
|
* WIP.Linus Nordberg2010-10-021-1/+1
|
* WIPLinus Nordberg2010-10-021-0/+80