mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Add --logger-fd alias.
Ass card vendor 004.
This commit is contained in:
parent
fefc0da6e9
commit
e2a98c2b26
@ -1,3 +1,11 @@
|
|||||||
|
2008-01-26 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* card-util.c (get_manufacturer): Add vendor 0004.
|
||||||
|
|
||||||
|
2008-01-02 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* gpg.c: Add --logger-file as an alias for log-file.
|
||||||
|
|
||||||
2007-12-14 Werner Koch <wk@g10code.com>
|
2007-12-14 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* gpg.c (main): Set opt.no_homedir_creation during the first option
|
* gpg.c (main): Set opt.no_homedir_creation during the first option
|
||||||
|
@ -156,6 +156,8 @@ get_manufacturer (unsigned int no)
|
|||||||
case 0x0001: return "PPC Card Systems";
|
case 0x0001: return "PPC Card Systems";
|
||||||
case 0x0002: return "Prism";
|
case 0x0002: return "Prism";
|
||||||
case 0x0003: return "OpenFortress";
|
case 0x0003: return "OpenFortress";
|
||||||
|
case 0x0004: return "Wewid AB";
|
||||||
|
|
||||||
/* 0x00000 and 0xFFFF are defined as test cards per spec,
|
/* 0x00000 and 0xFFFF are defined as test cards per spec,
|
||||||
0xFFF00 to 0xFFFE are assigned for use with randomly created
|
0xFFF00 to 0xFFFE are assigned for use with randomly created
|
||||||
serial numbers. */
|
serial numbers. */
|
||||||
|
@ -623,6 +623,7 @@ static ARGPARSE_OPTS opts[] = {
|
|||||||
{ oLockNever, "lock-never", 0, "@" },
|
{ oLockNever, "lock-never", 0, "@" },
|
||||||
{ oLoggerFD, "logger-fd",1, "@" },
|
{ oLoggerFD, "logger-fd",1, "@" },
|
||||||
{ oLoggerFile, "log-file",2, "@" },
|
{ oLoggerFile, "log-file",2, "@" },
|
||||||
|
{ oLoggerFile, "logger-file",2, "@" }, /* For 1.4 compatibility. */
|
||||||
{ oUseEmbeddedFilename, "use-embedded-filename", 0, "@" },
|
{ oUseEmbeddedFilename, "use-embedded-filename", 0, "@" },
|
||||||
{ oNoUseEmbeddedFilename, "no-use-embedded-filename", 0, "@" },
|
{ oNoUseEmbeddedFilename, "no-use-embedded-filename", 0, "@" },
|
||||||
{ oUtf8Strings, "utf8-strings", 0, "@" },
|
{ oUtf8Strings, "utf8-strings", 0, "@" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user