Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-03-03 | Fix faulty gcc warnings | Werner Koch | 1 | -5/+4 | |
2011-02-04 | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 1 | -51/+51 | |
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again. | |||||
2010-11-26 | Remove superfluous parameter. | Werner Koch | 1 | -69/+35 | |
Make self-check interval larger | |||||
2010-03-08 | Replace use stdio by estream functions. | Werner Koch | 1 | -11/+13 | |
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2007-03-19 | Allow export to work on systems without funopen/fopencookie. | Werner Koch | 1 | -34/+96 | |
2006-12-20 | 2006-12-20 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -0/+15 | |
* base64.c: Add new members READER and WRITER in union U2. (gpgsm_create_reader): Initialise CTX->u2.reader. (gpgsm_destroy_reader): Invoke ksba_reader_release. Return early if CTX is NULL. (gpgsm_create_writer): Initialise CTX->u2.writer. (gpgsm_destroy_writer): Invoke ksba_writer_release. Return early if CTX is NULL. | |||||
2006-09-14 | Take advantage of newer gpg-error features. | Werner Koch | 1 | -1/+1 | |
2006-09-06 | The big Assuan error code removal. | Werner Koch | 1 | -4/+4 | |
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2005-07-27 | Removed directories which are only used by the 1.9 branch | Werner Koch | 1 | -624/+0 | |
2005-06-16 | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 1 | -6/+8 | |
char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now. | |||||
2004-02-13 | * encrypt.c (init_dek): Check for too weak algorithms. | Werner Koch | 1 | -6/+36 | |
* import.c (parse_p12, popen_protect_tool): New. * base64.c (gpgsm_create_reader): New arg ALLOW_MULTI_PEM. Changed all callers. (base64_reader_cb): Handle it here. (gpgsm_reader_eof_seen): New. (base64_reader_cb): Set a flag for EOF. (simple_reader_cb): Ditto. | |||||
2003-12-17 | Replaced deprecated type names. | Werner Koch | 1 | -4/+4 | |
* certdump.c (gpgsm_print_serial): Cleaned up cast use in strtoul. (gpgsm_dump_serial): Ditto. * decrypt.c (gpgsm_decrypt): Replaced ERR by RC. | |||||
2003-11-12 | Mainly changes to adjust for the changed KSBA API. | Werner Koch | 1 | -10/+11 | |
2003-06-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -0/+624 | |
'GNUPG-1-9-BRANCH'. | |||||
2003-06-04 | Update error handling to match gpg-error in CVS. | Marcus Brinkmann | 1 | -1/+1 | |
2003-06-03 | Make use of libgpg-error | Werner Koch | 1 | -7/+7 | |
2002-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -624/+0 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-03-18 | Doc fixes, moved some fizmes to TODO, fixed minor bugs. | Werner Koch | 1 | -1/+1 | |
2002-03-06 | Decryption using a Cryptoflex card does now work. | Werner Koch | 1 | -2/+3 | |
2002-01-10 | * base64.c (gpgsm_create_writer): Allow to set the object name | Werner Koch | 1 | -1/+2 | |
* server.c (cmd_genkey): New. * certreqgen.c: New. The parameter handling code has been taken from gnupg/g10/keygen.c version 1.0.6. * call-agent.c (gpgsm_agent_genkey): New. | |||||
2001-12-20 | * base64.c (base64_reader_cb): Try to detect an S/MIME body part. | Werner Koch | 1 | -1/+51 | |
* certdump.c (print_sexp): Renamed to gpgsm_dump_serial, made global. (print_time): Renamed to gpgsm_dump_time, made global. (gpgsm_dump_serial): Take a real S-Expression as argument and print the first item. * keylist.c (list_cert_colon): Ditto. * keydb.c (keydb_search_issuer_sn): Ditto. * decrypt.c (print_integer_sexp): Removed and made callers use gpgsm_dump_serial. * verify.c (print_time): Removed, made callers use gpgsm_dump_time. | |||||
2001-12-14 | * verify.c (gpgsm_verify): Add hash debug helpers | Werner Koch | 1 | -2/+2 | |
* sign.c (gpgsm_sign): Ditto. * base64.c (base64_reader_cb): Reset the linelen when we need to skip the line and adjusted test; I somehow forgot about DeMorgan. * server.c (cmd_encrypt,cmd_decrypt,cmd_sign,cmd_verify) (cmd_import): Close the FDs on success. (close_message_fd): New. (input_notify): Setting autodetect_encoding to 0 after initializing it to 0 is pretty pointless. Easy to fix. | |||||
2001-12-13 | Made decryption work in --server mode, allow output of plain base64, | Werner Koch | 1 | -1/+2 | |
allow --armor and --base64 arguments for INPUT and OUTPUT, new global option --base64, cleaned up the help page. | |||||
2001-12-12 | * gpgsm.c (main): New options --assume-{armor,base64,binary}. | Werner Koch | 1 | -4/+20 | |
* base64.c (base64_reader_cb): Fixed non-autodetection mode. | |||||
2001-12-06 | Decryption does now work | Werner Koch | 1 | -5/+0 | |
2001-11-27 | --armor does now produce PEM format. | Werner Koch | 1 | -11/+170 | |
2001-11-27 | * base64.c: New. Changed all other functions to use this instead | Werner Koch | 1 | -60/+134 | |
of direct creation of ksba_reader/writer. * gpgsm.c (main): Set ctrl.auto_encoding unless --no-armor is used. This way we can feed PEM encoded stuff to --verify. | |||||
2001-11-24 | Added new directory common to enable sharing of some code and error | Werner Koch | 1 | -2/+2 | |
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. | |||||
2001-11-19 | Write status output, make verify work in server mode. | Werner Koch | 1 | -1/+1 | |
2001-11-19 | gpgsm --verify does now work like gpg including the | Werner Koch | 1 | -10/+178 | |
--enable-special-filenames option. | |||||
2001-11-13 | We have reached a state where we are able to import certs and | Werner Koch | 1 | -183/+17 | |
check the certification path. | |||||
2001-11-10 | we are now able to check self-signed certificates | Werner Koch | 1 | -41/+153 | |
2001-11-07 | Implemented server main loop and started with import command. | Werner Koch | 1 | -0/+213 | |