summaryrefslogtreecommitdiffstats
path: root/src/conf_macros.m4
Commit message (Collapse)AuthorAgeFilesLines
* BUILD: Change default unicode library to glib2Stephen Gallagher2012-06-251-2/+2
| | | | | This patch also removes the references to 'cvs' and 'nscd' from BUILD.txt, as they are no longer necessary.
* PAC client: add krb5 authdata pluginSumit Bose2012-06-211-0/+14
|
* Make krb5_ccname_template and krb5_ccachedir configurableJakub Hrozek2012-06-141-0/+30
|
* nsssrv: shared memory cache server initializationSimo Sorce2012-03-191-0/+17
|
* Eliminate build-time requirement for nscdStephen Gallagher2012-02-271-7/+8
| | | | | | We will now use the autodetected location if available, or else fall back to a value provided by --with-nscd in configure and finally resort to a hard-coded default of /usr/sbin/nscd.
* Make sudo installation path configurable, install into libdir by defaultJakub Hrozek2012-02-071-0/+14
|
* BUILD: Introduce a --with-ssh config optionJan Cholasta2012-02-071-0/+22
|
* BUILD: Introduce a --with-autofs config optionJakub Hrozek2012-02-051-0/+22
| | | | | This would allow to select the autofs feature during build without having to select the other features.
* Fix configure with old autoconf versionsJakub Hrozek2012-02-041-1/+0
|
* SUDO: introduce a new config option --with-sudoJakub Hrozek2012-02-041-0/+23
| | | | | | | At the time being the option is also turned on when --enable-all-experimental-features is specified. https://fedorahosted.org/sssd/ticket/1145
* Add a configure switch to specify 3rd party app libraries locationJakub Hrozek2012-01-171-1/+18
|
* Added sssd --version optionPavel Březina2011-12-081-0/+11
| | | | https://fedorahosted.org/sssd/ticket/953
* Allow using Glib for UTF8 supportStephen Gallagher2011-12-051-0/+21
|
* Add option to specify the kerberos replay cache dirStephen Gallagher2011-09-021-0/+15
| | | | | | | 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
* Add support for experimental featuresSumit Bose2011-07-081-0/+6
| | | | | | | | | | | | New experimental features should have their own configure switch to enable or disable them at compile time. Additionally they can check if the configure variable build_all_experimental_features is set and enable the feature. This variable will be set if the command line option --enable-all-experimental-features is used to configure sssd. This will make it easy to enable all experimental features. Experimental features should be marked in the man pages. To simplify this include/experimental.xml can be used.
* Add new options to override shell valueJakub Hrozek2011-05-201-0/+14
| | | | https://fedorahosted.org/sssd/ticket/742
* Require openssl-devel is libcrypto backend is selectedJakub Hrozek2011-04-271-0/+22
|
* Provide a configuration option to use systemd unit fileJakub Hrozek2011-04-121-0/+44
| | | | https://fedorahosted.org/sssd/ticket/837
* Remove support for pre-1.1 netlinkStephen Gallagher2011-01-171-4/+3
| | | | | | | 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
* Add gentoo-specific init dirMaxim2010-09-021-0/+3
| | | | Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
* Use netlink to detect going onlineJakub Hrozek2010-07-091-0/+16
| | | | | | | | Integrates libnl to detect adding routes. When a route is added, the offline status of all back ends is reset. This patch adds no heuristics to detect whether back end went offline. Fixes: #456
* Remove bash-isms from configure macrosPetter Reinholdtsen2010-05-211-5/+5
|
* SELinux login managementJakub Hrozek2010-04-081-0/+16
| | | | | | | | | | Adds a new option -Z to sss_useradd and sss_usermod. This option allows user to specify the SELinux login context for the user. On deleting the user with sss_userdel, the login mapping is deleted, so subsequent adding of the same user would result in the default login context unless -Z is specified again. MLS security is not supported as of this patch.
* Remove unused M4 codeJakub Hrozek2010-03-151-14/+0
|
* Flush NSCD cache after modifying local databaseJakub Hrozek2010-03-151-0/+14
| | | | Fixes: #221
* Add --with-test-dir option to configureStephen Gallagher2010-03-041-0/+12
| | | | | | All 'make check' tests will chdir() into this directory before running the suite. This provides the option of having temporary files generated in a tmpfs or ramdisk
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+207
Also update BUILD.txt