aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-07Upgraded gettext.Werner Koch2-9/+18
Fixed accidental dependency on libgcrypt 1.3.0.
2007-05-04UTF-8 FixesWerner Koch3-0/+17
2007-04-20Improved logging for error orginating from libgcrypt.Werner Koch3-0/+78
2007-04-03Add a way to get a listing of available CCID readers.Werner Koch1-1/+1
2007-03-19Allow export to work on systems without funopen/fopencookie.Werner Koch3-0/+19
2007-03-19Changes to let the key listing use estream to help systems withoutWerner Koch5-2/+215
funopen.
2007-03-10From STABLE-BRANCH-1-4David Shaw2-2/+8
* http.c (do_parse_uri): Remove the hkp port 11371 detection. We implement hkp in the keyserver handler, and the support here makes it appear like a bad hkp request actually succeeded.
2007-01-31Included LIBICONV in all Makefiles.Werner Koch2-1/+5
g10/ * passphrase.c (passphrase_get): Set the cancel flag on all error from the agent. Fixes a bug reported by Tom Duerbusch. sm/ * gpgsm.c (main): Let --gen-key print a more informative error message.
2007-01-25agent/Werner Koch2-10/+16
* genkey.c (check_passphrase_constraints): Get ngettext call right.
2007-01-25agent/Werner Koch1-0/+4
* protect-tool.c (get_passphrase): New arg OPT_CHECK. (get_new_passphrase): Enable OTP_CHECK on the first call. * command.c (cmd_get_passphrase): Implement option --check. * gpg-agent.c (MIN_PASSPHRASE_LEN): New (parse_rereadable_options): New option --min-passphrase-len. * genkey.c (check_passphrase_constraints): New. (agent_genkey, agent_protect_and_store): Call new function. Fix memory leak. * call-pinentry.c (agent_askpin): Allow translation of the displayed error message. (agent_popup_message_start): Remove arg CANCEL_BTN. (popup_message_thread): Use --one-button option. * command.c (cmd_passwd): Now that we don't distinguish between assuan and regular error codes we can jump to the end on error. common/ * simple-pwquery.c (simple_pwquery): New arg OPT_CHECK.
2006-12-13Some build fixes for platforms like OSX where we use the built-in libintl.David Shaw2-1/+6
2006-11-28Preparing 2.0.1Werner Koch3-1/+7
2006-11-21No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch2-3/+5
good chance that gpg2 will now work. Other cleanups. Updated gettext.
2006-11-20Made some PIN pads work.Werner Koch3-2/+21
Some cleanups for 64 bit CPUs.
2006-11-05Collected fixes.Werner Koch2-1/+6
2006-10-242006-10-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+7
* Makefile.am (libcommon_a_CFLAGS): Add $(LIBASSUAN_CFLAGS). (libsimple_pwquery_a_CFLAGS): New variable.
2006-10-20Allow to select X.509 certificates using the keygrip.Werner Koch4-1/+122
2006-10-17Pth tweaks and improved estream.cWerner Koch4-6/+118
2006-10-10Various changesWerner Koch4-2/+24
2006-10-04* gpgrlhelp.c: readline requires stdio.h.David Shaw2-0/+5
2006-10-04Fixed agent access for gpg.Werner Koch3-4/+28
2006-10-02Fix for bug 537Werner Koch3-57/+11
2006-09-27Add missing file and other changes.Werner Koch5-19/+143
2006-09-22Clarified cURL and OpenLDAP license issues.Werner Koch4-22/+68
Made readline support work.
2006-09-21Various updatesWerner Koch7-50/+111
2006-09-15Allow for a global trustlist.Werner Koch5-0/+368
2006-09-14Take advantage of newer gpg-error features.Werner Koch8-50/+68
2006-09-07Let scdaemon call a script on status changesWerner Koch3-41/+146
2006-09-06The big Assuan error code removal.Werner Koch5-11/+22
2006-09-06Minor changes and typo fixes.Werner Koch2-1/+4
2006-09-04Support to read response headers. Required for redirection support in theWerner Koch3-4/+187
dirmngr package.
2006-08-21Migrated more stuff to doc/Werner Koch3-1/+97
Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.
2006-08-16With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch6-3/+365
shows no prblems. Needs more testing of course.
2006-08-14Changed HTTP API.Werner Koch6-57/+288
2006-08-11Added http.c from 1.4. Werner Koch5-12/+1885
Added support for estream and gnutls.
2006-06-20Updated FSF's address.Werner Koch38-73/+110
2006-06-16Added missing filesWerner Koch2-0/+274
2006-05-23g10/ does build again.Werner Koch11-56/+518
2006-04-21Still merging 1.4.3 code backWerner Koch4-133/+198
2006-04-19Merged with gpg 1.4.3 code. Werner Koch4-7/+58
The gpg part does not yet build.
2005-10-072005-10-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+6
* signal.c (get_signal_name): Check value of HAVE_DECL_SYS_SIGLIST instead of just if it is defined.
2005-09-282005-09-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+6
* Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch31-6102/+0
2005-07-042005-07-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann3-1/+31
* simple-pwquery.h (simple_pwclear): New prototype. * simple-pwquery.c (simple_pwclear): New function.
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch10-32/+63
char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now.
2005-06-07New debugging optionhs, updates to the manual.Werner Koch1-1/+1
2005-06-03* command.c (cmd_updatestartuptty): New.Werner Koch2-3/+13
* gpg-agent.c: New option --write-env-file. * gpg-agent.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. * estream.c: Use HAVE_CONFIG_H and not USE_CONFIG_H! (es_func_fd_read, es_func_fd_write): Protect against EINTR. * gpg-agent.texi (Agent UPDATESTARTUPTTY): New. * scdaemon.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. (handle_connections): Include the file descriptor into the name of the thread.
2005-06-01* configure.ac (gl_INIT): Add gnulib stuff.Werner Koch10-353/+38
(fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS by a simple check. (putc_unlocked): Removed check. Not used. (strsep, mkdtemp, asprintf): Replaced checks by gnulib checks. (xsize): Added will probably come handy soon. (CFLAGS): Use -Wformat-security instead of -Wformat-nonliteral. Add --Wno-format-y2k. * gl/, gl/m4/: New. * gpg-agent.c: Include setenv.h. * Makefile.am (AM_CPPFLAGS): Added. * util.h: Add some includes for gnulib. (ttyname, isascii): Define them inline. * fseeko.c, ftello.c: Removed. * strsep.c, mkdtemp.c: Removed. * ttyname.c, isascii.c: Removed. * mkdtemp.c: Removed. * exec.c: Include mkdtemp.h * keybox-file.c (ftello) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/ftello.c. * keybox-update.c (fseeko) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/iobuf.c. * scdaemon.c: Include mkdtemp.h. * misc.c: Include setenv.h. * symcryptrun.c: Include mkdtemp.h.
2005-05-31* agent.h (out_of_core): s/__inline__/inine. Noted by Ray Link.Werner Koch2-4/+8
* dynload.h: s/__inline__/inline/. * tlv.c [GNUPG_MAJOR_VERSION==1]: Define constants instead of including a gnupg 1.4 header. * watchgnupg.c: Make sure that PF_LCOAL and AF_LOCAL are defines. Noted by Ray Link.
2005-05-13(got_fatal_signal): Print the signal number if we can'tWerner Koch2-4/+4
get a name for it. (get_signal_name): Return NULL if no name is available. Fixed conditional for sys_siglist to the correct one.