summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
Commit message (Collapse)AuthorAge
* Move lib to the root.Linus Nordberg2014-02-05
|
* Don't use deprecated 'INCLUDES' variable in Makefile.am files.Linus Nordberg2013-12-20
|
* Distribute new CHANGES file.Linus Nordberg2013-12-18
|
* Have the library depend on radsec.sym.Linus Nordberg2013-05-17
|
* Merge branch 'libradsec-add-avp-2' into libradsecLinus Nordberg2013-05-17
|\ | | | | | | | | Conflicts: lib/Makefile.am
| * Export rs_packet_add_avp() and set library revision.Linus Nordberg2013-05-08
| | | | | | | | | | Correct library revision is 1:0:1, given that the last "released" library was 0:0:0. (The current 1:0:0 is wrong.)
* | Revert "Bump library interface revision."Linus Nordberg2013-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So there were two things wrong with that commit. 1. Library interface revision should be bumped only immediately before a public release. 2. Given the changes in the library, it should change to 0:1:0 since the interface didn't change (including not being extended). This reverts commit b9e967b3cde6af41cd0e863e9ff073897019625a. Conflicts: lib/Makefile.am
* | Clarify and reformat comments on how to use Libtool's -version-info.Linus Nordberg2013-05-08
| |
* | Pass make distcheck.Linus Nordberg2013-05-08
| |
* | Don't include tests in SUBIDRS after all.Linus Nordberg2013-05-08
| | | | | | | | | | It requires a running radius server. That's not a nice thing to require for something like distcheck.
* | Initial RPM packagingLinus Nordberg2013-05-08
| | | | | | | | | | | | | | | | | | | | | | Adapted from commit 8ff4e9ab2308fc6ee1e9b140d85ba45eff5287ce Author: Sam hartman <hartmans@painless-security.com> Date: Mon Oct 10 15:25:11 2011 +0100 Conflicts: lib/Makefile.am lib/configure.ac
* | Add 'tests' to SUBDIRS to make 'make check' work.Linus Nordberg2013-05-08
|/
* Build include before building '.'Linus Nordberg2013-05-07
| | | | Patch by Sam Hartman (ff1af013 in moonshot).
* Bump library interface revision.Linus Nordberg2013-05-06
| | | | | | | Commit edf4c047 claimed it did this but didn't really do it. Should really have been done as part of bumping the library version (0.0.2.dev in configure.ac).
* Compile with -Werror.Linus Nordberg2013-01-22
|
* Add md5.[ch] for when we are configured without OpenSSL.Linus Nordberg2013-01-22
| | | | | | | | | | | This is Solar Designers implementation from http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5 . RS_MD5Transform goes away since it's not in md5.h. It's not used in lib/radius/. Might want to move this into lib/radius/ if we end up not using it in lib/.
* Revive radsecproxy.h and hostport_types.h and move rsp_* into radsecproxy/.Linus Nordberg2013-01-22
|
* Rename COPYING -> LICENSE.Linus Nordberg2012-12-19
| | | | And distribute LICENSE and HACKING.
* Merge libradsec-new-client.Linus Nordberg2012-04-27
|\
| * port new RADIUS library to WindowsLuke Howard2011-11-14
| | | | | | | | | | | | | | | | Conflicts: lib/configure.ac lib/include/radsec/radsec.h lib/radius/client.h
| * port to new RADIUS client libraryLuke Howard2011-11-14
| |
* | Add util.h and util.c.Linus Nordberg2012-04-26
| |
* | Bump library interface revision.Linus Nordberg2012-01-24
|/ | | | | Should really have been done as part of bumping the library version (0.0.2.dev in configure.ac).
* Export only symbols listed in radsec.sym.Linus Nordberg2011-07-18
|
* Treat warnings as errors when compiling libradsec.Linus Nordberg2011-07-18
|
* Remove struct rs_attr and all use of it.Linus Nordberg2011-03-14
| | | | | | | 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-10
|
* Disable DEBUG.Linus Nordberg2011-03-10
|
* Restructure code, moving most code out of packet.cLinus Nordberg2011-03-06
| | | | Also, move copyright notice out of COPYING and into every file.
* UDP w/o bufferevents, part 1.Linus Nordberg2011-03-06
| | | | Sending, no retransmitting and no receiving.
* API changes: rs_client* --> rs_peer.Linus Nordberg2011-02-28
| | | | | Move peer (former server) things to new file peer.c. Update examples.
* Config file changes and small API changes.Linus Nordberg2011-02-24
| | | | | | | | '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-19
|
* Compile with -Wall and -g.linus2011-01-21
|
* Cosmetic changes.linus2011-01-17
|
* Disable debugging.Linus Nordberg2010-11-11
|
* Build even when not configured with `--enable-tls'.Linus Nordberg2010-11-11
|
* Bringing up TLS connections working.Linus Nordberg2010-11-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-19
|
* Disable debug printouts.Linus Nordberg2010-10-05
|
* Parameterize and disable libevent debug printouts.Linus Nordberg2010-10-05
|
* Autotoolize.Linus Nordberg2010-10-05