- jump to 0.36, which adds more formatting operators and tries to keep clients which "ypcat" by doing "yp_first"/"yp_next" from getting stuck when a nis map contains duplicate keys based on a single directory entry
This commit is contained in:
parent
b0c2be4c76
commit
663ab376f2
2
.gitignore
vendored
2
.gitignore
vendored
@ -22,3 +22,5 @@ slapi-nis-0.17.tar.gz
|
|||||||
/slapi-nis-0.28.tar.gz.sig
|
/slapi-nis-0.28.tar.gz.sig
|
||||||
/slapi-nis-0.34.tar.gz
|
/slapi-nis-0.34.tar.gz
|
||||||
/slapi-nis-0.34.tar.gz.sig
|
/slapi-nis-0.34.tar.gz.sig
|
||||||
|
/slapi-nis-0.36.tar.gz
|
||||||
|
/slapi-nis-0.36.tar.gz.sig
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: slapi-nis
|
Name: slapi-nis
|
||||||
Version: 0.34
|
Version: 0.36
|
||||||
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
|
||||||
@ -65,6 +65,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sbindir}/nisserver-plugin-defs
|
%{_sbindir}/nisserver-plugin-defs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 24 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.36-1
|
||||||
|
- take steps to avoid making yp_first/yp_next clients loop indefinitely
|
||||||
|
when a single LDAP entry produces multiple copies of the same NIS key
|
||||||
|
for a given map
|
||||||
|
|
||||||
|
* Tue Jan 24 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.35-1
|
||||||
|
- add mmatch/mregmatch[i]/mregsub[i] formatting functions which work like
|
||||||
|
match/regmatch[i]/regsub[i], but which can handle and return lists of
|
||||||
|
zero or more results (part of #783274)
|
||||||
|
|
||||||
* Thu Jan 19 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.34-1
|
* Thu Jan 19 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.34-1
|
||||||
- do entry comparisons ourselves, albeit less throughly, to avoid the worst
|
- do entry comparisons ourselves, albeit less throughly, to avoid the worst
|
||||||
case in pathological cases (more of #771444)
|
case in pathological cases (more of #771444)
|
||||||
|
Loading…
Reference in New Issue
Block a user