Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Export only symbols listed in radsec.sym. | Linus Nordberg | 2011-07-18 | 1 | -1/+1 |
| | |||||
* | Treat warnings as errors when compiling libradsec. | Linus Nordberg | 2011-07-18 | 1 | -1/+1 |
| | |||||
* | Remove struct rs_attr and all use of it. | Linus Nordberg | 2011-03-14 | 1 | -1/+0 |
| | | | | | | | A new API for attributes will be added once we've decided how to deal with RADIUS packets internally. For now, removing the half baked wrapping seems more sensible than trying to free rs_attr objects and their VALUE_PAIR's. | ||||
* | Remove -Werror since we still have some warnings in radsecproxy. | Linus Nordberg | 2011-03-10 | 1 | -1/+1 |
| | |||||
* | Disable DEBUG. | Linus Nordberg | 2011-03-10 | 1 | -1/+1 |
| | |||||
* | Restructure code, moving most code out of packet.c | Linus Nordberg | 2011-03-06 | 1 | -1/+5 |
| | | | | Also, move copyright notice out of COPYING and into every file. | ||||
* | UDP w/o bufferevents, part 1. | Linus Nordberg | 2011-03-06 | 1 | -1/+2 |
| | | | | Sending, no retransmitting and no receiving. | ||||
* | API changes: rs_client* --> rs_peer. | Linus Nordberg | 2011-02-28 | 1 | -0/+1 |
| | | | | | Move peer (former server) things to new file peer.c. Update examples. | ||||
* | Config file changes and small API changes. | Linus Nordberg | 2011-02-24 | 1 | -1/+1 |
| | | | | | | | | 'timeout' and 'tries' move from 'server' stanza to top. 'tries' is now 'retries'. Moving around in internal data structs, making struct peer strictly config. Bug fixes in configuration code. Adding some more cleanup code, freeing allocated memory (still not done!). | ||||
* | Use AM_CFLAGS when setting CFLAGS. | Linus Nordberg | 2011-02-19 | 1 | -1/+1 |
| | |||||
* | Compile with -Wall and -g. | linus | 2011-01-21 | 1 | -0/+1 |
| | |||||
* | Cosmetic changes. | linus | 2011-01-17 | 1 | -0/+1 |
| | |||||
* | Disable debugging. | Linus Nordberg | 2010-11-11 | 1 | -1/+1 |
| | |||||
* | Build even when not configured with `--enable-tls'. | Linus Nordberg | 2010-11-11 | 1 | -3/+7 |
| | |||||
* | Bringing up TLS connections working. | Linus Nordberg | 2010-11-11 | 1 | -2/+11 |
| | | | | | | | 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. | ||||
* | Move connection related functions to conn.c. | Linus Nordberg | 2010-10-19 | 1 | -0/+1 |
| | |||||
* | Disable debug printouts. | Linus Nordberg | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | Parameterize and disable libevent debug printouts. | Linus Nordberg | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | Autotoolize. | Linus Nordberg | 2010-10-05 | 1 | -0/+18 |