19d179
%if 0%{?fedora} >= 14 || 0%{?rhel} >= 6
19d179
%define ldap_impl openldap
19d179
%else
19d179
%define ldap_impl mozldap
19d179
%endif
19d179
%if 0%{?fedora} >= 18 || 0%{?rhel} >= 6
19d179
%define betxn_opts --enable-be-txns-by-default
19d179
%else
19d179
%define betxn_opts --disable-be-txns-by-default
19d179
%endif
19d179
19d179
Name:		slapi-nis
e7dc02
Version:	0.60.0
e7dc02
Release:	1%{?dist}
19d179
Summary:	NIS Server and Schema Compatibility plugins for Directory Server
19d179
Group:		System Environment/Daemons
e7dc02
License:	GPLv3
19d179
URL:		http://pagure.io/slapi-nis/
19d179
Source0:	https://releases.pagure.org/slapi-nis/slapi-nis-%{version}.tar.gz
19d179
Source1:	https://releases.pagure.org/slapi-nis/slapi-nis-%{version}.tar.gz.asc
19d179
19d179
BuildRequires:  autoconf
19d179
BuildRequires:  automake
19d179
BuildRequires:  libtool
19d179
BuildRequires:	389-ds-base-devel >= 1.3.5.6, %{ldap_impl}-devel
19d179
BuildRequires:	nspr-devel, nss-devel, /usr/bin/rpcgen
19d179
%if 0%{?fedora} > 18 || 0%{?rhel} > 6
19d179
BuildRequires:	libsss_nss_idmap-devel > 1.16.0-5
19d179
%define sss_nss_opts --with-sss-nss-idmap --with-idviews
19d179
%else
19d179
%define sss_nss_opts %{nil}
19d179
%endif
19d179
BuildRequires:	pam-devel
19d179
%if (0%{?fedora} > 14 && 0%{?fedora} < 28) || (0%{?rhel} > 6 && 0%{?rhel} < 8)
19d179
BuildRequires:	libtirpc-devel
19d179
%else
19d179
BuildRequires:  libnsl2-devel
19d179
%endif
19d179
%if 0%{?fedora} > 27 || 0%{?rhel} > 7
19d179
ExcludeArch: %{ix86}
19d179
%endif
19d179
Requires: 389-ds-base >= 1.3.5.6
19d179
19d179
%description
19d179
This package provides two plugins for Red Hat and 389 Directory Server.
19d179
19d179
The NIS Server plugin allows the directory server to act as a NIS server
19d179
for clients, dynamically generating and updating NIS maps according to
19d179
its configuration and the contents of the DIT, and serving the results to
19d179
clients using the NIS protocol as if it were an ordinary NIS server.
19d179
19d179
The Schema Compatibility plugin allows the directory server to provide an
19d179
alternate view of entries stored in part of the DIT, optionally adding,
19d179
dropping, or renaming attribute values, and optionally retrieving values
19d179
for attributes from multiple entries in the tree.
19d179
19d179
%prep
19d179
%setup -q
19d179
19d179
%build
19d179
autoconf --force
19d179
%configure --disable-static --with-ldap=%{ldap_impl} \
19d179
	--with-nsswitch --with-pam --with-pam-service=system-auth \
19d179
	%{sss_nss_opts} %{betxn_opts}
