- treat padding values passed to the "link" function as expressions to be

evaluated rather than simply as literal values (part of #767372)
- add a "default" function for trying to evaluate one expression, then
  another, then another... (part of #767372)
- when creating a compat entry based on a real entry, set an entryUSN based on
  the source entry or the rootDSE (freeipa #864); the "scaffolding" entries
  won't have them
This commit is contained in:
Nalin Dahyabhai 2012-04-03 12:07:56 -04:00
parent 8143e92c1b
commit a993c1f03e
3 changed files with 16 additions and 3 deletions

2
.gitignore vendored
View File

@ -28,3 +28,5 @@ slapi-nis-0.17.tar.gz
/slapi-nis-0.37.tar.gz.sig /slapi-nis-0.37.tar.gz.sig
/slapi-nis-0.38.tar.gz /slapi-nis-0.38.tar.gz
/slapi-nis-0.38.tar.gz.sig /slapi-nis-0.38.tar.gz.sig
/slapi-nis-0.40.tar.gz
/slapi-nis-0.40.tar.gz.sig

View File

@ -5,7 +5,7 @@
%endif %endif
Name: slapi-nis Name: slapi-nis
Version: 0.38 Version: 0.40
Release: 1%{?dist} Release: 1%{?dist}
Summary: NIS Server and Schema Compatibility plugins for Directory Server Summary: NIS Server and Schema Compatibility plugins for Directory Server
Group: System Environment/Daemons Group: System Environment/Daemons
@ -70,6 +70,17 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/nisserver-plugin-defs %{_sbindir}/nisserver-plugin-defs
%changelog %changelog
* Fri Mar 30 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.40-1
- treat padding values passed to the "link" function as expressions to be
evaluated rather than simply as literal values (part of #767372)
* Wed Mar 28 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.39-1
- add a "default" function for trying to evaluate one expression, then
another, then another... (part of #767372)
- when creating a compat entry based on a real entry, set an entryUSN based on
the source entry or the rootDSE (freeipa #864); the "scaffolding" entries
won't have them
* Tue Mar 6 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.38-1 * Tue Mar 6 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.38-1
- properly escape RDN values when building compat entries (#796509, #800625) - properly escape RDN values when building compat entries (#796509, #800625)

View File

@ -1,2 +1,2 @@
789916ff281e72e2be881f3922430e39 slapi-nis-0.38.tar.gz 193c94f70dcf390c36acb154c404b777 slapi-nis-0.40.tar.gz
c560714ad839210aef5026844e85a925 slapi-nis-0.38.tar.gz.sig 1c976f2acef0fb4ed6d8c0e05ea972b0 slapi-nis-0.40.tar.gz.sig