aboutsummaryrefslogtreecommitdiffstats
path: root/common/sexputil.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-04-20Change license for some files in common to LGPLv3+/GPLv2+.Werner Koch1-5/+15
Having the LGPL on the common GnuPG code helps to share code between GnuPG and related projects (like GPGME and Libassuan). This is good for interoperability and to reduces bugs. * common/asshelp.c, common/asshelp.h, common/asshelp2.c, common/b64dec.c * common/b64enc.c, common/convert.c, common/dns-cert.c * common/dns-cert.h common/exechelp-posix.c, common/exechelp-w32.c * common/exechelp-w32ce.c, common/exechelp.h, common/get-passphrase.c * common/get-passphrase.h, common/gettime.c, common/gpgrlhelp.c * common/helpfile.c, common/homedir.c, common/http.c, common/http.h * common/i18n.c, common/init.c, common/init.h, common/iobuf.c * common/iobuf.h, common/localename.c, common/membuf.c, common/membuf.h * common/miscellaneous.c, common/openpgp-oid.c, common/openpgpdefs.h * common/percent.c, common/pka.c, common/pka.h, common/session-env.c * common/session-env.h, common/sexp-parse.h, common/sexputil.c * common/signal.c, common/srv.c, common/srv.h, common/ssh-utils.c * common/ssh-utils.h, common/sysutils.c, common/sysutils.h * common/tlv.c, common/tlv.h, common/ttyio.c, common/ttyio.h * common/userids.c, common/userids.h, common/xasprintf.c: Change license to LGPLv3+/GPLv2+/
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-10/+10
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-06-21Implement export of pkcs#12 objects using a direct agent connection.Werner Koch1-3/+3
2010-06-17Avoid using the protect-tool to import pkcs#12.Werner Koch1-1/+31
2010-06-08W32CE fix.Werner Koch1-1/+1
Typo fixes
2010-04-23Decryption and signi via agent is now implemented.Werner Koch1-1/+1
2010-04-20Add missing file.Werner Koch1-1/+1
Typo fix.
2009-07-01Alow batch ode for gpgsm --gen-key.Werner Koch1-8/+46
Allow CSR generation using an existing key with gpgsm.
2009-06-24Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch1-0/+3
Still one problem left; marked with a gcc #warning.
2009-05-07New helper function factored out of ../scd and equipped with test code.Werner Koch1-0/+161
2009-03-06New gpg-agent command to list key information.Werner Koch1-1/+37
Gpgsm does now print the S/N of cards. Consider ephemeral keys during listing an export.
2007-12-13Allow verification of some broken S-TRUST generated signatures.Werner Koch1-3/+49
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-05-15Use estream_asprintf instead of the GNU asprintf.Werner Koch1-5/+7
2007-04-03Add a way to get a listing of available CCID readers.Werner Koch1-1/+1
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-3/+6
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.
2005-04-18* configure.ac: Require libksba 0.9.11.Werner Koch1-0/+78
sm/ * call-dirmngr.c (inq_certificate): Add new inquire SENDCERT_SKI. * certlist.c (gpgsm_find_cert): Add new arg KEYID and implement this filter. Changed all callers. * certchain.c (find_up_search_by_keyid): New helper. (find_up): Also try using the AKI.keyIdentifier. (find_up_external): Ditto.
2005-04-13Added missing fileWerner Koch1-0/+63