aboutsummaryrefslogtreecommitdiffstats
path: root/common/mkdtemp.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-12-20* configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let allWerner Koch1-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.
2003-11-17Preparing for 1.9.2 release.V1-9-2Werner Koch1-5/+2
2002-05-22* mkdtemp.c: Replaced byte by unsigned char because it is no longerWerner Koch1-2/+2
defined in gcrypt.h.
2002-01-23* mkdtemp.c: Copied from gnupg-1.0.6c and changed to use libgcrypt.Werner Koch1-0/+99
* configure.ac (mkdtemp): See whether we have to provide a replacement.