Changes between Version 13 and Version 14 of OldWikiStart
- Timestamp:
- Mar 30, 2011 2:09:03 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OldWikiStart
v13 v14 1 1 = ABAC = 2 3 [[TOC]] 2 4 3 5 The ABAC project collects several useful pieces of software implementing Attribute-Based Access Control. … … 15 17 * '''Update:''' We fixed a one-line bug in creddy. If you downloaded this over the weekend, please fetch it again. 16 18 17 = Who = 18 19 * Mike Ryan mikeryan@ISI.EDU 20 * Ted Faber faber@ISI.EDU 21 * John Wroclawski jtw@ISI.EDU 22 * Steve Schwab schwab@ISI.EDU 23 24 = Source = 19 == Source == 25 20 26 21 Grab the latest tarball from http://abac.deterlab.net/src/abac-0.1.2.tgz (released 2010-10-01) … … 30 25 Browse the source using Trac's [/browser internal browser]. 31 26 32 === Bleeding Edge (Mailing list!) === 27 == Installation and Documentation == 28 29 * [source:/doc/INSTALL Installation instructions] 30 * [source:/doc/dependencies Software dependencies] 31 * [wiki:Documentation Documentation] 32 33 == git / mailing list == 33 34 34 35 Available via anonymous git: … … 39 40 [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! 40 41 41 = Installation=42 == Who == 42 43 43 * [source:/doc/INSTALL Installation instructions] 44 * [source:/doc/dependencies Software dependencies] 45 46 = Documentation = 47 48 * [source:/doc/design System design] 49 * [source:/doc/API libabac API] 50 * [source:/doc/creddy_API libcreddy API] 51 * [wiki:Creddy] 52 * [source:/doc/usage_scenario Usage scenario] 53 * [source:/doc/keystore Keystore format] 54 * ChangeLog 55 56 Example keystores (in source tree): 57 58 * [source:/examples/acme_rockets/README Simple Acme example] 59 * [source:/examples/experiment_create/README More complex experiment creation] 60 * [source:/examples/acme_rockets_intersection/README Acme rockets with intersection node] 61 62 Example code 63 * ABAC prover 64 * [source:/libabac/prover.c C] 65 * [source:/libabac/prover_plus.cc C++] 66 * [source:/swig/perl/abac_prover.pl Perl] 67 * [source:/swig/python/abac_prover.py Python] 68 * [source:/preprover/ XML-RPC pre-prover (Perl)] 69 * libcreddy 70 * Get keyid from a cert 71 * [source:/swig/perl/creddy_keyid.pl Perl] 72 * [source:/swig/python/creddy_keyid.py Python] 73 * [source:/swig/python/creddy_abac.py libcreddy and libabac integration (Python)] 44 * Mike Ryan mikeryan@ISI.EDU 45 * Ted Faber faber@ISI.EDU 46 * John Wroclawski jtw@ISI.EDU 47 * Steve Schwab schwab@ISI.EDU