Télécharger la liste

Description du projet

Password Manager Daemon serves clients data via a Unix domain socket or over a remote TLS connection. The data is stored in an (optionally) encrypted XML file, and the client must provide the key to modify it. It has the option to use gpg-agent for key management (including smartcards). It is multi-threaded, allowing more than one client to be connected at the same time. Key retrieval may be done via a key file or a pinentry program. A key cache is used, so a client won't need to enter a passphrase each time one is required. It is very configurable. Libpwmd is also available as a separate project and is a library making it easy for applications to use Pwmd.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-01-24 12:42
2.20

Sortie en poussant un fichier dans le cache au démarrage a échoué. L'option de ligne de commande - ignore a été ajouté pour empêcher cela. La commande VERSION ajoute maintenant compiler les caractéristiques de temps pour le numéro de version. Mineure corrections de bugs.
Exit when pushing a file to the cache on startup failed. The command line option --ignore has been added to prevent this. The VERSION command now appends compile time features to the version number. Minor bugfixes.

2010-12-12 04:28
2.19

La commande HELP a été changé pour envoyer de l'aide en ligne pour les commandes. Quelques bugs mineurs ont été corrigés.
The HELP command was changed to send online help for commands. A few minor bugs were fixed.

2010-10-25 08:51
2.18

Cette version ajoute l'option en savoir davantage à l'OPEN et commandes SAVE pour récupérer le mot de passe via un serveur en savoir davantage. On a aussi ajouté l'option-base64 pour spécifier que le mot de passe est codé en Base64. Il ya quelques corrections de bugs.
This version adds the –inquire option to the OPEN and SAVE commands to retreive the passphrase via a server inquire. Also added is the –base64 option to specify that the passphrase is Base64 encoded. There are some bugfixes.

2010-09-12 04:48
2.17

Cette version introduit des options de commande plutôt que de définir les options avec la commande SET. Bien que les deux sont pris en charge, la commande SET est obsolète pour les options qui peuvent être utilisés dans une commande. Un bug dans la commande COPY a été fixé. Plus de commandes à jour l'attribut _mtime des éléments qui sont modifiés. Une erreur de segmentation pinentry a été fixé. Réutilisation de l'algorithme de chiffrement existantes d'un fichier de données a été fixée.
This version introduces command options rather than setting options with the SET command. Although both are supported, the SET command is deprecated for options that can be used in a command. A bug in the COPY command was fixed. More commands update the _mtime attribute of elements that are modified. A pinentry segfault was fixed. Reusing the existing cipher of a data file was fixed.

2010-05-17 10:10
2.15

Cette version a un correctif pour le RC_ON_LOCKED et LOCK_ON_OPEN options quand un client ouvre un autre fichier en utilisant la même connexion.
This release has a fix for the RC_ON_LOCKED and LOCK_ON_OPEN options when a client opens another file using the same connection.

Project Resources