summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Make --with-pam-service a build-time optionNalin Dahyabhai2013-08-071-0/+7
|
* Indentation tweakNalin Dahyabhai2013-08-071-3/+3
|
* Tag 0.47.7Nalin Dahyabhai2013-08-071-1/+1
|
* Doc updates, tag 0.47.6.Nalin Dahyabhai2013-08-071-1/+1
|
* WIP: bump versionAlexander Bokovoy2013-08-071-1/+1
|
* configure: add configure checks for sss_idmap and define attribute to lookup ↵Alexander Bokovoy2013-08-071-0/+73
| | | | | | | | | | | | | | | | | | nsswitch If schema compat plugin configuration has 'schema-compat-lookup-nsswitch: user|group' then schema compat plugin will perform lookups of users/groups that were not found in the main store using getpwnam_r()/getgrnam_r() and libsss_nss_idmap library. This is special case to support legacy clients. Schema compat plugin in the case is assumed to be running on FreeIPA master configured with trusts against Active Directory and SSSD 1.11+ configured as ipa_server_mode = True. Additionally, such entries are added to schema compat plugin's map cache and can be used for authentication purposes. They will use PAM authentication pass-through to 'system-auth' service.
* tag 0.47Nalin Dahyabhai2013-05-241-1/+1
|
* bump to 0.46Nalin Dahyabhai2013-04-041-1/+1
|
* tag 0.45Nalin Dahyabhai2013-03-191-1/+1
|
* tag 0.44Nalin Dahyabhai2012-11-141-1/+1
|
* just go human-readable on version detailsNalin Dahyabhai2012-11-141-3/+3
|
* show betxn settings in the plugin versionNalin Dahyabhai2012-11-131-0/+13
|
* tag 0.43Nalin Dahyabhai2012-11-131-1/+1
|
* add test use of betxnsNalin Dahyabhai2012-11-121-0/+18
|
* Overhaul betxn supportNalin Dahyabhai2012-11-011-0/+85
| | | | | | | | | * Check for BETXN support at build-time, provide options for disabling or requiring that it be available for build to succeed. * Track whether or not BETXN support is enabled in the plugin-local state. * Skip processing in post/internalpost callbacks if BETXN support is enabled. * Skip work in betxnpost callbacks if BETXN support is disabled.
* drop support for directory server transactionsNalin Dahyabhai2012-06-131-22/+0
| | | | | | | Transaction support the way we added it is an all-or-nothing proposition for a server installation, which turned out to be problematic, so 389 is going to pursue another strategy for that. The new way requires that we not register as a betxn plugin, ever.
* note at configure-time if we're doing txnsNalin Dahyabhai2012-06-061-32/+33
|
* - tag 0.42Nalin Dahyabhai2012-05-221-1/+1
|
* - tag 0.41Nalin Dahyabhai2012-04-101-1/+1
|
* - bump to 0.40Nalin Dahyabhai2012-03-301-1/+1
|
* - tag 0.39Nalin Dahyabhai2012-03-281-1/+1
|
* - add setting of a synthetic entry's entryUSN based on the source entry's ↵Nalin Dahyabhai2012-03-151-11/+24
| | | | entryUSN or the root DSE's lastUSN (if we have no source entry)
* - tag 0.38Nalin Dahyabhai2012-03-061-1/+1
|
* Merge branch 'master' of git.fedorahosted.org:/git/slapi-nisNalin Dahyabhai2012-02-141-1/+1
|\
| * - tag 0.37Nalin Dahyabhai2012-02-131-1/+1
| |
* | - skip checking if "" is declaredNalin Dahyabhai2012-01-241-1/+1
| |
* | - fix threading API detection in non-dirsrv buildsNalin Dahyabhai2012-01-241-1/+1
| |
* | - fix locking API detection in non-dirsrv buildsNalin Dahyabhai2012-01-241-1/+1
|/
* - 0.36Nalin Dahyabhai2012-01-241-1/+1
|
* - tag 0.35Nalin Dahyabhai2012-01-241-1/+1
|
* - tag 0.34Nalin Dahyabhai2012-01-191-1/+1
|
* - tag 0.33Nalin Dahyabhai2012-01-171-1/+1
|
* - tag 0.32Nalin Dahyabhai2012-01-161-1/+1
|
* - tag 0.31Nalin Dahyabhai2012-01-111-1/+1
|
* - correct number of #endifs this timeNalin Dahyabhai2012-01-101-1/+0
|
* - whoops, fix that checkNalin Dahyabhai2012-01-101-0/+9
|
* - tag 0.30Nalin Dahyabhai2012-01-101-1/+1
|
* - add config snippet for managed-entries and load it by defaultNalin Dahyabhai2012-01-101-1/+15
|
* - add a testing option for toggling the skip-uninteresting-updates logicNalin Dahyabhai2012-01-101-0/+6
|
* - make refint and memberof tests the defaultNalin Dahyabhai2012-01-101-10/+23
| | | | - add an option to add -Wl,-z,nodelete to the link flags
* - turn on refint and memberof plugins when running testsNalin Dahyabhai2012-01-091-2/+28
|
* - detect whether or not SLAPI interfaces for backend txn postop callbacks existNalin Dahyabhai2012-01-091-1/+26
|
* - tag 0.29Nalin Dahyabhai2012-01-041-1/+1
|
* - bump this to 0.28, tooNalin Dahyabhai2011-12-191-1/+1
|
* - when configured with --with-ldap=openldap, link with -lldap_r rather than ↵Nalin Dahyabhai2011-12-191-1/+1
| | | | -lldap (rmeggins)
* - tag for 0.27Nalin Dahyabhai2011-12-061-1/+1
|
* - fix detection of slapi_rwlocksNalin Dahyabhai2011-08-161-2/+2
| | | | - disable static libraries by default
* - when building for 389-ds, use Slapi_RWLocks if they appear to be available ↵Nalin Dahyabhai2011-08-161-2/+11
| | | | (the rest of #730394/#730403)
* - tag 0.26slapi-nis-0.26Nalin Dahyabhai2011-08-121-2/+2
|
* - error out when we don't select threading/locking APIsNalin Dahyabhai2011-08-121-0/+4
|