Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-01 | First-boot sss_seed tool | Nick Guay | 1 | -1/+1 | |
2012-07-30 | manpage: sssd-sudo - documents how sudo works with sssd | Pavel Březina | 1 | -0/+4 | |
https://fedorahosted.org/sssd/ticket/1418 | |||||
2012-07-06 | AD: Add manpages and SSSDConfig entries | Stephen Gallagher | 1 | -1/+1 | |
2012-06-25 | Add man page section for the PAC responder | Sumit Bose | 1 | -1/+4 | |
2012-04-20 | Warn on 'make update-po' if there are manpages not listed in po4a.cfg | Jakub Hrozek | 1 | -0/+7 | |
https://fedorahosted.org/sssd/ticket/1219 | |||||
2012-04-05 | Fix building manpages in parallel build dirs | Stephen Gallagher | 1 | -1/+1 | |
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 | |||||
2012-02-15 | Always include all manpage XML files in the distribution tarball | Stephen Gallagher | 1 | -2/+3 | |
2012-02-14 | SSH: Build man pages conditionally | Jan Cholasta | 1 | -3/+5 | |
https://fedorahosted.org/sssd/ticket/1175 | |||||
2012-02-07 | SSH: OpenSSH known_hosts client | Jan Cholasta | 1 | -1/+1 | |
2012-02-07 | SSH: OpenSSH authorized_keys client | Jan Cholasta | 1 | -1/+2 | |
2012-02-07 | LDAP: Add support for SSH user public keys | Jan Cholasta | 1 | -1/+4 | |
2012-02-05 | AUTOFS: responder | Jakub Hrozek | 1 | -3/+7 | |
2012-02-01 | Use profiling Docbook XSLT only if available, fall back to normal | Jakub Hrozek | 1 | -2/+7 | |
2012-01-30 | Include sudo manual pages only conditionally | Jakub Hrozek | 1 | -2/+11 | |
2011-09-06 | sss_debuglevel - change the debug levels on the fly | Pavel Březina | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/950 | |||||
2011-05-04 | Man page for sss_cache | Jan Zeleny | 1 | -1/+1 | |
2011-02-17 | Fix for generating lists of translated man pages | Sumit Bose | 1 | -6/+6 | |
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. | |||||
2011-01-25 | Update man.stamp when the potfile or po4a.cfg is updated | Stephen Gallagher | 1 | -1/+1 | |
2010-12-23 | Build and install translated man pages by default | Sumit Bose | 1 | -23/+31 | |
2010-12-22 | Make manual pages translatable | Jakub Hrozek | 1 | -0/+160 | |
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 |