History log of /sssd/src/man/Makefile.am
Revision Date Author Comments Expand
54c64aad71e6792edb7cf99988d9a7f4bc2b0c61 30-Sep-2016 Jakub Hrozek <jhrozek@redhat.com>

MAN: sssd-secrets documentation Resolves: https://fedorahosted.org/sssd/ticket/3053 Documents the API and the purpose of the sssd-secrets responder. Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Pavel Březina <pbrezina@redhat.com>

dc6dd1ef6a70a0a07017d362e13c7680e83c4fc8 07-Jul-2016 Pavel Březina <pbrezina@redhat.com>

sssctl: manual page Resolves: https://fedorahosted.org/sssd/ticket/3055 Reviewed-by: Michal Židek <mzidek@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

1d1a0a019d8d4d9ab0f51ada03604cd2cada287e 21-Jun-2016 Sumit Bose <sbose@redhat.com>

Add winbind idmap plugin With this plugin winbind can use the same id-mapping as SSSD which makes it possible to run both together in a consistent way. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

72a63702851a26becd24e71dd4d4477435bdbc53 30-Oct-2015 Lukas Slebodnik <lslebodn@redhat.com>

BUILD: Fix cleanup without NLS Manual pages were not cleaned by default. They were cleaned in make distcheck because USE_NLS was yes. Reviewed-by: Michal Židek <mzidek@redhat.com>

b69cb1787209e85cc246eb9a944242689bfe0c46 27-Jul-2015 Pavel Březina <pbrezina@redhat.com>

TOOLS: add sss_override for local overrides Resolves: https://fedorahosted.org/sssd/ticket/2584 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

772464c842968d6e544118ae1aa7c49a7cda2ad6 28-May-2015 Stephen Gallagher <sgallagh@redhat.com>

