Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * util.h (gnupg_isotime_t): New. | Werner Koch | 2003-10-31 | 1 | -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 Koch | 2003-09-23 | 1 | -0/+4 | |
| | ||||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-08-05 | 1 | -0/+120 | |
| | | | | 'GNUPG-1-9-BRANCH'. | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 1 | -117/+0 | |
| | | | | 'GNUPG-1-9-BRANCH'. | |||||
* | * signal.c: New. Taken from GnuPG 1.1.91. | Werner Koch | 2002-08-09 | 1 | -2/+8 | |
| | ||||||
* | * fseeko.c, ftello.c: New. | Werner Koch | 2002-07-22 | 1 | -1/+0 | |
| | | | | | * configure.ac: Check for ftello and provide a replacement. | |||||
* | sm/ | Werner Koch | 2002-05-14 | 1 | -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 Koch | 2002-02-12 | 1 | -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 Koch | 2002-01-10 | 1 | -0/+8 | |
| | ||||||
* | * util.h (digitp, hexdigitp): New ctype like macros. | Werner Koch | 2001-12-14 | 1 | -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 Koch | 2001-12-14 | 1 | -0/+15 | |
| | | | | | (atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New. | |||||
* | New error codes and another mapping fnc. | Werner Koch | 2001-12-05 | 1 | -0/+1 | |
| | ||||||
* | Added new directory common to enable sharing of some code and error | Werner Koch | 2001-11-24 | 1 | -0/+59 | |
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. |