aboutsummaryrefslogtreecommitdiffstats
path: root/common/util.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-08-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+120
'GNUPG-1-9-BRANCH'.
2003-06-18Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch1-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.
2003-06-05A small step for GnuPG but a huge leap for error codes.Werner Koch1-3/+4
(Sorry, it does not build currently - I need to check it in to avoid duplicate work.)
2003-04-29* util.h (fopencokokie): Removed prototype and struct.Werner Koch1-22/+1
* maperror.c: Use system assuan.h
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-117/+0
'GNUPG-1-9-BRANCH'.
2002-08-09* signal.c: New. Taken from GnuPG 1.1.91.Werner Koch1-2/+8
2002-07-22* fseeko.c, ftello.c: New.Werner Koch1-1/+0
* configure.ac: Check for ftello and provide a replacement.
2002-05-14sm/Werner Koch1-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/
2002-02-12* fopencookie.c: Dummy function.Werner Koch1-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.
2002-01-10*** empty log message ***Werner Koch1-0/+8
2001-12-14* util.h (digitp, hexdigitp): New ctype like macros.Werner Koch1-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.
2001-12-14* util.h (digitp, hexdigitp): New ctype like macros.Werner Koch1-0/+15
(atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New.
2001-12-05New error codes and another mapping fnc.Werner Koch1-0/+1
2001-11-24Added new directory common to enable sharing of some code and errorWerner Koch1-9/+10
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there.
2001-11-19gpgsm --verify does now work like gpg including theWerner Koch1-1/+1
--enable-special-filenames option.
2001-11-13We have reached a state where we are able to import certs andWerner Koch1-0/+8
check the certification path.
2001-11-07Implemented server main loop and started with import command.Werner Koch1-0/+4
2001-11-06gpgsm does now build and a dummy server can be started.Werner Koch1-18/+20
2001-11-06First chunk of code for the Assuan libraryWerner Koch1-8/+22
2000-07-14See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch1-1/+1
2000-01-27See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch1-3/+3
1999-03-20See ChangeLog: Sat Mar 20 11:53:40 CET 1999 Werner KochWerner Koch1-0/+1
1999-01-19See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner KochWerner Koch1-0/+1
1999-01-16See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner KochWerner Koch1-20/+6
1998-12-23See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1-3/+3
1998-07-06intermediate releaseWerner Koch1-9/+21
1998-06-16some more internall structure changesWerner Koch1-4/+4
1997-12-16added some stuff for signing keysWerner Koch1-0/+1
1997-11-18initially checkinWerner Koch1-0/+29