1. 22 Nov, 2006 3 commits
  2. 21 Nov, 2006 2 commits
  3. 14 Nov, 2006 1 commit
  4. 31 Oct, 2006 2 commits
  5. 18 Oct, 2006 1 commit
  6. 16 Oct, 2006 1 commit
  7. 10 Oct, 2006 1 commit
  8. 09 Oct, 2006 1 commit
  9. 04 Oct, 2006 3 commits
  10. 28 Sep, 2006 1 commit
  11. 19 Sep, 2006 8 commits
  12. 14 Sep, 2006 1 commit
  13. 13 Sep, 2006 1 commit
  14. 12 Sep, 2006 1 commit
  15. 11 Sep, 2006 1 commit
  16. 10 Sep, 2006 1 commit
  17. 06 Sep, 2006 1 commit
  18. 27 Jun, 2006 1 commit
  19. 24 Oct, 2005 1 commit
  20. 08 Oct, 2005 2 commits
  21. 07 Oct, 2005 1 commit
    • Marcus Brinkmann's avatar
      2005-10-07 Marcus Brinkmann <marcus@g10code.de> · 7c557c3e
      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.
      7c557c3e
  22. 01 Oct, 2005 2 commits
    • Marcus Brinkmann's avatar
      2005-10-01 Marcus Brinkmann <marcus@g10code.de> · 2a5f0063
      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.
      2a5f0063
    • Marcus Brinkmann's avatar
      2005-10-01 Marcus Brinkmann <marcus@g10code.de> · d934d1e7
      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.
      d934d1e7
  23. 08 Sep, 2005 1 commit
  24. 09 Aug, 2005 1 commit
    • Werner Koch's avatar
      * mkerrors: Include config.h into assuan-errors.c. This is · e0c9ab27
      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..
      e0c9ab27
  25. 20 Jun, 2005 1 commit