summaryrefslogtreecommitdiff
path: root/BUILD.txt
AgeCommit message (Collapse)AuthorFilesLines
2013-06-20Removing BUILD.txt contentAriel Barria1-71/+5
Change the contents of BUILD.txt with URL to have one place with documentation for easier management of the contents.
2013-05-06Fix minor typosYuri Chornoivan1-1/+1
2013-03-27Provide libnl3 supportOndrej Kos1-1/+1
https://fedorahosted.org/sssd/ticket/812 Update the monitor code to be using the new libnl3 API. Changed configure option --with-libnl By default, it tries to build with libnl3, if not found, then with libnl1, if this isn't found either, build proceeds without libnl, just with warning. Specifing --with-libnl=<libnl3|libnl1|no> checks for the specific given version, if not found, configure ends with error.
2012-06-25BUILD: Change default unicode library to glib2Stephen Gallagher1-2/+2
This patch also removes the references to 'cvs' and 'nscd' from BUILD.txt, as they are no longer necessary.
2011-04-27Warn that some crypto features are implemented in NSS onlyJakub Hrozek1-0/+7
2011-03-10Mention Samba libraries URLs in BUILD.txtJakub Hrozek1-5/+11
2010-10-27Mention ding-libs in BUILD.txtSumit Bose1-33/+11
2010-02-18Rename server/ directory to src/Stephen Gallagher1-17/+6
Also update BUILD.txt
2010-02-16Remove replaceSumit Bose1-8/+1
2009-09-18Add documentation for installing build dependenciesJeff Schroeder1-1/+8
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2009-05-19Convert top-level of SSSD to automake.Stephen Gallagher1-5/+30
Also update RPM spec and build procedures.
2009-04-13Update RPM build for configuration changesStephen Gallagher1-40/+29
2009-02-26Remove our copies of the samba libraries.Simo Sorce1-4/+26
Packages are already available in debian unstable and will soon land in Fedora. See BUILD.TXT for details. We still keep libreplace as we still use its configure macros, until we find time to extract only waht we need and have our own macros.
2009-02-24Add PAM clientSumit Bose1-3/+17
Also rename nss_client to sss_client and reuse the same pipe protocol for both the NSS and PAM client libraries. Signed-off-by: Simo Sorce <ssorce@redhat.com>
2009-01-05We need to export while building when using shared-build or dependencies willSimo Sorce1-1/+2
not be correctly found.
2008-10-07Add some basic instructions on how to build sssd.Simo Sorce1-0/+42