19d179
sed -i -e 's,%{_libdir}/dirsrv/plugins/,,g' -e 's,.so$,,g' doc/examples/*.ldif
19d179
make %{?_smp_mflags}
19d179
19d179
%install
19d179
rm -rf $RPM_BUILD_ROOT
19d179
make install DESTDIR=$RPM_BUILD_ROOT
19d179
rm $RPM_BUILD_ROOT/%{_libdir}/dirsrv/plugins/*.la
19d179
19d179
%if 0
19d179
# ns-slapd doesn't want to start in koji, so no tests get run
19d179
%check
19d179
make check
19d179
%endif
19d179
19d179
%files
19d179
%defattr(-,root,root,-)
19d179
%doc COPYING NEWS README STATUS doc/*.txt doc/examples/*.ldif doc/ipa
19d179
%{_mandir}/man1/*
19d179
%{_libdir}/dirsrv/plugins/*.so
19d179
%{_sbindir}/nisserver-plugin-defs
19d179
19d179
%changelog
e7dc02
* Sat Aug 20 2022 Alexander Bokovoy <abokovoy@redhat.com> - 0.60.0-1
e7dc02
- upstream release 0.60.0
e7dc02
- Change license from GPLv2 to GPLv3+ to follow 389-ds licensing
e7dc02
- Resolves: rhbz#1984010
e7dc02
  Fix ID views integration
e7dc02
- Fix base scope lookups
e7dc02
- Resolves: rhbz#1784172
e7dc02
  Bump NIS max dgram size to 8KB by default instead of 1KB
e7dc02
- Resolves: rhbz#2070575
e7dc02
  Allow to rebuild the compat tree
e7dc02
44937c
* Mon Sep 13 2021 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.6-4
89347f
- Resolves: rhbz#2000919 - memory leak in backend_search_cb
44937c
44937c
* Thu Jul 01 2021 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.6-3
44937c
- Resolves: rhbz#1958909 - fix regression for scoped searches in compat tree
44937c
- Resolves: rhbz#1978189 - better handle error response from libsss_nss_idmap
44937c
44937c
* Wed Apr 07 2021 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.6-2
44937c
- CVE 2021-3480:  idm:DL1/slapi-nis: NULL dereference (DoS) with specially crafted Binding DN
44937c
- Resolves: rhbz#1944713
44937c
19d179
* Fri Dec 04 2020 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.6-1
19d179
- Upstream release 0.56.6
19d179
- Resolves rhbz#1891741
19d179
19d179
* Mon Sep 14 2020 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.5-4
19d179
- Ignore unmatched searches
19d179
- Resolves: rhbz#1874015
19d179
19d179
* Thu Sep 10 2020 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.5-3
19d179
- Fix memory leaks in ID views processing
19d179
- Resolves: rhbz#1875348
19d179
19d179
* Wed May 06 2020 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.5-2
19d179
- Initialize map lock in NIS plugin
19d179
- Resolves: rhbz#1832331
19d179
19d179
* Mon May 04 2020 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.5-1
19d179
- Upstream release 0.56.5
19d179
- Resolves: rhbz#1751295: (2) When sync-repl is enabled, slapi-nis can deadlock during retrochanglog trimming
19d179
- Resolves: rhbz#1768156: ERR - schemacompat - map rdlock: old way MAP_MONITOR_DISABLED
19d179
19d179
* Fri Aug 16 2019 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.3-2
19d179
- Resolves rhbz#1741881
19d179
  ns-slapd is crashing intermittently
19d179
19d179
* Wed Jun 05 2019 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.3-1
19d179
- New upstream release
19d179
- Resolves rhbz#1684563
19d179
19d179
* Mon Jul 23 2018 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.2-7
19d179
- 389-ds is not available on i686 architecture, don't build there
19d179
19d179
* Wed May 02 2018 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.2-6
19d179
- Force rebuild of configure
19d179
19d179
* Wed May 02 2018 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.2-5
19d179
- Link with libnsl explicitly in Fedora 28 or later
19d179
- Require libnsl2-devel for build
19d179
- Resolves rhbz#1573636
19d179
19d179
* Thu Mar 15 2018 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.2-4
19d179
- Remove tcpwrappers support as they aren't available in Fedora anymore
19d179
19d179
* Thu Mar 15 2018 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.2-3
19d179
- Do not build on i686 in Fedora 28 or later as 389-ds-base is not available there anymore
19d179
- Resolves rhbz#1556448
19d179
- Remove outdated ExclusiveArch for RHEL6
19d179
19d179
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.56.2-2
19d179
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
19d179
19d179
* Fri Jan 19 2018 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.2-1
19d179
- New upstream release
19d179
- Update links to the upstream project page and releases
19d179
- Use extended SSSD API to signal that an entry should not be cached anymore
19d179
- Add support for timeout-based NSS queries with libsss_nss_idmap
19d179
19d179
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.56.1-4
19d179
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
19d179
19d179
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.56.1-3
19d179
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
19d179
19d179
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.56.1-2
19d179
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
19d179
19d179
* Mon Aug 08 2016 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.1-1
19d179
- Support querying external users by UPN alias
19d179
- Don't clobber target of the pblock for ID views
19d179
19d179
* Mon Jun 20 2016 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.0-2
19d179
- Updated upstream tarball
19d179
19d179
* Mon Jun 20 2016 Alexander Bokovoy <abokovoy@redhat.com> - 0.56-1
19d179
- Add support for changing passwords for users from a primary tree
19d179
  - requires DS 1.3.5.6 or later
19d179
19d179
* Mon May 30 2016 Alexander Bokovoy <abokovoy@redhat.com> - 0.55-3
19d179
- Add support to properly shutdown priming cache from RHEL 7.2.4
19d179
19d179
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.55-2
19d179
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
19d179
19d179
* Tue Jan 26 2016 Alexander Bokovoy <abokovoy@redhat.com> - 0.55-1
19d179
- Support external members of IPA groups in schema compat
19d179
- Support bind over ID overrides when uid is not overridden
19d179
- Populate schema compat trees in parallel to LDAP server startup
19d179
19d179
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.54.2-2
19d179
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
19d179
19d179
* Thu Mar 26 2015 Alexander Bokovoy <abokovoy@redhat.com> - 0.54.2-1
19d179
- CVE-2015-0283 slapi-nis: infinite loop in getgrnam_r() and getgrgid_r() (#1206049)
19d179
- Make sure nss_sss.so.2 module is used directly
19d179
- Allow building slapi-nis with ID views against 389-ds-base from RHEL7.0/CentOS7.0 releases
19d179
19d179
* Thu Nov  6 2014 Alexander Bokovoy <abokovoy@redhat.com> - 0.54.1-1
19d179
- support FreeIPA overrides in LDAP BIND callback
19d179
- ignore FreeIPA override searchs outside configured schema compat subtrees
19d179
19d179
* Fri Oct 10 2014 Alexander Bokovoy <abokovoy@redhat.com> - 0.54-1
19d179
- Add support for FreeIPA's ID views
19d179
- Allow searching SSSD-provided users as memberUid case-insensitevly
19d179
  Fixes bug #1130131
19d179
19d179
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.53-3
19d179
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
19d179
19d179
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.53-2
19d179
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
19d179
19d179
* Tue Apr 22 2014 Nalin Dahyabhai <nalin@redhat.com> - 0.53-1
19d179
- correct the default NIS map settings for hosts.byname and hosts.byaddr,
19d179
  from report by Rik Megens
19d179
- fix several problems when hitting out-of-memory conditions, spotted by
19d179
  static analysis
19d179
19d179
* Mon Jan 20 2014 Nalin Dahyabhai <nalin@redhat.com> - 0.52-3
19d179
- remove ExclusiveArch if %%{rhel} is 7 or higher, because 389-ds-base gets
19d179
  built for everything now (#1055711)
19d179
19d179
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.52-2
19d179
- Mass rebuild 2013-12-27
19d179
19d179
* Mon Dec 16 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.52-1
19d179
- correctly reflect whether or not we're built with transaction support in
19d179
  the module's nsslapd-pluginVersion attribute
19d179
- fix a couple of should've-used-memmove()-instead-of-memcpy() cases which
19d179
  would hit when removing maps or groups of maps (#1043546/#1043638)
19d179
19d179
* Mon Dec  9 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.51-1
19d179
- fix another request argument memory leak in NIS server (#1040159)
19d179
- fix miscellaneous items found by static analysis
19d179
19d179
* Tue Oct  1 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.50-1
19d179
- if we get an EPIPE while registering with rpcbind, try to reconnect and
19d179
  retransmit before giving up
19d179
19d179
* Thu Sep 19 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.49-1
19d179
- add {nis,schema-compat}-ignore-subtree and -restrict-subtree settings,
19d179
  which should let us avoid deadlocks when tasks are modifying data in
19d179
  the backend database (#1007451)
19d179
19d179
* Mon Aug 12 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.48-1
19d179
- try to gracefully handle failures obtaining internal locks
19d179
- fix locating-by-name of entries with names that require escaping
19d179
- add self-tests for nsswitch and PAM functionality
19d179
- make nsswitch mode properly handle user and group names with commas in them
19d179
- handle attempts to PAM authenticate to compat groups (i.e., with failure)
19d179
- drop the "schema-compat-origin" attribute
19d179
19d179
* Wed Aug  7 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.47.7-1
19d179
- fix building against versions of directory server older than 1.3.0, which
19d179
  first introduced slapi_escape_filter_value()
19d179
19d179
* Wed Aug  7 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.47.6-1
19d179
- only buildrequire libsss_nss_idmap-devel on releases that included SSSD
19d179
  version 1.10 or later, where it first appeared
19d179
19d179
* Wed Aug  7 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.47.5-1
19d179
- merge Alexander Bokovoy's patches to
19d179
  - teach the schema compatibility plugin to optionally serve user and group
19d179
    information retrieved from libc as part of a set of compat entries
19d179
  - handle simple bind requests for those entries by calling out to PAM
19d179
  - to rewrite the DN of incoming bind requests to compat entries to point
19d179
    at the source entries, instead of returning a referral which most clients
19d179
    won't handle
19d179
- include IPA-specific docs as docs
19d179
19d179
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.47-2
19d179
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
19d179
19d179
* Fri May 24 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.47-1
19d179
- fix request argument memory leaks in NIS server
19d179
- add a %%sort function
19d179
19d179
* Thu Apr  4 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.46-1
19d179
- when checking if we can skip processing for a given change, pay attention to
19d179
  whether or not the changes cause the entry to need to be added or removed
19d179
  from a map (#912673)
19d179
- check SLAPI_PLUGIN_OPRETURN in post-change hooks, in case the backend failed
19d179
  to update things but the server called us anyway
19d179
19d179
* Tue Mar 19 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.45-1
19d179
- fix dispatching for multiple connected clients in the NIS plugin (#923336)
19d179
19d179
* Tue Feb  5 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.44-3
19d179
- work around multilib differences in the example .ldif files (internal
19d179
  tooling)
19d179
19d179
* Tue Nov 20 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.44-2
19d179
- set betxn support to be disabled by default on Fedora 17 or EL 5 or older,
19d179
  which have versions of IPA < 3.0, per mkosek on freeipa-devel
19d179
19d179
* Wed Nov 14 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.44-1
19d179
- add missing newline to a couple of debug log messages
19d179
- note whether or not betxn support is compiled in as part of the
19d179
  nsslapd-pluginVersion value we report to the server
19d179
- register callbacks in the same order in both plugins, so that
19d179
  their log messages are logged in the same order
19d179
19d179
* Tue Nov 13 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.43-1
19d179
- reintroduce support for directory server transactions (nhosoi, IPA#3046)
19d179
- control transaction support at run-time, deciding when to do things based
19d179
  on the value of the nsslapd-pluginbetxn attribute in the plugin's entry
19d179
- NIS: add default settings for shadow.byname and passwd.adjunct.byname maps
19d179
19d179
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.42-2
19d179
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
19d179
19d179
* Wed Jun 13 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.42-1
19d179
- drop support for directory server transactions (richm, #766320)
19d179
19d179
* Tue May 22 2012 Nalin Dahyabhai <nalin@redhat.com>
19d179
- fix a leak due to us assuming that slapi_mods_add_smod() not taking ownership
19d179
  of an smod along with its contents, when it just keeps the contents
19d179
19d179
* Tue Apr 10 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.41-1
19d179
- log errors evaluating pad expressions in %%link rather than continuing on
19d179
  until we hit an arithmetic exception (#810258)
19d179
19d179
* Fri Mar 30 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.40-1
19d179
- treat padding values passed to the "link" function as expressions to be
19d179
  evaluated rather than simply as literal values (part of #767372)
19d179
19d179
* Wed Mar 28 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.39-1
19d179
- add a "default" function for trying to evaluate one expression, then
19d179
  another, then another... (part of #767372)
19d179
- when creating a compat entry based on a real entry, set an entryUSN based on
19d179
  the source entry or the rootDSE (freeipa #864); the "scaffolding" entries
19d179
  won't have them
19d179
19d179
* Tue Mar  6 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.38-1
19d179
- properly escape RDN values when building compat entries (#796509, #800625)
19d179
19d179
* Mon Feb 13 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.37-1
19d179
- fix a compile error on systems where LDAP_SCOPE_SUBORDINATE isn't defined
19d179
  (reported by Christian Neuhold)
19d179
- conditionalize whether we have a build dependency on tcp_wrappers (older
19d179
  releases) or tcp_wrappers-devel (newer releases)
19d179
19d179
* Tue Jan 24 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.36-1
19d179
- take steps to avoid making yp_first/yp_next clients loop indefinitely
19d179
  when a single LDAP entry produces multiple copies of the same NIS key
19d179
  for a given map
19d179
19d179
* Tue Jan 24 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.35-1
19d179
- add mmatch/mregmatch[i]/mregsub[i] formatting functions which work like
19d179
  match/regmatch[i]/regsub[i], but which can handle and return lists of
19d179
  zero or more results (part of #783274)
19d179
19d179
* Thu Jan 19 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.34-1
19d179
- do entry comparisons ourselves, albeit less throughly, to avoid the worst
19d179
  case in pathological cases (more of #771444)
19d179
19d179
* Tue Jan 17 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.33-1
19d179
- get more aggressive about skipping unnecessary calculations (most of
19d179
  the problem in #771444, though not the approach described there)
19d179
19d179
* Mon Jan 16 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.32-1
19d179
- add support for directory server transactions (#758830,#766320)
19d179
19d179
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28-2
19d179
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
19d179
19d179
* Wed Jan 11 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.31-1
19d179
- fix some memory leaks (more of #771493)
19d179
19d179
* Tue Jan 10 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.30-1
19d179
- skip recalculations when the attributes which changed don't factor into
19d179
  our calculations (part of #771493)
19d179
19d179
* Wed Jan  4 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.29-1
19d179
- add regmatchi/regsubi formatting functions which work like regmatch/regsub,
19d179
  but do matching in a case-insensitive manner
19d179
- update NIS map defaults to match {CRYPT} userPassword values in a
19d179
  case-insensitive manner so that we also use {crypt} userPassword values
19d179
- fix inconsistencies in the NIS service stemming from using not-normalized DNs
19d179
  in some places where it should have used normalized DNs
19d179
19d179
* Mon Dec 19 2011 Nalin Dahyabhai <nalin@redhat.com> - 0.28-1
19d179
- when configured with --with-ldap=openldap, link with -lldap_r rather
19d179
  than -lldap (rmeggins, #769107)
19d179
19d179
* Tue Dec  6 2011 Nalin Dahyabhai <nalin@redhat.com> - 0.27-1
19d179
- when building for 389-ds, use Slapi_RWLocks if they appear to be available
19d179
  (the rest of #730394/#730403)
19d179
19d179
* Fri Aug 12 2011 Nalin Dahyabhai <nalin@redhat.com> - 0.26-1
19d179
- when building for 389-ds, use libpthread's read-write locks instead of
19d179
  NSPR's (part of #730394/#730403)
19d179
19d179
* Wed Jul 27 2011 Nalin Dahyabhai <nalin@redhat.com> - 0.25-1
19d179
- speed up building compat entries which reference thousands of other entries
19d179
  (more of #692690)
19d179
- 389-ds-base is apparently exclusive to x86_64 and %%{ix86} on EL, so we have
19d179
  to be, too
19d179
19d179
* Fri May 13 2011 Nalin Dahyabhai <nalin@redhat.com> - 0.24-1
19d179
- carry our own yp.x, so that we don't get bitten if libc doesn't include
19d179
  yp client routines
19d179
- we need rpcgen at build-time now
19d179
19d179
* Thu Mar 31 2011 Nalin Dahyabhai <nalin@redhat.com> - 0.23-1
19d179
- speed up building compat entries with attributes with thousands of literal
19d179
  values (#692690)
19d179
19d179
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-2
19d179
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
19d179
19d179
* Thu Jan  6 2011 Nalin Dahyabhai <nalin@redhat.com> - 0.22-1
19d179
- fix a number of scanner-uncovered defects
19d179
19d179
* Thu Jan  6 2011 Nalin Dahyabhai <nalin@redhat.com> - 0.21-2
19d179
- make sure we always pull in nss-devel and nspr-devel, and the right
19d179
  ldap toolkit for the Fedora or RHEL version
19d179
19d179
* Tue Nov 23 2010 Nalin Dahyabhai <nalin@redhat.com> - 0.21-1
19d179
- update to 0.21
19d179
  - schema-compat: don't look at standalone compat containers for a search,
19d179
    since we'll already have looked at the group container
19d179
19d179
* Tue Nov 23 2010 Nalin Dahyabhai <nalin@redhat.com> - 0.20-1
19d179
- update to 0.20
19d179
  - add a deref_f function
19d179
19d179
* Mon Nov 22 2010 Nalin Dahyabhai <nalin@redhat.com> - 0.19-1
19d179
- fix a brown-paper-bag crash
19d179
19d179
* Mon Nov 22 2010 Nalin Dahyabhai <nalin@redhat.com> - 0.18-1
19d179
- update to 0.18
19d179
  - add a deref_rf function
19d179
  - schema-compat: don't respond to search requests for which there's no backend
19d179
  - schema-compat: add the ability to do standalone compat containers
19d179
19d179
* Wed Nov 17 2010 Nalin Dahyabhai <nalin@redhat.com> - 0.17-6
19d179
- revert that last change, it's unnecessary
19d179
19d179
* Thu Nov 11 2010 Nalin Dahyabhai <nalin@redhat.com> - 0.17-5
19d179
- build against either 389-ds-base or redhat-ds-base, whichever is probably
19d179
  more appropriate here
19d179
19d179
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-4
19d179
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
19d179
19d179
* Wed Jul 15 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.17-3
19d179
- change buildreq from fedora-ds-base-devel to 389-ds-base-devel, which
19d179
  should avoid multilib conflicts from installing both arches of the new
19d179
  package (#511504)
19d179
19d179
* Tue Jul 14 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.17-2
19d179
- fixup changelog entries that resemble possible macro invocations
19d179
19d179
* Thu May 14 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.17-1
19d179
- actually send portmap registrations to the right server
19d179
19d179
* Thu May 14 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.16-1
19d179
- fix NIS server startup problem when no port is explicitly configured and
19d179
  we're using portmap instead of rpcbind (#500903)
19d179
19d179
* Fri May  8 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.15-1
19d179
- fix %%deref and %%referred to fail rather than return a valid-but-empty
19d179
  result when they fail to evaluate (reported by Rob Crittenden)
19d179
19d179
* Wed May  6 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.14-1
19d179
- correctly handle being loaded but disabled (#499404)
19d179
19d179
* Thu Apr 30 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.13-1
19d179
- update to 0.13, reworking %%link() to correct some bugs (#498432)
19d179
19d179
* Thu Apr 30 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.12-1
19d179
- correct test suite failures that 0.11 started triggering
19d179
19d179
* Tue Apr 28 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.11-1
19d179
- update to 0.11 (#497904)
19d179
19d179
* Wed Mar  4 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.10-1
19d179
- update to 0.10
19d179
19d179
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-2
19d179
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
19d179
19d179
* Tue Dec  9 2008 Nalin Dahyabhai <nalin@redhat.com> - 0.8.5-2
19d179
- make the example nsslapd-pluginpath values the same on 32- and 64-bit
19d179
  systems, because we can depend on the directory server "knowing" which
19d179
  directory to search for the plugins
19d179
19d179
* Mon Dec  8 2008 Nalin Dahyabhai <nalin@redhat.com> - 0.8.5-1
19d179
- update to 0.8.5 to suppress duplicate values for attributes in the schema
19d179
  compatibility plugin
19d179
19d179
* Thu Dec  4 2008 Nalin Dahyabhai <nalin@redhat.com> - 0.8.4-1
19d179
- update to 0.8.4 to fix:
19d179
  - problems updating references, particularly those for %%referred() (#474478)
19d179
  - inability to notice internal add/modify/modrdn/delete operations (really
19d179
    this time) (#474426)
19d179
19d179
* Wed Dec  3 2008 Nalin Dahyabhai <nalin@redhat.com> - 0.8.3-1
19d179
- update to 0.8.3 to also notice and reflect changes caused by internal
19d179
  add/modify/modrdn/delete operations
19d179
 
19d179
* Wed Nov 19 2008 Nalin Dahyabhai <nalin@redhat.com> - 0.8.2-1
19d179
- update to 0.8.2 to remove a redundant read lock in the schema-compat plugin
19d179
19d179
* Fri Nov  7 2008 Nalin Dahyabhai <nalin@redhat.com> - 0.9-1
19d179
- update to 0.9
19d179
19d179
* Fri Oct  3 2008 Nalin Dahyabhai <nalin@redhat.com> - 0.8.1-1
19d179
- update to 0.8.1 to fix a heap corruption (Rich Megginson)
19d179
19d179
* Wed Aug  6 2008 Nalin Dahyabhai <nalin@redhat.com> - 0.8-1
19d179
- update to 0.8
19d179
19d179
* Wed Aug  6 2008 Nalin Dahyabhai <nalin@redhat.com> - 0.7-1
19d179
- update to 0.7
19d179
19d179
* Wed Jul 23 2008 Nalin Dahyabhai <nalin@redhat.com> - 0.6-1
19d179
- rebuild (and make rpmlint happy)
19d179
19d179
* Wed Jul  9 2008 Nalin Dahyabhai <nalin@redhat.com> - 0.2-1
19d179
- initial package