- 22 Nov, 2006 3 commits
-
-
Werner Koch authored
-
Werner Koch authored
-
Werner Koch authored
-
- 21 Nov, 2006 2 commits
-
-
Werner Koch authored
-
Werner Koch authored
Fix memory leak. Add convenience option for cross build to amd64
-
- 14 Nov, 2006 1 commit
-
-
Werner Koch authored
-
- 31 Oct, 2006 2 commits
-
-
Werner Koch authored
-
Werner Koch authored
-
- 18 Oct, 2006 1 commit
-
-
Werner Koch authored
-
- 16 Oct, 2006 1 commit
-
-
Werner Koch authored
-
- 10 Oct, 2006 1 commit
-
-
Werner Koch authored
-
- 09 Oct, 2006 1 commit
-
-
Werner Koch authored
Also enhanced libassuan-config and libassuan.m4. Not really tested!
-
- 04 Oct, 2006 3 commits
-
-
Werner Koch authored
-
Werner Koch authored
(At least with the forthcoming gnupg 1.9.91)
-
Werner Koch authored
-
- 28 Sep, 2006 1 commit
-
-
Marcus Brinkmann authored
* assuan-client.c (assuan_transact): Do not convert error on status line, it is already a gpg-error. Do convert ASSUAN_Server_Fault.
-
- 19 Sep, 2006 8 commits
-
-
Marcus Brinkmann authored
* assuan.h (assuan_init_socket_server_ext) [_ASSUAN_EXT_SYM_PREFIX]: Fix typo in macro.
-
Werner Koch authored
-
Werner Koch authored
platforms.
-
Marcus Brinkmann authored
* tests/fdpassing.c (MOTD): New macro. * tests/Makefile.am (AM_CPPFLAGS): New variable. * tests/motd: New file.
-
Marcus Brinkmann authored
* assuan-pipe-connect.c: Add hacks for Slowaris. * assuan-socket.c: Likewise here.
-
Marcus Brinkmann authored
* assuan.h (enum): Avoid trailing comma in enumerator list. Ugh.
-
Marcus Brinkmann authored
* mkerrors (_assuan_error): Change return type to assuan_error_t. * assuan-buffer.c (_assuan_read_line): Change return type to assuan_error_t. Map returned value of -1. (_assuan_write_line): Change type of RC to assuan_error_t. * assuan-defs.h (_assuan_read_line, _assuan_error): Likewise for prototypes.
-
Marcus Brinkmann authored
* assuan-defs.h (unsetenv): Define correctly.
-
- 14 Sep, 2006 1 commit
-
-
Werner Koch authored
-
- 13 Sep, 2006 1 commit
-
-
Werner Koch authored
gpg-connect-agent may now be used as a test program.
-
- 12 Sep, 2006 1 commit
-
-
Werner Koch authored
-
- 11 Sep, 2006 1 commit
-
-
Werner Koch authored
-
- 10 Sep, 2006 1 commit
-
-
Werner Koch authored
-
- 06 Sep, 2006 1 commit
-
-
Werner Koch authored
-
- 27 Jun, 2006 1 commit
-
-
Werner Koch authored
-
- 24 Oct, 2005 1 commit
-
-
Werner Koch authored
-
- 08 Oct, 2005 2 commits
-
-
Marcus Brinkmann authored
* configure.ac: Check for socket library and add it to LIBASSUAN_CONFIG_LIBS if necessary.
-
Marcus Brinkmann authored
* assuan-defs.h (setenv, unsetenv, clearenv) [!HAVE_SETENV]: Define to _assuan_*. * setenv.c: Include "assuan-defs.h". (__add_to_environ): Make static.
-
- 07 Oct, 2005 1 commit
-
-
Marcus Brinkmann authored
* configure.ac: Invoke AC_CANONICAL_HOST. Define _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED and __EXTENSIONS__ on Solaris. Add stpcy as replacement function. Add setenv as replacement function (and check for unistd.h). src/ 2005-10-06 Marcus Brinkmann <marcus@g10code.de> * assuan-defs.h (memrchr) [!HAVE_MEMRCHR]: New prototype. (stpcpy) [!HAVE_STPCPY]: Likewise. * stpcpy.c: New LGPL'ed file from the GNU C Library. * setenv.c: New file. * assuan-domain-connect.c (read_int): New function. (write_int): New function. (domain_reader): Use read_int. (domain_sendfd): Use write_int.
-
- 01 Oct, 2005 2 commits
-
-
Marcus Brinkmann authored
* assuan.h (assuan_pipe_connect, assuan_pipe_connect2): Make type of ARGV parameter const in prototype. * assuan-pipe-connect.c (assuan_pipe_connect, assuan_pipe_connect2): Likewise in declaration. (assuan_pipe_connect2): Add braindead cast to make execv happy.
-
Marcus Brinkmann authored
* assuan-client.c (assuan_transact): Change LINE, S and D from unsigned char * to char * to silence gcc warning. * assuan-util.c (_assuan_log_sanitized_string): Add explicit cast to silence gcc warning. * assuan-inquire.c (assuan_inquire): Likewise.
-
- 08 Sep, 2005 1 commit
-
-
Marcus Brinkmann authored
* assuan-pipe-connect.c (assuan_pipe_connect2): Add missing declaration of PID.
-
- 09 Aug, 2005 1 commit
-
-
Werner Koch authored
required so that assuan.h knows about the W32 macro. * assuan.h [_ASSUAN_EXT_SYM_PREFIX]: New. * assuan-io.c [_ASSUAN_NO_PTH]: New. * assuan-pipe-connect.c (fix_signals) [_ASSUAN_NO_FIXED_SIGNALS]: New. (assuan_pipe_connect2) [_ASSUAN_USE_DOUBLE_FORK]: Use double fork. (fix_signals) [_ASSUAN_USE_DOUBLE_FORK]: Do not wait..
-
- 20 Jun, 2005 1 commit
-
-
Werner Koch authored
-