aboutsummaryrefslogtreecommitdiffstats
path: root/common/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-26More W32 related changesWerner Koch1-1/+4
2007-06-14A whole bunch of changes to allow building for Windows.Werner Koch1-1/+3
See the ChangeLogs for details.
2007-06-06First steps towards supporting W32.Werner Koch1-5/+10
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2007-05-15Use estream_asprintf instead of the GNU asprintf.Werner Koch1-1/+1
2007-01-31Included LIBICONV in all Makefiles.Werner Koch1-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.
2006-12-13Some build fixes for platforms like OSX where we use the built-in libintl.David Shaw1-1/+1
2006-11-05Collected fixes.Werner Koch1-1/+1
2006-10-242006-10-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+2
* Makefile.am (libcommon_a_CFLAGS): Add $(LIBASSUAN_CFLAGS). (libsimple_pwquery_a_CFLAGS): New variable.
2006-10-17Pth tweaks and improved estream.cWerner Koch1-4/+9
2006-10-10Various changesWerner Koch1-1/+1
2006-09-21Various updatesWerner Koch1-1/+4
2006-09-15Allow for a global trustlist.Werner Koch1-0/+15
2006-09-06The big Assuan error code removal.Werner Koch1-1/+0
2006-08-21Migrated more stuff to doc/Werner Koch1-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.
2006-08-16With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch1-0/+1
shows no prblems. Needs more testing of course.
2006-08-11Added http.c from 1.4. Werner Koch1-1/+2
Added support for estream and gnutls.
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2006-05-23g10/ does build again.Werner Koch1-1/+3
2005-09-282005-09-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+2
* Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch1-58/+0
2005-06-01* configure.ac (gl_INIT): Add gnulib stuff.Werner Koch1-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.
2005-04-11* sexputil.c: New.Werner Koch1-0/+1
2005-03-03* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Accidently usedWerner Koch1-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-262005-01-26 Moritz Schulte <[email protected]>Moritz Schulte1-1/+2
* Makefile.am (libcommon_a_SOURCES): New source files: estream.c, estream.h. * estream.c, estream.h: New files.
2004-12-21* gpg-agent.c (main): Use default_homedir().Werner Koch1-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().
2004-12-06* exechelp.h, exechelp.c: New. Based on code from ../sm/import.c.Werner Koch1-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.
2004-12-02First take on a W32 portWerner Koch1-0/+2
2004-06-14* xreadline.c: New. Based on the iobuf_read_line function.Werner Koch1-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.
2004-03-06Preparing for a releaseWerner Koch1-1/+2
2004-02-12minor cleanupsWerner Koch1-2/+1
2004-02-10New. Based on code from ../sm/base64.c.Werner Koch1-0/+1
2004-01-302004-01-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-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.
2004-01-27Some minor bug fixes, new test utilities and started support for otherWerner Koch1-0/+1
smartcard applications.
2003-11-14Removed.Werner Koch1-1/+0
2003-08-14Add 'dynload.h' to Makefile.am.Timo Schulz1-1/+2
2003-08-05This commit was manufactured by cvs2svn to create branchRepo Admin1-6/+36
'GNUPG-1-9-BRANCH'.
2003-04-07* DETAILS: Don't specify which hash is used to make up the namehash sinceDavid Shaw1-4/+12
it may change in the future. * samplekeys.asc: Updated. * gpg.sgml: Document "revuid". Clarify that --openpgp resets --pgpX. Some cleanup of --no-xxx options, make sure that all SGML tags are closed, clarify --pgp8 allows SHA-256, and document --no-emit-version. * Makefile.am: Allow CVS version to build without faqprog.pl.
2003-01-09Copied wrong files. Fixed.Werner Koch1-27/+8
2003-01-09taken from NewPGWerner Koch1-56/+21
2002-09-12* Makefile.am (EXTRA_DIST): Include gnupg-32.regWerner Koch1-1/+1
2002-09-02* gnupg.7: New mini man page.Werner Koch1-2/+2
2002-07-01* Makefile.am: Due to problems with VPATH builds we don't try toWerner Koch1-16/+21
build the texi vesions of the manual pages anymore automatically.
2002-06-29Update head to match stable 1.0David Shaw1-23/+58
2000-12-21Does now work with libgcryptWerner Koch1-4/+1
2000-11-14Some configuration changesWerner Koch1-5/+8
2000-08-22See ChangeLog: Tue Aug 22 14:31:15 CEST 2000 Werner KochWerner Koch1-2/+4
2000-03-13See ChangeLog: Mon Mar 13 19:22:46 CET 2000 Werner KochWerner Koch1-13/+20
2000-02-08Add some libgcrypt doxWerner Koch1-15/+17
2000-01-24See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch1-0/+2
1999-10-26See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner KochWerner Koch1-1/+1