aboutsummaryrefslogtreecommitdiffstats
path: root/common/util.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * util.h (gnupg_isotime_t): New.Werner Koch2003-10-311-0/+19
| | | | | | | (gnupg_copy_time): New. * gettime.c (gnupg_get_isotime): New.
* Merged most of David Shaw's changes in 1.3 since 2003-06-03.Werner Koch2003-09-231-0/+4
|
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-08-051-0/+120
| | | | 'GNUPG-1-9-BRANCH'.
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-117/+0
| | | | 'GNUPG-1-9-BRANCH'.
* * 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.