summaryrefslogtreecommitdiff
path: root/src/conf_macros.m4
AgeCommit message (Collapse)AuthorFilesLines
2011-07-08Add support for experimental featuresSumit Bose1-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.
2011-05-20Add new options to override shell valueJakub Hrozek1-0/+14
https://fedorahosted.org/sssd/ticket/742
2011-04-27Require openssl-devel is libcrypto backend is selectedJakub Hrozek1-0/+22
2011-04-12Provide a configuration option to use systemd unit fileJakub Hrozek1-0/+44
https://fedorahosted.org/sssd/ticket/837
2011-01-17Remove support for pre-1.1 netlinkStephen Gallagher1-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
2010-09-02Add gentoo-specific init dirMaxim1-0/+3
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2010-07-09Use netlink to detect going onlineJakub Hrozek1-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
2010-05-21Remove bash-isms from configure macrosPetter Reinholdtsen1-5/+5
2010-04-08SELinux login managementJakub Hrozek1-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.
2010-03-15Remove unused M4 codeJakub Hrozek1-14/+0
2010-03-15Flush NSCD cache after modifying local databaseJakub Hrozek1-0/+14
Fixes: #221
2010-03-04Add --with-test-dir option to configureStephen Gallagher1-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
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+207
Also update BUILD.txt