<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/man/Makefile.am, branch simo</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/'/>
<entry>
<title>First-boot sss_seed tool</title>
<updated>2012-08-01T19:14:17+00:00</updated>
<author>
<name>Nick Guay</name>
<email>nguay@redhat.com</email>
</author>
<published>2012-08-01T16:17:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=6ea6ec5cb7d9985e2730fb9d4657624d10aed4d8'/>
<id>6ea6ec5cb7d9985e2730fb9d4657624d10aed4d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>manpage: sssd-sudo - documents how sudo works with sssd</title>
<updated>2012-07-30T17:07:23+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-07-23T13:46:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=8a2a49333b7df3a4b86db42cd20ec8286d2788d3'/>
<id>8a2a49333b7df3a4b86db42cd20ec8286d2788d3</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1418
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1418
</pre>
</div>
</content>
</entry>
<entry>
<title>AD: Add manpages and SSSDConfig entries</title>
<updated>2012-07-06T15:44:46+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-07-05T23:45:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=03532fb1cbb7e8c1d5cf2e93aa3719f926631cab'/>
<id>03532fb1cbb7e8c1d5cf2e93aa3719f926631cab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add man page section for the PAC responder</title>
<updated>2012-06-25T11:36:40+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-06-25T09:34:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=a8781a38b5fca84647d59199fd0b0b4b2d4624e0'/>
<id>a8781a38b5fca84647d59199fd0b0b4b2d4624e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Warn on 'make update-po' if there are manpages not listed in po4a.cfg</title>
<updated>2012-04-20T14:55:15+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-04-16T14:34:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=1c1b73f82d98d3289b924f3ea499157195660af0'/>
<id>1c1b73f82d98d3289b924f3ea499157195660af0</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1219
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1219
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix building manpages in parallel build dirs</title>
<updated>2012-04-05T22:21:34+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-04-05T22:04:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=7dee0a3366c21ad06720176ca8aef8d6a6f0da90'/>
<id>7dee0a3366c21ad06720176ca8aef8d6a6f0da90</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Always include all manpage XML files in the distribution tarball</title>
<updated>2012-02-15T20:02:46+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-02-15T18:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=9675aa73c7cb0c918038a7e177895b67ce135bed'/>
<id>9675aa73c7cb0c918038a7e177895b67ce135bed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SSH: Build man pages conditionally</title>
<updated>2012-02-14T16:56:28+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2012-02-13T16:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=2ebb3cf3d7062860343c3db1b53173c9c6547038'/>
<id>2ebb3cf3d7062860343c3db1b53173c9c6547038</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1175
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1175
</pre>
</div>
</content>
</entry>
<entry>
<title>SSH: OpenSSH known_hosts client</title>
<updated>2012-02-06T23:26:58+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2012-02-03T21:56:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=9a3e40dc49c1e38bf58e45be5adff37615f3910b'/>
<id>9a3e40dc49c1e38bf58e45be5adff37615f3910b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SSH: OpenSSH authorized_keys client</title>
<updated>2012-02-06T23:26:57+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2012-02-03T21:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=558998ce664055a75595371118f818084d8f2b23'/>
<id>558998ce664055a75595371118f818084d8f2b23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
