aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-20Fix last change.Werner Koch2-3/+7
2008-11-12Made arg_parse more readable.Werner Koch3-333/+524
2008-11-11Reorder libs in kbx. Werner Koch1-1/+1
2008-11-11Minor cleanups.Werner Koch1-1/+1
2008-11-04Revamped the W32 gettext implementation.Werner Koch4-1084/+1089
2008-10-29Check that the socket is well and served by us.Werner Koch3-44/+81
2008-10-29Fix last chnage. Reported by Tom Pegios.Werner Koch2-1/+6
2008-10-28Fixed w32-gettext.Werner Koch2-1/+6
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch6-4/+29
2008-10-17Use more warning options with modern GCCs.Werner Koch1-0/+1
Other minor changes.
2008-10-15Made scdaemon more robust on Windows.Werner Koch2-0/+8
2008-09-29Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch4-182/+275
2008-06-26Start support of TCOS 3 cards.Werner Koch2-2/+7
Support restriction attribute. Fix utf-8 printing problems. Use AES by default.
2008-06-13Implement dotlocking for W32.Werner Koch2-125/+264
2008-06-11Removed unused variable.Werner Koch2-7/+7
2008-05-27Fixed segv in gpg-agent (command marktrusted).Werner Koch2-1/+10
Replaced almost all free by xfree. Translation fixes.
2008-05-09Updated German translation.Werner Koch1-0/+5
Fix in gpgconf for W32.
2008-04-18Adjust for the changed Camellia draft.Werner Koch3-42/+86
W32 gettext changes. Comment and typo fixes.
2008-03-25Changed the way i18n files are located under Windows. The setting of theWerner Koch3-121/+1238
Registry key is not anymore required. Helpfiles are not properly located.
2008-03-20Fix a bug in the ambigious name detection.Werner Koch3-4/+14
Minor cleanups.
2008-02-22Add some tests.Werner Koch2-2/+6
2007-11-19Started to implement the audit log feature.Werner Koch3-5/+37
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 Koch3-83/+76
Made socket servers secure under Windows.
2007-08-29Extended the --check-program output: Error messages are now inlcued in anWerner Koch2-53/+64
easy parsable format.
2007-08-27Implemented more gpg-agen options to support certain passphrase policies.Werner Koch1-1/+1
New tool gpg-check-pattern.
2007-08-24tryu harder to ignore duplicate specified keyrings and -boxes.Werner Koch4-9/+70
Documentation updates.
2007-08-22Fixed creation of private keys under W32.Werner Koch1-0/+5
Minor code cleanups.
2007-08-10Implemented the chain model for X.509 validation.Werner Koch2-1/+19
2007-08-02Factored common gpgconf constants outWerner Koch3-30/+100
Fixed W32 compare_filenames
2007-07-04Changed to GPLv3.Werner Koch29-118/+68
Removed intl/.
2007-07-04A bunch of minor changes for Windows.Werner Koch2-49/+63
2007-06-19Made percent_escape more general.Werner Koch8-20/+355
Added regression tests support to jnlib. W32 changes.
2007-06-18jnlib/Marcus Brinkmann3-3/+45
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 Koch3-0/+61
See the ChangeLogs for details.
2007-06-06First steps towards supporting W32.Werner Koch12-1754/+949
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2007-05-04UTF-8 FixesWerner Koch4-16/+45
2007-03-07The Cherry XX44 keyboard's PINpad does now work.Werner Koch2-1/+5
DINSIG and NKS card applications are now also PIN pad aware.
2007-01-25jnlib/Werner Koch3-0/+24
* stringhelp.c (utf8_charcount): New. agent/ * genkey.c (check_passphrase_constraints): Use UTF-8 aware strlen.
2006-12-06Fixes for CVE-2006-6235Werner Koch2-1/+6
2006-11-20Made some PIN pads work.Werner Koch2-2/+14
Some cleanups for 64 bit CPUs.
2006-10-19FixesWerner Koch3-0/+20
2006-10-02Fix for bug 537Werner Koch25-371/+565
2006-09-22Added iconv support and doc cleanups.Werner Koch2-195/+383
2006-08-29See ChangeLogsWerner Koch2-2/+14
2006-06-28Remove stale lockfiles if created on the same node.Werner Koch2-257/+348
2006-06-20Updated FSF's address.Werner Koch22-35/+58
2006-05-23g10/ does build again.Werner Koch8-61/+201
2006-04-28Fix for sanitize string. Added SHA224Werner Koch2-7/+14
2006-04-21Still merging 1.4.3 code backWerner Koch3-4/+13
2006-04-19Merged with gpg 1.4.3 code. Werner Koch4-20/+29
The gpg part does not yet build.