summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* port to new RADIUS client libraryLuke Howard2011-11-141-1/+3
|
* Export only symbols listed in radsec.sym.Linus Nordberg2011-07-181-1/+1
|
* Treat warnings as errors when compiling libradsec.Linus Nordberg2011-07-181-1/+1
|
* Remove struct rs_attr and all use of it.Linus Nordberg2011-03-141-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 Nordberg2011-03-101-1/+1
|
* Disable DEBUG.Linus Nordberg2011-03-101-1/+1
|
* Restructure code, moving most code out of packet.cLinus Nordberg2011-03-061-1/+5
| | | | Also, move copyright notice out of COPYING and into every file.
* UDP w/o bufferevents, part 1.Linus Nordberg2011-03-061-1/+2
| | | | Sending, no retransmitting and no receiving.
* API changes: rs_client* --> rs_peer.Linus Nordberg2011-02-281-0/+1
| | | | | Move peer (former server) things to new file peer.c. Update examples.
* Config file changes and small API changes.Linus Nordberg2011-02-241-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 Nordberg2011-02-191-1/+1
|
* Compile with -Wall and -g.linus2011-01-211-0/+1
|
* Cosmetic changes.linus2011-01-171-0/+1
|
* Disable debugging.Linus Nordberg2010-11-111-1/+1
|
* Build even when not configured with `--enable-tls'.Linus Nordberg2010-11-111-3/+7
|
* Bringing up TLS connections working.Linus Nordberg2010-11-111-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 Nordberg2010-10-191-0/+1
|
* Disable debug printouts.Linus Nordberg2010-10-051-1/+1
|
* Parameterize and disable libevent debug printouts.Linus Nordberg2010-10-051-1/+1
|
* Autotoolize.Linus Nordberg2010-10-051-0/+18