aboutsummaryrefslogtreecommitdiffstats
path: root/common/mkdtemp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let allWerner Koch2004-12-201-1/+2
| | | | | | | | | | | | | | | | | | | | directories default to c:/gnupg. Require libassuan 0.6.9. * gpg-agent.c (main) [W32]: Now that Mutexes work we can remove the pth_init kludge. (main): Add new options --[no-]use-standard-socket. (check_for_running_agent): Check whether it is running on the standard socket. * sysutils.h [W32]: Define sleep. * util.h: Add prototype for mkdtemp. * call-agent.c (start_agent): Before starting a pipe server start to connect to a server on the standard socket. Use PATHSEP * call-dirmngr.c (start_dirmngr): Use PATHSEP. * import.c: Include unistd.h for dup and close.
* Preparing for 1.9.2 release.V1-9-2Werner Koch2003-11-171-5/+2
|
* * mkdtemp.c: Replaced byte by unsigned char because it is no longerWerner Koch2002-05-221-2/+2
| | | | | defined in gcrypt.h.
* * mkdtemp.c: Copied from gnupg-1.0.6c and changed to use libgcrypt.Werner Koch2002-01-231-0/+99
* configure.ac (mkdtemp): See whether we have to provide a replacement.