Download List

프로젝트 설명

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.

System Requirements

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

시작할 때 캐시에 파일을 밀어 종료가 실패했습니다. 커맨드 라인 옵션은 - 무시 이것을 방지하기 위해 추가되었습니다. 버전 명령은 이제 버전 번호에 시간이 기능을 컴파일 추가합니다. 미성년자는 버그수정.
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

help 명령은 명령에 대한 온라인 도움말을 보낼 수 변경되었습니다. 사소한 버그가 수정되었습니다.
The HELP command was changed to send online help for commands. A few minor bugs were fixed.

2010-10-25 08:51
2.18

이 버전은 서버를 통해 문의 열쇠 글을 회수하러 열기 및 저장 명령에 - 문의해 옵션을 추가합니다. 또한 추가의 열쇠 글은 Base64로 인코딩되어 있는지 지정하는 - Base64로 옵션입니다. 일부 버그수정가 있습니다.
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

이 버전은 오히려 설정 명령으로 옵션을 설정보다 명령 옵션을 소개합니다. 둘 다 지원되지만, 설정 명령이 명령에서 사용할 수있는 옵션이 사용 중지됩니다. 복사 명령에 버그가 해결되었습니다. 더 많은 명령어 수정된 요소의 _mtime 속성을 업데이 트하십시오. pinentry의 segfault가 해결되었습니다. 데이터 파일의 기존 암호를 재사용 해결되었습니다.
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

이 릴리스 할 때 고객이 다른 파일을 같은 연결을 사용하여 여는 RC_ON_LOCKED과 LOCK_ON_OPEN 옵션에 대한 수정 프로그램을했습니다.
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