| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
* keylist.c (keylist_colon_handler): Move debug output after
initialising KEY.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update to current version.
2006-09-19 Marcus Brinkmann <[email protected]>
* configure.ac: Turn stpcpy into a replacement function.
Check for unistd.h and add setenv as replacement function.
gpgme/
2006-09-19 Marcus Brinkmann <[email protected]>
* setenv.c: New file.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* configure.ac: Check for network libraries and set NETLIBS.
gpgme/
2006-07-29 Marcus Brinkmann <[email protected]>
* gpgme-config.in (Options): Add NETLIBS.
* Makefile.am (libgpgme_la_LIBADD, libgpgme_pthread_la_LIBADD,
libgpgme_pth_la_LIBADD, libgpgme_glib_la_LIBADD): Add NETLIBS.
|
|
|
|
|
|
| |
* rungpg.c (read_status): Fix comparison disguising as an
assignment.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-24 Marcus Brinkmann <[email protected]>
* gpgme.texi (Library Version Check): Make example code compatible
to W32 systems.
gpgme/
2005-03-24 Marcus Brinkmann <[email protected]>
* gpgme.c (gpgme_set_locale): Remove conditional on
HAVE_W32_SYSTEM, and just check for LC_MESSAGES.
|
|
|
|
|
|
|
|
| |
* rungpg.c (read_status): Strip potential carriage return.
* genkey.c (get_key_parameter): Skip potential carriage return.
* version.c (_gpgme_get_program_version): Strip potential carriage
return.
|
|
|
|
|
|
| |
* data.c (gpgme_data_set_file_name): Allow to clear the file name
by passing NULL.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* lang, lang/cl: New subdirectories.
* lang/Makefile.am, lang/README: New files.
* configure.ac (AC_CONFIG_FILES): Add lang/Makefile,
lang/cl/Makefile and lang/cl/gpgme.asd.
* Makefile.am (SUBDIRS): Add lang.
lang/cl/
2006-07-06 Marcus Brinkmann <[email protected]>
* Initial release.
|
|
|
|
|
| |
* keylist.c (gpgme_get_key): Also clone the engine info.
|
|
|
|
|
|
| |
* gpgme.texi (Passphrase Callback): Fix inverted condition in
description.
|
|
|
|
|
| |
* pth.m4: Add --all to pth-config invocation.
|
|
|
|
|
|
| |
* gpgme-config.in (cflags_pth): Revert accidential removal of
pthread support with last change.
|
| |
|
|
|
|
|
| |
* configure.ac (LIBGPGME_LT_REVISION): Bump for release.
|
|
|
|
|
|
| |
* w32-glib-io.c (O_BINARY) [!O_BINARY]: New macro.
(_gpgme_io_pipe): Open pipes in binary mode.
|
| |
|
|
|
|
|
|
|
|
|
| |
Released 1.1.1.
* configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump for
release.
(LIBGPGME_LT_REVISION): Reset to 0 for release.
|
| |
|
|
|
|
|
|
| |
* pth.m4: Fix code generation (required for Max OS X).
Submitted by Emanuele Giaquinta <[email protected]>.
|
|
|
|
|
|
|
| |
* engine.c (gpgme_engine_check_version): Reimplemented to allow
checking the version correctly even after changing the engine
information. Bug reported by Stéphane Corthésy.
|
|
|
|
|
|
|
|
|
|
| |
* rungpg.c (read_colon_line): Invoke colon preprocess handler if
it is set.
(colon_preprocessor_t): New type.
(struct engine_gpg): New member colon.preprocess_fnc.
(gpg_keylist_preprocess): New function.
* keylist.c (keylist_colon_handler): Allow short key IDs.
|
|
|
|
|
|
|
|
|
|
|
| |
* w32-io.c (create_writer): Make C->have_data a manually resetted
event.
(writer): Move code from end of if block to beginning, so it
is also run the first time.
(_gpgme_io_write): Move assert check after error check. Reset
the is_empty event, and also do it eagerly.
(_gpgme_io_select): Unconditionally wait for the is_empty event.
|
| |
|
| |
|
|
|
|
|
| |
Pretty up debug output.
|
| |
|
| |
|
|
|
|
|
|
| |
* w32-glib-io.c (_gpgme_io_close): Only close fd if there is no
channel for it.
|
| |
|
|
|
|
|
|
| |
* w32-glib-io.c (find_channel): Set channel to unbuffered.
(_gpgme_io_select): Fix debug output.
|
| |
|
|
|
|
|
|
|
| |
* Clarified usage of the SECRET flag in key listings. It is now
reset for stub keys.
|
|
|
|
|
|
| |
* engine.c (_gpgme_set_engine_info): Use new_file_name in
engine_get_version invocation. Reported by Stéphane Corthésy.
|
|
|
|
|
| |
* w32-glib-io.c (_gpgme_io_fd2str): Remove debug printf.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* priv-io.h (_gpgme_io_fd2str): New prototype.
* posix-io.c (_gpgme_io_fd2str): New function.
* w32-io.c (_gpgme_io_fd2str): New function.
* rungpg.c: Use this new function.
* w32-glib-io.c (_gpgme_io_fd2str): Rewrote the file handle code
again. Two's company, three's the musketeers.
|
|
|
|
|
|
|
|
| |
* w32-glib-io.c: Rewrote the file handle code. We don't create
system fds for every handle (doesn't work for inherited handles),
but we create pseudo fds in a private namespace that designate a
handle and potentially a giochannel.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* configure.ac: Add support for --enable-w32-glib (disabled by
default). Invoke AM_PATH_GLIB_2_0.
gpgme/
2005-11-17 Marcus Brinkmann <[email protected]>
* w32-glib-io.c: New file.
* gpgme.def (gpgme_get_giochannel): Add symbol.
* Makefile.am (system_components) [HAVE_DOSISH_SYSTEM]: Remove
w32-io.c.
(ltlib_gpgme_extra): New variable.
(lib_LTLIBRARIES): Add $(ltlib_gpgme_extra).
(system_components_not_extra): New variable.
(libgpgme_la_SOURCES, libgpgme_pthread_la_SOURCES,
(libgpgme_pth_la_SOURCES): Add $(system_components_not_extra).
(libgpgme_glib_la_LDFLAGS, libgpgme_glib_la_DEPENDENCIES,
(libgpgme_glib_la_LIBADD, libgpgme_glib_la_CFLAGS)
[BUILD_W32_GLIB]: New variables.
* gpgme-config.in (glib): New option.
* gpgme.m4 (AM_PATH_GPGME_GLIB): New macro.
m4/
2005-11-17 Marcus Brinkmann <[email protected]>
* glib-2.0.m4: New file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* configure.ac: Add support for --enable-w32-glib (disabled by
default). Invoke AM_PATH_GLIB_2_0.
gpgme/
2005-11-17 Marcus Brinkmann <[email protected]>
* w32-glib-io.c: New file.
* gpgme.def (gpgme_get_giochannel): Add symbol.
* Makefile.am (system_components) [HAVE_DOSISH_SYSTEM]: Remove
w32-io.c.
(ltlib_gpgme_extra): New variable.
(lib_LTLIBRARIES): Add $(ltlib_gpgme_extra).
(system_components_not_extra): New variable.
(libgpgme_la_SOURCES, libgpgme_pthread_la_SOURCES,
(libgpgme_pth_la_SOURCES): Add $(system_components_not_extra).
(libgpgme_glib_la_LDFLAGS, libgpgme_glib_la_DEPENDENCIES,
(libgpgme_glib_la_LIBADD, libgpgme_glib_la_CFLAGS)
[BUILD_W32_GLIB]: New variables.
* gpgme-config.in (glib): New option.
* gpgme.m4 (AM_PATH_GPGME_GLIB): New macro.
m4/
2005-11-17 Marcus Brinkmann <[email protected]>
* glib-2.0.m4: New file.
|
|
|
|
|
|
|
|
| |
* priv-io.h (_gpgme_io_waitpid, _gpgme_io_kill): Removed.
* w32-io.c (_gpgme_io_waitpid, _gpgme_io_kill): Removed.
* posix-io.c (_gpgme_io_kill): Removed.
(_gpgme_io_waitpid): Declare static.
|
| |
|
|
|
|
|
| |
* w32-io.c (_gpgme_io_spawn): Don't minimize window, hide it.
|
| |
|
|
|
|
|
|
| |
* Makefile.am: Build versioninfo.lo, not versioninfo.o. Also, fix
the whole mess.
|
|
|
|
|
|
| |
* w32-dll/ChangeLog, w32-dll/build-dll, w32-dll/gpgme.def: Remove
files.
|
|
|
|
|
|
|
|
| |
* configure.ac: Instead checking for windres and dlltool, invoke
AC_LIBTOOL_WIN32_DLL and AC_LIBTOOL_RC.
* src/Makefile.am [HAVE_W32_SYSTEM]: Use libtool, which simplifies
the rules.
|
| |
|
|
|
|
|
|
| |
* rungpg.c (gpg_edit): Don't add a key argument if in card edit
mode.
|
|
|
|
|
|
| |
* gpgsm/t-keylist.c (main): Allow for an email address as a second
uid.
|
|
|
|
|
|
| |
* gpg/t-sig-notation.c: Change critical notation to something
GnuPG understands.
|