- 12 Feb, 2020 1 commit
-
-
Daniel Kahn Gillmor authored
-
- 07 Feb, 2020 3 commits
-
-
Werner Koch authored
-
Werner Koch authored
--
-
Werner Koch authored
--
-
- 06 Feb, 2020 2 commits
-
-
Werner Koch authored
* src/gpg-error.c (get_err_from_codesymbol): New. (main): Use it here. -- Saves lot of typing for example when looking up an error description using --desc. Signed-off-by:Werner Koch <wk@gnupg.org>
-
Werner Koch authored
* src/Makefile.am: Remove no_undefined macro. -- This helps to build on Cygwin and does the right thing anyway because we do not have any dependencies in gpgrt. Thanks to Michael Haubenwaller to explain this and propose a patch. GnuPG-bug-id: 4474 Signed-off-by:Werner Koch <wk@gnupg.org>
-
- 23 Jan, 2020 1 commit
-
-
NIIBE Yutaka authored
Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 07 Jan, 2020 1 commit
-
-
NIIBE Yutaka authored
* src/Makefile.am (mkheader): Remove -O0 option. Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 13 Dec, 2019 1 commit
-
-
Werner Koch authored
* src/err-codes.h.in: Add GPG_ERR_SQL_ codes. * src/gpg-error.h.in (gpg_err_code_from_sqlite): New. Signed-off-by:Werner Koch <wk@gnupg.org>
-
- 09 Dec, 2019 1 commit
-
-
NIIBE Yutaka authored
-- Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 24 Sep, 2019 1 commit
-
-
NIIBE Yutaka authored
* src/gpg-error.c (main): Fix conditional compilation. -- Reported-by:
Rey Abeleda <reynaldo.abeleda@nab.com.au> Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 18 Sep, 2019 4 commits
-
-
NIIBE Yutaka authored
* tests/t-b64.c (test_b64dec_string): De-allocate. GnuPG-bug-id: 4698 Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org> -
NIIBE Yutaka authored
* src/sysutils.c (_gpgrt_setenv): Avoid call with value=NULL. GnuPG-bug-id: 4698 Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org> -
NIIBE Yutaka authored
* src/logging.c (fun_writer): Fix for socket_dir_cb. GnuPG-bug-id: 4698 Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org> -
NIIBE Yutaka authored
* src/estream.c (do_list_remove): Only access ITEM->NEXT when it's not null. GnuPG-bug-id: 4698 Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 10 Sep, 2019 1 commit
-
-
Werner Koch authored
src/err-codes.h.in (GPG_ERR_KEYBOXD): Add missing tabs. -- Fixes-commit: c6d9598a Signed-off-by:
Werner Koch <wk@gnupg.org>
-
- 08 Sep, 2019 1 commit
-
-
Werner Koch authored
* src/estream-printf.c (pr_string): Here. -- GnuPG-bug-id: 4698 Signed-off-by:Werner Koch <wk@gnupg.org>
-
- 04 Sep, 2019 1 commit
-
-
NIIBE Yutaka authored
* src/gpgrt-config.in: Support Libs.private and Requires.private. Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 23 Aug, 2019 2 commits
-
-
NIIBE Yutaka authored
* src/estream.c [HAVE_POLL_H] (_gpgrt_poll): Catch POLLHUP event for want_read. -- At EOF, here is a difference of semantics between poll(2) and select(2). For poll(2), detection of EOF is an event of POLLHUP, not POLLIN. Fixes-commit: a21a7de8 Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org> -
NIIBE Yutaka authored
* src/estream.c (_gpgrt_poll): Go to leave, when something is ready. Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 22 Aug, 2019 1 commit
-
-
NIIBE Yutaka authored
* src/estream.c (_gpgrt_poll): Fix for want_oob. Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 05 Aug, 2019 1 commit
-
-
Werner Koch authored
--
-
- 25 Jul, 2019 2 commits
-
-
NIIBE Yutaka authored
* src/estream.c (tmpfd): Use intptr_t. Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org> -
NIIBE Yutaka authored
* src/estream.c (IS_INVALID_FD): Simply compare to -1. -- Perhaps, when it was written at first, use of HANDLE was in mind. Now, we have different set of methods for Windows, and this macro is only for integer fd access, no need of ifdef/endif. Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 24 Jul, 2019 1 commit
-
-
NIIBE Yutaka authored
* src/spawn-w32.c (handle_to_fd): Use intptr_t type. -- See the section of _open_osfhandle in C Run-Time Library Reference. Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 18 Jul, 2019 1 commit
-
-
Daniel Kahn Gillmor authored
* doc/Makefile.am: add CPPFLAGS_FOR_BUILD for yat2m-for-build (other flags were already present). * src/Makefile.am: add {CFLAGS,CPPFLAGS,LDFLAGS}_FOR_BUILD for mkhelper, mkw32errmap, and mkerrcodes. Debian-bug-id: 932213 GnuPG-bug-id: 4643 Signed-off-by:
Daniel Kahn Gillmor <dkg@fifthhorseman.net>
-
- 11 Jul, 2019 1 commit
-
-
NIIBE Yutaka authored
* src/gpgrt-int.h (struct _gpgrt_b64state): Use unsigned for bit flags. Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 27 Jun, 2019 1 commit
-
-
Werner Koch authored
* src/estream.c (_gpgrt_poll): Check for malloc error. Signed-off-by:Werner Koch <wk@gnupg.org>
-
- 26 Jun, 2019 2 commits
-
-
NIIBE Yutaka authored
* src/estream.c [HAVE_POLL_H] (_gpgrt_poll): No VLA. -- Fixes-commit: a21a7de8 Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org> -
NIIBE Yutaka authored
* configure.ac: Detect poll.h. * src/estream.c [HAVE_POLL_H] (_gpgrt_poll): Use poll. -- Here, we use C99 feature of array declaration with variable. Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 18 Jun, 2019 4 commits
-
-
NIIBE Yutaka authored
* src/gpg-error-config-test.sh.in: Check pkg-config version. -- Use of sort and sed 1q for version check is taken from .m4 code in gettext. Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org> -
NIIBE Yutaka authored
* configure.ac (INSTALLSHELLPATH): New. * src/Makefile.am: Change invocation of gpg-error-config-test.sh. * src/gpgrt-config.in (INSTALLSHELLPATH): To be substituted. * src/gpg-error-config-test.sh.in: Likewise. -- GnuPG-bug-id: 4574 Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org> -
NIIBE Yutaka authored
* src/spawn-posix.c (gpgrt_wait_processes): Cast to int. -- On some systems (like Solaris), pid_t is long int. Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org> -
NIIBE Yutaka authored
* src/Makefile.am (gpg-error-config): Exit 1 on failure. -- Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 29 May, 2019 2 commits
-
-
NIIBE Yutaka authored
-- Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org> -
NIIBE Yutaka authored
* configure.ac [mingw32*] (strerror_s): Detect. * src/strerror.c [HAVE_STRERROR_S] (system_strerror_r): Use strerror_s. -- GnuPG-bug-id: 4539 Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 27 May, 2019 1 commit
-
-
Werner Koch authored
--
-
- 14 May, 2019 1 commit
-
-
NIIBE Yutaka authored
* tests/t-logging.c (check_log_info): Free LOGBUF. -- GnuPG-bug-id: 4498 Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 13 May, 2019 1 commit
-
-
NIIBE Yutaka authored
* m4/iconv.m4: Update from gettext 0.20.1. -- This includes fixes of file descriptor leaks. GnuPG-bug-id: 4504 Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 15 Apr, 2019 1 commit
-
-
NIIBE Yutaka authored
* src/Makefile.am: Use pkg_namespace (instead of namespace). * src/mkerrnos.awk: Likewise. * lang/cl/mkerrcodes.awk: Don't escape # in regexp. * src/mkerrcodes.awk, src/mkerrcodes1.awk, src/mkerrcodes2.awk: Ditto. -- In Gawk 5.0, regexp routines are replaced by Gnulib implementation, which only allows escaping specific characters. GnuPG-bug-id: 4459 Reported-by: Marius Schamschula Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-