summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2016-01-15Fix build problem for rndegd.cWerner Koch1-1/+2
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Test all RND modules. * random/rndegd.c (_gcry_rndegd_connect_socket) (my_make_filename): Use functions with '_' prefix. Signed-off-by: Werner Koch <wk@gnupg.org>
2015-01-06Make make distcheck work again.Werner Koch1-2/+1
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Remove --enable-ciphers. * cipher/Makefile.am (DISTCLEANFILES): Add gost-sb.h.
2014-12-15build: Add configure option --disable-doc.Werner Koch1-3/+9
* Makefile.am (AUTOMAKE_OPTIONS): Remove. (doc) [!BUILD_DOC]: Do not recurse into the dir. * configure.ac (AM_INIT_AUTOMAKE): Add option formerly in Makefile.am. (BUILD_DOC): Add new am_conditional.
2014-01-10Use the generic autogen.sh script.Werner Koch1-1/+1
* autogen.rc: New. * Makefile.am (EXTRA_DIST): Add it. * autogen.sh: Update from current GnuPG. Signed-off-by: Werner Koch <wk@gnupg.org>
2014-01-10Move all helper scripts to build-aux/Werner Koch1-6/+7
* scripts/: Rename to build-aux/. * compile, config.guess, config.rpath, config.sub * depcomp, doc/mdate-sh, doc/texinfo.tex * install-sh, ltmain.sh, missing: Move to build-aux/. * Makefile.am (EXTRA_DIST): Adjust. * configure.ac (AC_CONFIG_AUX_DIR): New. (AM_SILENT_RULES): New. Signed-off-by: Werner Koch <wk@gnupg.org>
2013-12-13Update license informationWerner Koch1-1/+1
* LICENSES: New. * Makefile.am (EXTRA_DIST): Add LICENSES. * AUTHORS: Add list of copyright holders. * README: Reference AUTHORS. Signed-off-by: Werner Koch <wk@gnupg.org>
2012-11-05Do not distribute a copy of gitlog-to-changelog.Werner Koch1-4/+6
* Makefile.am (GITLOG_TO_CHANGELOG): New. (gen-ChangeLog): Require an installed gitlog-to-changelog. * scripts/gitlog-to-changelog: Remove. * README.SVN: Remove. * REMOVE.GIT: New.
2011-12-01Do not build the random-daemon by make distcheck.Werner Koch1-1/+1
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Disable building of the random daemon
2011-12-01Generate the ChangeLog from commit logs.Werner Koch1-2/+24
* 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.
2011-02-04Nuked almost all trailing whitespace.Werner Koch1-8/+3
Check and install the standard git pre-commit hook.
2010-01-21Support WindowsCE.Werner Koch1-2/+2
2008-08-19A whole bunch of changes to eventually support Werner Koch1-1/+1
FIPS restricted mode. Also some documentation improvements and other minor enhancements. See the ChangeLogs. Stay tuned.
2008-07-05Moved random stuff into its own directory.Werner Koch1-2/+2
2007-05-04Post release updates.Werner Koch1-3/+1
Allow colons as delimiters for --enable-mpi-path.
2007-05-04Updated automake.Werner Koch1-1/+4
Ready for a release.
2007-04-30./Werner Koch1-1/+1
* README.apichanges: Move to doc/. * Makefile.am (EXTRA_DIST): Removed that file. doc/ * HACKING: New. Two items by Marcus. * README.apichanges: Move from .. to here. * Makefile.am (EXTRA_DIST): Add new files. mpi/ * config.links: Create a file mod-source-info.h. * Makefile.am (DISTCLEANFILES): Add that file. * mpiutil.c (_gcry_mpi_get_hw_config): New. src/ * global.c (gcry_control): New. * gcrypt.h.in (GCRYCTL_DUMP_CONFIG): New. tests/ * version.c: New. * Makefile.am (TESTS): Add version.
2007-02-22Fixed bug#596 adn minor cleanupsWerner Koch1-0/+1
2007-02-22Tweaks for W32Werner Koch1-1/+1
2007-02-21A lot of cleanups as well as minor API changes.Werner Koch1-1/+1
Ported some changes from 1.2 to here.
2006-10-23Applied two simple patches.Werner Koch1-0/+3
2005-09-152005-09-15 Moritz Schulte <moritz@g10code.com>Moritz Schulte1-1/+1
* Makefile.am (EXTRA_DIST): Depend on README.SVN, not on README.CVS.
2005-02-22See ChangeLogsWerner Koch1-0/+2
2003-12-08* Makefile.am (dist-hook): Don't distribute stuff from the nowWerner Koch1-2/+2
obsolete scripts dir. (EXTRA_DIST): Remove README_alpha * README-alpha: Removed. * configure.ac (AM_CONFIG_AUX_DIR): Removed. * COPYING.DOC: Removed. * Makefile.am (EXTRA_DIST): Added README.CVS and autogen.sh. Removed COPYING.DOC.
2003-10-27* configure.ac: Give a hint on where libgpg-error is available.Werner Koch1-1/+1
Reformatted long lines. Don't include gcrypt-defs.h. * ac.c (ac_key_identifiers): Made static. * random.c (getfnc_gather_random,getfnc_fast_random_poll): Move prototypes to .. * rand-internal.h: .. here * random.c (getfnc_gather_random): Include rndw32 gatherer. * rndunix.c, rndw32.c, rndegd.c: Include them here. * rndlinux.c (_gcry_rndlinux_gather_random): Prepend the _gcry_ prefix. Changed all callers. * rndegd.c (_gcry_rndegd_gather_random): Likewise. (_gcry_rndegd_connect_socket): Likewise. * rndunix.c (_gcry_rndunix_gather_random): Likewise. (waitpid): Made static. * rndw32.c: Removed the old and unused winseed.dll cruft. (_gcry_rndw32_gather_random_fast): Renamed from gather_random_fast. (_gcry_rndw32_gather_random): Renamed from gather_random. Note, that the changes 2003-04-08 somehow got lost. * sha512.c (sha512_init, sha384_init): Made static. * cipher.c (do_ctr_decrypt): Removed "return" from this void function. * gcrypt.h (gcry_pk_testkey): Doc fix. * libgcrypt.def: Manually wrote this file. * build-def: This file should not be used anymore.
2003-07-27New file with hints on changing applications for the new API.Werner Koch1-1/+1
unfinished....
2002-09-20About to release 1.1.10.Werner Koch1-0/+2
* configure.ac (HAVE_DEV_RANDOM_IOCTL): Don't check for it; it is not used. (AS_CHECK_HEADERS): Check for sys/select.h. * Makefile.am (DIST_SUBDIRS): New to include the w32-dll directory
2002-05-14Change the license to the LGPL.Werner Koch1-1/+18
2002-05-02* jnlib/: Removed.Werner Koch1-1/+1
* Makefile.am (SUBDIRS): Removed jnlib. * configure.ac (jnlib/Makefile): Removed. * configure.ac: Define _REENTRANT.
2001-12-18* Makefile.am (dist-hook): Only look in mpi and scripts forWerner Koch1-3/+7
distfiles; this way we don't include those of a stale "make dist" directory. * acinclude.m4 (GNUPG_FIX_HDR_VERSION): Make it work with the new automake. * configure.ac: Don't chmod db2any.
2001-08-03Applied changes from GnuPG stable.Werner Koch1-1/+1
Add a first tes program
2001-01-11CBC mode fixes for AESWerner Koch1-3/+0
2000-12-19Compiles againWerner Koch1-1/+1
2000-12-19First checkin og libgcrypt after splitting it out from GnuPG 1.1Werner Koch1-47/+3
2000-10-10configuraton changes, make dist should work now.Werner Koch1-2/+7
2000-08-18See ChangeLog: Fri Aug 18 14:27:14 CEST 2000 Werner KochWerner Koch1-1/+8
2000-01-31See ChangeLog: Mon Jan 31 17:48:10 CET 2000 Werner KochWerner Koch1-1/+1
2000-01-27See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch1-1/+1
2000-01-24See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch1-1/+1
1999-11-15See ChangeLog: Mon Nov 15 21:36:02 CET 1999 Werner KochWerner Koch1-1/+1
1999-10-26See ChangeLog: Tue Oct 26 20:03:44 CEST 1999 Werner KochWerner Koch1-2/+1
1999-10-26See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner KochWerner Koch1-6/+9
1999-09-17See ChangeLog: Fri Sep 17 12:56:42 CEST 1999 Werner KochWerner Koch1-1/+7
1999-07-26See ChangeLog: Mon Jul 26 09:34:46 CEST 1999 Werner KochWerner Koch1-1/+6
1999-07-12See ChangeLog: Mon Jul 12 18:45:57 CEST 1999 Werner KochWerner Koch1-1/+1
1999-07-07See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner KochWerner Koch1-1/+4
1999-06-29See ChangeLog: Tue Jun 29 21:44:25 CEST 1999 Werner KochWerner Koch1-4/+4
1999-06-26See ChangeLog: Sat Jun 26 13:54:43 CEST 1999 Werner KochWerner Koch1-4/+4
1999-06-15See ChangeLog: Tue Jun 15 14:23:10 CEST 1999 Werner KochWerner Koch1-1/+7
1999-06-10See ChangeLog: Thu Jun 10 14:18:23 CEST 1999 Werner KochWerner Koch1-8/+0
1999-04-07See ChangeLog: Wed Apr 7 20:51:39 CEST 1999 Werner KochWerner Koch1-20/+2