Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2006-09-20 | Cleanups. | Werner Koch | 1 | -301/+0 | |
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2006-04-19 | Merged with gpg 1.4.3 code. | Werner Koch | 1 | -1/+1 | |
The gpg part does not yet build. | |||||
2006-03-16 | * cert.c (get_cert): Handle the fixed IPGP type with fingerprint. | David Shaw | 1 | -3/+4 | |
2005-12-23 | New code to do DNS CERT queries. | David Shaw | 1 | -1/+2 | |
2005-07-28 | Implemented PKA trust model | Werner Koch | 1 | -0/+4 | |
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+2 | |
2005-05-21 | * cardglue.c (send_status_info): Make CTRL optional. | Werner Koch | 1 | -1/+20 | |
(agent_scd_writekey, inq_writekey_parms): New. (agent_openpgp_storekey): Removed. * cardglue.h: Add a few more error code mappings. * keygen.c (copy_mpi): Removed. (save_unprotected_key_to_card): Changed to use agent_scd_writekey. * app-common.h, app-openpgp.c, tlv.c, tlv.h: Updated from newer version in gnupg 1.9 CVS. | |||||
2005-05-05 | Remove add_days_to_timestamp (unused) | David Shaw | 1 | -1/+0 | |
2005-03-14 | * card-util.c (card_status): Use isotimestamp and not the | Werner Koch | 1 | -0/+1 | |
localized asctimestamp to match the timezone used in the key information. * miscutil.c (isotimestamp): New. | |||||
2004-10-21 | * configure.ac: Remove the check for asprintf | Werner Koch | 1 | -9/+0 | |
* app-common.h (app_openpgp_storekey: Add prototype. * app-openpgp.c (do_sign): Replace asprintf by direct allocation. This avoids problems with missing vasprintf implementations. * card-util.c (generate_card_keys): Add a #warning for gnupg 1.9 and use the same string there. * util.h [!HAVE_VASPRINTF]: Removed prototype. * vasprintf.c: Removed. It was used only at one place and I don't want to get into build problems in 1.4. | |||||
2004-10-15 | Add asprintf prototype. | Werner Koch | 1 | -0/+13 | |
2004-10-13 | Added SELInux hacks and did some cleanups. | Werner Koch | 1 | -16/+0 | |
2004-09-30 | * util.h: Prototype destroy_dotlock(). From Werner on stable branch. | David Shaw | 1 | -0/+1 | |
2004-02-21 | * util.h: Prototype for hextobyte(). | David Shaw | 1 | -2/+2 | |
2004-01-16 | * util.h: Add prototype for print_string2(). | David Shaw | 1 | -1/+3 | |
2003-12-28 | cleaned up RISC OS code and removed lots of unnecessary stuff | Stefan Bellon | 1 | -8/+0 | |
2003-11-21 | * util.h: Add prototype for match_multistr(). | David Shaw | 1 | -0/+1 | |
2003-10-29 | * cardglue.c (open_card): Ask for card insertion. | Werner Koch | 1 | -0/+1 | |
(check_card_serialno): New. (agent_scd_pksign, agent_scd_pkdecrypt): Use it here. * cardglue.c (open_card): Issue insertion status message. * status.h, status.c (STATUS_CARDCTRL): New. * status.c (cpr_get_answer_okay_cancel): New. * miscutil.c (answer_is_okay_cancel): New. | |||||
2003-09-28 | 2003-09-28 Timo Schulz <[email protected]> | Timo Schulz | 1 | -1/+2 | |
* util.h [WIN32]: Prototype for asprintf. * dynload.h [WIN32]: Define RTLD_LAZY. | |||||
2003-09-28 | * util.h: Add the atoi_* and xtoi_* suite of macros from 1.9. | Werner Koch | 1 | -0/+8 | |
* dynload.h: New. Taken from 1.9. | |||||
2003-08-28 | * util.h: s/__MINGW32__/_WIN32/ to help building on native Windows | David Shaw | 1 | -2/+2 | |
compilers. Requested by Brian Gladman. From Werner on stable branch. | |||||
2003-07-10 | * types.h: Prefer using uint64_t when creating a 64-bit unsigned type. | David Shaw | 1 | -0/+10 | |
This avoids a warning on compilers that support but complain about unsigned long long. * util.h (ascii_isspace): New variation on isspace() that is immune from locale changes. * util.h: Make sure that only ascii is passed to isfoo functions. (From Werner on stable branch). | |||||
2003-06-18 | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 1 | -12/+8 | |
to libgcrypt functions, using shared error codes from libgpg-error, replacing the old functions we used to have in ../util by those in ../jnlib and ../common, renaming the malloc functions and a couple of types. Note, that not all changes are listed below becuause they are too similar and done at far too many places. As of today the code builds using the current libgcrypt from CVS but it is very unlikely that it actually works. | |||||
2003-06-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -0/+304 | |
'GNUPG-1-9-BRANCH'. | |||||
2003-05-24 | * cipher.h, i18n.h, iobuf.h, memory.h, mpi.h, types.h, util.h: Edit all | David Shaw | 1 | -13/+12 | |
preprocessor instructions to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it. | |||||
2002-11-13 | * util.h [__CYGWIN32__]: Don't need the registry prototypes. From Werner | David Shaw | 1 | -1/+1 | |
on stable branch. | |||||
2002-11-06 | * util.h: Add wipememory2() macro (same as wipememory, but can specify the | David Shaw | 1 | -1/+2 | |
byte to wipe with). | |||||
2002-10-31 | added RISC OS module loading support | Stefan Bellon | 1 | -8/+10 | |
2002-10-31 | * util.h: Add wipememory() macro. | David Shaw | 1 | -0/+2 | |
2002-10-29 | tidied RISC OS filetype support | Stefan Bellon | 1 | -1/+2 | |
2002-10-28 | filetype support for RISC OS | Stefan Bellon | 1 | -0/+3 | |
2002-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -296/+0 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-10-03 | * util.h: Add new log_warning logger command which can be switched between | David Shaw | 1 | -0/+4 | |
log_info and log_error via log_set_strict. | |||||
2002-09-10 | Added prototype. | Werner Koch | 1 | -1/+2 | |
2002-08-06 | tidying up RISC OS stuff | Stefan Bellon | 1 | -0/+1 | |
2002-08-03 | RISC OS changes due to dynload removal | Stefan Bellon | 1 | -1/+1 | |
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -50/+191 | |
2000-07-14 | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 1 | -0/+1 | |
2000-01-27 | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 1 | -39/+39 | |
2000-01-24 | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 1 | -11/+4 | |
1999-12-08 | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1 | -69/+5 | |
1999-11-19 | See ChangeLog: Fri Nov 19 17:15:20 CET 1999 Werner Koch | Werner Koch | 1 | -5/+6 | |
1999-08-31 | See ChangeLog: Tue Aug 31 17:20:44 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+2 | |
1999-07-07 | See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner Koch | Werner Koch | 1 | -2/+2 | |
1999-07-01 | See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+3 | |
1999-06-29 | See ChangeLog: Tue Jun 29 21:44:25 CEST 1999 Werner Koch | Werner Koch | 1 | -3/+3 | |
1999-05-27 | See ChangeLog: Thu May 27 09:40:55 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-05-25 | See ChangeLog: Tue May 25 19:50:32 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-05-22 | See ChangeLog: Sat May 22 22:47:26 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+2 | |