• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-13,78612,097

jnlib/H14-Jun-2010-6,1774,408

m4/H14-Jun-2010-4,3383,994

po/H03-May-2022-4,5043,594

src/H03-May-2022-28,27421,042

tests/H14-Jun-2010-2,1981,707

ABOUT-NLSH A D17-Nov-200678.7 KiB1,1121,065

AUTHORSH A D09-Mar-20101.1 KiB3924

COPYINGH A D03-Sep-200517.6 KiB341281

ChangeLogH A D14-Jun-201033.5 KiB1,148738

INSTALLH A D31-Jul-20089.3 KiB238179

Makefile.amH A D07-Aug-20071.2 KiB4013

Makefile.inH A D14-Jun-201021.4 KiB684586

NEWSH A D14-Jun-20106.4 KiB239133

READMEH A D09-Mar-20101.7 KiB5735

THANKSH A D02-Nov-2005237 96

TODOH A D21-Oct-20081.4 KiB3828

VERSIONH A D14-Jun-20106 21

acinclude.m4H A D07-Aug-20073.3 KiB10498

aclocal.m4H A D14-Jun-201034.8 KiB969868

autogen.shH A D31-Jul-20086.1 KiB212155

compileH A D31-Jul-20083.6 KiB14379

config.guessH A D31-Jul-200843.6 KiB1,5171,305

config.h.inH A D14-Jun-20108.1 KiB313218

config.rpathH A D17-Nov-200615.8 KiB615517

config.subH A D31-Jul-200832.1 KiB1,6311,486

configureH A D03-May-2022319.4 KiB11,0089,161

configure.acH A D14-Jun-201013.6 KiB479406

depcompH A D31-Jul-200817.4 KiB590375

install-shH A D31-Jul-200813.3 KiB520344

missingH A D31-Jul-200810.9 KiB368275

mkinstalldirsH A D31-Jul-20083.4 KiB162112

README

1
2                  DirMngr - X.509 Directory Manager
3                -------------------------------------
4                         Version 1.1.0
5
6
7    Intro
8    -----
9
10    DirMngr is a server for managing and downloading certificate
11    revocation lists (CRLs) for X.509 certificates and for downloading
12    the certificates themselves.  Dirmngr also handles OCSP requests
13    as an alternative to CRLs.  Dirmngr is either invoked internally
14    by gpgsm (GnuPG-2) or when running as a system daemon through the
15    dirmngr-client tool.
16
17    See the file COPYING for copyright and warranty information. See
18    the file AUTHORS for contact addresses and code history.
19
20    On W32 targets, the URL extension of OpenLDAP is included which is
21    provided in src/ldap-url.c.  This file has a different copyright
22    from the rest of the package.  Please see that file for more
23    details.
24
25
26    Installation
27    ------------
28    Please read the file INSTALL. Here is a quick summary:
29
30    1) Unpack the tarball.  With GNU tar you can do it this way:
31       "tar xjvf dirmngr-x.y.z.tar.bz2"
32
33    2) "cd dirmngr-x.y.z"
34
35    3) "./configure --sysconfdir=/etc --localstatedir=/var"
36       The two options make sure that the configuration data will
37       not be search under /usr/local/etc and that variable data will
38       be stored at a standard place too.
39
40    4) "make"
41
42    5) "make install"  (you probably need to become root first)
43
44    6) You end up with a a dirmngr and dirmngr-client binary in
45       /usr/local/bin.  Some other files are also installed for
46       internal use.
47
48    If you are using dirmngr as part of gnupg 2.0 you are done now.
49    If you want to install it as a system daemon, please see the
50    manual by running the command "info dirmngr"
51
52
53
54
55
56
57