summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
Commit message (Expand)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
|\
| * Export rs_packet_add_avp() and set library revision.Linus Nordberg2013-05-08
* | Revert "Bump library interface revision."Linus Nordberg2013-05-08
* | 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
* | Initial RPM packagingLinus Nordberg2013-05-08
* | Add 'tests' to SUBDIRS to make 'make check' work.Linus Nordberg2013-05-08
|/
* Build include before building '.'Linus Nordberg2013-05-07
* Bump library interface revision.Linus Nordberg2013-05-06
* Compile with -Werror.Linus Nordberg2013-01-22
* Add md5.[ch] for when we are configured without OpenSSL.Linus Nordberg2013-01-22
* Revive radsecproxy.h and hostport_types.h and move rsp_* into radsecproxy/.Linus Nordberg2013-01-22
* Rename COPYING -> LICENSE.Linus Nordberg2012-12-19
* Merge libradsec-new-client.Linus Nordberg2012-04-27
|\
| * port new RADIUS library to WindowsLuke Howard2011-11-14
| * 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
|/
* 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
* 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
* UDP w/o bufferevents, part 1.Linus Nordberg2011-03-06
* API changes: rs_client* --> rs_peer.Linus Nordberg2011-02-28
* Config file changes and small API changes.Linus Nordberg2011-02-24
* 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
* 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