Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2006-04-19 | Merged with gpg 1.4.3 code. | Werner Koch | 1 | -0/+9 | |
The gpg part does not yet build. | |||||
2006-04-12 | use minimal posix sed | Werner Koch | 1 | -0/+5 | |
2006-04-08 | See ChangeLog | Werner Koch | 1 | -0/+10 | |
2006-04-03 | About to release 1.4.3gnupg-1.4.3 | Werner Koch | 1 | -0/+4 | |
2006-03-30 | * README: Some more notes about building fat binaries. | David Shaw | 1 | -0/+4 | |
2006-03-25 | * README: Missing some instructions on building a fat binary. | David Shaw | 1 | -0/+4 | |
2006-03-20 | * configure.ac: Improved --disable-endian-check that doesn't involve | David Shaw | 1 | -0/+5 | |
changing #ifdefs in the rest of the code. | |||||
2006-03-20 | * configure.ac: Add --disable-endian-check for building fat binaries | David Shaw | 1 | -0/+7 | |
on OSX. * README: Add note on how to build a fat binary on OSX. | |||||
2006-03-18 | * configure.ac: Allow the DNS stuff to work on OSX by trying the | David Shaw | 1 | -0/+5 | |
Apple-specific BIND_8_COMPAT. | |||||
2006-03-09 | Preparing for an RC23 | Werner Koch | 1 | -0/+4 | |
2006-03-08 | * NEWS: Note CERT retrieval. Tweak PKA and backsig language to match | David Shaw | 1 | -0/+3 | |
current code. | |||||
2006-03-07 | * NEWS: Note --auto-key-locate and that keyservers can handle binary data | David Shaw | 1 | -0/+5 | |
now. | |||||
2006-03-01 | * configure.ac: Fix accidental enabling of SHA-384/512. Noted by Nelson | David Shaw | 1 | -0/+5 | |
H. F. Beebe. | |||||
2006-02-19 | * configure.ac: Try linking the UINT64_C test program (rather than | David Shaw | 1 | -0/+6 | |
just compiling it) as UINT64_C looks like a (missing) function, causing a false positive. Noted by Claus Assmann. | |||||
2006-02-14 | about to release 1.4.3rc1gnupg-1.4.3rc1 | Werner Koch | 1 | -1/+5 | |
2006-02-09 | Lock random seed file | Werner Koch | 1 | -0/+4 | |
2006-01-22 | * configure.ac: Add define for EXEEXT so we can find keyserver helpers | David Shaw | 1 | -0/+5 | |
on systems that use extensions. | |||||
2005-12-23 | New code to do DNS CERT queries. | David Shaw | 1 | -0/+4 | |
2005-12-23 | * configure.ac: Split PKA checking off from DNS SRV checking. | David Shaw | 1 | -0/+6 | |
Currently PKA is only enabled if HTTP or HKP is enabled which is not necessary. | |||||
2005-12-20 | Preparing a releasedgnupg-1.9.20 | Werner Koch | 1 | -0/+4 | |
2005-12-08 | * NEWS: Note --fetch-keys. | David Shaw | 1 | -0/+4 | |
2005-12-06 | Missed file. | David Shaw | 1 | -1/+3 | |
2005-12-06 | * Makefile.am: Some cleanup so we don't build files that are completely | David Shaw | 1 | -0/+6 | |
ifdeffed out. This causes a warning on Sun's cc. Do sha512.c as well for consistency. | |||||
2005-11-28 | Preparing an interim release | Werner Koch | 1 | -0/+16 | |
2005-11-18 | * NEWS: Note backsigs, the xxxxx-clean options, and the xxxxx-minimal | David Shaw | 1 | -0/+5 | |
options. | |||||
2005-11-03 | Fix various build warnings reported by Joe Vender on MinGW. | David Shaw | 1 | -0/+4 | |
2005-10-14 | * NEWS: Clarify the cURL keyserver changes, and add a note about gpg-zip. | David Shaw | 1 | -0/+8 | |
* configure.ac: Remove the backsig configure options since this is all done at runtime now. | |||||
2005-10-11 | * getkey.c (merge_selfsigs_subkey), sig-check.c (signature_check2), | David Shaw | 1 | -0/+6 | |
keygen.c (make_backsig): Did some backsig interop testing with the PGP folks. All is well, so I'm turning generation of backsigs on for new keys. Checking for backsigs on verification is still off. | |||||
2005-10-05 | Fixes for the g10.c -> gpg.c renamed | Werner Koch | 1 | -0/+4 | |
2005-10-03 | 2005-10-02 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -0/+4 | |
* configure.ac [!$try_gettext]: Invoke AM_PO_SUBDIRS. scripts/ 2005-10-02 Marcus Brinkmann <[email protected]> * autogen.sh (DIE): Remove ugly hack for po dir suppression. | |||||
2005-08-31 | * fileutil.c (untilde): New. Expand ~/foo and ~username/foo filenames | David Shaw | 1 | -0/+4 | |
into full paths using $HOME if possible, or getpwuid/getpwnam if necessary. (make_filename): Use it here. | |||||
2005-08-09 | * configure.ac: Remove hardcoded -I and -L for /usr/local on FreeBSD. | David Shaw | 1 | -0/+5 | |
2005-08-04 | Add gpg-zip, a la PGP Zip. | David Shaw | 1 | -0/+4 | |
2005-08-01 | About to release 1.9.18V1-9-18 | Werner Koch | 1 | -0/+6 | |
2005-07-28 | Implemented PKA trust model | Werner Koch | 1 | -0/+4 | |
2005-07-27 | Converted all m_free to xfree etc. | Werner Koch | 1 | -0/+4 | |
2005-07-27 | First commit to Subversion. | Werner Koch | 1 | -0/+4 | |
2005-07-27 | * NEWS, configure.ac: Switch over to using curl or fake-curl by | David Shaw | 1 | -0/+5 | |
default. Add --enable-old-keyserver-helpers to not use curl. | |||||
2005-07-26 | Preparing a release | Werner Koch | 1 | -0/+4 | |
2005-07-20 | * configure.ac: Add a define for FAKE_CURL. | David Shaw | 1 | -0/+4 | |
2005-07-19 | * configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH. | Werner Koch | 1 | -0/+4 | |
* export.c (parse_export_options): New option export-reset-subkey-passwd. (do_export_stream): Implement it. * misc.c (get_libexecdir): New. * keyserver.c (keyserver_spawn): Use it | |||||
2005-06-21 | Preparing a release candidate | Werner Koch | 1 | -0/+4 | |
2005-06-20 | * NEWS: Note key cleaning commands. | David Shaw | 1 | -0/+4 | |
2005-06-20 | Preparing 1.9.17V1-9-17 | Werner Koch | 1 | -0/+4 | |
2005-06-13 | * configure.ac: Add check for no-pointer-sign warning keyword, and | David Shaw | 1 | -0/+5 | |
disable. This is gcc4 specific. | |||||
2005-06-03 | * command.c (cmd_updatestartuptty): New. | Werner Koch | 1 | -0/+5 | |
* 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. | |||||
2005-06-01 | * configure.ac (gl_INIT): Add gnulib stuff. | Werner Koch | 1 | -0/+12 | |
(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-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -0/+8 | |
2005-05-26 | * NEWS: Note command completion and the new curl-based HKP helper. | David Shaw | 1 | -0/+4 | |
2005-05-18 | Changed the scdaemon to handle concurrent sessions. Adjusted | Werner Koch | 1 | -0/+5 | |
gpg-agent accordingly. Code cleanups. |