aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [g13] Add RECIPEINT and CREATE command.Werner Koch2009-10-193-0/+24
| | | | | [sm] Chnage --include-certs default
* s/DOTLOCK/dotlock_t/.Werner Koch2009-09-233-19/+23
| | | | | Add some stuff for g13.
* Refactor new code.Werner Koch2009-08-262-38/+41
|
* Implement tilde expansion in the same was as 1.4.Werner Koch2009-08-265-46/+300
|
* New fucntions strconcat and xstrconcat.Werner Koch2009-08-255-2/+260
|
* Minor bug fixes.Werner Koch2009-07-076-19/+46
| | | | | Enhanced function docs.
* Define SUN_LEN also for W32.Werner Koch2009-06-042-4/+12
|
* Fix possible system freeze on Mac OS X.Werner Koch2009-05-193-3/+38
|
* Remove testing cruft.Werner Koch2009-05-191-2/+2
| | | | | Typo fixes.
* Doc fixes.Werner Koch2009-05-081-1/+0
|
* log file fixes.Werner Koch2009-03-253-12/+18
|
* Argg again: Remove cruft from a test.Werner Koch2009-03-031-1/+1
|
* Add --reload command to gpgconf.Werner Koch2009-03-031-1/+1
| | | | | | Fix a problem in exechelp.c Get ready for a release.
* Fixed a nasty bug in scdaemon which led to a card reset if the card wasWerner Koch2009-02-253-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.
* Add a Geldkarte gadget application.Werner Koch2009-01-272-0/+35
| | | | | Minor other changes.
* Print more directories with gpgconf --list-dirs.Werner Koch2009-01-201-2/+2
|
* Update spanish translation.Werner Koch2009-01-081-1/+1
| | | | | | Cleanups. Allow utf-8 in email addresses.
* Fix last change.Werner Koch2008-11-202-3/+7
|
* Made arg_parse more readable.Werner Koch2008-11-123-333/+524
|
* Reorder libs in kbx. Werner Koch2008-11-111-1/+1
|
* Minor cleanups.Werner Koch2008-11-111-1/+1
|
* Revamped the W32 gettext implementation.Werner Koch2008-11-044-1084/+1089
|
* Check that the socket is well and served by us.Werner Koch2008-10-293-44/+81
|
* Fix last chnage. Reported by Tom Pegios.Werner Koch2008-10-292-1/+6
|
* Fixed w32-gettext.Werner Koch2008-10-282-1/+6
|
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-206-4/+29
|
* Use more warning options with modern GCCs.Werner Koch2008-10-171-0/+1
| | | | | Other minor changes.
* Made scdaemon more robust on Windows.Werner Koch2008-10-152-0/+8
|
* Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch2008-09-294-182/+275
|
* Start support of TCOS 3 cards.Werner Koch2008-06-262-2/+7
| | | | | | | Support restriction attribute. Fix utf-8 printing problems. Use AES by default.
* Implement dotlocking for W32.Werner Koch2008-06-132-125/+264
|
* Removed unused variable.Werner Koch2008-06-112-7/+7
|
* Fixed segv in gpg-agent (command marktrusted).Werner Koch2008-05-272-1/+10
| | | | | | Replaced almost all free by xfree. Translation fixes.
* Updated German translation.Werner Koch2008-05-091-0/+5
| | | | | Fix in gpgconf for W32.
* Adjust for the changed Camellia draft.Werner Koch2008-04-183-42/+86
| | | | | | W32 gettext changes. Comment and typo fixes.
* Changed the way i18n files are located under Windows. The setting of theWerner Koch2008-03-253-121/+1238
| | | | | Registry key is not anymore required. Helpfiles are not properly located.
* Fix a bug in the ambigious name detection.Werner Koch2008-03-203-4/+14
| | | | | Minor cleanups.
* Add some tests.Werner Koch2008-02-222-2/+6
|
* Started to implement the audit log feature.Werner Koch2007-11-193-5/+37
| | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
* Use Assuan socket wrapper calls.Werner Koch2007-10-013-83/+76
| | | | | Made socket servers secure under Windows.
* Extended the --check-program output: Error messages are now inlcued in anWerner Koch2007-08-292-53/+64
| | | | | easy parsable format.
* Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2007-08-271-1/+1
| | | | | New tool gpg-check-pattern.
* tryu harder to ignore duplicate specified keyrings and -boxes.Werner Koch2007-08-244-9/+70
| | | | | Documentation updates.
* Fixed creation of private keys under W32.Werner Koch2007-08-221-0/+5
| | | | | Minor code cleanups.
* Implemented the chain model for X.509 validation.Werner Koch2007-08-102-1/+19
|
* Factored common gpgconf constants outWerner Koch2007-08-023-30/+100
| | | | | Fixed W32 compare_filenames
* Changed to GPLv3.Werner Koch2007-07-0429-118/+68
| | | | | Removed intl/.
* A bunch of minor changes for Windows.Werner Koch2007-07-042-49/+63
|
* Made percent_escape more general.Werner Koch2007-06-198-20/+355
| | | | | | Added regression tests support to jnlib. W32 changes.
* jnlib/Marcus Brinkmann2007-06-183-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.