Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2001-12-18 | * Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0 | Werner Koch | 2 | -0/+14 | |
* Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba * Makefile.am: Use LIBGCRYPT macros | |||||
2001-12-14 | * util.h (digitp, hexdigitp): New ctype like macros. | Werner Koch | 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. | |||||
2001-12-14 | * util.h (digitp, hexdigitp): New ctype like macros. | Werner Koch | 2 | -0/+32 | |
(atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New. | |||||
2001-12-11 | new error codes | Werner Koch | 1 | -0/+1 | |
2001-12-10 | The Agent does now call the pin entry program; however because we have | Werner Koch | 1 | -0/+4 | |
not yet implemeted secret key protection, its purpose is somewhat limited. Well, the PIN entry modules can now be tested. | |||||
2001-12-06 | More error codes | Werner Koch | 2 | -0/+5 | |
2001-12-05 | New error codes and another mapping fnc. | Werner Koch | 3 | -1/+27 | |
2001-11-26 | More error codes | Werner Koch | 1 | -0/+4 | |
2001-11-25 | The agent does now work and read the secret keys from the directory | Werner Koch | 1 | -1/+9 | |
~/.gnupg-test/private-keys-v1.d/<keygrip-as-20-byte-hex-number>. I will post a sample key to gpa-dev. | |||||
2001-11-24 | Added new directory common to enable sharing of some code and error | Werner Koch | 7 | -0/+434 | |
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. |