aboutsummaryrefslogtreecommitdiffstats
path: root/common/util.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.