aboutsummaryrefslogtreecommitdiffstats
path: root/common/util.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch2003-06-181-2/+25
| | | | | | | | | | | 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.
* A small step for GnuPG but a huge leap for error codes.Werner Koch2003-06-051-3/+4
| | | | | | (Sorry, it does not build currently - I need to check it in to avoid duplicate work.)
* * util.h (fopencokokie): Removed prototype and struct.Werner Koch2003-04-291-22/+1
| | | | | * maperror.c: Use system assuan.h
* * signal.c: New. Taken from GnuPG 1.1.91.Werner Koch2002-08-091-2/+8
|
* * fseeko.c, ftello.c: New.Werner Koch2002-07-221-1/+0
| | | | | * configure.ac: Check for ftello and provide a replacement.
* sm/Werner Koch2002-05-141-0/+7
| | | | | | | | | | | | | | * gpgsm.c: New option --faked-system-time * sign.c (gpgsm_sign): And use it here. * certpath.c (gpgsm_validate_path): Ditto. common/ * gettime.c: New. agent/ * cache.c (housekeeping, agent_put_cache): Use our time() wrapper. / * doc/: New * configure.ac, Makefile.am: Added doc/
* * fopencookie.c: Dummy function.Werner Koch2002-02-121-2/+24
| | | | | | | | * vasprintf.c: New. Taken from binutils-2.9.1 and dropped all non ANSI-C stuff. Merged with asprintf version. * no-pth.c: New.
* *** empty log message ***Werner Koch2002-01-101-0/+8
|
* * util.h (digitp, hexdigitp): New ctype like macros.Werner Koch2001-12-141-2/+2
| | | | | | | | (atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New. * command.c: Removed the conversion macros as they are now in ../common/util.h.
* * util.h (digitp, hexdigitp): New ctype like macros.Werner Koch2001-12-141-0/+15
| | | | | (atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New.
* New error codes and another mapping fnc.Werner Koch2001-12-051-0/+1
|
* Added new directory common to enable sharing of some code and errorWerner Koch2001-11-241-0/+59
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there.