aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-26Add mksamplekeys script.Werner Koch1-1/+1
* doc/mksamplekeys: New. -- Note that we have the same script in the 1.4 branch. That should be removed and only this one shall be used.
2011-12-01Generate the ChangeLog from commit logs.Werner Koch1-1/+1
* scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * doc/HACKING: Describe the ChangeLog policy * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
2011-08-12Beautified the online html manualWerner Koch1-2/+2
2011-03-02Fix doc/Makefile target onlineWerner Koch1-8/+7
2010-10-05Add a static FAQ.Werner Koch1-1/+22
Add rules to build and upload the faqs.
2010-10-04[w32ce] Do not print the faulty timezone infoWerner Koch1-23/+4
Switch FAQ sources to org-mode
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-2/+2
A couple of forward ported changes. Doc updates.
2010-06-10Include dirmngr manualWerner Koch1-6/+6
2008-05-06add gpg-zip man page.Werner Koch1-1/+1
2008-03-27Utilize new automake vars for proper installation into doc/.Werner Koch1-7/+9
2007-12-04Created help files form the current po entries.Werner Koch1-1/+9
2007-12-04Allow configuraton of pinentry tooltip.Werner Koch1-1/+2
Other minor buf fixes.
2007-08-27Implemented more gpg-agen options to support certain passphrase policies.Werner Koch1-1/+1
New tool gpg-check-pattern.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-06-06First steps towards supporting W32.Werner Koch1-6/+4
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2007-05-09Preparing 2.0.4gnupg-2.0.4Werner Koch1-4/+9
2007-05-08Add a howto section.Werner Koch1-1/+2
Makefile fixes
2007-05-08gnupg.ps build fixes.Werner Koch1-0/+4
2007-05-04Updated to automake 1.10.Werner Koch1-1/+1
Use latest texinfo.tex. Typo and grammar fix.
2007-04-13g10/ and sm/Werner Koch1-1/+1
* call-agent.c (start_agent): Don't use log_error when using the fallback hack to start the agent. This is bug 782. scripts/ * mail-to-translators: Copied from 1.4. and adjusted. tools/ * gpgconf-comp.c: Allow changing of --allow-mark-trusted. * gpg-connect-agent.c (main): New option --decode and commands decode and undecode. (read_and_print_response): Implement option.
2007-03-08Add new logo.Werner Koch1-2/+9
2007-03-07The Cherry XX44 keyboard's PINpad does now work.Werner Koch1-1/+1
DINSIG and NKS card applications are now also PIN pad aware.
2007-03-06Support for a global gpgconf configuration file.Werner Koch1-1/+2
2006-12-06Fixes for CVE-2006-6235Werner Koch1-1/+1
2006-10-17Pth tweaks and improved estream.cWerner Koch1-4/+4
2006-09-22Added iconv support and doc cleanups.Werner Koch1-1/+1
2006-09-20Cleanups.Werner Koch1-2/+2
2006-09-19Some restructuringWerner Koch1-0/+9
2006-09-18Added common certificates.Werner Koch1-1/+1
2006-09-15Allow for a global trustlist.Werner Koch1-1/+1
2006-09-08doc fixesWerner Koch1-1/+1
2006-09-07Let scdaemon call a script on status changesWerner Koch1-1/+4
2006-08-22added missing gpgv man pageWerner Koch1-4/+5
2006-08-21Migrated more stuff to doc/Werner Koch1-4/+28
Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.
2006-08-18More man pages. Added include files for 2 common paragraphs.Werner Koch1-3/+8
2006-08-17More man pages.Werner Koch1-1/+40
2006-06-20Made make distcheck work againWerner Koch1-2/+5
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2005-11-13NEw file qualified.ttx - not yet ready for distributionWerner Koch1-1/+1
2005-06-07New debugging optionhs, updates to the manual.Werner Koch1-2/+22
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+1
2005-03-14* cardglue.c (pin_cb): Disable debug output.Werner Koch1-1/+1
* mk-w32-dist: Check for patch files. * w32installer.nsi: Translated a few more strings. Print a warning if permssions are not suitable for the installation. Add Uninstaller entries.
2004-12-21* preset-passphrase.c (preset_passphrase): Handle --passphrase.Werner Koch1-2/+5
* Makefile.am (gpg_preset_passphrase_LDADD): Reorder libs so that pwquery may use stuff from jnlib. Conditionally add -lwsock2 (gpg_protect_tool_LDADD): Ditto. * preset-passphrase.c (main): Use default_homedir(). (main) [W32]: Initialize sockets. * simple-pwquery.c (agent_open) [W32]: Implement for W32. (readline) [W32]: Use recv instead of read. (writen) [W32]: Use send instead of write. (my_stpcpy): Define a stpcpy replacement so that this file continues to be self-contained. (agent_send_all_options) [W32]: Don't call ttyname. * gnupg-badge-openpgp.eps, gnupg-badge-openpgp.jpg: New * gnupg.texi: Add a logo. * sysnotes.texi: New. * gpgsm.c (main): Use default_homedir(). (main) [W32]: Default to disabled CRL checks. * gpgconf-comp.c (get_config_pathname) [DOSISH]: Detect absolute pathnames with a drive letter.
2004-12-16Minor fixesV1-4-0Werner Koch1-1/+1
2004-10-28Added gpg.ru.1 to EXTRA_DISTV1-3-92Werner Koch1-1/+1
2004-10-26* configure.ac: New option --disable-gnupg-iconv, defineWerner Koch1-3/+3
USE_GNUPG_ICONV. (AC_CANONICAL_TARGET): Replaced by AC_CANONICAL_HOST. Changed all reference to TARGET to HOST. Made sure that i586-mingw32msvc gets detected as mingw32. (UNIT64_C): Don't include inttype.h uncoditional but use a test to ensure that it gets into conftest.h. (AH_TOP): New. Prevent double inclusion of config.h. * config.links: Use HOST instead of TARGET.
2004-09-30* gpg.texi: New.Werner Koch1-2/+2
* gnupg.texi: Include gpg.texi * tools.texi: Add a few @command markups. * gpgsm.texi: Ditto * gpg-agent.texi: Ditto. * scdaemon.texi: Ditto.
2004-09-29Changed license of the manual stuff to GPL.Werner Koch1-2/+2
* gnupg.texi (Top): New menu item Helper Tools. * tools.texi (Helper Tools): New. * Makefile.am (gnupg_TEXINFOS): Add tools.texi.
2004-06-28Added some doc stuffWerner Koch1-1/+1
2004-06-18* debugging.texi: New.Werner Koch1-1/+1
* gnupg.texi: Include it.