aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib/stringhelp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged jnlib into common.Werner Koch2010-03-101-1151/+0
|
* First batch of changes to support W32CE.Werner Koch2010-02-261-2/+12
| | | | | Note that jnlib/w32-reg.c is not yet ready.
* Refactor new code.Werner Koch2009-08-261-38/+36
|
* Implement tilde expansion in the same was as 1.4.Werner Koch2009-08-261-43/+145
|
* New fucntions strconcat and xstrconcat.Werner Koch2009-08-251-1/+84
|
* Minor bug fixes.Werner Koch2009-07-071-13/+15
| | | | | Enhanced function docs.
* Print more directories with gpgconf --list-dirs.Werner Koch2009-01-201-2/+2
|
* Minor cleanups.Werner Koch2008-11-111-1/+1
|
* Check that the socket is well and served by us.Werner Koch2008-10-291-44/+75
|
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-3/+5
|
* Start support of TCOS 3 cards.Werner Koch2008-06-261-2/+1
| | | | | | | Support restriction attribute. Fix utf-8 printing problems. Use AES by default.
* Started to implement the audit log feature.Werner Koch2007-11-191-4/+27
| | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
* 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-241-2/+5
| | | | | Documentation updates.
* Factored common gpgconf constants outWerner Koch2007-08-021-30/+55
| | | | | Fixed W32 compare_filenames
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* Made percent_escape more general.Werner Koch2007-06-191-6/+20
| | | | | | Added regression tests support to jnlib. W32 changes.
* jnlib/Marcus Brinkmann2007-06-181-1/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* First steps towards supporting W32.Werner Koch2007-06-061-1/+1
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* jnlib/Werner Koch2007-01-251-0/+17
| | | | | | | * stringhelp.c (utf8_charcount): New. agent/ * genkey.c (check_passphrase_constraints): Use UTF-8 aware strlen.
* FixesWerner Koch2006-10-191-0/+12
|
* Fix for bug 537Werner Koch2006-10-021-13/+62
|
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* g10/ does build again.Werner Koch2006-05-231-14/+85
|
* Fix for sanitize string. Added SHA224Werner Koch2006-04-281-7/+7
|
* Still merging 1.4.3 code backWerner Koch2006-04-211-3/+7
|
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-161-40/+57
| | | | | | | 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.
* VArious hacks to make it at least build under W32.Werner Koch2004-12-131-9/+37
| | | | | | | | | | * 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.
* (print_sanitized_utf8_string): Actually implementWerner Koch2004-08-181-2/+3
| | | | | it.
* (print_sanitized_buffer): Don't care aboutWerner Koch2004-02-181-5/+3
| | | | | | non-ASCII characaters. (sanitize_buffer): Ditto.
* Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch2003-06-181-9/+164
| | | | | | | | | | | 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.
* Updated from NewPGWerner Koch2003-01-091-0/+474
|
* Removed files for CVS reorganizationDavid Shaw2002-06-291-219/+0
|
* Add files to new directory.Werner Koch2000-01-241-0/+219
This is mainly stuff moved from ../util to here.