aboutsummaryrefslogtreecommitdiffstats
path: root/common/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* First steps towards supporting W32.Werner Koch2007-06-061-5/+10
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* Use estream_asprintf instead of the GNU asprintf.Werner Koch2007-05-151-1/+1
|
* Included LIBICONV in all Makefiles.Werner Koch2007-01-311-1/+1
| | | | | | | | | | g10/ * passphrase.c (passphrase_get): Set the cancel flag on all error from the agent. Fixes a bug reported by Tom Duerbusch. sm/ * gpgsm.c (main): Let --gen-key print a more informative error message.
* Some build fixes for platforms like OSX where we use the built-in libintl.David Shaw2006-12-131-1/+1
|
* Collected fixes.Werner Koch2006-11-051-1/+1
|
* 2006-10-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-10-241-1/+2
| | | | | | * Makefile.am (libcommon_a_CFLAGS): Add $(LIBASSUAN_CFLAGS). (libsimple_pwquery_a_CFLAGS): New variable.
* Pth tweaks and improved estream.cWerner Koch2006-10-171-4/+9
|
* Various changesWerner Koch2006-10-101-1/+1
|
* Various updatesWerner Koch2006-09-211-1/+4
|
* Allow for a global trustlist.Werner Koch2006-09-151-0/+15
|
* The big Assuan error code removal.Werner Koch2006-09-061-1/+0
|
* Migrated more stuff to doc/Werner Koch2006-08-211-1/+2
| | | | | | | | Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.
* With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch2006-08-161-0/+1
| | | | | shows no prblems. Needs more testing of course.
* Added http.c from 1.4. Werner Koch2006-08-111-1/+2
| | | | | Added support for estream and gnutls.
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* g10/ does build again.Werner Koch2006-05-231-1/+3
|
* 2005-09-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-09-281-1/+2
| | | | | * Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
* * configure.ac (gl_INIT): Add gnulib stuff.Werner Koch2005-06-011-13/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS by a simple check. (putc_unlocked): Removed check. Not used. (strsep, mkdtemp, asprintf): Replaced checks by gnulib checks. (xsize): Added will probably come handy soon. (CFLAGS): Use -Wformat-security instead of -Wformat-nonliteral. Add --Wno-format-y2k. * gl/, gl/m4/: New. * gpg-agent.c: Include setenv.h. * Makefile.am (AM_CPPFLAGS): Added. * util.h: Add some includes for gnulib. (ttyname, isascii): Define them inline. * fseeko.c, ftello.c: Removed. * strsep.c, mkdtemp.c: Removed. * ttyname.c, isascii.c: Removed. * mkdtemp.c: Removed. * exec.c: Include mkdtemp.h * keybox-file.c (ftello) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/ftello.c. * keybox-update.c (fseeko) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/iobuf.c. * scdaemon.c: Include mkdtemp.h. * misc.c: Include setenv.h. * symcryptrun.c: Include mkdtemp.h.
* * sexputil.c: New.Werner Koch2005-04-111-0/+1
|
* * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Accidently usedWerner Koch2005-03-031-1/+1
| | | | | | | | | --ldflags instead of --cflags. Reported by Kazu Yamamoto. * Makefile.am (AM_CFLAGS): Added PTH_CFLAGS. Noted by Kazu Yamamoto. * Makefile.am (gpgsm_LDADD): Added PTH_LIBS. Noted by Kazu Yamamoto.
* 2005-01-26 Moritz Schulte <[email protected]>Moritz Schulte2005-01-261-1/+2
| | | | | | | * Makefile.am (libcommon_a_SOURCES): New source files: estream.c, estream.h. * estream.c, estream.h: New files.
* * gpg-agent.c (main): Use default_homedir().Werner Koch2004-12-211-2/+1
| | | | | | | | | | | | | | | | | | | * protect-tool.c (main): Ditto. * signal.c (got_fatal_signal, got_usr_signal) (got_fatal_signal) [DOSISH]: Don't build. * simple-gettext.c: Include sysutils.h * homedir.c: New. * Makefile.am (libcommon_a_SOURCES): Add it. (EXTRA_DIST): Removed mkerror and mkerrtok. * gpgv.c, g10.c (main): Use default_hoemdir (). * scdaemon.c (main): Use default_homedir(). * gpgsm.c (main): Use default_homedir().
* * exechelp.h, exechelp.c: New. Based on code from ../sm/import.c.Werner Koch2004-12-061-0/+1
| | | | | | | | | | | * gpgsm.c (run_protect_tool) [_WIN32]: Disabled. * import.c (popen_protect_tool): Simplified by making use of gnupg_spawn_process. (parse_p12): Likewise, using gnupg_wait_process. * export.c (popen_protect_tool): Ditto. (export_p12): Ditto.
* First take on a W32 portWerner Koch2004-12-021-0/+2
|
* * xreadline.c: New. Based on the iobuf_read_line function.Werner Koch2004-06-141-0/+1
| | | | | | | | | | * no-libgcrypt.c (gcry_realloc, gcry_xmalloc, gcry_xcalloc): New. * gpgconf-comp.c (retrieve_options_from_program) (retrieve_options_from_file, change_options_file) (change_options_program, gc_component_change_options): Replaced getline by read_line and test for allocation failure.
* Preparing for a releaseWerner Koch2004-03-061-1/+2
|
* minor cleanupsWerner Koch2004-02-121-2/+1
|
* New. Based on code from ../sm/base64.c.Werner Koch2004-02-101-0/+1
|
* 2004-01-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-01-301-0/+1
| | | | | | | | * Makefile.am (libcommon_a_SOURCES): Add xasprintf.c. * miscellaneous.c (xasprintf): Moved to ... * xasprintf (xasprintf): ... here. New file. This allows to use xasprintf without sucking in gpg-error.
* Some minor bug fixes, new test utilities and started support for otherWerner Koch2004-01-271-0/+1
| | | | | smartcard applications.
* Removed.Werner Koch2003-11-141-1/+0
|
* Add 'dynload.h' to Makefile.am.Timo Schulz2003-08-141-1/+2
|
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-08-051-0/+58
| | | | 'GNUPG-1-9-BRANCH'.
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-52/+0
| | | | 'GNUPG-1-9-BRANCH'.
* Renamed an error code.Werner Koch2002-08-161-1/+1
|
* * signal.c: New. Taken from GnuPG 1.1.91.Werner Koch2002-08-091-1/+3
|
* Various changes.Werner Koch2002-06-121-3/+4
|
* * no-pth.c, Makefile.am: Removed.Werner Koch2002-05-231-1/+0
| | | | | | | | | | | | * call-scd.c: Seirialized all scdaeom access when using Pth. * cache.c: Made the cache Pth-thread-safe. (agent_unlock_cache_entry): New. * findkey.c (unprotect): Unlock the returned cache value. * command.c (cmd_get_passphrase): Ditto. * gpg-agent.c (main): Register pth_read/write with Assuan.
* sm/Werner Koch2002-05-141-1/+2
| | | | | | | | | | | | | | * gpgsm.c: New option --faked-system-time * sign.c (gpgsm_sign): And use it here. * certpath.c (gpgsm_validate_path): Ditto. common/ * gettime.c: New. agent/ * cache.c (housekeeping, agent_put_cache): Use our time() wrapper. / * doc/: New * configure.ac, Makefile.am: Added doc/
* * cryptmiss.c: New.Werner Koch2002-04-151-1/+2
|
* * fopencookie.c: Dummy function.Werner Koch2002-02-121-1/+2
| | | | | | | | * vasprintf.c: New. Taken from binutils-2.9.1 and dropped all non ANSI-C stuff. Merged with asprintf version. * no-pth.c: New.
* * mkdtemp.c: Copied from gnupg-1.0.6c and changed to use libgcrypt.Werner Koch2002-01-231-0/+1
| | | | | | * configure.ac (mkdtemp): See whether we have to provide a replacement.
* * sysutils.c: New. This is the misc.c file from gnupg 1.0.6 withWerner Koch2002-01-191-1/+2
| | | | | | the OpenPGP stuff removed. * sysutils.h: New.
* * Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0Werner Koch2001-12-181-0/+10
| | | | | | * Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba * Makefile.am: Use LIBGCRYPT macros
* Added new directory common to enable sharing of some code and errorWerner Koch2001-11-241-0/+35
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there.