Fix handling of invalid groups and ACL's.
[pwmd.git] / KnownBugs
blobe04bbc58da5055d2bb9b59571da55069ff24b195
1 When inquiring data from a client via a pinentry loopback, the client must be
2 sure to use the INQUIRE_MAXLEN status message and to not exceed its value when
3 sending its data. Otherwise, the exceeded data will be buffered and sent as
4 commands to gpg-agent after gpg-agent has returned it's error stating that the
5 maximum length has been encountered.
7 Long running gpg-agent commands (genkey, for example) may cause pwmd cache
8 commands to block until the gpg-agent command has completed in the other
9 client. This may cause problems with keepalives. The fix is to use libgpgme
10 which can send a status message for all gpg operations.