Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated FSF street address and preparations for a release candidate. | Werner Koch | 2005-05-31 | 101 | -117/+214 |
| | |||||
* | * cardglue.c (send_status_info): Make CTRL optional. | Werner Koch | 2005-05-21 | 3 | -11/+40 |
| | | | | | | | | | | | (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. | ||||
* | * configure.ac: New option --enable-noexecstack. | Werner Koch | 2005-03-11 | 2 | -3/+8 |
| | | | | | | * Makefile.am (ASFLAGS): Renamed to AM_CCASFLAGS and added the variable for non exectubale stack options. Adapted users. | ||||
* | * seckey-cert.c (do_check): Handle case when checksum was okay but | Werner Koch | 2004-12-20 | 2 | -6/+21 |
| | | | | | | | | | passphrase still wrong. Roman Pavlik found such a case. * mpicoder.c (mpi_read_from_buffer): Don't abort in case of an invalid MPI but print a message and return NULL. Use log_info and not log_error. | ||||
* | * configure.ac: New option --disable-gnupg-iconv, define | Werner Koch | 2004-10-26 | 2 | -2/+6 |
| | | | | | | | | | | | | | USE_GNUPG_ICONV. (AC_CANONICAL_TARGET): Replaced by AC_CANONICAL_HOST. Changed all reference to TARGET to HOST. Made sure that i586-mingw32msvc gets detected as mingw32. (UNIT64_C): Don't include inttype.h uncoditional but use a test to ensure that it gets into conftest.h. (AH_TOP): New. Prevent double inclusion of config.h. * config.links: Use HOST instead of TARGET. | ||||
* | * Makefile.am (.S.o): Include MPI_SFLAGS. This is our bug 145. | Werner Koch | 2004-10-13 | 2 | -1/+5 |
| | |||||
* | * mpicoder.c (mpi_read): If we must fail due to a oversize (generally | David Shaw | 2004-09-30 | 2 | -1/+9 |
| | | | | | | corrupt) MPI, make sure the number of bytes we read is valid so we can skip the rest of the bad packet (in hopes the whole stream isn't invalid). | ||||
* | * longlong.h: Typo. | David Shaw | 2004-05-20 | 3 | -8/+16 |
| | | | | | | * mpi-pow.c (mpi_powm): s/exp/exponent/ to shutup a compiler warning. From Werner on stable branch. | ||||
* | hppa1.1/udiv-qrnnd.S: Alignment fix from Lamont Jones for Debian. | David Shaw | 2004-01-21 | 2 | -0/+6 |
| | |||||
* | * config.links: OpenBSD 3.4 is now ELF, so use the proper assembler code | David Shaw | 2004-01-12 | 5 | -31/+102 |
| | | | | | | | | | | | | | | | for that. Use the portable C MPI code for OpenBSD before 3.4, and remove the special i386-openbsd assembly directory. * Makefile.am: Add the portable C links to DISTCLEANFILES. Noted by Nelson H. F. Beebe. * mpi-mpow.c (build_index): s/index/idx/ to avoid gcc warning. From Werner on stable branch. * longlong.h: Added PowerPC 64 bit code from GPM-4.1.2 but didn't enable it yet. From Werner on stable branch. | ||||
* | Use the portable C MPI code for OpenBSD before 3.4, and remove the special | David Shaw | 2004-01-12 | 10 | -774/+0 |
| | | | | | i386-openbsd assembly directory. | ||||
* | * g10m.c: Dead code. Remove. | David Shaw | 2003-12-30 | 3 | -99/+7 |
| | | | | | * Makefile.am: Don't compile g10m.c. | ||||
* | * mpiutil.c (mpi_set_opaque, mpi_get_opaque): Make the length of an opaque | David Shaw | 2003-12-17 | 2 | -2/+7 |
| | | | | | MPI unsigned. | ||||
* | * config.links: Show target in asm-syntax.h file and include targets for | David Shaw | 2003-12-05 | 2 | -2/+11 |
| | | | | | K*BSD (GNU userland with BSD kernel). | ||||
* | * config.links: sparc64 assembler doesn't work on FreeBSD or OpenBSD | David Shaw | 2003-11-21 | 2 | -4/+9 |
| | | | | | either. | ||||
* | * Makefile.am: Make use of AM_CFLAGS. (From wk on stable branch) | David Shaw | 2003-05-26 | 2 | -2/+6 |
| | |||||
* | * mpicoder.c, mpi-inline.h, mpi-inv.c, mpiutil.c, mpih-div.c, | David Shaw | 2003-05-24 | 8 | -85/+83 |
| | | | | | | | mpi-internal.h, mpi-scan.c: Edit all 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. | ||||
* | * config.links: Re-disable assembler on Darwin. Darwin 6.5 broke it | David Shaw | 2003-04-25 | 2 | -5/+9 |
| | | | | | again. | ||||
* | * longlong.h (umul_ppmm): Support SH3 and SH4. Thanks to | Werner Koch | 2003-04-15 | 2 | -2/+8 |
| | | | | | [email protected]. | ||||
* | * config.links: Use OpenBSD/NetBSD powerpc assembler code for Darwin. | David Shaw | 2002-11-16 | 2 | -2/+7 |
| | | | | | Successfully tested by Gordon Worley. | ||||
* | * config.links (powerpc-apple-darwin6.1): Disable assembler | Werner Koch | 2002-10-18 | 2 | -1/+11 |
| | | | | | due to non-working modules/as. Suggested by Gordon Worley. | ||||
* | * longlong.h: Some whitespace changes in HPPA to fix assembler problems on | David Shaw | 2002-10-02 | 2 | -20/+25 |
| | | | | | HP-UX. From David Ellement. | ||||
* | * mpicoder.c (do_get_buffer): Avoid zero length allocation. | Werner Koch | 2002-09-20 | 2 | -3/+12 |
| | | | | | | Checked that all callers behave properly when NBYTES returns 0 as the length of the allocated buffer. | ||||
* | * mpi-bit.c (mpi_normalize): Replaced the check for protected byV1-2-5V1-2-4V1-2-3RC-1-2-5rc2RC-1-2-5rc1RC-1-2-4rc1RC-1-2-3rc2RC-1-2-3rc1 | Werner Koch | 2002-09-11 | 3 | -38/+34 |
| | | | | | | | | is_opaque. (mpi_get_nbits): Removed the special case for protected MPIs. * mpicoder.c (do_get_buffer): Likewise. (mpi_print): Removed the nbit_info printing. | ||||
* | * mpicoder.c (mpi_set_buffer): Cast all left operands of a shift | Werner Koch | 2002-09-10 | 2 | -7/+13 |
| | | | | | | to a larger type so that 16 bit CPUs don't suffer from an overflow. Suggested by TOGAWA Satoshi. | ||||
* | * longlong.h: Remove space between \ and newline. gcc is complaining. | David Shaw | 2002-08-24 | 2 | -2/+7 |
| | |||||
* | * mpicoder.c (do_get_buffer): Don't remove leading zeros if the | Werner Koch | 2002-08-13 | 2 | -6/+14 |
| | | | | | MPI is marked as protected. | ||||
* | 2002-08-02 Timo Schulz <[email protected]> | Timo Schulz | 2002-08-02 | 2 | -2/+6 |
| | | | | | * mpicoder.c: Add a '\n' to all log_bug functions. | ||||
* | * config.links: Added case for sparc64-netbsd. Suggested by | Werner Koch | 2002-08-02 | 2 | -0/+11 |
| | | | | | [email protected]. | ||||
* | * config.links: Add special rule for OpenBSD on x86 to use special | David Shaw | 2002-07-25 | 2 | -0/+13 |
| | | | | | | i386-openbsd files. OpenBSD (at least until version 3.1) has an older assembler that won't work with the files in i386. | ||||
* | These are special i386 files for use on OpenBSD, which (at least until | David Shaw | 2002-07-25 | 10 | -0/+774 |
| | | | | | | version 3.1) has an older assembler that won't work with the files in i386. | ||||
* | removed pragma for RISC OS | Stefan Bellon | 2002-07-24 | 2 | -4/+5 |
| | |||||
* | * longlong.h: Replaced all K&R multiline strings by ISO ones for | Werner Koch | 2002-07-24 | 2 | -224/+233 |
| | | | | | the sake of modern compilers. Suggested by Marco Parrone. | ||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 125 | -0/+16133 |
| | |||||
* | Removed files from the HEAD revision, because they are now in another | Werner Koch | 2000-12-19 | 124 | -16044/+0 |
| | | | | | repository | ||||
* | Some configuration changes | Werner Koch | 2000-11-14 | 6 | -8/+34 |
| | |||||
* | Add features packet and fixes MIPS3. | Werner Koch | 2000-10-11 | 6 | -0/+38 |
| | |||||
* | See ChangeLog: Fri Jul 28 18:19:11 CEST 2000 Werner Koch | Werner Koch | 2000-07-28 | 2 | -5/+19 |
| | |||||
* | See ChangeLog: Tue Jul 25 17:44:15 CEST 2000 Werner Koch | Werner Koch | 2000-07-25 | 2 | -0/+14 |
| | |||||
* | See ChangeLog: Mon Jul 17 16:35:47 CEST 2000 Werner Koch | Werner Koch | 2000-07-17 | 16 | -58/+924 |
| | |||||
* | See ChangeLog: Fri Mar 24 11:25:45 CET 2000 Werner Koch | Werner Koch | 2000-03-24 | 2 | -2/+6 |
| | |||||
* | See ChangeLog: Mon Jan 24 22:24:38 CET 2000 Werner Koch | Werner Koch | 2000-01-24 | 2 | -0/+6 |
| | |||||
* | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 2000-01-24 | 4 | -38/+73 |
| | |||||
* | See ChangeLog: Fri Dec 31 14:06:56 CET 1999 Werner Koch | Werner Koch | 1999-12-31 | 3 | -5/+52 |
| | |||||
* | See ChangeLog: Fri Dec 31 12:48:31 CET 1999 Werner Koch | Werner Koch | 1999-12-31 | 2 | -65/+68 |
| | |||||
* | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1999-12-08 | 7 | -236/+356 |
| | |||||
* | See ChangeLog: Fri Nov 19 17:15:20 CET 1999 Werner Koch | Werner Koch | 1999-11-19 | 4 | -160/+58 |
| | |||||
* | See ChangeLog: Mon Aug 30 20:38:33 CEST 1999 Werner Koch | Werner Koch | 1999-08-30 | 2 | -0/+15 |
| | |||||
* | See ChangeLog: Wed Jul 14 19:42:08 CEST 1999 Werner Koch | Werner Koch | 1999-07-14 | 2 | -14/+14 |
| | |||||
* | See ChangeLog: Tue Jul 13 17:39:25 CEST 1999 Werner Koch | Werner Koch | 1999-07-13 | 1 | -2/+0 |
| |