summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Guus Sliepen [Sat, 24 Jan 2009 20:13:47 +0000 (21:13 +0100)]
find_certificates() returns a vector of const pointers.
Guus Sliepen [Sat, 24 Jan 2009 20:12:48 +0000 (21:12 +0100)]
Make libfides quiet unless FIDES_DEBUG is defined to true.
Guus Sliepen [Sat, 24 Jan 2009 19:22:59 +0000 (20:22 +0100)]
Some more const.
Guus Sliepen [Sat, 24 Jan 2009 16:31:21 +0000 (17:31 +0100)]
Make things const where appropriate.
Guus Sliepen [Sat, 24 Jan 2009 15:53:23 +0000 (16:53 +0100)]
Fix #includes and copyright statements.
Guus Sliepen [Sat, 24 Jan 2009 15:38:40 +0000 (16:38 +0100)]
Autoconfiscation.
Guus Sliepen [Thu, 22 Jan 2009 14:44:12 +0000 (15:44 +0100)]
Update to a somewhat usable version.
Details about this version:
- It is written in C++.
- There is a fides class which implements all functionality.
- It compiles to a command line version that allows you to test functionality.
- It automatically creates a database in $HOME/.fides/.
- It deals with trust and authorisation certificates.
- It has a very simple web-of-trust implementation.
Guus Sliepen [Thu, 22 Jan 2009 14:43:52 +0000 (15:43 +0100)]
Add file describing some of the ideas behind fides.
Guus Sliepen [Mon, 29 Dec 2008 21:21:38 +0000 (22:21 +0100)]
Start of fides.