AD GPO: Change default to "enforcing" When a user enrolls a system against Active Directory, the expectation is that the client will honor the centrally-managed settings. In the past, we avoided changing the default (and left it in permissive mode, to warn admins that the security policy wasn't being honored) in order to avoid breaking existing Active Directory enrollments. However, sufficient time has likely passed for users to become accustomed to using GPOs to manage access-control for their systems. This patch changes the default to enforcing and adds a configure flag for distributions to use if they wish to provide a different default value. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

38e8362ba7b0403527403d79b36d03a5dbd621ac 09-Oct-2014 Jakub Hrozek <jhrozek@redhat.com>

MAN: Build the sss_rpcidmapd man page conditionally Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

97216f0129366ac4850f62dac104b8d280ba517a 08-Sep-2014 Noam Meltzer <tsnoam@gmail.com>

NFSv4 client: man page changes from previous patch: * fixed idmapd.conf example (sss plugin name) * squahsed the rpm spec into one commit Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

4b9c236008b35d2155b94635a236ce7770db4728 10-Aug-2014 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>

build: Don't install ad and ipa man pages unnecessarily Don't install sssd-ipa and sssd-ad man pages if corresponding providers weren't built (i.e. --without-samba was specified to configure). Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

b772ceb6e5cdda62aa98d4fc61f4800b9779b74a 30-May-2014 Lukas Slebodnik <lslebodn@redhat.com>

man: Substitute entity values for entity references Validation of xml files failed with new version of libxml2 (CVE-2014-0191) make[2]: Entering directory `/builddir/build/BUILD/sssd-1.9.2/src/man' /usr/bin/xmllint --catalogs --postvalid --nonet --xinclude --noout sss_usermod.8.xml sss_usermod.8.xml:4: element reference: validity error : No declaration for element reference sss_usermod.8.xml:5: element title: validity error : No declaration for element title Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

cb4d5b588e704114b7090678752d33512baa718e 04-Apr-2014 Jakub Hrozek <jhrozek@redhat.com>

IFP: Re-add the InfoPipe server Related: https://fedorahosted.org/sssd/ticket/2072 This commit only adds the responder and the needed plumbing. No DBus related code is in yet.

6ea6ec5cb7d9985e2730fb9d4657624d10aed4d8 01-Aug-2012 Nick Guay <nguay@redhat.com>

First-boot sss_seed tool

8a2a49333b7df3a4b86db42cd20ec8286d2788d3 30-Jul-2012 Pavel Březina <pbrezina@redhat.com>

manpage: sssd-sudo - documents how sudo works with sssd https://fedorahosted.org/sssd/ticket/1418

03532fb1cbb7e8c1d5cf2e93aa3719f926631cab 06-Jul-2012 Stephen Gallagher <sgallagh@redhat.com>

AD: Add manpages and SSSDConfig entries

a8781a38b5fca84647d59199fd0b0b4b2d4624e0 25-Jun-2012 Sumit Bose <sbose@redhat.com>

Add man page section for the PAC responder

1c1b73f82d98d3289b924f3ea499157195660af0 20-Apr-2012 Jakub Hrozek <jhrozek@redhat.com>

Warn on 'make update-po' if there are manpages not listed in po4a.cfg https://fedorahosted.org/sssd/ticket/1219

7dee0a3366c21ad06720176ca8aef8d6a6f0da90 06-Apr-2012 Stephen Gallagher <sgallagh@redhat.com>

Fix building manpages in parallel build dirs Commit 2ebb3cf3d7062860343c3db1b53173c9c6547038 introduced an issue when building manpages in parallel build dirs. It unnecessarily modified the XML_DOC definition to restrict it to basing its contents on the man_MANS variable. Unfortunately, this means that when we entered the recursion in all-local we would be effectively turning XML_DOC into $(srcdir)/$(lang)/manpage.N.xml when we really only care that the source language XML document exists. This patch reverts that portion of the change. https://fedorahosted.org/sssd/ticket/1293

9675aa73c7cb0c918038a7e177895b67ce135bed 15-Feb-2012 Stephen Gallagher <sgallagh@redhat.com>

Always include all manpage XML files in the distribution tarball

2ebb3cf3d7062860343c3db1b53173c9c6547038 14-Feb-2012 Jan Cholasta <jcholast@redhat.com>

SSH: Build man pages conditionally https://fedorahosted.org/sssd/ticket/1175

9a3e40dc49c1e38bf58e45be5adff37615f3910b 07-Feb-2012 Jan Cholasta <jcholast@redhat.com>

SSH: OpenSSH known_hosts client

558998ce664055a75595371118f818084d8f2b23 07-Feb-2012 Jan Cholasta <jcholast@redhat.com>

SSH: OpenSSH authorized_keys client

af5a58fc3811af8521721f731d8234d983042cea 07-Feb-2012 Jan Cholasta <jcholast@redhat.com>

LDAP: Add support for SSH user public keys

9e80079370ff3b943832adc3c5ef430e64be0a0c 06-Feb-2012 Jakub Hrozek <jhrozek@redhat.com>

AUTOFS: responder

4d81fe27ced3d2e96866aeaf61661a925cb8edf1 02-Feb-2012 Jakub Hrozek <jhrozek@redhat.com>

Use profiling Docbook XSLT only if available, fall back to normal

4182b3a1f9f6e1823db9832533c6c9e51d13da8e 31-Jan-2012 Jakub Hrozek <jhrozek@redhat.com>

Include sudo manual pages only conditionally

f1828234a850dd28465425248a83a993f262918f 06-Sep-2011 Pavel Březina <pbrezina@redhat.com>

sss_debuglevel - change the debug levels on the fly https://fedorahosted.org/sssd/ticket/950

13857cf3d073b697cd037788ceabde7eb41a22c0 04-May-2011 Jan Zeleny <jzeleny@redhat.com>

Man page for sss_cache

44ca4ec72b85c875b91842084834c25b144adf0c 17-Feb-2011 Sumit Bose <sbose@redhat.com>

Fix for generating lists of translated man pages In some automatic build environments the lists of translated man pages were not generated properly because ls put multiple file names into a single single.

3aadf096716d0610d97e90c57017283f1c13c805 25-Jan-2011 Stephen Gallagher <sgallagh@redhat.com>

Update man.stamp when the potfile or po4a.cfg is updated

948c021d50ce26e5935f4909ef7d4c61d28b02b5 23-Dec-2010 Sumit Bose <sbose@redhat.com>

Build and install translated man pages by default

6f51c802311fd81a409a26763ed45b28a3234d0d 22-Dec-2010 Jakub Hrozek <jhrozek@redhat.com>

Make manual pages translatable Utilizes PO4A to extract translatable strings from Docbook XML sources and allows translators to submit ordinary .PO files. PO4A then generates translated Docbook documents that can be used to generate translated end user documentation. https://fedorahosted.org/sssd/ticket/297