summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Always use uint32_t for UID/GID numbersJakub Hrozek2010-10-261-0/+1
|
* Improve versioning for automated buildsStephen Gallagher2010-10-261-5/+5
| | | | | | Also changes 'make srpms' and 'make prerelease-srpms' to 'make srpm' and 'make prerelease-srpm', as we are only building one SRPM.
* Implement netgroups for proxy providerSumit Bose2010-10-251-0/+1
|
* Write log opening failures to the syslogStephen Gallagher2010-10-191-1/+1
| | | | | If there is a problem with reopening the logs, it can be an audit trail issue.
* Fix 'make distcheck' for XML documentationStephen Gallagher2010-10-181-1/+1
| | | | | A missing $(srcdir) variable was preventing 'make distcheck' from working if run from a parallel build directory.
* Rename upgrade_config.py and build it properlyStephen Gallagher2010-10-131-4/+2
| | | | | | | | Previously, we were just copying the script into the libexec dir during installation. However, this causes problems for packaging multilib on several distributions. https://fedorahosted.org/sssd/ticket/641
* Implement netgroup support for LDAP providerSumit Bose2010-10-131-0/+4
|
* Add netgroup support to the NSS responderStephen Gallagher2010-10-131-0/+3
|
* Add support for netgroups to NSS sss_clientStephen Gallagher2010-10-131-1/+3
|
* Rename group.c and passwd.c for clarityStephen Gallagher2010-10-131-2/+2
| | | | | Prefixing group.c and passwd.c with "nss_" similar to the way the PAM client sources are prefixed with "pam_"
* Initialize kerberos service for GSSAPIJakub Hrozek2010-10-131-0/+1
|
* Remove unused definesSumit Bose2010-10-131-2/+0
|
* Distribute XML sources instead of man-pagesSumit Bose2010-10-131-2/+3
|
* Add common hash table setupStephen Gallagher2010-10-081-1/+2
| | | | | sss_hash_create() produces a dhash table living in the talloc hierarchy.
* Revert "Make ldap bind asynchronous"Jakub Hrozek2010-09-151-3/+0
| | | | This reverts 56d8d19ac9d857580a233d8264e851883b883c67
* Remove generated manpages when performing "make clean"Stephen Gallagher2010-09-151-0/+1
| | | | Fixes https://fedorahosted.org/sssd/ticket/614
* Deobfuscate password in back endsJakub Hrozek2010-09-081-2/+4
| | | | | | When obfuscated password is used in config file, the LDAP backend converts it back to clear text and uses it to authenticate to the server.
* sss_obfuscate toolJakub Hrozek2010-09-081-1/+9
| | | | A tool to add obfuscated passwords into the SSSD config file
* Fix pysss linkingJakub Hrozek2010-09-081-0/+3
|
* Password obfuscation utility functionsJakub Hrozek2010-09-081-1/+18
| | | | | | | Adds two utility functions to obfuscate a password and inverse to extract the cleartext password back. So far, only NSS-based implementation is provided.
* Move crypto functions into its own subdirJakub Hrozek2010-09-081-3/+8
| | | | | | A refactoring patch that creates a common util/crypto subdir with per-implementation subdirectories for each underlying crypto library supported by SSSD.
* Remove useless /etc/dbus-1/system.d directory from installationMaxim2010-09-021-2/+0
| | | | Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
* Add custom pam module dirMaxim2010-09-021-1/+1
| | | | Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
* Add gentoo distrubutionsMaxim2010-09-021-0/+5
| | | | Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
* Make ldap bind asynchronousMartin Nagy2010-09-021-0/+3
| | | | | | Every ldap function that could possibly create a new connection is now wrapped in a tevent_req. If the connection is created, we will call the function again after the socket is ready for writing.
* Don't build SSSDConfig API when configured with --without-python-bindingsStephen Gallagher2010-08-231-1/+14
|
* Fix building sssdMaxim2010-08-231-0/+6
|
* Rewrite toplevel MakefileStephen Gallagher2010-08-191-13/+1030
| | | | | | There is no longer a need to have nested Makefiles and configure scripts. This patch combines the src/ Makefile and configure.ac into the root.
* Remove common directoryStephen Gallagher2010-08-191-1/+1
| | | | | | | All files formerly in common are now being built individually out of the ding-libs repository. git clone git://git.fedorahosted.org/git/ding-libs.git
* Package libcollection documentation into libcollection-develStephen Gallagher2010-03-081-1/+3
|
* Include hour in 'make prerelease-rpms'Stephen Gallagher2010-02-231-2/+2
|
* Rename server/ directory to src/Stephen Gallagher2010-02-181-2/+2
| | | | Also update BUILD.txt
* Eliminate separate build tree for sss_clientStephen Gallagher2010-02-181-1/+1
|
* Remove replaceSumit Bose2010-02-161-1/+1
|
* Add doxygen docs for ConfDBStephen Gallagher2010-02-151-0/+2
|
* Add 'prerelease-rpms' target to MakefileStephen Gallagher2010-01-211-0/+8
| | | | | | | This target is available only if building from a git checkout. It will automatically populate the PRERELEASE_VERSION in version.m4 with the current datestamp and git commit id for creating an RPM.
* Add 'prerelease-srpms' target to MakefileStephen Gallagher2010-01-211-0/+8
| | | | | | | This target is available only if building from a git checkout. It will automatically populate the PRERELEASE_VERSION in version.m4 with the current datestamp and git commit id for creating an SRPM.
* Use version.m4 for setting the SSSD versionStephen Gallagher2010-01-211-1/+0
| | | | | | | | This is the preferred way of setting the version in a file, as autotools will properly monitor this file for changes and rerun autoconf/configure when necessary to update the version. This means that we don't need to manually perform an autoreconf in order to build a new RPM
* Use --with-ldb-lib-dir while running make distcheckSumit Bose2009-12-151-0/+2
|
* Allow rerunning autoreconf from the tarballStephen Gallagher2009-09-151-0/+1
| | | | | | We were missing two files from the tarball distribution that prevented autoreconf from running successfully: VERSION and replace/autoconf-2.60.m4
* Include m4 directories in tarballStephen Gallagher2009-09-151-0/+1
| | | | Necessary for RPM builds on RHEL5
* Add 'make tests' targetStephen Gallagher2009-09-111-0/+6
|
* Move RPM specfiles into contrib/Stephen Gallagher2009-09-021-5/+11
| | | | Support RHEL 5 in the spec file
* Fix usage of $(builddir) in SSSDStephen Gallagher2009-08-201-0/+3
| | | | | | There are some old versions of automake that do not define $(builddir) correctly. Since $(builddir) is "Rigorously equal to ‘.’', we'll set it at the top of the Makefile.am files.
* Add 'make srpms' targetStephen Gallagher2009-07-211-0/+5
|
* Fix RPM generation issues with sssdStephen Gallagher2009-05-191-5/+1
| | | | | | | | | | | Ensures that the common libraries build statically. Also ensures that the sssd.spec creates the SYSV init script with the appropriate permissions. Cleans up the useless rpmdist target that was obsolete. Adds the *.so.N.0.0 files to the RPM, as the .so and .so.N files were dangling symlinks.
* Convert top-level of SSSD to automake.Stephen Gallagher2009-05-191-0/+24
Also update RPM spec and build procedures.