aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib/stringhelp.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-03-10Merged jnlib into common.Werner Koch1-136/+0
2009-08-26Implement tilde expansion in the same was as 1.4.Werner Koch1-2/+2
2009-08-25New fucntions strconcat and xstrconcat.Werner Koch1-1/+10
2008-10-29Check that the socket is well and served by us.Werner Koch1-0/+1
2007-11-19Started to implement the audit log feature.Werner Koch1-1/+4
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-06-19Made percent_escape more general.Werner Koch1-2/+3
Added regression tests support to jnlib. W32 changes.
2007-06-18jnlib/Marcus Brinkmann1-1/+4
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-01-25jnlib/Werner Koch1-0/+3
* stringhelp.c (utf8_charcount): New. agent/ * genkey.c (check_passphrase_constraints): Use UTF-8 aware strlen.
2006-10-19FixesWerner Koch1-0/+4
2006-10-02Fix for bug 537Werner Koch1-18/+31
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2006-05-23g10/ does build again.Werner Koch1-0/+6
2006-04-21Still merging 1.4.3 code backWerner Koch1-1/+1
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-5/+4
char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now.
2004-12-13VArious hacks to make it at least build under W32.Werner Koch1-0/+5
* stringhelp.c (w32_strerror) [W32]: New. * w32-pth.c, w32-pth.h: Added real code written by Timo Schulz. Not finished, though. * gpgconf-comp.c <ignore-ocsp-service-url>: Fixed typo.
2003-06-18Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch1-1/+7
to libgcrypt functions, using shared error codes from libgpg-error, replacing the old functions we used to have in ../util by those in ../jnlib and ../common, renaming the malloc functions and a couple of types. Note, that not all changes are listed below becuause they are too similar and done at far too many places. As of today the code builds using the current libgcrypt from CVS but it is very unlikely that it actually works.
2003-01-09Updated from NewPGWerner Koch1-0/+84
2002-06-29Removed files for CVS reorganizationDavid Shaw1-60/+0
2000-01-24Add files to new directory.Werner Koch1-0/+60
This is mainly stuff moved from ../util to here.