= ABAC = [[TOC]] The ABAC project collects several useful pieces of software implementing Attribute-Based Access Control. * libabac, a linkable C/C++ library * libcreddy, a linkable C/C++ library for X.509 identity and attribute certificate management * Perl and Python bindings to libabac and libcreddy * a [wiki:JavaSupport native Java] reimplementation of libabac * an XML-RPC pre-prover * creddy, a command line interface to libcreddy == News == See the ChangeLog for details about each release * 2011-03-30: ABAC 0.1.3 released * 2010-10-01: ABAC 0.1.2 released * ~~2010-09-17~~ 2010-09-20: ABAC 0.1.1 released * '''Update:''' We fixed a one-line bug in creddy. If you downloaded this over the weekend, please fetch it again. == Source == Grab the latest tarball from http://abac.deterlab.net/src/abac-0.1.3.tgz (released 2011-03-30) Older versions available from http://abac.deterlab.net/src/ Browse the source using Trac's [/browser internal browser]. == Installation and Documentation == * [source:/doc/INSTALL Installation instructions] * [source:/doc/dependencies Software dependencies] * [wiki:Documentation Documentation] == git / mailing list == Available via anonymous git: {{{ git clone git://abac.deterlab.net/abac.git }}} [http://lists.deterlab.net/listinfo/abac-dev dev mailing list]: If you're using anything out of git, you should be on it. It's low-volume, I promise! == Who == * Mike Ryan mikeryan@ISI.EDU * Ted Faber faber@ISI.EDU * John Wroclawski jtw@ISI.EDU * Steve Schwab schwab@ISI.EDU