Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove rs_packet_frpkt | Luke Howard | 2011-11-14 | 1 | -3/+2 |
| | |||||
* | remove rs_context_init_freeradius_dict | Luke Howard | 2011-11-14 | 1 | -4/+0 |
| | |||||
* | port to new RADIUS client library | Luke Howard | 2011-11-14 | 1 | -1/+2 |
| | |||||
* | examples/client.conf: Correct key file. | Linus Nordberg | 2011-04-01 | 1 | -1/+1 |
| | |||||
* | Don't install example programs. | Linus Nordberg | 2011-03-25 | 1 | -1/+1 |
| | |||||
* | Add tests/demoCA and use certs and key in there for the examples. | Linus Nordberg | 2011-03-25 | 1 | -4/+3 |
| | |||||
* | API AND CONFIG CHANGE: rs_context_create() doesn't take DICT any more. | Linus Nordberg | 2011-03-21 | 3 | -16/+25 |
| | | | | | | | 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 Nordberg | 2011-03-14 | 1 | -1/+9 |
| | |||||
* | Don't double free in example code. | Linus Nordberg | 2011-03-13 | 1 | -6/+2 |
| | |||||
* | Change user name in example code. | Linus Nordberg | 2011-03-13 | 1 | -1/+1 |
| | |||||
* | Add (disabled) linkage to libefence. | Linus Nordberg | 2011-03-08 | 1 | -1/+1 |
| | |||||
* | examples/client-blocking: pull out the error before freeing conn. | Linus Nordberg | 2011-03-08 | 1 | -1/+3 |
| | |||||
* | Clean up struct rs_error somewhat. | Linus Nordberg | 2011-03-08 | 1 | -1/+1 |
| | | | | More to be done here! | ||||
* | examples/client-blocking.c: Clean up and improve error handling. | Linus Nordberg | 2011-03-07 | 1 | -37/+31 |
| | |||||
* | UDP w/o bufferevents, part 1. | Linus Nordberg | 2011-03-06 | 1 | -3/+3 |
| | | | | Sending, no retransmitting and no receiving. | ||||
* | Rename relevant functions to reflect authn as opposed to authz. | Linus Nordberg | 2011-02-28 | 1 | -2/+2 |
| | | | | Also add a "bare" create request function. | ||||
* | API changes: rs_client* --> rs_peer. | Linus Nordberg | 2011-02-28 | 1 | -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 Nordberg | 2011-02-25 | 1 | -5/+5 |
| | |||||
* | Split example config in two files. | Linus Nordberg | 2011-02-24 | 2 | -0/+24 |
| | |||||
* | Split example config in two files. | Linus Nordberg | 2011-02-24 | 1 | -30/+0 |
| | |||||
* | Use AM_CFLAGS when setting CFLAGS. | Linus Nordberg | 2011-02-19 | 1 | -1/+1 |
| | |||||
* | Do build examples with -Wall -g. | Linus Nordberg | 2011-02-04 | 1 | -2/+2 |
| | |||||
* | Initialize pointer in example program before trusting it. | Linus Nordberg | 2011-02-04 | 1 | -5/+6 |
| | |||||
* | Pick usage of struct request in example code at run time. | Linus Nordberg | 2011-02-02 | 2 | -23/+29 |
| | |||||
* | Follow API changes. | linus | 2011-01-21 | 1 | -3/+3 |
| | |||||
* | Use standard RadSec port in example config. | Linus Nordberg | 2010-11-11 | 1 | -1/+1 |
| | |||||
* | Bringing up TLS connections working. | Linus Nordberg | 2010-11-11 | 1 | -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 Nordberg | 2010-10-28 | 1 | -1/+1 |
| | |||||
* | "Thou shalt not follow the NULL pointer, for chaos and madness await | Linus Nordberg | 2010-10-28 | 1 | -6/+10 |
| | | | | thee at its end." | ||||
* | Have rad_decode() verify responses. | Luke Howard | 2010-10-11 | 1 | -4/+10 |
| | |||||
* | Rename rs_req_* --> rs_request_. | Linus Nordberg | 2010-10-10 | 1 | -2/+2 |
| | | | | Contributed by Luke Howard. | ||||
* | Rename struct rs_handle --> rs_context. | Linus Nordberg | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | Autotoolize. | Linus Nordberg | 2010-10-05 | 2 | -15/+8 |
| | |||||
* | Rename top level token "realm" --> "config". | Linus Nordberg | 2010-10-04 | 1 | -1/+1 |
| | |||||
* | WIP -- reading configuration. | Linus Nordberg | 2010-10-04 | 3 | -15/+28 |
| | |||||
* | WIP | Linus Nordberg | 2010-10-03 | 2 | -5/+8 |
| | |||||
* | WIP | Linus Nordberg | 2010-10-03 | 1 | -9/+15 |
| | |||||
* | Rename the error functions. | Linus Nordberg | 2010-10-03 | 1 | -9/+9 |
| | |||||
* | WIP -- prepare for request objects. | Linus Nordberg | 2010-10-03 | 2 | -3/+20 |
| | |||||
* | WIP | Linus Nordberg | 2010-10-03 | 2 | -10/+1 |
| | |||||
* | WIP. | Linus Nordberg | 2010-10-02 | 2 | -2/+2 |
| | |||||
* | WIP | Linus Nordberg | 2010-10-02 | 2 | -10/+14 |
| | |||||
* | WIP -- example client sending and receiving Access-Request/Accept. | Linus Nordberg | 2010-10-01 | 1 | -6/+11 |
| | |||||
* | Refactoring in preparation for handling more cases than client sending one ↵ | Linus Nordberg | 2010-09-29 | 1 | -5/+15 |
| | | | | packet. | ||||
* | * lib/examples/client.c: Use UDP. | Linus Nordberg | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | WIP -- connecting and sending a packet using libevent. | Linus Nordberg | 2010-09-29 | 2 | -11/+3 |
| | |||||
* | WIP -- resolving, crafting packet. | Linus Nordberg | 2010-09-29 | 2 | -3/+7 |
| | |||||
* | WIP. | Linus Nordberg | 2010-09-28 | 2 | -16/+34 |
| | |||||
* | WIP on libradsec: 94e3f46 Example client crafting simple packet using ↵ | Linus Nordberg | 2010-09-27 | 2 | -79/+20 |
| | | | | freeradius-libradius. | ||||
* | Example client crafting simple packet using freeradius-libradius. | Linus Nordberg | 2010-09-26 | 2 | -0/+108 |
| |