aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Preparing the 1.0.0 release.libassuan-1.0.0Werner Koch2006-10-317-224/+674
|
* Fix for pthreadWerner Koch2006-10-183-2/+8
|
* Mapped another error.Werner Koch2006-10-166-5/+20
|
* portability fixeslibassuan-0.9.3Werner Koch2006-10-1013-19/+125
|
* Splitted up into a standad lib and an pth enabled one.Werner Koch2006-10-0912-174/+492
| | | | | | Also enhanced libassuan-config and libassuan.m4. Not really tested!
* The second release of today.libassuan-0.9.2Werner Koch2006-10-043-2/+9
|
* Littel fix to make Cancel returns from pinnetry work again. Werner Koch2006-10-044-2/+13
| | | | | (At least with the forthcoming gnupg 1.9.91)
* Preparing a new releaselibassuan-0.9.1Werner Koch2006-10-046-6/+52
|
* 2006-09-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-282-2/+8
| | | | | | | * assuan-client.c (assuan_transact): Do not convert error on status line, it is already a gpg-error. Do convert ASSUAN_Server_Fault.
* 2006-09-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-192-1/+6
| | | | | | * assuan.h (assuan_init_socket_server_ext) [_ASSUAN_EXT_SYM_PREFIX]: Fix typo in macro.
* distribute motdWerner Koch2006-09-192-1/+2
|
* Fixed problems Nelson H. F. Beebe reported when doing build tests on severalWerner Koch2006-09-1913-101/+121
| | | | | platforms.
* 2006-09-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-194-2/+25
| | | | | | | * tests/fdpassing.c (MOTD): New macro. * tests/Makefile.am (AM_CPPFLAGS): New variable. * tests/motd: New file.
* 2006-09-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-193-0/+27
| | | | | | * assuan-pipe-connect.c: Add hacks for Slowaris. * assuan-socket.c: Likewise here.
* 2006-09-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-192-1/+4
| | | | | * assuan.h (enum): Avoid trailing comma in enumerator list. Ugh.
* 2006-09-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-195-7/+15
| | | | | | | | | | * 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.
* 2006-09-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-192-1/+5
| | | | | * assuan-defs.h (unsetenv): Define correctly.
* Preparing a new releaselibassuan-0.9.0Werner Koch2006-09-1423-103/+593
|
* More tweaks for descriptor passing.Werner Koch2006-09-1316-125/+218
| | | | | gpg-connect-agent may now be used as a test program.
* Integrated descriptor passing.Werner Koch2006-09-1215-907/+1071
|
* Added stuff to the manual. Minor prototype cleanups.Werner Koch2006-09-113-14/+262
|
* fixesWerner Koch2006-09-107-115/+201
|
* Changes to support gpg-error style error codes.Werner Koch2006-09-0626-180/+866
|
* Doc updates.Werner Koch2006-06-272-1/+9
|
* Fixed and clarified copyright noticesWerner Koch2005-10-2439-103/+650
|
* 2005-10-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-082-1/+29
| | | | | | * configure.ac: Check for socket library and add it to LIBASSUAN_CONFIG_LIBS if necessary.
* 2005-10-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-083-1/+13
| | | | | | | | * assuan-defs.h (setenv, unsetenv, clearenv) [!HAVE_SETENV]: Define to _assuan_*. * setenv.c: Include "assuan-defs.h". (__add_to_environ): Make static.
* 2005-10-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-075-27/+444
| | | | | | | | | | | | | | | | | | | | * 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 <[email protected]> * 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.
* 2005-10-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-013-7/+15
| | | | | | | | | * 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.
* 2005-10-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-014-6/+14
| | | | | | | | | * 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.
* 2005-09-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-09-082-0/+7
| | | | | | * assuan-pipe-connect.c (assuan_pipe_connect2): Add missing declaration of PID.
* * mkerrors: Include config.h into assuan-errors.c. This isWerner Koch2005-08-096-104/+275
| | | | | | | | | | | 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..
* post release version number updateWerner Koch2005-06-202-1/+5
|
* Preparing for 0.6.10libassuan-0-6-10Werner Koch2005-06-205-6/+10
|
* * assuan-util.c (assuan_set_flag, assuan_get_flag): New.Werner Koch2005-05-227-7/+80
| | | | | | | | | * assuan-defs.h (struct assuan_context_s): New field flags. * assuan.h (assuan_flag_t): New with one flag value ASSUAN_NO_WAITPID for now. * assuan-pipe-connect.c (do_finish): Take care of the no_waitpid flag.
* (_assuan_calloc): Avoid integer overflow.Werner Koch2005-04-042-3/+18
|
* (struct assuan_io): Renamed elements READ andWerner Koch2005-03-225-5/+19
| | | | | | WRITE to READFNC and WRITEFNC to avoid problems with read defined as macros. Changed callers. Noted by Ville Skytt��.
* post release updatesWerner Koch2004-12-222-1/+5
|
* Switched to automake 1.9.libassuan-0-6-9Werner Koch2004-12-2212-3027/+3445
|
* (assuan_socket_connect): Allow for aWerner Koch2004-12-202-2/+13
| | | | | drive letter in the path.
* (assuan_init_pipe_server) [W32]: Map fileWerner Koch2004-12-192-2/+21
| | | | | descriptors using _get_osfhandle.
* 2004-12-19 Moritz Schulte <[email protected]>Moritz Schulte2004-12-192-1/+6
| | | | | | * assuan-pipe-connect.c (assuan_pipe_connect2): Removed "`" character at beginning of line 532.
* More W32 fixesWerner Koch2004-12-182-17/+21
|
* * autogen.sh: Add Option --build-w32.Werner Koch2004-12-189-40/+424
| | | | | | | | | | | * assuan-logging.c (_assuan_w32_strerror): New. * assuan-defs.h (w32_strerror): new. * assuan-pipe-connect.c (assuan_pipe_connect2, fix_signals): Factored signal code out to new function. (build_w32_commandline, create_inheritable_pipe): New. Taken from gnupg 1.9. (assuan_pipe_connect2) [W32]: Implemented for W32.
* * configure.ac: Define HAVE_W32_SYSTEM and HAVE_DOSISH_SYSTEM.Werner Koch2004-12-0713-28/+89
| | | | | | | | | | Add -lwsock2 to the config lib flags for W32. * assuan-logging.c, assuan-io.c: Include config.h * assuan-pipe-connect.c (assuan_pipe_connect2) [_WIN32]: Return error Not Imlemented.
* Script to build the W32 versionWerner Koch2004-12-061-0/+10
|
* include/sys/types.hWerner Koch2004-11-272-0/+6
|
* Avoid warnings about unknown pragmas.Werner Koch2004-11-263-9/+17
|
* Post release prepsWerner Koch2004-11-252-1/+6
|
* Released 0.6.8libassuan-0-6-8Werner Koch2004-11-253-2/+8
|