summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* w32: Add icons and version information.Werner Koch2013-05-071-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * common/gnupg.ico: New. Take from artwork/gnupg-favicon-1.ico. * agent/gpg-agent-w32info.rc: New. * g10/gpg-w32info.rc: New. * scd/scdaemon-w32info.rc: New. * sm/gpgsm-w32info.rc: New. * tools/gpg-connect-agent-w32info.rc: New. * common/w32info-rc.h.in: New. * configure.ac (BUILD_REVISION, BUILD_FILEVERSION, BUILD_TIMESTAMP) (BUILD_HOSTNAME): New. (AC_CONFIG_FILES): Add w32info-rc.h. * am/cmacros.am (.rc.o): New rule. * agent/Makefile.am, common/Makefile.am, g10/Makefile.am * scd/Makefile.am, sm/Makefile.am, tools/Makefile.am: Add stuff to build resource files. -- Signed-off-by: Werner Koch <wk@gnupg.org> (cherry picked from commit 049b3d9ca0285d15c00c215ac9b533c994196ca4) Solved conflicts in: agent/Makefile.am common/Makefile.am g10/Makefile.am scd/Makefile.am sm/Makefile.am tools/Makefile.am
* Port to npth.Marcus Brinkmann2012-01-251-2/+2
| | | | | | | | | | | | | | | | | | | | | * configure.ac: Don't check for PTH but for NPTH. (AH_BOTTOM): Remove PTH_SYSCALL_SOFT. (have_pth): Rename to ... (have_npth): ... this. (USE_GNU_NPTH): Rename to ... (USE_GNU_PTH): ... this. * m4/npth.m4: New file. * agent/Makefile.am, agent/cache.c, agent/call-pinentry.c, agent/call-scd.c, agent/findkey.c, agent/gpg-agent.c, agent/trustlist.c, common/Makefile.am, common/estream.c, common/exechelp-posix.c, common/exechelp-w32.c, common/exechelp-w32ce.c, common/http.c, common/init.c, common/sysutils.c, dirmngr/Makefile.am, dirmngr/crlfetch.c, dirmngr/dirmngr.c, dirmngr/dirmngr_ldap.c, dirmngr/ldap-wrapper-ce.c, dirmngr/ldap-wrapper.c, dirmngr/ldap.c, g13/Makefile.am, g13/call-gpg.c, g13/g13.c, g13/runner.c, scd/Makefile.am, scd/apdu.c, scd/app.c, scd/ccid-driver.c, scd/command.c, scd/scdaemon.c, tools/Makefile.am: Port to npth.
* Generate the ChangeLog from commit logs.Werner Koch2011-12-011-1/+1
| | | | | | | | | | | | | * scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * doc/HACKING: Describe the ChangeLog policy * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-8/+7
| | | | | | | | We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
* Change stack size for Wince.Werner Koch2010-11-231-0/+1
| | | | | | Allow for a longer agent atartup under wince. Print gpg output via estream.
* gpgconf does now work for Wince.Werner Koch2010-08-231-2/+10
|
* Minor Makefile fixes to let it build on all platformsWerner Koch2010-08-131-6/+8
|
* Some work on porting dirmngr (unfinished)Werner Koch2010-07-161-1/+2
| | | | | Ported gpgtar to W32.
* Add unfinished gpgtar.Werner Koch2010-06-071-9/+17
| | | | | Collected changes and ports of bug fixes from stable.
* remove gpgtarWerner Koch2010-04-221-9/+9
|
* More changes on the way to remove secring.gpg.Werner Koch2010-04-211-1/+10
|
* Fixed dependencies and a syntax errorWerner Koch2010-04-141-0/+4
|
* ./autogen.sh --build-w32ce does now succeed.Werner Koch2010-04-141-2/+9
|
* Minor cleanupsWerner Koch2010-03-291-1/+5
|
* Merged jnlib into common.Werner Koch2010-03-101-3/+3
|
* Add a tool to analyze the CCID protocol on the USB bus.Werner Koch2009-04-171-1/+2
|
* Add a /while loop.Werner Koch2007-10-241-4/+3
|
* Enhanced gpg-conect-agent scripting.Werner Koch2007-10-191-2/+4
| | | | | Typo fixes in comments.
* Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2007-08-271-0/+11
| | | | | New tool gpg-check-pattern.
* Last minute Makefile library reordering for the sake of non-GNU systems.gnupg-2.0.5Werner Koch2007-07-051-1/+1
|
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* Build fixes for W32Werner Koch2007-06-151-2/+3
|
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-141-4/+7
| | | | | See the ChangeLogs for details.
* First steps towards supporting W32.Werner Koch2007-06-061-3/+2
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* Preparing 2.0.4gnupg-2.0.4Werner Koch2007-05-091-1/+1
|
* The Cherry XX44 keyboard's PINpad does now work.Werner Koch2007-03-071-3/+3
| | | | | DINSIG and NKS card applications are now also PIN pad aware.
* Included LIBICONV in all Makefiles.Werner Koch2007-01-311-2/+2
| | | | | | | | | | 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
|
* Makefile.am: Link to iconv for jnlib dependency. (OSX)David Shaw2006-12-081-3/+4
|
* Preparing 2.0.1Werner Koch2006-11-281-2/+2
|
* Pth tweaks and improved estream.cWerner Koch2006-10-171-3/+4
|
* Various changesWerner Koch2006-10-101-2/+2
|
* Cleanups.Werner Koch2006-09-201-8/+9
|
* Migrated more stuff to doc/Werner Koch2006-08-211-4/+19
| | | | | | | | 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.
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* 2006-06-09 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2006-06-091-3/+7
| | | | | | * Makefile.am (gpgconf_LDADD): Add $(GPG_ERROR_LIBS). (gpgkey2ssh_LDADD): Add ../jnlib/libjnlib.a.
* Fixed importing certs created by newer versions of Mozilla.Werner Koch2005-12-161-2/+4
|
* 2005-10-08 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2005-10-081-0/+1
| | | | | * Makefile.am (watchgnupg_LDADD): New variable.
* agent/Marcus Brinkmann2005-10-081-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-10-08 Marcus Brinkmann <marcus@g10code.de> * Makefile.am (gpg_protect_tool_LDADD): Add ../gl/libgnu.a. (gpg_preset_passphrase_LDADD, t_common_ldadd): Likewise. (gpg_agent_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. kbx/ 2005-10-08 Marcus Brinkmann <marcus@g10code.de> * Makefile.am (kbxutil_LDADD): Add ../gl/libgnu.a after ../jnlib/libjnlib.a. scd/ 2005-10-08 Marcus Brinkmann <marcus@g10code.de> * Makefile.am (scdaemon_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. sm/ 2005-10-08 Marcus Brinkmann <marcus@g10code.de> * Makefile.am (gpgsm_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. tools/ 2005-10-08 Marcus Brinkmann <marcus@g10code.de> * Makefile.am (gpgconf_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. (symcryptrun_LDADD, gpg_connect_agent_LDADD, gpgkey2ssh_LDADD): Likewise.
* 2005-09-29 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2005-09-291-1/+1
| | | | | * Makefile.am (AM_CFLAGS): Add $(LIBGCRYPT_CFLAGS).
* * configure.ac (gl_INIT): Add gnulib stuff.Werner Koch2005-06-011-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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-05-28 Moritz Schulte <moritz@g10code.com>Moritz Schulte2005-05-281-1/+4
| | | | | | * gpgkey2ssh.c: New file. * Makefile.am (bin_PROGRAMS): Added gpgkey2ssh.
* 2005-04-15 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2005-04-151-2/+8
| | | | | | | | | | | | | | | * configure.ac: Add --enable-symcryptrun, disabled by default. Define automake variable BUILD_SYMCRYPTRUN. Check for openpty -lutil, define LIBUTIL_LIBS. tools/ 2005-04-15 Marcus Brinkmann <marcus@g10code.de> * Makefile.am: Define symcryptrun make variable depending on BUILD_SYMCRYPTUN. (bin_PROGRAMS): Add ${symcryptrun} instead symcryptrun. (symcryptrun_LDADD): Use $(LIBUTIL_LIBS) instead of -lutil.
* 2005-04-11 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2005-04-111-1/+6
| | | | | | | * Makefile.am (bin_PROGRAMS): Add symcryptrun. (symcryptrun_SOURCES, symcryptrun_LDADD): New variables. * symcryptrun.c: New file.
* * gpg-agent.c (handle_connections): Need to check for events ifWerner Koch2005-02-241-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | select returns with -1. * tools.texi (gpg-connect-agent): New. * app-openpgp.c (get_one_do): Never try to get a non cacheable object from the cache. (get_one_do): Add new arg to return an error code. Changed all callers. (do_getattr): Let it return a proper error code. * app.c (select_application): Return an error code and the application context in an new arg. * command.c (open_card): Adjusted for that. Don't use the fallback if no card is present. Return an error if the card has been removed without a reset. (do_reset, cmd_serialno): Clear that error flag. (TEST_CARD_REMOVAL): New. Use it with all command handlers. * scdaemon.c (ticker_thread): Termintate if a shutdown is pending. * apdu.c: Added some PCSC error codes. (pcsc_error_to_sw): New. (reset_pcsc_reader, pcsc_get_status, pcsc_send_apdu) (open_pcsc_reader): Do proper error code mapping. * gpg-connect-agent.c: New. * Makefile.am: Add it.
* A whole bunch of changes to allow building for W32.Werner Koch2004-12-151-1/+4
|
* Compile fixes.Werner Koch2004-10-221-1/+1
|
* * Makefile.am (bin_SCRIPTS): Add gpgsm-gencert.shWerner Koch2004-10-221-0/+2
| | | | | * gpgsm-gencert.sh: Fixed copyright; its part of GnuPG thus FSF.
* Preparing a new release. Updated gettextWerner Koch2004-09-301-1/+1
|
* * watchgnupg.c (main): Implement option "--".Werner Koch2004-02-121-4/+5
| | | | | | | (print_version): New. * Makefile.am: Include cmacros.am for common flags.