summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* AUTOTOOLS: Fix warnings: macro xyz not found in libraryLukas Slebodnik2013-09-161-2/+2
| | | | | | This patch also fixes warning generated by newer version of automake. /usr/share/automake-1.13/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
* AUTOTOOLS: More robust detection of inotify.Lukas Slebodnik2013-09-091-1/+2
| | | | | | | | | We checked only header file "sys/inotify" for detection whether inotify works. Some platforms do not have built in inotify, but contain library, which provides inotify-compatible interface. This patch adds more robust detection of inotify in configuration time and appends linker flags to Makefile if inotify is provided by library.
* AUTOTOOLS: Refactor unicode library detectionLukas Slebodnik2013-09-091-8/+7
| | | | | | | | | If $libdir is not in default library path libunistring cannot be found. (pkg-config can not be used in this case). This patch helps to search libunistring in "$libdir" directory. In refactoring part, indentation was updated to be more readable and some duplicated parts were removed.
* AUTOMAKE: Use portable way to link with dlopenLukas Slebodnik2013-09-091-0/+1
|
* CONFIGURE: Get rid of bashismLukas Slebodnik2013-08-281-1/+1
|
* UTIL: Create new wraper header file sss_endian.hLukas Slebodnik2013-08-281-0/+3
| | | | | | Some platform have header file endian.h and anothers have sys/endian.h. We nedd to use conditional build to handle it correctly, therefore new header file sss_endian.h was created.
* init script: source /etc/sysconfig/sssdPavel Březina2013-08-081-0/+1
| | | | https://fedorahosted.org/sssd/ticket/1959
* Configure SYSV init scripts properlyStephen Gallagher2013-08-081-1/+3
| | | | | | | Previously, these contained hard-coded paths. Now they are populated correctly by the configure script. https://fedorahosted.org/sssd/ticket/1986
* sssd-1.8.0: work around a bug in cov-build from CoverityKamil Dudka2013-03-261-0/+3
|
* TOOLS: Compile on old platforms such as RHEL5Jakub Hrozek2013-01-281-0/+4
| | | | | Provides compatible declarations for modern file management functions such as futimens or opening with the O_CLOEXEC flag
* Remove libsss_sudo.pc and move libsss_sudo.so to libsss_sudoJakub Hrozek2012-10-121-1/+0
|
* Check if the SELinux login directory existsJakub Hrozek2012-09-041-0/+1
| | | | https://fedorahosted.org/sssd/ticket/1492
* Use PTHREAD_MUTEX_ROBUST to avoid deadlock in the clientJakub Hrozek2012-08-271-1/+14
| | | | https://fedorahosted.org/sssd/ticket/1460
* libcrypto fully implementedGeorge McCollister2012-06-261-2/+7
| | | | | | | | | | | | | | | | Implemented working versions of the following functions for libcrypto: sss_base64_encode sss_base64_decode sss_hmac_sha1 sss_password_encrypt sss_password_decrypt test_encrypt_decrypt now expects EOK from libcrypto. test_hmac_sha1 now expects EOK from libcrypto. Added test_base64_encode to test base64 encoding implementation. Added test_base64_decode to test base64 decoding implementation. Signed-off-by: George McCollister <George.McCollister@gmail.com>
* PAC client: add krb5 authdata pluginSumit Bose2012-06-211-0/+1
|
* PAC responder: add basic infrastructureSumit Bose2012-06-211-0/+1
| | | | | This adds only the basic outline of the PAC responder, it won't support any operations, it will just start and initialize itself.
* Make krb5_ccname_template and krb5_ccachedir configurableJakub Hrozek2012-06-141-0/+2
|
* SSSDConfig: Make default config and schema file locations configurableStephen Gallagher2012-05-311-1/+3
| | | | https://fedorahosted.org/sssd/ticket/1008
* Add idmap librarySumit Bose2012-03-261-0/+1
|
* nsssrv: shared memory cache server initializationSimo Sorce2012-03-191-0/+1
|
* Make sudo installation path configurable, install into libdir by defaultJakub Hrozek2012-02-071-0/+1
|
* BUILD: Introduce a --with-ssh config optionJan Cholasta2012-02-071-0/+1
|
* BUILD: Introduce a --with-autofs config optionJakub Hrozek2012-02-051-0/+1
| | | | | This would allow to select the autofs feature during build without having to select the other features.
* SUDO: introduce a new config option --with-sudoJakub Hrozek2012-02-041-5/+1
| | | | | | | At the time being the option is also turned on when --enable-all-experimental-features is specified. https://fedorahosted.org/sssd/ticket/1145
* Use profiling Docbook XSLT only if available, fall back to normalJakub Hrozek2012-02-011-2/+18
|
* SUDO: Provide documentation for the SUDO APIJakub Hrozek2012-01-301-1/+2
|
* Export libsss_sudo as a separate packageJakub Hrozek2012-01-171-1/+2
|
* Add a configure switch to specify 3rd party app libraries locationJakub Hrozek2012-01-171-0/+1
|
* make dist fixesSimo Sorce2012-01-041-1/+1
| | | | | Use pax format for tar as it is the only one that will succeed (albeit spitting warnings) to create a tar file if user UID values are above ~2M
* SUDO integration - client common interfacePavel Březina2011-12-161-0/+5
|
* Added sssd --version optionPavel Březina2011-12-081-1/+4
| | | | https://fedorahosted.org/sssd/ticket/953
* Allow using Glib for UTF8 supportStephen Gallagher2011-12-051-1/+13
|
* BUILDSYS: Fix --without-manpagesStephen Gallagher2011-10-141-0/+1
| | | | | | | | | We weren't honoring the --without-manpages option, and this was causing builds to break. Note: 'make dist[check]' will not work if you have configured with --without-manpages because it will not be able to pre-generate the translation files necessary for tarball release.
* Unbreak ./configureMarko Myllynen2011-09-281-1/+1
| | | | | | | | | | | | ./configure at least from 1.5.13 is failing on Ubuntu Oneiric. The node ``Conditionals'' of automake manual states: Note that you must arrange for _every_ `AM_CONDITIONAL' to be invoked every time `configure' is run. If `AM_CONDITIONAL' is run conditionally (e.g., in a shell `if' statement), then the result will confuse `automake'. So the trick is to run AM_CONDITIONAL unconditionally.
* Improve documentation of libipa_hbacStephen Gallagher2011-09-081-1/+1
|
* Add option to specify the kerberos replay cache dirStephen Gallagher2011-09-021-0/+1
| | | | | | | Adds a configure option to set the distribution default as well as an sssd.conf option to override it. https://fedorahosted.org/sssd/ticket/980
* sss_client: avoid leaking file descriptorsSimo Sorce2011-07-291-0/+12
| | | | | | | | | | If a pam or nss module is dlcolse()d and unloaded we were leaking the file descriptor used to communicate to sssd in the process. Make sure the fucntion used to close the socket file descriptor is called on dlclose() Silence autoconf 2.28 warnings (Patch by Jakub Hrozek)
* libipa_hbac: Support case-insensitive comparisons with UTF8Stephen Gallagher2011-07-291-0/+1
|
* Fix python HBAC bindings for python <= 2.4Jakub Hrozek2011-07-131-0/+1
| | | | | | | | | | | | | | | Several parts of the HBAC python bindings did not work with old Python versions, such as the one shipped in RHEL5. The changes include: * a compatibility wrapper around python set object * PyModule_AddIntMacro compat macro * Py_ssize_t compat definition * Do not use PyUnicode_FromFormat * several function prototypes and structures used to have "char arguments where they have "const char *" in recent versions. This caused compilation warnings this patch mitigates by using the discard_const hack on python 2.4
* Add HBAC evaluator and testsStephen Gallagher2011-07-081-1/+2
|
* Remove unused defines from configure.acSumit Bose2011-05-231-12/+0
|
* Set _GNU_SOURCE globallySumit Bose2011-05-231-0/+4
|
* Add new options to override shell valueJakub Hrozek2011-05-201-0/+1
| | | | https://fedorahosted.org/sssd/ticket/742
* Disable libcrypto codeJakub Hrozek2011-04-271-9/+2
|
* Warn that some crypto features are implemented in NSS onlyJakub Hrozek2011-04-271-0/+2
|
* Require openssl-devel is libcrypto backend is selectedJakub Hrozek2011-04-271-0/+8
|
* Only check systemd unit dir if systemd is selectedJakub Hrozek2011-04-121-1/+3
|
* Provide a configuration option to use systemd unit fileJakub Hrozek2011-04-121-0/+8
| | | | https://fedorahosted.org/sssd/ticket/837
* Remove support for pre-1.1 netlinkStephen Gallagher2011-01-171-1/+1
| | | | | | | Netlink 1.0 and older is buggy and unreliable, occasionally causing tight-loops. We're no longer going to try to support it. https://fedorahosted.org/sssd/ticket/755
* Make manual pages translatableJakub Hrozek2010-12-221-1/+3
| | | | | | | | | 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