Metadata-Version: 2.4
Name: SFLvault-server
Version: 0.9.2
Summary: Networked credentials store and authentification manager - Server
Home-page: https://www.sflvault.org
Author: Savoir-faire Linux
Author-email: contact@savoirfairelinux.com
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Dist: SQLAlchemy
Requires-Dist: venusian
Requires-Dist: zope.sqlalchemy
Requires-Dist: decorator
Requires-Dist: pyOpenSSL
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

# Welcome to SFLvault

SFLvault is a Networked credentials store and authentication manager.

It has a client/vault (server) architecture allowing to cryptographically store and organise loads of passwords for different machines and services.

To learn more, see the Project's wiki

http://sflvault.org/


SFLVault Server Release Notes
=============================

0.8.0 - 08-05-2014
------------------

* Dropped Pylons and use Python's XMLRPC library to power the server.
* Added authentication caching. (#9440)
* Improved unit test reliability.
* Save the date the secret was modified, for traceability.
* Fix namespace packaging issue.
* session_trust parameter now deprecated
