mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
Minor cleanups.
Implemented key helper kdns
This commit is contained in:
parent
ba63cfa79b
commit
86f35a55d0
17 changed files with 768 additions and 27 deletions
|
@ -1,3 +1,12 @@
|
|||
2008-04-07 Werner Koch <wk@g10code.com>
|
||||
|
||||
* b64enc.c (b64enc_start): Detect PGP mode.
|
||||
(b64enc_finish): Write PGP CRC.
|
||||
* util.h (struct b64state): Add field CRC.
|
||||
* t-b64.c: New.
|
||||
|
||||
* pka.c (get_pka_info): Use xtrymalloc and check result.
|
||||
|
||||
2008-03-25 Werner Koch <wk@g10code.com>
|
||||
|
||||
* localename.c: Strip all W32 code. Include w32help.h.
|
||||
|
@ -1168,8 +1177,8 @@
|
|||
(atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New.
|
||||
|
||||
|
||||
Copyright 2001, 2002, 2003, 2004, 2005, 2006,
|
||||
2007 Free Software Foundation, Inc.
|
||||
Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||
2008 Free Software Foundation, Inc.
|
||||
|
||||
This file is free software; as a special exception the author gives
|
||||
unlimited permission to copy and/or distribute it, with or without
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue