aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* About to release 1.2.6V1-2-6Werner Koch2004-08-253-3/+7
|
* *** empty log message ***Werner Koch2004-08-251-329/+0
|
* (destroy_dotlock): Remove the handle from the list ofWerner Koch2004-08-232-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. """) inDavid Shaw2004-08-207-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 nativeDavid Shaw2004-08-193-9/+19
| | | | | | | before displaying it. * keyserver.c (keyserver_search_prompt): Comments.
* * http.c (insert_escapes): Fix encoding problem for non-URI-safeDavid Shaw2004-08-192-5/+7
| | | | | characters. Noted by Vladimir Novak.
* (encode_session_key): Changed the zero random byteWerner Koch2004-08-192-5/+14
| | | | | | substituting code to actually do clever things. Thanks to Matthias Urlichs for noting the implementation problem.
* (agent_get_passphrase): Fixed detection of canceledWerner Koch2004-08-182-2/+13
| | | | | error state as send by current gpg-agents.
* Removed stray semicolon.Werner Koch2004-08-162-1/+5
|
* autoupdated po files.RC-1-2-6rc1Werner Koch2004-08-1327-108/+108
|
* About to do releaase 1.2.6rc1Werner Koch2004-08-138-196/+375
|
* * keydb.c (keydb_add_resource): Factored keyring creation out to ..Werner Koch2004-08-136-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 *.inWerner Koch2004-08-101-128/+0
|
* added missing filesWerner Koch2004-08-103-7/+10
|
* Added m4 directoryWerner Koch2004-08-104-40/+353
|
* update to gettext 0.14.1Werner Koch2004-08-1029-2028/+4007
|
* * NEWS: Minor tweak to news to clarify that --enable-key-cache is aDavid Shaw2004-08-102-2/+8
| | | | | build-time option.
* * configure.ac (ALL_LINGUAS): Removed.Werner Koch2004-08-0942-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 Shaw2004-08-032-13/+16
|
* * configure.ac: Give warning when using capabilities.David Shaw2004-08-032-0/+10
|
* * gpg.sgml: Note changes in --pgp8. Rephrase the "don't play algorithmDavid Shaw2004-07-302-14/+20
| | | | | games" warning now that PGP has blowfish, zlib, and bzip2.
* New alias --throw-keyid for --throw-keyids, so that itWerner Koch2004-07-302-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 Shaw2004-07-292-9/+18
|
* This commit was manufactured by cvs2svn to create branchRepo Admin2004-07-2765-0/+8508
| | | | 'STABLE-BRANCH-1-2'.
* post-release version bumpWerner Koch2004-07-262-1/+5
|
* *** empty log message ***Werner Koch2004-07-263-2/+6
|
* * status.c (do_get_from_fd): Flush stdout if status isn't flushing it forDavid Shaw2004-07-212-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 Koch2004-07-2019-136/+3154
|
* .Werner Koch2004-07-201-1/+0
|
* * gpgkeys_ldap.c [_WIN32]: Include Windows specific header files.Werner Koch2004-07-2032-10254/+10490
| | | | | | | | | | | Suggested by Brian Gladman. * fr.po, cs.po, et.po, el.po, id.po, pl.po, ro.po, sk.po, tr.po * zh_CN.po, ru.po, es.po, fi.po, hu.po: Updated. * zh_CN.po: Hack to fix a format string mismatch. * sk.po: Corrrected a format string. * de.po: Fixed a few fuzzys and 1 untranslated messages
* Russian translation of the manual page. According to Maxim Britov by PavelWerner Koch2004-07-201-0/+2724
| | | | | | I. Shajdo - need tocheck this first though and figure out how to properly install alternate man pages.
* Created distfiles, so that the stuff will go into the regular distribution.Werner Koch2004-07-2010-0/+48
|
* Even more updatesWerner Koch2004-07-204-0/+1310
|
* More updates from BrianWerner Koch2004-07-2016-1815/+1424
|
* Importat updated from BrianWerner Koch2004-07-2024-2110/+4956
|
* * sign.c (update_keysig_packet): Revert change of 2004-05-18. It is notDavid Shaw2004-07-192-12/+7
| | | | | | appropriate to strip policy and notations when remaking a sig. That should only happen when specifically requested by the user.
* * sign.c (sign_symencrypt_file): Allow using --force-mdc in --signDavid Shaw2004-06-272-0/+10
| | | | | --symmetric messages.
* * mainproc.c (proc_symkey_enc), seckey-cert.c (do_check): Check the S2KDavid Shaw2004-06-273-0/+20
| | | | | | | hash algorithm before we try to generate a passphrase using it. This prevents hitting BUG() when generating a passphrase using a hash that we don't have.
* * keyedit.c (sign_uids): Properly handle remaking a self-sig on revoked orDavid Shaw2004-06-242-5/+28
| | | | | | expired user IDs. Also, once we've established that a given uid cannot or will not be signed, don't continue to ask about each sig.
* * DETAILS: Document PLAINTEXT and PLAINTEXT_LENGTH.David Shaw2004-06-183-3/+27
| | | | | | * gpg.sgml: Clarify include-revoked a bit to note that keyservers might not be accurate.
* * status.h, status.c (get_status_string), plaintext.c (handle_plaintext):David Shaw2004-06-184-6/+32
| | | | | New status tags PLAINTEXT and PLAINTEXT_LENGTH.
* * NEWS: --ask-cert-level actually defaults to on for the stable branch.David Shaw2004-06-172-1/+6
|
* * ring-a-party: ElGamal -> ElgamalDavid Shaw2004-06-172-5/+5
|
* Updated. That is the fasted update I've ever seen;Werner Koch2004-06-162-15/+17
| | | | | | received it within 17 minutes after sending out the notice to the translators (and there are even uucp polling delays).
* * keygen.c (make_backsig): Make sure that the backsig was builtDavid Shaw2004-06-162-49/+58
| | | | | successfully before we try and use it.
* Preparing an RC.Werner Koch2004-06-1630-10130/+10948
|
* (copy_secret_key): Get last fix right.Werner Koch2004-06-162-10/+8
|
* .Werner Koch2004-06-1629-15753/+21090
|
* (copy_secret_key): Fixed memory leak.Werner Koch2004-06-163-0/+14
|
* * gpg.sgml: Note that --charset is --display-charset. Some languageDavid Shaw2004-06-012-23/+28
| | | | | tweaks for --simple-sk-checksum (Debian 251795).