aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .Werner Koch2006-11-111-2/+2
|
* post release updatesWerner Koch2006-11-061-2/+2
|
* Preparing another releasegnupg-1.9.95Werner Koch2006-11-061-1/+1
|
* Collected fixes.Werner Koch2006-11-051-2/+2
|
* Post release updateWerner Koch2006-10-241-2/+2
|
* Preparing another releasegnupg-1.9.94Werner Koch2006-10-241-1/+1
|
* FixesWerner Koch2006-10-191-9/+9
|
* Preparing a releasegnupg-1.9.93Werner Koch2006-10-181-1/+1
|
* Pth tweaks and improved estream.cWerner Koch2006-10-171-2/+1
|
* Allow pkcs#10 creation directkly from a smart cardWerner Koch2006-10-111-2/+2
|
* Preparing a releasegnupg-1.9.92Werner Koch2006-10-111-3/+3
|
* Various changesWerner Koch2006-10-101-34/+16
|
* bug fixesWerner Koch2006-10-051-2/+2
|
* Preparing a new releaseWerner Koch2006-10-041-2/+2
|
* Fix for bug 537Werner Koch2006-10-021-10/+10
|
* New "relax" option for trustlist.txtWerner Koch2006-09-251-2/+2
|
* Preparing a new releasegnupg-1.9.90Werner Koch2006-09-251-1/+1
|
* Added iconv support and doc cleanups.Werner Koch2006-09-221-3/+0
|
* Cleanups.Werner Koch2006-09-201-0/+1
|
* Post release updatesWerner Koch2006-09-181-2/+2
|
* Ready for another releasegnupg-1.9.23Werner Koch2006-09-181-2/+7
|
* Take advantage of newer gpg-error features.Werner Koch2006-09-141-6/+1
|
* 2006-09-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-061-0/+2
| | | | | | | | | | | * configure.ac: New automake conditional RUN_GPG_TESTS. tests/ 2006-09-06 Marcus Brinkmann <[email protected]> * Makefile.am (openpgp): New variable. (SUBDIRS): Conditionalize openpgp on RUN_GPG_TESTS.
* The big Assuan error code removal.Werner Koch2006-09-061-2/+4
|
* Minor changes and typo fixes.Werner Koch2006-09-061-9/+12
|
* Migrated more stuff to doc/Werner Koch2006-08-211-3/+4
| | | | | | | | 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.
* More man pages.Werner Koch2006-08-171-33/+3
|
* With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch2006-08-161-268/+355
| | | | | shows no prblems. Needs more testing of course.
* post release preparationsWerner Koch2006-07-271-2/+2
|
* Preparing a new releasegnupg-1.9.22Werner Koch2006-07-271-2/+3
|
* better reporting of bad DNsWerner Koch2006-07-031-0/+5
|
* Added keyserver directory from trunkWerner Koch2006-06-301-0/+15
|
* Various smaller changesWerner Koch2006-06-271-2/+2
|
* Preparing a new releasegnupg-1.9.21Werner Koch2006-06-201-2/+2
|
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* 2006-06-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-06-081-1/+1
| | | | | * configure.ac (PTH_LIBS): Add --all to pth-config invocation.
* Still making gpg2 work.Werner Koch2006-05-241-0/+14
| | | | | At least the keyids are now correctly computed again.
* g10/ does build again.Werner Koch2006-05-231-5/+52
|
* Merged with gpg 1.4.3 code. Werner Koch2006-04-191-5/+38
| | | | | The gpg part does not yet build.
* post release preparationsWerner Koch2005-12-201-2/+2
|
* Preparing a releasedgnupg-1.9.20Werner Koch2005-12-201-1/+1
|
* Preparing an interim releaseWerner Koch2005-11-281-4/+7
|
* About to release 1.9.19V1-9-19Werner Koch2005-09-121-1/+1
|
* The BELPIC card does now work.Werner Koch2005-09-061-1/+1
|
* About to release 1.9.18V1-9-18Werner Koch2005-08-011-2/+2
|
* post release version number updateWerner Koch2005-06-201-1/+1
|
* Preparing 1.9.17V1-9-17Werner Koch2005-06-201-3/+3
|
* * command.c (cmd_updatestartuptty): New.Werner Koch2005-06-031-0/+3
| | | | | | | | | | | | | | | | | | | | * gpg-agent.c: New option --write-env-file. * gpg-agent.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. * estream.c: Use HAVE_CONFIG_H and not USE_CONFIG_H! (es_func_fd_read, es_func_fd_write): Protect against EINTR. * gpg-agent.texi (Agent UPDATESTARTUPTTY): New. * scdaemon.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. (handle_connections): Include the file descriptor into the name of the thread.
* * configure.ac (gl_INIT): Add gnulib stuff.Werner Koch2005-06-011-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* Changed the scdaemon to handle concurrent sessions. AdjustedWerner Koch2005-05-181-10/+3
| | | | | gpg-agent accordingly. Code cleanups.