Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-05-10 | Release 2.0.20gnupg-2.0.20 | Werner Koch | 1 | -1/+1 | |
2013-04-23 | w32: Almost everywhere include winsock2.h before windows.h. | Werner Koch | 3 | -76/+85 | |
-- This is required by newer mingw toolchain versions which demand that winsock2.h is included before windows.h. Now, due to the use of socket definitions in pth.h we need to include winsock2.h also in pth.h, now pth.h is often included after an include of windows.h and thus the compiler spits out a warning. To avoid that we include winsock2.h at all places the compiler complains about. | |||||
2013-04-22 | Allow marking options as ignored. | Werner Koch | 2 | -18/+35 | |
* jnlib/argparse.h (ARGPARSE_OPT_IGNORE): New. (ARGPARSE_TYPE_MASK): New, for internal use. (ARGPARSE_ignore): New. * jnlib/argparse.c (optfile_parse, arg_parse): Replace remaining constants by macros. (optfile_parse): Implement ARGPARSE_OPT_IGNORE. (arg_parse): Exclide ignore options from --dump-options. -- In addition to the ignore-invalid-option (commit 8ea49cf5) it is often useful to mark options in a configuration which as NOP. For example options which have no more function at all but can be expected to be found in existing conf files. Such an option (or command) may now be given as ARGPARSE_ignore (300, "obsolete-option") The 300 is merely used as a non-valid single option name much like group names or the 500+n values used for long options. Signed-off-by: Werner Koch <[email protected]> | |||||
2012-12-18 | jnlib: Add meta option ignore-invalid-option. | Werner Koch | 2 | -5/+153 | |
* jnlib/argparse.c (iio_item_def_s, IIO_ITEM_DEF): New. (initialize): Init field IIO_LIST. (ignore_invalid_option_p): New. (ignore_invalid_option_add): New. (ignore_invalid_option_clear): New. (optfile_parse): Implement meta option. -- This option is currently of no use. However, as soon as it has been deployed in all stable versions of GnuPG, it will allow the use of the same configuration file with an old and a new version of GnuPG. For example: If a new version implements the option "foobar", and a user uses it in gpg.conf, an old version of gpg would bail out with the error "invalid option". To avoid that the following line can be put above that option in gpg.conf ignore-invalid-option foobar This meta option may be given several times or several option names may be given as arguments (space delimited). Note that this option is not available on the command line. (cherry-picked from commit 41d564333d35c923f473aa90625d91f8fe18cd0b) | |||||
2012-01-31 | Update copyright year. | Werner Koch | 1 | -61/+61 | |
2011-12-02 | Generate the ChangeLog from commit logs. | Werner Koch | 2 | -20/+27 | |
* scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * scripts/git-hooks/commit-msg: New script. * autogen.sh: Install commit-msg hook for git. * 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-01-11 | Update copyright year. | Werner Koch | 1 | -1/+1 | |
2009-08-26 | Refactor new code. | Werner Koch | 2 | -38/+41 | |
2009-08-26 | Implement tilde expansion in the same was as 1.4. | Werner Koch | 5 | -46/+300 | |
2009-08-25 | New fucntions strconcat and xstrconcat. | Werner Koch | 5 | -2/+260 | |
2009-07-07 | Minor bug fixes. | Werner Koch | 6 | -19/+46 | |
Enhanced function docs. | |||||
2009-06-04 | Define SUN_LEN also for W32. | Werner Koch | 2 | -4/+12 | |
2009-05-19 | Fix possible system freeze on Mac OS X. | Werner Koch | 3 | -3/+38 | |
2009-05-19 | Remove testing cruft. | Werner Koch | 1 | -2/+2 | |
Typo fixes. | |||||
2009-05-08 | Doc fixes. | Werner Koch | 1 | -1/+0 | |
2009-03-25 | log file fixes. | Werner Koch | 3 | -12/+18 | |
2009-03-03 | Argg again: Remove cruft from a test. | Werner Koch | 1 | -1/+1 | |
2009-03-03 | Add --reload command to gpgconf. | Werner Koch | 1 | -1/+1 | |
Fix a problem in exechelp.c Get ready for a release. | |||||
2009-02-25 | Fixed a nasty bug in scdaemon which led to a card reset if the card was | Werner Koch | 3 | -2/+23 | |
inserted during scdaemon startup and a connection was made before the ticker had a chance to run. Add some stuff for better debugging. | |||||
2009-01-27 | Add a Geldkarte gadget application. | Werner Koch | 2 | -0/+35 | |
Minor other changes. | |||||
2009-01-20 | Print more directories with gpgconf --list-dirs. | Werner Koch | 1 | -2/+2 | |
2009-01-08 | Update spanish translation. | Werner Koch | 1 | -1/+1 | |
Cleanups. Allow utf-8 in email addresses. | |||||
2008-11-20 | Fix last change. | Werner Koch | 2 | -3/+7 | |
2008-11-12 | Made arg_parse more readable. | Werner Koch | 3 | -333/+524 | |
2008-11-11 | Reorder libs in kbx. | Werner Koch | 1 | -1/+1 | |
2008-11-11 | Minor cleanups. | Werner Koch | 1 | -1/+1 | |
2008-11-04 | Revamped the W32 gettext implementation. | Werner Koch | 4 | -1084/+1089 | |
2008-10-29 | Check that the socket is well and served by us. | Werner Koch | 3 | -44/+81 | |
2008-10-29 | Fix last chnage. Reported by Tom Pegios. | Werner Koch | 2 | -1/+6 | |
2008-10-28 | Fixed w32-gettext. | Werner Koch | 2 | -1/+6 | |
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 6 | -4/+29 | |
2008-10-17 | Use more warning options with modern GCCs. | Werner Koch | 1 | -0/+1 | |
Other minor changes. | |||||
2008-10-15 | Made scdaemon more robust on Windows. | Werner Koch | 2 | -0/+8 | |
2008-09-29 | Remove hacks which are not anymore needed since we now require Libgcrypt 1.4 | Werner Koch | 4 | -182/+275 | |
2008-06-26 | Start support of TCOS 3 cards. | Werner Koch | 2 | -2/+7 | |
Support restriction attribute. Fix utf-8 printing problems. Use AES by default. | |||||
2008-06-13 | Implement dotlocking for W32. | Werner Koch | 2 | -125/+264 | |
2008-06-11 | Removed unused variable. | Werner Koch | 2 | -7/+7 | |
2008-05-27 | Fixed segv in gpg-agent (command marktrusted). | Werner Koch | 2 | -1/+10 | |
Replaced almost all free by xfree. Translation fixes. | |||||
2008-05-09 | Updated German translation. | Werner Koch | 1 | -0/+5 | |
Fix in gpgconf for W32. | |||||
2008-04-18 | Adjust for the changed Camellia draft. | Werner Koch | 3 | -42/+86 | |
W32 gettext changes. Comment and typo fixes. | |||||
2008-03-25 | Changed the way i18n files are located under Windows. The setting of the | Werner Koch | 3 | -121/+1238 | |
Registry key is not anymore required. Helpfiles are not properly located. | |||||
2008-03-20 | Fix a bug in the ambigious name detection. | Werner Koch | 3 | -4/+14 | |
Minor cleanups. | |||||
2008-02-22 | Add some tests. | Werner Koch | 2 | -2/+6 | |
2007-11-19 | Started to implement the audit log feature. | Werner Koch | 3 | -5/+37 | |
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes. | |||||
2007-10-01 | Use Assuan socket wrapper calls. | Werner Koch | 3 | -83/+76 | |
Made socket servers secure under Windows. | |||||
2007-08-29 | Extended the --check-program output: Error messages are now inlcued in an | Werner Koch | 2 | -53/+64 | |
easy parsable format. | |||||
2007-08-27 | Implemented more gpg-agen options to support certain passphrase policies. | Werner Koch | 1 | -1/+1 | |
New tool gpg-check-pattern. | |||||
2007-08-24 | tryu harder to ignore duplicate specified keyrings and -boxes. | Werner Koch | 4 | -9/+70 | |
Documentation updates. | |||||
2007-08-22 | Fixed creation of private keys under W32. | Werner Koch | 1 | -0/+5 | |
Minor code cleanups. | |||||
2007-08-10 | Implemented the chain model for X.509 validation. | Werner Koch | 2 | -1/+19 | |