aboutsummaryrefslogtreecommitdiffstats
path: root/common/ChangeLog.jnlib (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-24common: Remove JNLIB from boiler plate (jnlib merge).Werner Koch1-0/+3
* common/README.jnlib: Remove. -- This is the final part of merging jnlib into gnupg/common.
2011-12-01Generate the ChangeLog from commit logs.Werner Koch1-0/+11
* 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.
2010-03-10Merged jnlib into common.Werner Koch1-11/+22
2010-03-01Finished jnlib port to CE.Werner Koch1-0/+7
2010-02-26First batch of changes to support W32CE.Werner Koch1-4/+45
Note that jnlib/w32-reg.c is not yet ready.
2009-10-19[g13] Add RECIPEINT and CREATE command.Werner Koch1-0/+4
[sm] Chnage --include-certs default
2009-09-23s/DOTLOCK/dotlock_t/.Werner Koch1-0/+4
Add some stuff for g13.
2009-08-26Refactor new code.Werner Koch1-0/+5
2009-08-26Implement tilde expansion in the same was as 1.4.Werner Koch1-0/+12
2009-08-25New fucntions strconcat and xstrconcat.Werner Koch1-0/+9
2009-07-07Minor bug fixes.Werner Koch1-0/+6
Enhanced function docs.
2009-06-04Define SUN_LEN also for W32.Werner Koch1-0/+4
2009-05-19Fix possible system freeze on Mac OS X.Werner Koch1-0/+5
2009-03-25log file fixes.Werner Koch1-0/+5
2009-02-25Fixed a nasty bug in scdaemon which led to a card reset if the card wasWerner Koch1-0/+6
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-27Add a Geldkarte gadget application.Werner Koch1-0/+5
Minor other changes.
2008-11-20Fix last change.Werner Koch1-0/+4
2008-11-12Made arg_parse more readable.Werner Koch1-0/+6
2008-11-04Revamped the W32 gettext implementation.Werner Koch1-0/+7
2008-10-29Check that the socket is well and served by us.Werner Koch1-0/+5
2008-10-29Fix last chnage. Reported by Tom Pegios.Werner Koch1-0/+5
2008-10-28Fixed w32-gettext.Werner Koch1-0/+5
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-0/+10
2008-10-15Made scdaemon more robust on Windows.Werner Koch1-0/+4
2008-09-29Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch1-0/+7
2008-06-26Start support of TCOS 3 cards.Werner Koch1-0/+6
Support restriction attribute. Fix utf-8 printing problems. Use AES by default.
2008-06-13Implement dotlocking for W32.Werner Koch1-0/+5
2008-06-11Removed unused variable.Werner Koch1-0/+5
2008-05-27Fixed segv in gpg-agent (command marktrusted).Werner Koch1-0/+4
Replaced almost all free by xfree. Translation fixes.
2008-04-18Adjust for the changed Camellia draft.Werner Koch1-1/+7
W32 gettext changes. Comment and typo fixes.
2008-03-25Changed the way i18n files are located under Windows. The setting of theWerner Koch1-0/+7
Registry key is not anymore required. Helpfiles are not properly located.
2008-03-20Fix a bug in the ambigious name detection.Werner Koch1-0/+7
Minor cleanups.
2008-02-22Add some tests.Werner Koch1-0/+4
2007-11-19Started to implement the audit log feature.Werner Koch1-0/+6
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
2007-10-01Use Assuan socket wrapper calls.Werner Koch1-0/+6
Made socket servers secure under Windows.
2007-08-29Extended the --check-program output: Error messages are now inlcued in anWerner Koch1-0/+5
easy parsable format.
2007-08-24tryu harder to ignore duplicate specified keyrings and -boxes.Werner Koch1-0/+6
Documentation updates.
2007-08-10Implemented the chain model for X.509 validation.Werner Koch1-0/+5
2007-08-02Factored common gpgconf constants outWerner Koch1-0/+8
Fixed W32 compare_filenames
2007-07-04Changed to GPLv3.Werner Koch1-0/+6
Removed intl/.
2007-07-04A bunch of minor changes for Windows.Werner Koch1-0/+6
2007-06-19Made percent_escape more general.Werner Koch1-0/+14
Added regression tests support to jnlib. W32 changes.
2007-06-18jnlib/Marcus Brinkmann1-1/+6
2007-06-18 Marcus Brinkmann <[email protected]> * stringhelp.h (percent_escape): New prototype. * stringhelp.c (percent_escape): New function. agent/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg-agent.c (main): Percent escape pathname in --gpgconf-list output. g10/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg.c (gpgconf_list): Percent escape output of --gpgconf-list. scdaemon/ 2007-06-18 Marcus Brinkmann <[email protected]> * scdaemon.c (main): Percent escape output of --gpgconf-list. sm/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpgsm.c (main): Percent escape output of --gpgconf-list.
2007-06-14A whole bunch of changes to allow building for Windows.Werner Koch1-0/+4
See the ChangeLogs for details.
2007-06-06First steps towards supporting W32.Werner Koch1-0/+22
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2007-05-04UTF-8 FixesWerner Koch1-0/+4
2007-03-07The Cherry XX44 keyboard's PINpad does now work.Werner Koch1-0/+4
DINSIG and NKS card applications are now also PIN pad aware.
2007-01-25jnlib/Werner Koch1-0/+4
* stringhelp.c (utf8_charcount): New. agent/ * genkey.c (check_passphrase_constraints): Use UTF-8 aware strlen.
2006-12-06Fixes for CVE-2006-6235Werner Koch1-0/+5
2006-11-20Made some PIN pads work.Werner Koch1-1/+6
Some cleanups for 64 bit CPUs.