Add --reload command to gpgconf.
[gnupg.git] / include / ChangeLog
blob559d305ba215d7a8f1c28fd635d4744c3f3506a9
1 2008-04-18  Werner Koch  <wk@g10code.com>
3         * cipher.h (CIPHER_ALGO_CAMELLIA256): Change ID to 13.
4         (CIPHER_ALGO_CAMELLIA192): New.
6 2007-12-12  Werner Koch  <wk@g10code.com>
8         * cipher.h (CIPHER_ALGO_CAMELLIA128, CIPHER_ALGO_CAMELLIA256): New.
10 2006-09-20  Werner Koch  <wk@g10code.com>
12         * errors.h, http.h, memory.h, mpi.h, util.h, i18n.h: Removed.
13         * Makefile.am: New.
14         * distfiles: Removed.
16 2006-08-16  Werner Koch  <wk@g10code.com>
18         * keyserver.h:  Moved to ../common.
19         * http.h: Retired.
21 2006-04-28  Werner Koch  <wk@g10code.com>
23         * cipher.h (DIGEST_ALGO_SHA224): Define it.
25 2006-04-18  Werner Koch  <wk@g10code.com>
27         * keyserver.h, i18n.h, http.h, cipher.h: Updated to gpg 1.4.3.
29 2003-09-04  David Shaw  <dshaw@jabberwocky.com>
31         * cipher.h: Drop TIGER/192 support.
33         * types.h: Prefer using uint64_t when creating a 64-bit unsigned
34         type. This avoids a warning on compilers that support but complain
35         about unsigned long long.
37         * util.h: Make sure that only ascii is passed to isfoo
38         functions. (From Werner on stable branch).
40 2003-09-04  Werner Koch  <wk@gnupg.org>
42         * cipher.h (PUBKEY_USAGE_AUTH): Added.
44 2003-07-03  Werner Koch  <wk@gnupg.org>
46         * cipher.h (DBG_CIPHER,g10c_debug_mode): Removed.
48 2003-06-11  Werner Koch  <wk@gnupg.org>
50         * cipher.h: Include gcrypt.h and mapped cipher algo names to
51         gcrypt ones.  Removed twofish_old and skipjack.  Removed all
52         handle definitions and other raerely used stuff.  This file will
53         eventually be entirely removed.
55 2003-06-10  Werner Koch  <wk@gnupg.org>
57         * types.h (struct strlist): Removed.
59 2003-05-24  David Shaw  <dshaw@jabberwocky.com>
61         * cipher.h, i18n.h, iobuf.h, memory.h, mpi.h, types.h, util.h:
62         Edit all preprocessor instructions to remove whitespace before the
63         '#'.  This is not required by C89, but there are some compilers
64         out there that don't like it.
66 2003-05-14  David Shaw  <dshaw@jabberwocky.com>
68         * types.h: Add initializer macros for 64-bit unsigned type.
70 2003-05-02  David Shaw  <dshaw@jabberwocky.com>
72         * cipher.h: Add constants for compression algorithms.
74 2003-03-11  David Shaw  <dshaw@jabberwocky.com>
76         * http.h: Add HTTP_FLAG_TRY_SRV.
78 2003-02-11  David Shaw  <dshaw@jabberwocky.com>
80         * types.h: Try and use uint64_t for a 64-bit type.
82 2003-02-04  David Shaw  <dshaw@jabberwocky.com>
84         * cipher.h: Add constants for new SHAs.
86 2002-11-13  David Shaw  <dshaw@jabberwocky.com>
88         * util.h [__CYGWIN32__]: Don't need the registry prototypes.  From
89         Werner on stable branch.
91 2002-11-06  David Shaw  <dshaw@jabberwocky.com>
93         * util.h: Add wipememory2() macro (same as wipememory, but can
94         specify the byte to wipe with).
96 2002-10-31  Stefan Bellon  <sbellon@sbellon.de>
98         * util.h [__riscos__]: Prefixed all RISC OS prototypes with
99         riscos_*
101         * zlib-riscos.h: New. This is macro magic in order to make the
102         zlib library calls indeed call the RISC OS ZLib module.
104 2002-10-31  David Shaw  <dshaw@jabberwocky.com>
106         * util.h: Add wipememory() macro.
108 2002-10-29  Stefan Bellon  <sbellon@sbellon.de>
110         * util.h: Added parameter argument to make_basename() needed for
111         filetype support.
112         [__riscos__]: Added prototype.
114 2002-10-28  Stefan Bellon  <sbellon@sbellon.de>
116         * util.h [__riscos__]: Added prototypes for new filetype support.
118 2002-10-19  David Shaw  <dshaw@jabberwocky.com>
120         * distfiles, _regex.h: Add _regex.h from glibc 2.3.1.
122 2002-10-14  David Shaw  <dshaw@jabberwocky.com>
124         * keyserver.h: Go to KEYSERVER_PROTO_VERSION 1.
126 2002-10-08  David Shaw  <dshaw@jabberwocky.com>
128         * keyserver.h: Add new error code KEYSERVER_UNREACHABLE.
130 2002-10-03  David Shaw  <dshaw@jabberwocky.com>
132         * util.h: Add new log_warning logger command which can be switched
133         between log_info and log_error via log_set_strict.
135 2002-09-24  David Shaw  <dshaw@jabberwocky.com>
137         * keyserver.h: Add some new error codes for better GPA support.
139 2002-09-10  Werner Koch  <wk@gnupg.org>
141         * mpi.h (mpi_is_protected, mpi_set_protect_flag)
142         (mpi_clear_protect_flag): Removed.
143         (mpi_get_nbit_info, mpi_set_nbit_info): Removed.
145 2002-08-13  David Shaw  <dshaw@jabberwocky.com>
147         * cipher.h: Add AES aliases for RIJNDAEL algo numbers.
149 2002-08-07  David Shaw  <dshaw@jabberwocky.com>
151         * cipher.h: Add md_algo_present().
153 2002-08-06  Stefan Bellon  <sbellon@sbellon.de>
155         * util.h [__riscos__]: Added riscos_getchar().
157 2002-06-21  Stefan Bellon  <sbellon@sbellon.de>
159         * util.h [__riscos__]: Further moving away of RISC OS specific
160         stuff from general code.
162 2002-06-20  Stefan Bellon  <sbellon@sbellon.de>
164         * util.h [__riscos__]: Added riscos_set_filetype().
166 2002-06-14  David Shaw  <dshaw@jabberwocky.com>
168         * util.h: Add pop_strlist() from strgutil.c.
170 2002-06-07  Stefan Bellon  <sbellon@sbellon.de>
172         * util.h [__riscos__]: RISC OS needs strings.h for strcasecmp()
173         and strncasecmp().
175 2002-05-22  Werner Koch  <wk@gnupg.org>
177         * util.h: Add strncasecmp.  Removed stricmp and memicmp.
179 2002-05-10  Stefan Bellon  <sbellon@sbellon.de>
181         * mpi.h: New function mpi_debug_alloc_like for M_DEBUG.
183         * util.h [__riscos__]: Make use of __func__ that later
184         Norcroft compiler provides.
186         * memory.h: Fixed wrong definition of m_alloc_secure_clear.
188 2002-04-23  David Shaw  <dshaw@jabberwocky.com>
190         * util.h: New function answer_is_yes_no_default() to give a
191         default answer.
193 2002-04-22  Stefan Bellon  <sbellon@sbellon.de>
195         * util.h [__riscos__]: Removed riscos_open, riscos_fopen and
196         riscos_fstat as those special versions aren't needed anymore.
198 2002-02-19  David Shaw  <dshaw@jabberwocky.com>
200         * keyserver.h: Add KEYSERVER_NOT_SUPPORTED for unsupported actions
201         (say, a keyserver that has no way to search, or a readonly
202         keyserver that has no way to add).
204 2002-01-02  Stefan Bellon  <sbellon@sbellon.de>
206         * util.h [__riscos__]: Updated prototype list.
208         * types.h [__riscos__]: Changed comment wording.
210 2001-12-27  David Shaw  <dshaw@jabberwocky.com>
212         * KEYSERVER_SCHEME_NOT_FOUND should be 127 to match the POSIX
213         system() (via /bin/sh) way of signaling this.
214         
215         * Added G10ERR_KEYSERVER
217 2001-12-27  Werner Koch  <wk@gnupg.org>
219         * util.h [MINGW32]: Fixed name of include file.
221 2001-12-22  Timo Schulz <ts@winpt.org>
223         * util.h (is_file_compressed): New.
225 2001-12-19  Werner Koch  <wk@gnupg.org>
227         * util.h [CYGWIN32]: Allow this as an alias for MINGW32. Include
228         stdarg.h becuase we use the va_list type.  By Disastry.
230 2001-09-28  Werner Koch  <wk@gnupg.org>
232         * cipher.h (PUBKEY_USAGE_CERT): New.
234 2001-09-07  Werner Koch  <wk@gnupg.org>
236         * util.h: Add strsep().
238 2001-08-30  Werner Koch  <wk@gnupg.org>
240         * cipher.h (DEK): Added use_mdc.
242 2001-08-24  Werner Koch  <wk@gnupg.org>
244         * cipher.h (md_write): Made buf arg const. 
246 2001-08-20  Werner Koch  <wk@gnupg.org>
248         * cipher.h (DEK): Added algo_info_printed;
250         * util.h [__riscos__]: Added prototypes and made sure that we
251         never use __attribute__.
252         * cipher.h, iobuf.h, memory.h, mpi.h [__riscos__]: extern hack.
253         * i18n.h [__riscos__]: Use another include file
254         
255 2001-05-30  Werner Koch  <wk@gnupg.org>
257         * ttyio.h (tty_printf): Add missing parenthesis for non gcc.
258         * http.h: Removed trailing comma to make old ccs happy.  Both are
259         by Albert Chin.
261 2001-05-25  Werner Koch  <wk@gnupg.org>
263         * ttyio.h (tty_printf): Add printf attribute.
265 2001-04-23  Werner Koch  <wk@gnupg.org>
267         * http.h: New flag HTTP_FLAG_NO_SHUTDOWN.
269 2001-04-13  Werner Koch  <wk@gnupg.org>
271         * iobuf.h: Removed iobuf_fopen.
273 2001-03-01  Werner Koch  <wk@gnupg.org>
275         * errors.h (G10ERR_UNU_SECKEY,G10ERR_UNU_PUBKEY): New
277 2000-11-30  Werner Koch  <wk@gnupg.org>
279         * iobuf.h (iobuf_translate_file_handle): Add prototype.
281 2000-11-11  Paul Eggert  <eggert@twinsun.com>
283         * iobuf.h (iobuf_get_filelength): Now returns off_t, not u32.
284         (struct iobuf_struct, iobuf_set_limit,
285         iobuf_tell, iobuf_seek): Use off_t, not ulong, for file offsets.
287 2000-10-12  Werner Koch  <wk@gnupg.org>
289         * mpi.h: Changed the way mpi_limb_t is defined.
291 Wed Sep  6 17:55:47 CEST 2000  Werner Koch  <wk@openit.de>
293         * iobuf.c (IOBUF_FILELENGTH_LIMIT): New.
295 2000-03-14 14:03:43  Werner Koch  (wk@habibti.openit.de)
297         * types.h (HAVE_U64_TYPEDEF): Defined depending on configure test.
299 Thu Jan 13 19:31:58 CET 2000  Werner Koch  <wk@gnupg.de>
301         * types.h (HAVE_U64_TYPEDEF): Add a test for _LONGLONG which fixes
302         this long living SGI bug.  Reported by Alec Habig.
304 Sat Dec  4 12:30:28 CET 1999  Werner Koch  <wk@gnupg.de>
306         * iobuf.h (IOBUFCTRL_CANCEL): Nww.
308 Mon Oct  4 21:23:04 CEST 1999  Werner Koch  <wk@gnupg.de>
310         * errors.h (G10ERR_NOT_PROCESSED): New.
312 Wed Sep 15 16:22:17 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
315         * i18n.h: Add support for simple-gettext.
317 Tue Jun 29 21:44:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
320         * util.h (stricmp): Use strcasecmp as replacement.
322 Sat Jun 26 12:15:59 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
325         * cipher.h (MD_HANDLE): Assigned a structure name.
327 Fri Apr  9 12:26:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
329         * cipher.h (BLOWFISH160): Removed.
331 Tue Apr  6 19:58:12 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
333         * cipher.h (DEK): increased max. key length to 32 bytes
336 Sat Feb 20 21:40:49 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
338         * g10lib.h: Removed file and changed all files that includes this.
340 Tue Feb 16 14:10:02 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
342         * types.h (STRLIST): Add field flags.
344 Wed Feb 10 17:15:39 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
346         * cipher.h (CIPHER_ALGO_TWOFISH): Chnaged ID to 10 and renamed
347         the old experimenatl algorithm to xx_OLD.
349 Thu Jan  7 18:00:58 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
351         * cipher.h (MD_BUFFER_SIZE): Removed.
353 Mon Dec 14 21:18:49 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
355         * types.h: fix for SUNPRO_C
357 Tue Dec  8 13:15:16 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
359         * mpi.h (MPI): Changed the structure name to gcry_mpi and
360         changed all users.
362 Tue Oct 20 11:40:00 1998  Werner Koch  (wk@isil.d.shuttle.de)
364         * iobuf.h (iobuf_get_temp_buffer): New.
366 Tue Oct 13 12:40:48 1998  Werner Koch  (wk@isil.d.shuttle.de)
368         * iobuf.h (iobuf_get): Now uses .nofast
369         (iobuf_get2): Removed.
371 Mon Sep 14 09:17:22 1998  Werner Koch  (wk@(none))
373         * util.h (HAVE_ATEXIT): New.
374         (HAVE_RAISE): New.
376 Mon Jul  6 10:41:55 1998  Werner Koch  (wk@isil.d.shuttle.de)
378         * cipher.h (PUBKEY_USAGE_): New.
380 Mon Jul  6 09:49:51 1998  Werner Koch  (wk@isil.d.shuttle.de)
382         * iobuf.h (iobuf_set_error): New.
383         (iobuf_error): New.
385 Sat Jun 13 17:31:32 1998  Werner Koch  (wk@isil.d.shuttle.de)
387         * g10lib.h: New as interface for the g10lib.
389 Mon Jun  8 22:14:48 1998  Werner Koch  (wk@isil.d.shuttle.de)
391         * cipher.h (CIPHER_ALGO_CAST5): Changed name from .. CAST
393 Thu May 21 13:25:51 1998  Werner Koch  (wk@isil.d.shuttle.de)
395         * cipher.h: removed ROT 5 and changed one id and add dummy
397 Tue May 19 18:09:05 1998  Werner Koch  (wk@isil.d.shuttle.de)
399         * cipher.h (DIGEST_ALGO_TIGER): Chnaged id from 101 to 6.
401 Mon May  4 16:37:17 1998  Werner Koch  (wk@isil.d.shuttle.de)
403         * cipher.h (PUBKEY_ALGO_ELGAMAL_E): New, with value of the
404         old one.
405         * (is_ELGAMAL, is_RSA): New macros
407 Sun Apr 26 14:35:24 1998  Werner Koch  (wk@isil.d.shuttle.de)
409         * types.h: New type u64
411 Mon Mar  9 12:59:55 1998  Werner Koch  (wk@isil.d.shuttle.de)
413         * cipher.h: Included dsa.h.
415 Tue Mar  3 15:11:21 1998  Werner Koch  (wk@isil.d.shuttle.de)
417         * cipher.h (random.h): Add new header and move all relevalt
418         functions to this header.
421  Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
423  This file is free software; as a special exception the author gives
424  unlimited permission to copy and/or distribute it, with or without
425  modifications, as long as this notice is preserved.
427  This file is distributed in the hope that it will be useful, but
428  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
429  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.