aboutsummaryrefslogtreecommitdiffstats
path: root/common/errors.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * certlist.c (gpgsm_add_to_certlist): Check that the specifiedWerner Koch2002-02-071-0/+1
| | | | | | | | | | | | | | | | name identifies a certificate unambiguously. (gpgsm_find_cert): Ditto. * server.c (cmd_listkeys): Check that the data stream is available. (cmd_listsecretkeys): Ditto. (has_option): New. (cmd_sign): Fix ambiguousity in option recognition. * gpgsm.c (main): Enable --logger-fd. * encrypt.c (gpgsm_encrypt): Increased buffer size for better performance. * call-agent.c (gpgsm_agent_pksign): Check the S-Exp received from the agent. * keylist.c (list_cert_colon): Filter out control characters.
* Added a few more error codesWerner Koch2002-01-311-0/+3
|
* * certpath.c (unknown_criticals): New.Werner Koch2002-01-221-0/+4
| | | | | | | (allowed_ca): New. (gpgsm_validate_path): Check validity, CA attribute, path length and unknown critical extensions.
* More error codes and mappingsWerner Koch2002-01-191-0/+1
|
* * maperror.c: Add mapping for Not_Trusted.Werner Koch2002-01-151-0/+2
|
* * maperror.c (map_assuan_err): Codes for CRLWerner Koch2002-01-111-1/+6
|
* *** empty log message ***Werner Koch2002-01-101-0/+2
|
* * maperror.c (map_gcry_err): Add some mappings.Werner Koch2001-12-201-0/+3
|
* new error codesWerner Koch2001-12-111-0/+1
|
* The Agent does now call the pin entry program; however because we haveWerner Koch2001-12-101-0/+4
| | | | | | not yet implemeted secret key protection, its purpose is somewhat limited. Well, the PIN entry modules can now be tested.
* More error codesWerner Koch2001-12-061-0/+3
|
* New error codes and another mapping fnc.Werner Koch2001-12-051-0/+3
|
* More error codesWerner Koch2001-11-261-0/+4
|
* The agent does now work and read the secret keys from the directoryWerner Koch2001-11-251-1/+9
| | | | | | ~/.gnupg-test/private-keys-v1.d/<keygrip-as-20-byte-hex-number>. I will post a sample key to gpa-dev.
* Added new directory common to enable sharing of some code and errorWerner Koch2001-11-241-0/+122
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there.