Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Preapring a releasegnupg-1.2.8STABLE-BRANCH-1-2 | Werner Koch | 2006-12-07 | 3 | -3/+7 |
| | |||||
* | Backported security fixes. | Werner Koch | 2006-12-07 | 33 | -1316/+1407 |
| | |||||
* | * NEWS: Note countermeasures against the Mister/Zuccherato CFB attack. | David Shaw | 2005-04-04 | 2 | -1/+8 |
| | |||||
* | (secmem_realloc): Take control information into account | Werner Koch | 2005-03-10 | 2 | -0/+9 |
| | | | | | when testing for a resize. | ||||
* | (is_prime): Free A2. Fixed bug #423. | Werner Koch | 2005-03-07 | 6 | -4/+15 |
| | |||||
* | Disable the "quick check" bytes for PK decryptions. This is in | David Shaw | 2005-02-10 | 5 | -6/+25 |
| | | | | | regards to the Mister and Zuccherato attack on OpenPGP CFB mode. | ||||
* | Make --without-included-zlib work as | Werner Koch | 2005-01-17 | 2 | -1/+6 |
| | | | | | expected. Reported by Norihiko Murase. | ||||
* | post release updates | Werner Koch | 2004-12-27 | 2 | -1/+5 |
| | |||||
* | Updated samplekeysV1-2-7 | Werner Koch | 2004-12-27 | 2 | -1170/+1930 |
| | |||||
* | Updated the build script for Windows | Werner Koch | 2004-12-27 | 1 | -16/+27 |
| | |||||
* | * Makefile.am (AUTOMAKE_OPTIONS): New. | Werner Koch | 2004-12-27 | 40 | -1918/+2215 |
| | | | | | | | | | | | * configure.ac (AC_CANONICAL_TARGET): Replaced by AC_CANONICAL_HOST. Changed all reference to TARGET to HOST. Made sure that i586-mingw32msvc gets detected as mingw32. * ro.po: Updated. * sv.po: Updated. | ||||
* | * NEWS: Note pgpgroup-to-gpggroup. | David Shaw | 2004-12-23 | 2 | -0/+7 |
| | |||||
* | * http.c (send_request): Include the port if non-80 in the Host: header. | David Shaw | 2004-12-03 | 2 | -14/+26 |
| | | | | | Noted by Jason Harris. | ||||
* | * cipher.h: Add PUBKEY_USAGE_UNKNOWN. | David Shaw | 2004-11-29 | 2 | -0/+5 |
| | |||||
* | * getkey.c (parse_key_usage): New function to parse out key usage flags. | David Shaw | 2004-11-29 | 2 | -45/+73 |
| | | | | | | | | Set PUBKEY_USAGE_UNKNOWN to handle flags (i.e. authentication) that we don't understand in this branch. (fixup_uidnode, merge_selfsigs_main, merge_selfsigs_subkey): Call it from here to remove duplicate code. This is bug 378. | ||||
* | * acinclude.m4: aclocal 1.9 wants quoting on AC_DEFUN arguments. | David Shaw | 2004-11-17 | 2 | -11/+15 |
| | |||||
* | Updated | Werner Koch | 2004-10-15 | 1 | -1418/+1433 |
| | |||||
* | * getkey.c (premerge_public_with_secret): Fix subkey<->binding sig | David Shaw | 2004-09-14 | 2 | -1/+7 |
| | | | | | | mismatch when some secret subkeys are missing. Discovered by Michael Roth. | ||||
* | * pgpgroup-to-gpggroup: New perl script to take groups from PGP command | David Shaw | 2004-09-14 | 2 | -0/+47 |
| | | | | | line and write out GnuPG 'group' config lines. | ||||
* | (maybe_create_keyring): Try to create the home directory | Werner Koch | 2004-08-31 | 4 | -25/+41 |
| | | | | | before acquiring a lock for the keyring. | ||||
* | post release preparations | Werner Koch | 2004-08-25 | 2 | -1/+5 |
| | |||||
* | About to release 1.2.6V1-2-6 | Werner Koch | 2004-08-25 | 3 | -3/+7 |
| | |||||
* | *** empty log message *** | Werner Koch | 2004-08-25 | 1 | -329/+0 |
| | |||||
* | (destroy_dotlock): Remove the handle from the list of | Werner Koch | 2004-08-23 | 2 | -4/+37 |
| | | | | | | locks. (release_dotlock): Don't act if we don't have any locks at all. | ||||
* | * hkp.c (dehtmlize): Understand the quote character (i.e. """) in | David Shaw | 2004-08-20 | 7 | -26/+43 |
| | | | | | | | | | HTML responses. * keydb.h, getkey.c (get_user_id_printable): Rename to get_user_id_native and remove the printable stuff since we're print-ifying valid utf8 characters. Change all callers in import.c, sign.c, and encode.c. | ||||
* | * hkp.c (hkp_search): Translate string to search for from utf8 to native | David Shaw | 2004-08-19 | 3 | -9/+19 |
| | | | | | | | before displaying it. * keyserver.c (keyserver_search_prompt): Comments. | ||||
* | * http.c (insert_escapes): Fix encoding problem for non-URI-safe | David Shaw | 2004-08-19 | 2 | -5/+7 |
| | | | | | characters. Noted by Vladimir Novak. | ||||
* | (encode_session_key): Changed the zero random byte | Werner Koch | 2004-08-19 | 2 | -5/+14 |
| | | | | | | substituting code to actually do clever things. Thanks to Matthias Urlichs for noting the implementation problem. | ||||
* | (agent_get_passphrase): Fixed detection of canceled | Werner Koch | 2004-08-18 | 2 | -2/+13 |
| | | | | | error state as send by current gpg-agents. | ||||
* | Removed stray semicolon. | Werner Koch | 2004-08-16 | 2 | -1/+5 |
| | |||||
* | autoupdated po files.RC-1-2-6rc1 | Werner Koch | 2004-08-13 | 27 | -108/+108 |
| | |||||
* | About to do releaase 1.2.6rc1 | Werner Koch | 2004-08-13 | 8 | -196/+375 |
| | |||||
* | * keydb.c (keydb_add_resource): Factored keyring creation out to .. | Werner Koch | 2004-08-13 | 6 | -62/+149 |
| | | | | | | (maybe_create_keyring): .. new. Make sure that we do the checks in a locked state. Problem reported by Stefan Haller. | ||||
* | libgnuintl.h get s now build from *.in | Werner Koch | 2004-08-10 | 1 | -128/+0 |
| | |||||
* | added missing files | Werner Koch | 2004-08-10 | 3 | -7/+10 |
| | |||||
* | Added m4 directory | Werner Koch | 2004-08-10 | 4 | -40/+353 |
| | |||||
* | update to gettext 0.14.1 | Werner Koch | 2004-08-10 | 29 | -2028/+4007 |
| | |||||
* | * NEWS: Minor tweak to news to clarify that --enable-key-cache is a | David Shaw | 2004-08-10 | 2 | -2/+8 |
| | | | | | build-time option. | ||||
* | * configure.ac (ALL_LINGUAS): Removed. | Werner Koch | 2004-08-09 | 42 | -4853/+3541 |
| | | | | | | | | | | | | | | | * Makefile.am (LDADD): Replaced INTLLIBS by LIBINTL. * Makefile.am (gpgkeys_hkp_LDADD): Replaced INTLLIBS by LIBINTL. * ca.po: Updated. * autogen.sh: Run aclocal with -I m4. * Makefile.am: Replaced INTLLIBS by LIBINTL. * Makefile.am (http-test): Replaced INTLLIBS by LIBINTL. | ||||
* | * gpg.sgml: Note that --throw-keyid is --throw-keyids. | David Shaw | 2004-08-03 | 2 | -13/+16 |
| | |||||
* | * configure.ac: Give warning when using capabilities. | David Shaw | 2004-08-03 | 2 | -0/+10 |
| | |||||
* | * gpg.sgml: Note changes in --pgp8. Rephrase the "don't play algorithm | David Shaw | 2004-07-30 | 2 | -14/+20 |
| | | | | | games" warning now that PGP has blowfish, zlib, and bzip2. | ||||
* | New alias --throw-keyid for --throw-keyids, so that it | Werner Koch | 2004-07-30 | 2 | -0/+6 |
| | | | | | continues to work in old configuration files. Noted by Jens Adam. | ||||
* | * pkclist.c (algo_available): --pgp8 now allows blowfish, zlib, and bzip2. | David Shaw | 2004-07-29 | 2 | -9/+18 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2004-07-27 | 65 | -0/+8508 |
| | | | | 'STABLE-BRANCH-1-2'. | ||||
* | post-release version bump | Werner Koch | 2004-07-26 | 2 | -1/+5 |
| | |||||
* | *** empty log message *** | Werner Koch | 2004-07-26 | 3 | -2/+6 |
| | |||||
* | * status.c (do_get_from_fd): Flush stdout if status isn't flushing it for | David Shaw | 2004-07-21 | 2 | -0/+10 |
| | | | | | | | us. This guarantees that any menus that were displayed before the prompt don't get stuck in a buffer. Noted by Peter Palfrader. This is Debian bug #254072. | ||||
* | Minor fixes for W32 packaging and building. | Werner Koch | 2004-07-20 | 19 | -136/+3154 |
| | |||||
* | . | Werner Koch | 2004-07-20 | 1 | -1/+0 |
| |