Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | Updated FSF's address. | Werner Koch | 2006-06-20 | 1 | -1/+2 |
| | |||||
* | (STATUS_NEWSIG): New. | Werner Koch | 2004-04-05 | 1 | -1/+2 |
| | |||||
* | Added STATUS_IMPORT_OK. | Werner Koch | 2004-02-17 | 1 | -0/+1 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-08-05 | 1 | -0/+110 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 1 | -192/+0 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | * errors.h: Added STATUS_IMPORT_PROBLEM. | Werner Koch | 2002-08-21 | 1 | -0/+1 |
| | |||||
* | Renamed an error code. | Werner Koch | 2002-08-16 | 1 | -1/+1 |
| | |||||
* | Various changes. | Werner Koch | 2002-06-12 | 1 | -2/+4 |
| | |||||
* | * keylist.c (list_internal_keys): Renamed from gpgsm_list_keys. | Werner Koch | 2002-05-21 | 1 | -1/+3 |
| | | | | | | | | | | | (list_external_keys): New. (gpgsm_list_keys): Dispatcher for above. * call-dirmngr.c (lookup_cb,pattern_from_strlist) (gpgsm_dirmngr_lookup): New. * server.c (option_handler): Handle new option --list-mode. (do_listkeys): Handle options and actually use the mode argument. (get_status_string): New code TRUNCATED. | ||||
* | * errors.h: Added STARUS_EXPSIG and STATUS_EXPKEYSIG.NEWPG-0-3-6 | Werner Koch | 2002-05-03 | 1 | -0/+3 |
| | |||||
* | * certlist.c (cert_usable_p): New. | Werner Koch | 2002-04-12 | 1 | -0/+1 |
| | | | | | | | | | | | | (gpgsm_cert_use_sign_p,gpgsm_cert_use_encrypt_p): New. (gpgsm_cert_use_verify_p,gpgsm_cert_use_decrypt_p): New. (gpgsm_add_to_certlist): Check the key usage. * sign.c (gpgsm_sign): Ditto. * verify.c (gpgsm_verify): Print a message wehn an unsuitable certificate was used. * decrypt.c (gpgsm_decrypt): Ditto * keylist.c (print_capabilities): Determine values from the cert. | ||||
* | More error codes | Werner Koch | 2002-03-12 | 1 | -0/+2 |
| | |||||
* | We got more error codes than actual code ;-) | Werner Koch | 2002-03-05 | 1 | -0/+1 |
| | |||||
* | Changes needed to support smartcards. Well, only _support_. There is | Werner Koch | 2002-02-28 | 1 | -0/+5 |
| | | | | | no real code yet. | ||||
* | * certpath.c (check_cert_policy): New. | Werner Koch | 2002-02-19 | 1 | -0/+2 |
| | | | | | | | | (gpgsm_validate_path): And call it from here. * gpgsm.c (main): New options --policy-file, --disable-policy-checks and --enable-policy-checks. * gpgsm.h (opt): Added policy_file, no_policy_checks. | ||||
* | More error codes | Werner Koch | 2002-02-18 | 1 | -0/+1 |
| | |||||
* | * fopencookie.c: Dummy function. | Werner Koch | 2002-02-12 | 1 | -1/+7 |
| | | | | | | | | * vasprintf.c: New. Taken from binutils-2.9.1 and dropped all non ANSI-C stuff. Merged with asprintf version. * no-pth.c: New. | ||||
* | * certlist.c (gpgsm_add_to_certlist): Check that the specified | Werner Koch | 2002-02-07 | 1 | -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 codes | Werner Koch | 2002-01-31 | 1 | -0/+3 |
| | |||||
* | * certpath.c (unknown_criticals): New. | Werner Koch | 2002-01-22 | 1 | -0/+4 |
| | | | | | | | (allowed_ca): New. (gpgsm_validate_path): Check validity, CA attribute, path length and unknown critical extensions. | ||||
* | More error codes and mappings | Werner Koch | 2002-01-19 | 1 | -0/+1 |
| | |||||
* | * maperror.c: Add mapping for Not_Trusted. | Werner Koch | 2002-01-15 | 1 | -0/+2 |
| | |||||
* | * maperror.c (map_assuan_err): Codes for CRL | Werner Koch | 2002-01-11 | 1 | -1/+6 |
| | |||||
* | *** empty log message *** | Werner Koch | 2002-01-10 | 1 | -0/+2 |
| | |||||
* | * maperror.c (map_gcry_err): Add some mappings. | Werner Koch | 2001-12-20 | 1 | -0/+3 |
| | |||||
* | new error codes | Werner Koch | 2001-12-11 | 1 | -0/+1 |
| | |||||
* | The Agent does now call the pin entry program; however because we have | Werner Koch | 2001-12-10 | 1 | -0/+4 |
| | | | | | | not yet implemeted secret key protection, its purpose is somewhat limited. Well, the PIN entry modules can now be tested. | ||||
* | More error codes | Werner Koch | 2001-12-06 | 1 | -0/+3 |
| | |||||
* | New error codes and another mapping fnc. | Werner Koch | 2001-12-05 | 1 | -0/+3 |
| | |||||
* | More error codes | Werner Koch | 2001-11-26 | 1 | -0/+4 |
| | |||||
* | The agent does now work and read the secret keys from the directory | Werner Koch | 2001-11-25 | 1 | -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 error | Werner Koch | 2001-11-24 | 1 | -0/+122 |
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. |