dirmngr (AUTHORS ChangeLog NEWS README configure.ac)

[email protected] Fri, 12 Dec 2003 18:36:49 +0100
Newsgroups gmane.comp.encryption.gpg.aegypten.cvs
Message-ID <[email protected]>
    Date: Friday, December 12, 2003 @ 18:36:49
  Author: werner
    Path: /cvs/aegypten/dirmngr

Modified: AUTHORS ChangeLog NEWS README configure.ac

* configure.ac: Removed checking for DB2. Add checking for mmap.
* src/cdb.h, src/cdblib.h: New.  Add a few comments from the
original man page and fixed typos.
* src/cdblib.c (cdb_findinit, cdb_findnext): Modified to allow
walking over all entries.
* src/crlcache.h: Removed DB2/4 cruft.
(release_one_cache_entry, lock_db_file, crl_parse_insert)
(crl_cache_insert, crl_cache_isvalid, list_one_crl_entry): Use the
new CDB interface.

* src/dirmngr.c: Beautified the help messages.
(wrong_args): New.
(main): new option --force.  Revamped the command handling code.
Allow to pass multiple CRLS as well as stdin to --local-crl.
* src/crlcache.c (crl_cache_insert): Make --force work.


--------------+
 AUTHORS      |    9 +++++++++
 ChangeLog    |   25 +++++++++++++++++++++++++
 NEWS         |    9 +++++++--
 README       |    1 +
 configure.ac |   26 +++++++-------------------
 5 files changed, 49 insertions(+), 21 deletions(-)