aboutsummaryrefslogtreecommitdiffstats
path: root/gpgmeplug/gpgmeplug.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use gpgme_op_import_ext() instead of gpgme_op_import()Steffen Hansen2002-08-201-5/+22
* new cryptplug function importCertificateFromMem()Steffen Hansen2002-07-311-2/+39
* CRASH prevention fix: Memory was overwritten if there were more than 1 email ...Karl-Heinz Zimmer2002-07-041-1/+1
* fixing bug #1154Karl-Heinz Zimmer2002-07-031-3/+54
* * gpgmeplug.c (nextCertificate): Actually free the entire arrayWerner Koch2002-07-031-2/+2
* make sure key used for signing _can_ signdd9jn_pre_test_20020702Karl-Heinz Zimmer2002-07-021-12/+21
* (xstrdup): Oops, obviously I calculated the length wrong whenWerner Koch2002-07-011-1/+1
* * gpgmeplug.c (findCertificates): Reintroduced a free which mustWerner Koch2002-07-011-112/+87
* Fixed memory corruption bugSteffen Hansen2002-07-011-6/+10
* avoid another memory leak in checkMessageSignature()Karl-Heinz Zimmer2002-07-011-9/+4
* * gpgmeplug.c (findCertificates): Reintroduced a free which mustWerner Koch2002-07-011-2/+2
* replace many comment lines by just one single commentKarl-Heinz Zimmer2002-06-281-5/+5
* Make it compile. :-(Karl-Heinz Zimmer2002-06-281-4/+4
* Removed silly "free( dn )" statement forgotten during my last changes in find...Karl-Heinz Zimmer2002-06-281-2/+1
* * gpgmeplug.c (xmalloc): New.Werner Koch2002-06-281-29/+51
* * gpgmeplug.c: new macro days_to_seconds().Bernhard Reiter2002-06-281-12/+7
* internal AEgypten bugfix #1131: get full list of emails stored in certificate...Karl-Heinz Zimmer2002-06-281-249/+290
* use gpgme_op_keylist_ext_startSteffen Hansen2002-06-271-2/+3
* handle truncated dataSteffen Hansen2002-06-271-2/+8
* Missing implementation bug fixed: Return both error id and error plain text f...Karl-Heinz Zimmer2002-06-271-2/+16
* Bugfix: enable function receiverCertificateDaysLeftToExpiry().Karl-Heinz Zimmer2002-06-261-2/+34
* Make the signatureCertificateDaysLeftToExpiry() work as expected.Karl-Heinz Zimmer2002-06-261-4/+72
* IMPORTANT BUGFIX: Avoid random crashes in findCertificates. (This also fixe...Karl-Heinz Zimmer2002-06-261-62/+97
* Oh pazzo mio! I forgot to *use* the nice dn string actually.Karl-Heinz Zimmer2002-06-261-6/+39
* cert export/import bugfixSteffen Hansen2002-06-251-10/+8
* importCertificate( const char* fpr )Steffen Hansen2002-06-251-9/+102
* Have additional secretOnly parameter at the findCertificates() function to al...Karl-Heinz Zimmer2002-06-251-3/+4
* Disable debug outputKarl-Heinz Zimmer2002-06-241-2/+2
* Use fine DN parts reordering from within findCertificates() as well.Karl-Heinz Zimmer2002-06-241-52/+93
* * gpgmeplug.c (reorder_dn): Added missing stdpart list terminator.Werner Koch2002-06-201-1/+2
* added some entries to DN normalization functionKarl-Heinz Zimmer2002-06-201-0/+11
* Show DN part names (CN=blah,O=blah...)Steffen Hansen2002-06-201-0/+4
* Bugfix #949: (a) call gpgme_check_version(NULL) during initialization and (b)...Karl-Heinz Zimmer2002-06-191-2/+6
* Use gpgme_get_sig_ulong_attr(.., GPGME_ATTR_SIG_SUMMARY ) function to return ...Karl-Heinz Zimmer2002-06-191-0/+24
* bugfix + change to the nextCertificate() function prototypeSteffen Hansen2002-06-131-4/+12
* Add Plugin configuration option to allow for sending of *opaque* signed messa...Karl-Heinz Zimmer2002-06-121-49/+140
* support for listing of external certs (untested)Steffen Hansen2002-06-101-1/+3
* reorder issuer DN alsoSteffen Hansen2002-06-101-2/+14
* typecast to make khz happySteffen Hansen2002-06-101-1/+1
* more cert. info featuresSteffen Hansen2002-06-101-8/+82
* more cert infoSteffen Hansen2002-05-311-2/+337
* Bugfix: use fingerprint as found in "fpr" only if no key was found by gpgme_g...Karl-Heinz Zimmer2002-05-311-12/+3
* Matze's patch for showing colored bars at S/MIME messages as well as at OpenP...Karl-Heinz Zimmer2002-05-311-378/+83
* more error handlingKarl-Heinz Zimmer2002-05-311-21/+111
* small fixSteffen Hansen2002-05-301-23/+7
* * cryptplug.h, gpgmeplug.c: Added certificate info listing functions.Steffen Hansen2002-05-301-4/+326
* revoce the previous commit, this was done erroneouslyKarl-Heinz Zimmer2002-05-081-0/+4
* Include the protocol parameter of multipart/.. content-type messages into dou...Karl-Heinz Zimmer2002-05-081-5/+25
* allow checking of Opaque Signed message dataKarl-Heinz Zimmer2002-04-271-4/+37
* More fixes for certificate generationMatthias Kalle Dalheimer2002-04-181-2/+7